@charset "UTF-8";
/*  common  */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_753 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  color: #333;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .main_753 {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .main_753 {
    font-size: 13px;
  }
}


.hedNavList li:nth-child(2) a::before {
  display: block;
}

.zen-maru {
  font-family: 'Zen Maru Gothic', sans-serif;
}

.gold {
  color: #968159;
}

.tb-sp{
  display: none;
}
.sp{
  display: none;
}
@media screen and (max-width: 786px) {
  .tb-sp{
    display: initial;
  }
}
@media screen and (max-width: 480px) {
  .sp{
    display: initial;
  }
}

.contents_width {
  padding: 0 3%;
}

.contents_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.fadeInTrigger,
.fadeUpTrigger {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay_05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay_2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.time_05 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.time_1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.time_15 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.time_2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.time_25 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

/* mv */
.mainv {
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
  background-image: url(/img/753/2308/mv.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .mainv {
    height: calc(100vh - 97px);
    background-position: 30% 0;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .mainv {
    background-image: url(/img/753/2308/sp/mv.jpg);
    background-position: 50% 0;
  }
}

.mainv_mess {
  color: #968159;
  display: flex;
  align-items: center;
  margin-left: 65.625vw;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .mainv_mess {
    width: 90%;
  }
}
@media screen and (max-width: 786px) {
  .mainv_mess {
    width: 100%;
    align-items: flex-end;
    margin: 0;
  }
}
.mainv_mess__inner{
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 786px) {
  .mainv_mess__inner{
    padding: 0 6vw 6vw;
  }
}
.mainv_mess__inner::after{
  content: "";
  display: block;
  width: 1032px;
  height: 1122px;
  background-image: url(/img/753/2308/mv_text_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: calc(50% + 1vw);
  left: calc(50% - 4.5rem);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1920px) {
  .mainv_mess__inner::after{
    width: 53.750vw;
    height: 58.438vw;
  }
}
@media screen and (max-width: 786px) {
  .mainv_mess__inner::after{
    background-image: url(/img/753/2308/sp/mv_text_bg.png);
    width: 70vw;
    height: calc(109.333vw * 0.6);
    transform: none;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .mainv_mess__inner::after{
    width: 100vw;
    height: 109.333vw;
  }
}
.mainv_mess__deco{
  position: absolute;
  left: -115px;
  top: -110px;
  z-index: 0;
}
@media screen and (max-width: 1920px) {
  .mainv_mess__deco{
    width: 22.240vw;
    left: -5.990vw;
    top: -5.729vw;
  }
}
@media screen and (max-width: 786px) {
  .mainv_mess__deco{
    width: calc(61.067vw * 0.6);
    top: calc(-16.800vw * 0.6);
    left: 1vw;
  }
}
@media screen and (max-width: 480px) {
  .mainv_mess__deco{
    width: 61.067vw;
    top: -16.800vw;
    left: 1vw;
  }
}
.mainv_mess__ttl{
  font-size: 70px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .mainv_mess__ttl{
    font-size: 3.646vw;
    margin-bottom: 1.302vw;
  }
}
@media screen and (max-width: 786px) {
  .mainv_mess__ttl{
    font-size: calc(9.600vw * 0.6);
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 480px) {
  .mainv_mess__ttl{
    font-size: 9.600vw;
    letter-spacing: 0.1em;
  }
}
.mainv_mess__txt{
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1600px) {
  .mainv_mess__txt{
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .mainv_mess__txt{
    font-size: 14px;
  }
}
@media screen and (max-width: 786px) {
  .mainv_mess__txt{
    font-size: calc(3.733vw * 0.6);
  }
}
@media screen and (max-width: 480px) {
  .mainv_mess__txt{
    font-size: 3.733vw;
  }
}

/* nav */
.contents_nav{
  display: flex;
  margin: 45px auto 70px;
}
@media screen and (max-width: 480px) {
  .contents_nav{
    display: block;
  }
}
.contents_nav__list{
  flex: 1;
  border-right: 2px dotted #b7b7b7;
}
@media screen and (max-width: 480px) {
  .contents_nav__list{
    border-bottom: 2px dotted #b7b7b7;
    border-right: 0;
  }
}
.contents_nav__list:first-child{
  border-left: 2px dotted #b7b7b7;
}
@media screen and (max-width: 480px) {
  .contents_nav__list:first-child{
    border-top: 2px dotted #b7b7b7;
    border-left: none;
  }
}
.contents_nav__list a{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  height: 100%;
  padding-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .contents_nav__list a{
    padding: 15px 0;
  }
}
.contents_nav__list a::after{
  content: "";
  display: block;
  width: 23px;
  height: 24px;
  background-image: url(/img/753/2308/arrow_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .contents_nav__list a::after{
    bottom: auto;
    top: calc(50% - 12px);
    left: auto;
    right: 15px;
    transform: none;
  }
}

/* title */
.sec_ttl{
  text-align: center;
}
.sec_ttl__en{
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec_ttl__en{
    margin-bottom: 15px;
  }
}
.sec_ttl__jp{
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec_ttl__jp{
    font-size: 16px;
  }
}

.slide_list__item{
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .slide_list__item{
    height: 50vw;
  }
  .slide_list__item img{
    height: 100%;
  }
}

/* Feature */
#feature {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  margin-bottom: 130px;
}

@media screen and (max-width: 1180px) {
  #feature {
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  #feature {
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
#feature::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 78vw;
  height: 65.7%;
  background-color: #f4f2ee;
  z-index: 0;
  border-radius: 44px 0 0 54px;
}
#feature .sec_ttl__en{
  margin-left: 74px;
}
#feature .sec_ttl{
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #feature .sec_ttl__en{
    margin-left: 9.867vw;
    width: 47.200vw;
  }
  #feature .sec_ttl{
    margin-bottom: 0;
  }
}

.feature_inner {
  position: relative;
  z-index: 1;
}

.feature_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .quality_list {
    display: block;
    margin-top: -50px;
  }
}

.list_box {
  position: relative;
  width: 46.666%;
  margin-top: 126px;
}
@media screen and (max-width: 1180px) {
  .list_box {
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .list_box {
    width: 100%;
    margin-top: 100px;
  }
}
.list_box:nth-child(odd) {
  margin-top: 70px;
}
@media screen and (max-width: 1180px) {
  .list_box:nth-child(odd) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .list_box:nth-child(odd) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .list_box:first-child {
    margin-top: 70px;
  }
}

.list_box__num {
  position: absolute;
  top: -48px;
  left: -32px;
  z-index: 2;
  height: 113px;
}
@media screen and (max-width: 768px) {
  .list_box__num {
    left: 0;
    height: 80px;
  }
}
.list_box__num img {
  height: 100%;
}

.list_box__img {
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: -2;
}
.list_box__img.num_01 {
  background-image: url(../img/753/2308/feature_img01.jpg);
}
.list_box__img.num_02 {
  background-image: url(../img/753/2308/feature_img02.jpg);
}
.list_box__img.num_03 {
  background-image: url(../img/753/2308/feature_img03.jpg);
}
.list_box__img.num_04 {
  background-image: url(../img/753/2308/feature_img04.jpg);
}
@media screen and (max-width: 1180px) {
  .list_box__img {
    height: 260px;
  }
}

.list_box__head {
  position: absolute;
  top: -20px;
  right: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1180px) {
  .list_box__head {
    right: 20px;
    font-size: 16px;
  }
}

.text_bg {
  margin-left: 35px;
}
@media screen and (max-width: 1180px) {
  .text_bg {
    margin-left: 30px;
  }
}

.text_bg__white {
  position: relative;
  display: inline-block;
}
.text_bg__white::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1180px) {
  .text_bg__white::before {
    width: calc(100% + 16px);
  }
}

.list_box__cap {
  margin-top: 20px;
  margin-bottom: 10px;
}

.list_box__link {
  font-size: 17px;
  color: #968159;
  padding-right: 20px;
}
@media screen and (max-width: 1180px) {
  .list_box__link {
    font-size: 15px;
    margin-top: 10px;
  }
}
.list_box__link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #968159;
  border-right: solid 2px #968159;
  transform: rotate(45deg);
  transition: all 0.5s;
  margin-left: 4px;
}
.list_box__link:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Location */
#location .sec_ttl__en{
  margin-right: 108px;
}
@media screen and (max-width: 768px) {
  #location .sec_ttl__en{
    margin-right: 14.400vw;
    width: 59.600vw;
  }
}
#location .sec_ttl__jp{
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #location .sec_ttl__jp{
    margin-bottom: 25px;
  }
}
#location .mainWidth{
  position: relative;
  z-index: 1;
}
#location .sec_mess {
  text-align: center;
}
.location_inner{
  position: relative;
}
.location_inner::after{
  content: "";
  display: block;
  width: 100%;
  height: 62%;
  background-color: #f4f2ee;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .location_inner::after{
    height: 75%;
  }
}

.gallery {
  position: relative;
  padding: 150px 2.4% 175px;
  background-color: #f4f2ee;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .gallery {
    padding: 100px 2.4% 100px;
  }
}
@media screen and (max-width: 768px) {
  .gallery {
    padding: 30px 2.4% 120px;
  }
}

.gallery_box {
  display: flex;
  max-width: calc(1600px + 11.4%);
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  .gallery_box {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .gallery_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  .gallery_box {
    margin-bottom: 60px;
  }
}
.gallery_box:last-child {
  margin-bottom: 0;
}
.gallery_box .gallery_box__main {
  width: 55%;
  height: 490px;
  margin: 10px auto;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .gallery_box .gallery_box__main {
    width: 50%;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .gallery_box .gallery_box__main {
    width: 100%;
    height: 260px;
  }
}
.gallery_box .gallery_box__main::after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gallery_box .gallery_box__main::after {
    bottom: -15px;
  }
}
.gallery_box01 .gallery_box__main::after {
  background-image: url(/img/753/2308/d_line01.png);
  background-size: 28px;
}
.gallery_box02 .gallery_box__main::after {
  background-image: url(../img/20th/bg-dot.png);
  background-size: 8px;
}
.gallery_box03 .gallery_box__main::after {
  background-image: url(/img/753/2308/d_line01.png);
  background-size: 28px;
}
.gallery_box04 .gallery_box__main::after {
  background-image: url(../img/20th/bg-dot.png);
  background-size: 8px;
}
.gallery_box05 .gallery_box__main::after {
  background-image: url(/img/753/2308/d_line02.png);
  background-size: 28px;
}
.gallery_box .gallery_box__mainImg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.gallery_box .gallery_box__desc {
  position: relative;
  width: 45%;
  background-color: #fff;
  padding: 30px 5% 10px 5%;
}
@media screen and (max-width: 1180px) {
  .gallery_box .gallery_box__desc {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .gallery_box .gallery_box__desc {
    width: 100%;
    width: calc(100% - 20px);
    margin: 30px auto 0;
    padding: 10px 3% 0;
  }
}
.gallery_box .gallery_box__desc::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 103%;
  height: 100%;
  background-color: #fff;
  border: 50px solid #fff;
  -o-border-image: url(../img/20th/border-img.png);
    border-image: url(../img/20th/border-img.png);
  border-image-slice: 100;
  border-image-outset: 10px;
  border-image-repeat: round;
  z-index: 0;
}
@media screen and (max-width: 1180px) {
  .gallery_box .gallery_box__desc::after {
    border: 30px solid #fff;
    -o-border-image: url(../img/20th/border-img.png);
      border-image: url(../img/20th/border-img.png);
    border-image-slice: 100;
    border-image-outset: 10px;
    border-image-repeat: round;
  }
}
@media screen and (max-width: 768px) {
  .gallery_box .gallery_box__desc::after {
    width: 100%;
    width: calc(100% - 60px);
  }
}
.gallery_box .desc_inner {
  position: relative;
  z-index: 1;
}
.gallery_box .desc_num {
  position: absolute;
  width: auto;
}
.gallery_box .desc_num img {
  height: 100%;
}
.gallery_box__desc .desc_num{
  display: block;
}
.gallery_box__main .desc_num{
  display: none;
}
@media screen and (max-width: 480px) {
  .gallery_box__desc .desc_num{
    display: none;
  }
  .gallery_box__main .desc_num{
    display: block;
  }
}
.gallery_box01 .gallery_box__desc .desc_num{
  height: 152px;
  top: -150px;
  right: -78px;
}
.gallery_box02 .gallery_box__desc .desc_num{
  height: 92px;
  top: -120px;
  left: -74px;
}
.gallery_box03 .gallery_box__desc .desc_num{
  height: 168px;
  top: -165px;
  right: -115px;
}
.gallery_box04 .gallery_box__desc .desc_num{
  height: 124px;
  top: -145px;
  left: -60px;
}
.gallery_box05 .gallery_box__desc .desc_num{
  height: 120px;
  top: -135px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .gallery_box01 .gallery_box__desc .desc_num{
    height: calc(152px * 0.6);
    top: -60px;
    right: -12px;
  }
  .gallery_box02 .gallery_box__desc .desc_num{
    height: calc(92px * 0.6);
    top: -30px;
    right: 30px;
    left: auto;
  }
  .gallery_box03 .gallery_box__desc .desc_num{
    height: calc(168px * 0.6);
    top: -55px;
    right: -48px;
  }
  .gallery_box04 .gallery_box__desc .desc_num{
    height: calc(124px * 0.6);
    top: -45px;
    left: auto;
    right: -28px;
  }
  .gallery_box05 .gallery_box__desc .desc_num{
    height: calc(120px * 0.6);
    top: -40px;
    right: -15px;
  }
}
@media screen and (max-width: 480px) {
  .gallery_box01 .gallery_box__main .desc_num{
    height: calc(152px * 0.4);
    bottom: -65px;
    right: -12px;
  }
  .gallery_box02 .gallery_box__main .desc_num{
    height: calc(92px * 0.4);
    bottom: -55px;
    right: 20px;
  }
  .gallery_box03 .gallery_box__main .desc_num{
    height: calc(168px * 0.4);
    bottom: -65px;
    right: -32px;
  }
  .gallery_box04 .gallery_box__main .desc_num{
    height: calc(124px * 0.4);
    bottom: -62px;
    right: 20px;
  }
  .gallery_box05 .gallery_box__main .desc_num{
    height: calc(120px * 0.4);
    bottom: -60px;
    right: -5px;
  }
}
.gallery_box .desc_ttl {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #968159;
}
@media screen and (max-width: 1340px) {
  .gallery_box .desc_ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 1180px) {
  .gallery_box .desc_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .gallery_box .desc_ttl {
    font-size: 22px;
  }
}
.gallery_box:nth-child(odd) {
  padding-right: 11.4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1420px) {
  .gallery_box:nth-child(odd) {
    padding-right: 6%;
  }
}
@media screen and (max-width: 1180px) {
  .gallery_box:nth-child(odd) {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .gallery_box:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.gallery_box:nth-child(odd) .gallery_box__main::after {
  left: -30px;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 12%, 100% 100%, 7% 100%, 0 88%);
          clip-path: polygon(0 0, 93% 0, 100% 12%, 100% 100%, 7% 100%, 0 88%);
}
@media screen and (max-width: 768px) {
  .gallery_box:nth-child(odd) .gallery_box__main::after {
    left: -15px;
  }
}
.gallery_box:nth-child(odd) .gallery_box__mainImg {
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 12%, 100% 100%, 7% 100%, 0 88%);
          clip-path: polygon(0 0, 93% 0, 100% 12%, 100% 100%, 7% 100%, 0 88%);
}
.gallery_box:nth-child(odd) .gallery_box__desc::after {
  right: 0;
}
.gallery_box:nth-child(even) {
  padding-left: 11.4%;
}
@media screen and (max-width: 1420px) {
  .gallery_box:nth-child(even) {
    padding-left: 6%;
  }
}
@media screen and (max-width: 1180px) {
  .gallery_box:nth-child(even) {
    padding-left: 0;
  }
}
.gallery_box:nth-child(even) .gallery_box__main::after {
  right: -30px;
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 88%, 93% 100%, 0 100%, 0 12%);
          clip-path: polygon(7% 0, 100% 0, 100% 88%, 93% 100%, 0 100%, 0 12%);
}
@media screen and (max-width: 768px) {
  .gallery_box:nth-child(even) .gallery_box__main::after {
    right: -15px;
  }
}
.gallery_box:nth-child(even) .gallery_box__mainImg {
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 88%, 93% 100%, 0 100%, 0 12%);
          clip-path: polygon(7% 0, 100% 0, 100% 88%, 93% 100%, 0 100%, 0 12%);
}
.gallery_box:nth-child(even) .gallery_box__desc::after {
  left: 0;
}

.carousel {
  position: relative;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .carousel {
    width: 90%;
  }
}

.carousel_arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .carousel_arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
.carousel_arrow.prev {
  left: -25px;
  background-image: url(/img/753/2308/btn_prev.png);
}
@media screen and (max-width: 768px) {
  .carousel_arrow.prev {
    left: -15px;
  }
}
.carousel_arrow.next {
  right: -25px;
  background-image: url(/img/753/2308/btn_next.png);
}
@media screen and (max-width: 768px) {
  .carousel_arrow.next {
    right: -15px;
  }
}

.carousel_boxInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.carousel_box__item {
  display: block;
  width: 24%;
  margin-right: 1.333%;
  margin-bottom: 1.333%;
}
.carousel_box__item:nth-child(4n) {
  margin-right: 0;
}
.carousel_box__item img {
  width: 100%;
}

.desc_btn {
  position: relative;
  display: block;
  width: 300px;
  height: 60px;
  line-height: 58px;
  padding: 0 60px;
  border-radius: 30px;
  margin: 30px auto 0;
  border: 2px solid #968159;
  background-color: #968159;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.desc_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.desc_btn:hover {
  background-color: #fff;
  color: #968159;
  opacity: 1;
}
.desc_btn:hover::before {
  border-top: solid 1px #968159;
  border-right: solid 1px #968159;
}
.desc_btn::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  border-radius: 30px;
  position: absolute;
  bottom: -7px;
  left: -1px;
  z-index: -1;
  border: 2px solid #968159;
  transition: all 0.5s;
}
.desc_btn:hover::after {
  bottom: 0;
}

/* Plan */
#plan {
  position: relative;
  padding-top: 110px;
  padding-bottom: 120px;
  background-color: #fef9f9;
}
@media screen and (max-width: 768px) {
  #plan {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #plan .sec_ttl__en{
    width: 75.867vw;
  }
}
#plan .sec_ttl{
  margin-bottom: 35px;
}
#plan .sec_mess{
  text-align: center;
  margin-bottom: 55px;
}

.plan_tabWrap {
  border: 2px solid #968159;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background-color: #fff;
}

.plan_tabBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #968159;
}

.tab {
  width: 25%;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .tab {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tab {
    font-size: 12px;
  }
}
.tab span {
  display: block;
}
.tab > span {
  margin: 25px auto;
  border-left: 3px dotted #fff;
}
@media screen and (max-width: 768px) {
  .tab > span {
    margin: 15px auto;
    line-height: 1.4;
  }
}
.tab.is-active {
  position: relative;
  color: #968159;
  background-color: #fff;
}
.tab.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #968159;
}
.tab.is-active + .tab > span{
  border-left: none;
}
.tab:first-child span {
  border-left: none;
}
.tab span .t2 {
  font-size: 22px;
}
@media screen and (max-width: 1180px) {
  .tab span .t2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .tab span .t2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .tab span .t2 {
    font-size: 14px;
  }
}

.panel {
  display: none;
  padding: 130px 30px 70px;
  margin-top: -120px;
}
@media screen and (max-width: 1180px) {
  .panel {
    margin-top: -107px;
  }
}
@media screen and (max-width: 768px) {
  .panel {
    padding: 94px 30px 40px;
    margin-top: -74px;
  }
}
@media screen and (max-width: 480px) {
  .panel {
    padding: 80px 15px 15px;
  }
}
.panel.show {
  display: block;
}

.planBox {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px dotted #dcdcdc;
  padding: 68px 0 60px;
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .planBox {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .planBox {
    display: block;
    padding: 20px 0;
  }
}

.planBox_img {
  position: relative;
  width: 44%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .planBox_img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .planBox_img {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.planBox_img img {
  position: relative;
  z-index: 1;
}

.planBox_desc {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .planBox_desc {
    width: 100%;
  }
}

.planBox_desc__ttl {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1180px) {
  .planBox_desc__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .planBox_desc__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .planBox_desc__setList{
    display: flex;
    justify-content: center;
  }
}

.setList_ttl {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #968159;
  font-weight: 600;
}
@media screen and (max-width: 1180px) {
  .setList_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .setList_ttl {
    font-size: 14px;
  }
}

.setList_item {
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1180px) {
  .setList_item {
    line-height: 2;
  }
}
.setList_item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #968159;
  margin-right: 8px;
  vertical-align: middle;
}

.setList_text01{
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.setList_ul + .setList_point{
  margin-top: 20px;
}
.setList_point{
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .setList_point{
    max-width: 240px;
  }
  .setList_point.two_points{
    max-width: 156px;
  }
}
.setList_text02{
  margin-bottom: 30px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.setList_priceList{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
@media screen and (max-width: 768px) {
  .setList_priceList{
    max-width: 540px;
    margin: 0 auto;
  }
}
.setList_priceList li{
  flex-basis: calc((100% - 20px) / 2);
}
@media screen and (max-width: 480px) {
  .setList_priceList li{
    flex-basis: 100%;
  }
}
.setList_priceList li.list02{
  flex-basis: calc(100%  / 2);
}
@media screen and (max-width: 480px) {
  .setList_priceList li.list02{
    flex-basis: 100%;
  }
}
.setList_price_ttl{
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.setList_price{
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.setList_price .yen{
  font-size: 20px;
}
.setList_price .price{
  font-size: 28px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1180px) {
  .setList_price .yen{
    font-size: 18px;
  }
  .setList_price .price{
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .setList_price .yen{
    font-size: 15px;
  }
  .setList_price .price{
    font-size: 20px;
  }
}

.planUpGrade{
  max-width: 990px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .planUpGrade{
    padding-top: 20px;
  }
}
.planUpGrade_ttl{
  display: flex;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1180px) {
  .planUpGrade_ttl{
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .planUpGrade_ttl{
    font-size: 15px;
  }
}
.planUpGrade_ttl::before{
  content: "";
  display: inline-block;
  width: 22px;
  height: 29px;
  background-image: url(/img/753/2308/deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.upGradeList{
  display: flex;
  justify-content: center;
  background-color: #f4f2ee;
}
@media screen and (max-width: 480px) {
  .upGradeList{
    flex-wrap: wrap;
  }
}
.upGrade_item{
  flex-basis: calc(100% / 3);
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .upGrade_item{
    flex-basis: 100%;
    padding: 0 15px;
  }
}
.upGrade_item__inner{
  border-left: 2px dotted #dbdbda;
  padding: 0 15px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .upGrade_item__inner{
    border-left: none;
    border-top: 2px dotted #dbdbda;
    padding: 20px 0;
  }
}
.upGrade_item:first-child .upGrade_item__inner{
  border-left: none;
}
@media screen and (max-width: 480px) {
  .upGrade_item:first-child .upGrade_item__inner{
    border-left: none;
    border-top: none;
  }
}
.upGrade_img{
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.upGrade_ttl{
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .upGrade_ttl{
    font-size: 18px;
  }
}
.upGrade_text{
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.upGrade_price{
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .upGrade_price{
    font-size: 16px;
  }
}

.planBanner{
  text-align: center;
  margin: 75px 0;
}
@media screen and (max-width: 768px) {
  .planBanner{
    margin: 30px 0;
  }
}

.planInfo{
  background-color: #f9f2f1;
  padding: 55px 30px 65px;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .planInfo{
    padding: 30px 25px 35px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .planInfo{
    margin-bottom: 30px;
  }
}
.planInfo__inner{
  max-width: 1052px;
  margin: 0 auto;
}
.planInfo_ttl{
  text-align: center;
  line-height: 1;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1180px) {
  .planInfo_ttl{
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .planInfo_ttl{
    font-size: 18px;
  }
}
.planTypeList{
  display: flex;
  gap: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .planTypeList{
    flex-wrap: wrap;
    gap: 20px 20px;
  }
}
.planTypeList_item{
  flex-basis: calc((100% - 20px) / 2);
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 40px 20px;
}
@media screen and (max-width: 480px) {
  .planTypeList_item{
    flex-basis: 100%;
    padding: 20px 20px;
  }
}
.planTypeList_ttl{
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.planTypeList_ttl .l{
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .planTypeList_ttl .l{
    font-size: 16px;
  }
}

.planInfo_text01{
  line-height: 1.75;
  margin-bottom: 35px;
  letter-spacing: 0.05em;
}
.planInfo_sub_ttl{
  line-height: 1.75;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.planInfo_text02{
  line-height: 2;
  letter-spacing: 0.05em;
}

.planWidth{
  width: 1400px;
  margin: 0 auto;
  background-image: url(/img/753/2308/plan_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 90px 30px 105px;
}
@media screen and (max-width: 1450px) {
  .planWidth{
    width: auto;
    margin: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .planWidth{
    padding: 60px 30px 75px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 480px) {
  .planWidth{
    padding: 50px 15px 55px;
  }
}
.planWidth__inner{
  max-width: 1200px;
  margin: 0 auto;
}

.rental_ttl{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 50px;
}
@media screen and (max-width: 1180px) {
  .rental_ttl{
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .rental_ttl{
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .rental_ttl{
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.rental_ttl span{
  background-image: url(/img/753/2308/line01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: inline-block;
  padding-bottom: 10px;
}
.rental_sub_ttl{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media screen and (max-width: 1180px) {
  .rental_sub_ttl{
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .rental_sub_ttl{
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .rental_sub_ttl{
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.rentalMonthList{
  display: flex;
  border: 2px solid #968159;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .rentalMonthList{
    flex-wrap: wrap;
  }
}
.rentalMonthList_item{
  flex: 1;
  border-left: 2px dotted#e1e1e1;
}
@media screen and (max-width: 768px) {
  .rentalMonthList_item{
    flex: auto;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 480px) {
  .rentalMonthList_item{
    flex-basis: 100%;
  }
}
.rentalMonthList_item:first-child{
  border-left: none;
}
@media screen and (max-width: 768px) {
  .rentalMonthList_item:nth-child(2n+1){
    border-left: none;
  }
}
@media screen and (max-width: 480px) {
  .rentalMonthList_item{
    border-left: none;
  }
}
.rentalPrice_month{
  background-color: #968159;
  padding: 25px 20px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .rentalPrice_month{
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .rentalPrice_month{
    padding: 15px 20px;
  }
}
.rentalPriceList__wrapper{
  padding: 28px 15px 35px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .rentalPriceList__wrapper{
    padding: 20px 15px 25px;
  }
}
.rentalPriceList__wrapper2{
  display: flex;
  justify-content: center;
}
.rentalPriceList_item{
  display: flex;
  align-items: center;
  line-height: 1;
}
.rentalPriceList .rentalPriceList_item{
  margin-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .rentalPriceList .rentalPriceList_item{
    margin-bottom: 15px;
  }
}
.rentalPriceList .rentalPriceList_item:last-child{
  margin-bottom: 0;
}
.rentalPriceList_item .age{
  width: 62px;
  height: 30px;
  background-color: #e69199;
  color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .rentalPriceList_item .age{
    width: 58px;
    height: 24px;
    border-radius: 12px;
  }
}
.rentalPriceList_item .price{
  width: calc(100% - 82px);
  text-align: right;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .rentalPriceList_item .price{
    width: calc(100% - 78px);
  }
}
.rentalPriceList_item .price .yen{
  font-size: 22px;
}
.rentalPriceList_item .price .num{
  font-size: 28px;
}
@media screen and (max-width: 1180px) {
  .rentalPriceList_item .price .yen{
    font-size: 20px;
  }
  .rentalPriceList_item .price .num{
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .rentalPriceList_item .price .yen{
    font-size: 16px;
  }
  .rentalPriceList_item .price .num{
    font-size: 20px;
  }
}

.rental_text01{
  margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .rental_text01{
    margin-bottom: 25px;
  }
}

.rentalTypeList{
  display: flex;
  gap: 20px 20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .rentalTypeList{
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.rentalTypeList_item{
  flex-basis: calc((100% - 20px) / 2);
  background-color: #f4f2ee;
  padding: 45px 30px;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .rentalTypeList_item{
    flex-basis: 100%;
    padding: 25px 15px;
  }
}
.rentalType_ttl{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}
.rentalType_text{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 35px;
}
@media screen and (max-width: 1180px) {
  .rentalType_ttl{
    font-size: 26px;
  }
  .rentalType_text{
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .rentalType_ttl{
    font-size: 20px;
  }
  .rentalType_text{
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .rentalType_ttl{
    font-size: 18px;
  }
  .rentalType_text{
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.rental_text02{
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1180px) {
  .rental_text02{
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rental_text02{
    font-size: 15px;
  }
}

/* Costume */
#costume .sec_ttl{
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #costume .sec_ttl{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #costume .sec_ttl__en{
    width: 43.333vw;
  }
}
#costume .sec_mess{
  text-align: center;
}
.costume_inner {
  position: relative;
  width: 100vw;
  height: 93.2vw;
}
@media screen and (max-width: 1024px) {
  .costume_inner {
    height: 103.2vw;
  }
}
@media screen and (max-width: 768px) {
  .costume_inner {
    height: 195vw;
  }
}
@media screen and (max-width: 480px) {
  .costume_inner {
    height: 210vw;
  }
}
.costume_inner::after {
  content: "";
  position: absolute;
  top: 14.6vw;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 62.5vw;
  height: 70.7vw;
  background-color: #f4f2ee;
  z-index: 0;
}
@media screen and (max-width: 1500px) {
  .costume_inner::after {
    height: 75vw;
  }
}
@media screen and (max-width: 1024px) {
  .costume_inner::after {
    height: 85vw;
  }
}
@media screen and (max-width: 768px) {
  .costume_inner::after {
    top: 30vw;
    width: 80vw;
    height: 160vw;
  }
}
@media screen and (max-width: 480px) {
  .costume_inner::after {
    height: 175vw;
  }
}
.costume_inner .ttl_wrap {
  position: absolute;
  top: 31.2vw;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .costume_inner .ttl_wrap {
    top: 66vw;
  }
}

.costume_img {
  position: absolute;
  z-index: 1;
}
.costume_img.img01 {
  width: 23.9vw;
  top: 9.1vw;
  left: 41.3vw;
}
@media screen and (max-width: 768px) {
  .costume_img.img01 {
    width: 48.533vw;
    top: 18vw;
    left: 6vw;
  }
}
.costume_img.img02 {
  width: 29.5vw;
  top: 22.9vw;
  left: -2.4vw;
}
.costume_img.img02 img{
  position: relative;
  z-index: 1;
}
.costume_img.img02::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -15px;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  background-image: url(/img/753/2308/d_line01.png);
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .costume_img.img02::after {
    bottom: -2vw;
    right: -2vw;
    background-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .costume_img.img02 {
    width: 36vw;
    top: 102vw;
    left: inherit;
    right: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .costume_img.img02 {
    top: 112vw;
  }
}
.costume_img.img03 {
  width: 24.3vw;
  top: 11.7vw;
  right: 3.4vw;
}
@media screen and (max-width: 768px) {
  .costume_img.img03 {
    width: 33.867vw;
    top: 13vw;
    right: 6vw;
  }
}
.costume_img.img04 {
  width: 19.4vw;
  top: 52.9vw;
  left: 11.1vw;
}
@media screen and (max-width: 1024px) {
  .costume_img.img04 {
    top: 56.9vw;
  }
}
@media screen and (max-width: 768px) {
  .costume_img.img04 {
    width: 40vw;
    top: 132.5vw;
    left: 23vw;
  }
}
@media screen and (max-width: 488px) {
  .costume_img.img04 {
    top: 142.5vw;
  }
}
.costume_img.img05 {
  width: 35.6vw;
  top: 49.6vw;
  left: 35.2vw;
}
@media screen and (max-width: 1500px) {
  .costume_img.img05 {
    top: 52vw;
  }
}
@media screen and (max-width: 1180px) {
  .costume_img.img05 {
    top: 54vw;
    width: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  .costume_img.img05 {
    top: 59vw;
  }
}
@media screen and (max-width: 768px) {
  .costume_img.img05 {
    width: 47.600vw;
    top: 98vw;
    left: 6vw;
  }
}
@media screen and (max-width: 488px) {
  .costume_img.img05 {
    top: 108vw;
  }
}
.costume_img.img05 img{
  position: relative;
  z-index: 1;
}
.costume_img.img05::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  background-image: url(/img/753/2308/d_line01.png);
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  .costume_img.img05::after {
    display: none;
  }
}

.costume_deco01 {
  position: absolute;
  bottom: 7.9vw;
  left: 12.8vw;
  width: 9.063vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .costume_deco01 {
    display: none;
  }
}

.costume_deco02 {
  position: absolute;
  bottom: 1.8vw;
  right: 11.3vw;
  width: 17.448vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .costume_deco02 {
    display: none;
  }
}

.costume_deco03 {
  position: absolute;
  top: 11.2vw;
  left: 22.5vw;
  width: 3.073vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .costume_deco03 {
    display: none;
  }
}

.costume_bg {
  margin-right: 4.3vw;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .costume_bg {
    margin-right: 0;
    margin-top: 60px;
  }
}

.btn_basic {
  position: relative;
  display: block;
  width: 380px;
  height: 80px;
  border-radius: 40px;
  margin: 30px auto 0;
  border: 2px solid #968159;
  background-color: #968159;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 480px) {
  .btn_basic {
    height: 60px;
    border-radius: 30px;
  }
}
.btn_basic span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-color: #968159;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .btn_basic span{
    border-radius: 30px;
  }
}
.btn_basic:hover span{
  background-color: #fff;
}
.btn_basic::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 3;
  display: block;
  width: 14px;
  height: 14px;
  border-top: none;
  border-right: none;
  margin-top: -7px;
  transform: inherit;
  background: url(../img/20th/icon-link.svg) no-repeat;
  background-size: contain;
  background-position: 50%;
  transition: all 0.5s;
}
@media screen and (max-width: 480px) {
  .btn_basic::before {
    right: 15px;
  }
}
.btn_basic:hover {
  background-color: #fff;
  color: #968159;
  opacity: 1;
}
.btn_basic:hover::before {
  border-top: none;
  border-right: none;
  background: url(../img/20th/icon-link-gold.svg) no-repeat;
}
.btn_basic::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  border-radius: 40px;
  position: absolute;
  bottom: -7px;
  left: -1px;
  z-index: -1;
  border: 2px solid #968159;
  transition: all 0.5s;
}
@media screen and (max-width: 480px) {
  .btn_basic::after {
    border-radius: 30px;
  }
}
.btn_basic:hover::after{
  bottom: 0;
}
.costume_link {
  position: absolute;
  bottom: 12.3vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1500px) {
  .costume_link {
    bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .costume_link {
    width: 70vw;
    bottom: 14.5vw;
  }
}

/* History */
.banner {
  padding-top: 95px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bnr_hakama {
  display: block;
  margin: 0 auto;
  max-width: 1100px;
}

#history {
  position: relative;
  z-index: 1;
}
#history::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 54.1%;
  height: 740px;
  background: url(../img/753/2308/history_img01.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  #history::after {
    width: 40%;
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #history::after {
    position: static;
    width: 100%;
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  #history .sec_ttl__en{
    width: 34.267vw;
  }
}
.history_inner {
  position: relative;
  padding: 58px 0 152px;
  width: 430px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1180px) {
  .history_inner {
    padding: 30px 0;
    width: 58%;
  }
}
@media screen and (max-width: 768px) {
  .history_inner {
    width: 100%;
    padding: 0 0 30px;
  }
}

.history_mess {
  font-size: 20px;
  letter-spacing: 0.24em;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1180px) {
  .history_mess {
    font-size: 16px;
  }
}

.history_deco {
  position: absolute;
  bottom: -25px;
  right: -10vw;
  width: 171px;
}
@media screen and (max-width: 1180px) {
  .history_deco {
    display: none;
  }
}

/* Flow */
#flow {
  position: relative;
  padding-top: 180px;
  padding-bottom: 120px;
  background-color: #fdf6f7;
}
@media screen and (max-width: 768px) {
  #flow {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
#flow .sec_ttl{
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #flow .sec_ttl{
    margin-bottom: 90px;
  }
  #flow .sec_ttl__en{
    width: 89.067vw;
  }
}


.flowList{
  display: flex;
  flex-wrap: wrap;
  gap: 90px 30px;
}
@media screen and (max-width: 480px) {
  .flowList{
    gap: 60px 0;
    width: 90%;
    margin: 0 auto;
  }
}
.flowList_item{
  width: calc((100% - 60px) / 3);
  position: relative;
  background-color: #fff;
  padding: 0 35px 35px;
}
@media screen and (max-width: 768px) {
  .flowList_item{
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .flowList_item{
    width: 100%;
  }
}
.flowList_item::before{
  content: "";
  display: block;
  width: 180px;
  height: 93px;
  background-image: url(/img/753/2308/circle01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.flowList .flowList_item::after{
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  background-image: url(/img/753/2308/dot_line01.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 3px);
  left: -30px;
}
.flowList .flowList_item:nth-child(3n+1)::after{
  display: none;
}
@media screen and (max-width: 768px) {
  .flowList .flowList_item:nth-child(3n+1)::after{
    display: block;
  }
  .flowList .flowList_item:nth-child(2n+1)::after{
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .flowList .flowList_item::after,
  .flowList .flowList_item:nth-child(3n+1)::after{
    display: none;
  }
}
.flowList_num{
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .flowList_num{
    height: 45px;
  }
  .flowList_num img{
    width: auto;
    height: 100%;
  }
}
.flowList_ttl{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .flowList_ttl{
    font-size: 18px;
  }
}
.flowList_img{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .flowList_img{
    height: auto;
  }
  .flowList_img01{
    width: calc(155px * 0.8);
  }
  .flowList_img02{
    width: calc(78px * 0.8);
  }
  .flowList_img03{
    width: calc(109px * 0.8);
  }
  .flowList_img04{
    width: calc(114px * 0.8);
  }
  .flowList_img05{
    width: calc(149px * 0.8);
  }
  .flowList_img06{
    width: calc(124px * 0.8);
  }
}

/* FAQ */
#faq {
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 1180px) {
  #faq {
    margin-bottom: 60px;
  }
}
#faq .sec_ttl__en{
  margin-left: 84px;
}
@media screen and (max-width: 768px) {
  #faq .sec_ttl__en{
    width: 28vw;
    margin-left: 11.200vw;
  }
}

.faq_inner {
  padding-top: 110px;
}
@media screen and (max-width: 1180px) {
  .faq_inner {
    padding-top: 60px;
  }
}

.faq_listWrap {
  margin: 60px auto 45px;
}
@media screen and (max-width: 768px) {
  .faq_listWrap {
    margin: 30px auto 20px;
  }
}

.faq_list {
  padding: 0 40px;
  margin-bottom: 24px;
  background-color: #f4f2ee;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .faq_list {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.faq_list.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
}
.blog_item.is-hidden{
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.faq_q,
.faq_a {
  position: relative;
  padding: 25px 0 25px 70px;
}
@media screen and (max-width: 768px) {
  .faq_q,
.faq_a {
    padding: 15px 25px 15px 45px;
  }
}

.faq_icon {
  position: absolute;
  top: 22px;
  left: 0;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
@media screen and (max-width: 1180px) {
  .faq_icon {
    top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .faq_icon {
    top: 9px;
    width: 36px;
    height: 36px;
  }
}

.faq_q {
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .faq_q {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .faq_q {
    font-size: 14px;
  }
}
.faq_q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 2px;
  background-color: #968159;
}
.faq_q::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 24px;
  background-color: #968159;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq_q.active::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 480px) {
  .faq_q::after {
    width: 16px;
  }
  .faq_q::before {
    height: 16px;
    right: 7px;
  }
}

.faq_a {
  max-width: 990px;
  display: none;
  border-top: 3px dotted #dcdcdc;
}

.faq_btn,
.blog_btn {
  margin: 0 auto;
  text-align: center;
  width: 380px;
  height: 80px;
  border-radius: 40px;
  line-height: 78px;
}
.blog_btn{
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .faq_btn,
  .blog_btn {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    line-height: 58px;
  }
  .blog_btn{
    margin-top: 30px;
  }
}
.faq_btn::after,
.blog_btn::after{
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .faq_btn::after,
  .blog_btn::after{
    border-radius: 30px;
  }
}
.faq_btn::before,
.blog_btn::before{
  right: 30px;
}
.faq_btn:hover,
.blog_btn:hover{
  cursor: pointer;
}
.faq_btn.is-btn-hidden,
.blog_btn.is-btn-hidden {
  display: none;
}
.faq_btn::before,
.blog_btn::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.omiyaTitle {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .omiyaTitle {
    margin-bottom: 20px;
  }
}

.omiyaTitle span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .omiyaTitle span {
    font-size: 16px;
  }
}


/* 753 Blog */
.omiyaTitle {
  text-align: center;
  margin-bottom: 40px;
}

.img_mod {
  position: relative;
  bottom: -15px;
  left: 115px;
  margin-top: -35px;
}

.omiyaTitle span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .3em;
}

.omiyaTitle span.mt03em {
  margin-top: .3em;
}
@media screen and (max-width: 639px) {
  .omiyaTitle {
    text-align: center;
    margin-bottom: 20px;
  }

  .img_mod {
    bottom: -10px;
    left: 60px;
    width: 46.533vw;
  }

  .omiyaTitle span {
    font-size: 16px;
  }

  .omiyaTitle span.mb03em {
    margin-bottom: .3em;
  }
}

/* banner */
.floating-bannerBox{
  position: fixed;
  z-index: 5;
  bottom: 2vw;
  right: 2vw;
}
.floating-banner{
  position: relative;
  z-index: 1;
  max-width: 475px;
}
.floating-banner a{
  display: block;
  position: relative;
  z-index: 1;
}
.floating-banner::after{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 0;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.floating-banner-close{
  position: absolute;
  z-index: 2;
  top: -24px;
  right: -28px;
  width: 71px;
}

.floating-bannerBox.hide{
  display: none;
}

@media screen and (max-width: 1024px) {
  .floating-bannerBox{
    position: fixed;
    right: 0;
    bottom: 2vw;
    padding: 0 4vw;
    transition: all 0.4s;
  }
  .floating-banner-close{
    top: -5vw;
    right: -3vw;
    width: 16vw;
  }
}

@media screen and (max-width: 430px) {
  .floating-bannerBox{
    right: auto;
    left: auto;
  }
}

.abs_btn_line{
  display: none;
}

/* header-info */
@media screen and (max-width: 1024px) {
  #pageHeader {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
  }
}

.header-info{
  display: none;
  transition: all 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  body.is-scrolled .header-info,
  .header-info{
    width: 100%;
    padding-top: 0;
    height: calc(24vw - 13vw);
    background-color: #fff;
    position: fixed;
    top: 97px;
    left: 0;
    z-index: 10;
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
  }
  .header-infoInner{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .header-info-tel {
    width: calc(100% / 3);
    height: 100%;
  }
  .header-info-list{
    display: flex;
    width: calc(100% - (100% / 3));
    height: 100%;
  }
  .header-info-listItem{
    width: 50%;
    position: relative;
  }
  .header-info-listItem::before{
    content: "";
    display: block;
    width: 2px;
    height: 50%;
    border-left: 2px dotted #9F9F9F;
    position: absolute;
    top: 25%;
    left: 0;
  }
  .header-info-tel .phoneNumber,
  .header-info-link{
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-info-tel .phoneNumber .sp,
  .header-info-link .sp{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: calc(3.47vw * 0.8);
  }
  .header-info-tel .phoneNumber .sp svg{
    width: 1.87vw;
    height: auto;
    margin-right: 0.8vw;
  }
  .header-info-link.line svg,
  .header-info-link.web svg{
    margin-right: 0.8vw;
    width: 4vw;
    height: auto;
  }
  .header-info-link.line svg path,
  .header-info-link.web svg path{
    fill: black;
  }
}

@media screen and (max-width: 639px) {
  body.is-scrolled .header-info,
  .header-info{
    height: calc(30vw - 16.33vw);
    top: 50px
  }
  .header-info-tel .phoneNumber .sp,
  .header-info-link .sp{
    font-size: 3.47vw;
  }
}
