@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
@mixin f_roboto($weight:400) {
	font-family: 'Roboto',"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, sans-serif;
	font-weight:$weight;
}
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min(400); ※ L
	@include f_min(500); ※ M
	@include f_min(600); ※ B
*/
/*
	$weight:フォントの太さ

	@include f_go(500);
*/
/*
	$weight:フォントの太さ

	@include f_en(300); ※ Light
	@include f_en(400); ※ Regular
	@include f_en(700); ※ Bold
*/
html, body {
  opacity: 1 !important;
}

@media screen and (max-width: 640px) {
  html {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .mod_main {
    width: 100%;
  }
}

@media print, screen and (min-width: 641px) {
  .mod_footer > .wrap .copy_box {
    height: 23rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer > .wrap .top_btn {
    bottom: 7.3rem;
  }
}

.sec_txt {
  margin-top: 4.8rem;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .sec_txt {
    font-size: 1.8rem;
  }
}

.sec_subtxt {
  margin-top: 1.6rem;
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  max-width: 43.2rem;
}
@media screen and (max-width: 640px) {
  .sec_subtxt {
    font-size: 1.2rem;
    line-height: 2.4;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 640px) {
  .content {
    max-width: 100%;
  }
}
.content .content_wrap .content_area {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .content_wrap .content_area:nth-child(1) {
  padding-bottom: 24rem;
}
@media screen and (max-width: 640px) {
  .content .content_wrap .content_area:nth-child(1) {
    padding-bottom: 12rem;
  }
}
.content .content_wrap .content_area:nth-child(2) {
  margin-top: 64rem;
  padding-bottom: 24rem;
}
@media screen and (max-width: 640px) {
  .content .content_wrap .content_area:nth-child(2) {
    margin-top: 74.4vw;
    padding-bottom: 12rem;
  }
}

.mv_scroll {
  position: relative;
}
.mv_scroll .mv {
  position: relative;
  padding-top: 10.4rem;
  background-color: #FFFFFF;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .mv_scroll .mv {
    padding-top: 8rem;
  }
}
.mv_scroll .mv .mv_wrap {
  height: 100%;
}
.mv_scroll .mv .mv_wrap .mv_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 12rem 7.2rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .mv_scroll .mv .mv_wrap .mv_ttl {
    padding-block: 8rem 4rem;
  }
}
.mv_scroll .mv .mv_wrap .mv_ttl .chapel_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mv_scroll .mv .mv_wrap .mv_ttl .chapel_ttl {
    font-size: 2.2rem;
  }
}
.mv_scroll .mv .mv_wrap .mv_ttl .chapel_ttl .ttl_en {
  display: block;
  margin-bottom: 2.8rem;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  color: #8B8D8D;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  .mv_scroll .mv .mv_wrap .mv_ttl .chapel_ttl .ttl_en {
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
  }
}
.mv_scroll .mv .mv_wrap .mv_ttl .chapel_ttl .ttl_content {
  display: block;
  margin-top: 3.2rem;
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  color: #A99664;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .mv_scroll .mv .mv_wrap .mv_ttl .chapel_ttl .ttl_content {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}
.mv_scroll .mv .mv_wrap .mv_box {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
}
.mv_scroll .mv .mv_wrap .mv_box .bg {
  position: relative;
  display: block;
  width: calc(100% - 3.2rem);
  aspect-ratio: 16/9.22;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .mv_scroll .mv .mv_wrap .mv_box .bg {
    width: calc(100% - 1.6rem);
    height: 46rem;
  }
}
.mv_scroll .mv .mv_wrap .mv_box .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 30, 45, 0.2)), color-stop(25.41%, rgba(255, 255, 255, 0)), color-stop(61.57%, rgba(255, 255, 255, 0)), color-stop(95.56%, rgba(11, 30, 45, 0.2)));
  background: linear-gradient(180deg, rgba(11, 30, 45, 0.2) 0%, rgba(255, 255, 255, 0) 25.41%, rgba(255, 255, 255, 0) 61.57%, rgba(11, 30, 45, 0.2) 95.56%);
  mix-blend-mode: multiply;
}
.mv_scroll .mv .mv_wrap .mv_box .scroll_icon {
  position: absolute;
  top: -4.4rem;
  right: 4rem;
  z-index: 1;
}

.about .about_wrap {
  position: relative;
  aspect-ratio: 160/128;
  padding-top: 12rem;
  background-color: #FFFFFF;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .about .about_wrap {
    height: 76rem;
    aspect-ratio: auto;
    padding-top: 6.4rem;
  }
}
.about .about_wrap .bg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.about .about_wrap .about_box {
  position: absolute;
  top: 28rem;
  left: 24rem;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box {
    top: 16.8rem;
    left: 4.8rem;
  }
}
.about .about_wrap .about_box .about_ttl {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box .about_ttl {
    font-size: 1.5rem;
  }
}
.about .about_wrap .about_box .txt_box {
  margin-top: 2.4rem;
  color: #FFFFFF;
}
.about .about_wrap .about_box .txt_box .about_txt {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box .txt_box .about_txt {
    font-size: 1.2rem;
    line-height: 2.4;
  }
}
.about .about_wrap .about_box .about_logo {
  padding-top: 4.8rem;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box .about_logo {
    padding-top: 3.2rem;
  }
}
.about .about_wrap .about_box .about_logo img {
  height: auto;
}
.about .about_wrap .about_box .about_logo._alivila {
  width: 9.8rem;
  height: 3.1rem;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box .about_logo._alivila {
    width: 7.4rem;
    height: 2.4rem;
  }
}
.about .about_wrap .about_box .about_logo._lazor {
  width: 20.6rem;
  height: 3.1rem;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box .about_logo._lazor {
    width: 13.9rem;
    height: 2rem;
  }
}
.about .about_wrap .about_box .about_logo._monterey {
  width: 11.9rem;
  height: 3.1rem;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box .about_logo._monterey {
    width: 9rem;
    height: 2.4rem;
  }
}
.about .about_wrap .about_box .about_logo._renaissance {
  width: 14.7rem;
  height: 3.1rem;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box .about_logo._renaissance {
    width: 10.7rem;
    height: 2.2rem;
  }
}
.about .about_wrap .about_box .about_logo._lazor-sea {
  width: 27.9rem;
  height: 3.1rem;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box .about_logo._lazor-sea {
    width: 20.9rem;
    height: 3rem;
  }
}
.about .about_wrap .about_box._alivila {
  max-width: 112rem;
  top: 38rem;
  left: auto;
  right: 25.5rem;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box._alivila {
    top: 16.8rem;
    left: 4.8rem;
    right: auto;
  }
}
.about .about_wrap .about_box._alivila .txt_sticky {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: auto;
  right: 0;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box._alivila .txt_sticky {
    left: 4.8rem;
    right: auto;
  }
}
.about .about_wrap .about_box._renaissance {
  top: 40rem;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box._renaissance {
    top: 16.8rem;
  }
}
.about .about_wrap .about_box._lazor-sea {
  max-width: 112rem;
  top: 32rem;
  left: auto;
  right: 24rem;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_box._lazor-sea {
    top: 16.8rem;
    left: 4.8rem;
    right: auto;
  }
}
.about .about_wrap .link_area {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
}
.about .about_wrap .about_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem;
  gap: 0.3rem;
  border: 1px solid #FFFFFF;
  z-index: 5;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .about .about_wrap .about_link {
    opacity: 1;
    margin-top: 4rem;
    padding: 1.4rem 1.6rem;
  }
}

.fair {
  padding-top: 20rem;
}
@media screen and (max-width: 640px) {
  .fair {
    padding-top: 12rem;
  }
}

.detail {
  padding-top: 20rem;
}
@media screen and (max-width: 640px) {
  .detail {
    padding-top: 12rem;
  }
}
.detail .detail_wrap {
  position: relative;
  height: 200vh;
}
.detail .detail_wrap .detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
  width: 100%;
  height: calc(100vh - 9rem);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  margin-top: -9rem;
  padding-top: 9rem;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_box {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: -8rem;
    padding-top: 8rem;
  }
}
.detail .detail_wrap .detail_area {
  position: relative;
}
.detail .detail_wrap .detail_bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_bg {
    position: absolute;
  }
}
.detail .detail_wrap .detail_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0);
  opacity: 0;
  -webkit-transition: backdrop-filter 0.8s ease, opacity 0.8s ease;
  transition: backdrop-filter 0.8s ease, opacity 0.8s ease;
}
.detail .detail_wrap .detail_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.detail .detail_wrap .detail_bg.active:before {
  opacity: 1;
  border-color: rgba(42, 55, 60, 0.2);
  backdrop-filter: blur(25px);
}
.detail .detail_wrap .detail_bg.active::after {
  opacity: 0.2;
}
.detail .detail_wrap .detail_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content {
    position: relative;
    gap: 0;
    display: block;
    padding-top: 9rem;
    padding-bottom: 14rem;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.detail .detail_wrap .detail_content .detail_pic {
  display: block;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content .detail_pic {
    margin-top: 4rem;
  }
}
.detail .detail_wrap .detail_content .txt_box {
  color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content .txt_box {
    margin-top: 5rem;
  }
}
.detail .detail_wrap .detail_content .txt_box .detail_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content .txt_box .detail_ttl {
    font-size: 1.4rem;
    line-height: 2.3;
    letter-spacing: 0.12em;
  }
}
.detail .detail_wrap .detail_content .txt_box .detail_txt {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  margin-top: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content .txt_box .detail_txt {
    margin-top: 1.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }
}
.detail .detail_wrap .detail_content .txt_box .detail_txt dd {
  margin-top: 0.8rem;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content .txt_box .detail_txt dd {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content._lazor {
    margin-inline: 6.4rem 2.6rem;
  }
}
.detail .detail_wrap .detail_content._lazor .detail_pic {
  width: 55.2rem;
  height: 52rem;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content._lazor .detail_pic {
    width: 28.5rem;
    height: 31.9rem;
  }
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content._monterey {
    margin-inline: 6.4rem 2.7rem;
  }
}
.detail .detail_wrap .detail_content._monterey .detail_pic {
  width: 48.9rem;
  height: 52rem;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content._monterey .detail_pic {
    width: 28.7rem;
    height: 31.9rem;
  }
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content._alivila {
    margin-inline: 6.6rem 5.3rem;
  }
}
.detail .detail_wrap .detail_content._alivila .detail_pic {
  width: 53.8rem;
  height: 52rem;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content._alivila .detail_pic {
    width: 25.6rem;
    height: 31.9rem;
  }
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content._renaissance {
    margin-inline: 6.4rem 6rem;
  }
}
.detail .detail_wrap .detail_content._renaissance .detail_pic {
  width: 50.2rem;
  height: 52rem;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content._renaissance .detail_pic {
    width: 25.1rem;
    height: 31.9rem;
  }
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content._lazor-sea {
    margin-inline: 6.6rem 5.3rem;
  }
}
.detail .detail_wrap .detail_content._lazor-sea .detail_pic {
  width: 53.8rem;
  height: 52rem;
}
@media screen and (max-width: 640px) {
  .detail .detail_wrap .detail_content._lazor-sea .detail_pic {
    width: 25.6rem;
    height: 31.9rem;
  }
}

.sec_content01 {
  padding-top: 20rem;
}
@media screen and (max-width: 640px) {
  .sec_content01 {
    padding-top: 12rem;
  }
}
.sec_content01 .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12.8rem;
  height: 90rem;
}
@media screen and (max-width: 640px) {
  .sec_content01 .content_wrap {
    height: auto;
    gap: 0;
    display: block;
    padding: 0 0.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sec_content01 .content_wrap .sec_slide {
  width: 50%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .sec_content01 .content_wrap .sec_slide {
    width: 100%;
    height: 128vw;
    margin-bottom: 1.5rem;
  }
}
.sec_content01 .content_wrap .sec_slide .splide__track {
  height: 100%;
}
.sec_content01 .content_wrap .sec_slide .splide__pagination {
  display: block;
  left: 100%;
  bottom: 0;
  padding: 0;
  padding-left: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_content01 .content_wrap .sec_slide .splide__pagination {
    position: relative;
    left: auto;
    padding: 1.5rem 0 0;
  }
}
.sec_content01 .content_wrap .content_pic {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec_content01 .content_wrap .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .sec_content01 .content_wrap .content_box {
    display: block;
    margin-top: 5.5rem;
  }
}
.sec_content01 .content_wrap .content_box .sec_ttl {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .sec_content01 .content_wrap .content_box .sec_ttl {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .sec_content01 .content_wrap .content_box .sec_ttl span {
    font-size: 3.6rem;
  }
}
.sec_content01 .content_wrap .content_box .content_txt {
  margin-top: 4.8rem;
}
@media screen and (max-width: 640px) {
  .sec_content01 .content_wrap .content_box .content_txt {
    margin-top: 3.2rem;
    text-align: center;
  }
}
.sec_content01 .content_wrap .content_box .content_subtxt {
  margin-top: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_content01 .content_wrap .content_box .content_subtxt {
    padding: 0 4rem 4.8rem;
  }
}
.sec_content01 .content_wrap .content_box .sec_subSlide {
  display: block;
  width: 65.6rem;
  height: 44rem;
}
@media screen and (max-width: 640px) {
  .sec_content01 .content_wrap .content_box .sec_subSlide {
    width: calc(100% - 2.4rem);
    height: auto;
    margin-inline: auto;
  }
}
.sec_content01 .content_wrap .content_box .sec_subSlide .deco_pic {
  display: block;
}
@media screen and (max-width: 640px) {
  .sec_content01 .content_wrap .content_box .sec_subSlide .splide__pagination {
    display: block;
    position: relative;
    left: auto;
    bottom: 0;
    padding: 1.5rem 0 0;
  }
}

@media print, screen and (min-width: 641px) {
  #beach .content_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 640px) {
  #beach .content_wrap {
    padding: 0 0.8rem;
  }
}
#beach .content_wrap .splide__pagination {
  left: auto;
  right: 100%;
  padding-left: 0;
  padding-right: 0.8rem;
}
@media screen and (max-width: 640px) {
  #beach .content_wrap .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    right: auto;
    padding: 1.5rem 0 0;
  }
}
@media print, screen and (min-width: 641px) {
  #beach .content_wrap .content_box .txt_box {
    margin-left: auto;
  }
}
#beach .content_wrap .content_box .content_deco {
  margin-left: auto;
}

#party {
  position: relative;
  padding-bottom: 12rem;
}
@media screen and (max-width: 640px) {
  #party {
    padding-bottom: 8rem;
  }
}
#party:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 3.2rem);
  height: calc(100% - 30rem);
  background-color: #FAFAFA;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  #party:before {
    width: 100%;
  }
}
#party .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.6rem;
  width: calc(100% - 3.2rem);
  height: 100%;
  margin: 0 auto;
  padding-inline: 14.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #party .content_wrap {
    width: 100%;
    padding: 0 0.8rem;
    display: block;
  }
}
#party .content_pic {
  width: 50%;
  height: 74rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  #party .content_pic {
    width: 100%;
    height: 128vw;
  }
}
#party .content_pic .splide__track {
  height: 100%;
}
#party .content_pic_deco {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10rem auto 0;
}
@media screen and (max-width: 640px) {
  #party .content_pic_deco {
    margin: 0 0.8rem 4rem;
    width: calc(100% - 1.6rem);
  }
}
#party .content_box {
  padding-top: 16.3rem;
}
@media screen and (max-width: 640px) {
  #party .content_box {
    padding-top: 0;
  }
}
#party .content_box .sec_ttl {
  text-align: left;
}
@media screen and (max-width: 640px) {
  #party .content_box .sec_ttl {
    text-align: center;
  }
}
#party .content_box .content_txt {
  margin-top: 9.6rem;
}
@media screen and (max-width: 640px) {
  #party .content_box .content_txt {
    margin-top: 3.2rem;
  }
}
#party .content_box .content_subtxt {
  margin-top: 1.6rem;
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  #party .content_box .content_subtxt {
    font-size: 1.2rem;
  }
}
#party .content_box .content_deco {
  display: block;
  width: 100%;
  max-width: 65.6rem;
  height: 44rem;
}
#party .content_accordion {
  position: relative;
  width: calc(100% - 3.2rem);
  height: 100%;
  margin: 0 auto;
  padding-inline: 10.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #party .content_accordion {
    width: calc(100% - 4.8rem);
    padding-inline: 0;
  }
}
#party .content_accordion .accordion_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-top: 8rem;
  width: 100%;
  height: 8rem;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_btn {
    margin-top: 0;
    height: 4.6rem;
  }
}
.no-touchevents #party .content_accordion .accordion_btn:hover {
  opacity: 0.7;
}
#party .content_accordion .accordion_btn.is-open .btn_icon:after {
  rotate: 0deg;
}
#party .content_accordion .accordion_btn .btn_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.7rem;
  font-family: trajan-pro-3, serif;
  font-weight: 500;
  color: #2A373C;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_btn .btn_txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
  }
}
#party .content_accordion .accordion_item {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
#party .content_accordion .accordion_item.active {
  height: auto;
}
#party .content_accordion .accordion_item .more {
  margin-top: 12rem;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more {
    margin-top: 6.4rem;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content .more_ttl {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content .more_ttl {
    font-size: 1.2rem;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content .more_ttl span {
  display: block;
  padding-bottom: 1.2rem;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content .more_ttl span {
    font-size: 2.6rem;
    padding-bottom: 1rem;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content .more_subttl {
  margin-top: 4.8rem;
}
#party .content_accordion .accordion_item .more .more_wrap .more_content .more_txt {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content .more_txt {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 {
  text-align: center;
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.8rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.2rem;
    padding-inline: 0;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_pic {
  aspect-ratio: 373/280;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_pic {
    width: 38.4vw;
    height: 38.4vw;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list {
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list {
    margin-top: 0;
    width: calc(100% - 38.4vw - 2rem);
  }
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_ttl {
    font-size: 1.6rem;
    text-align: left;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_ttl span {
  position: absolute;
  top: 0;
  right: calc(100% + 0.8rem);
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_ttl span {
    display: block;
    position: relative;
    right: auto;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_txt {
  color: #8B8D8D;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_txt {
    font-size: 1rem;
    text-align: left;
    letter-spacing: 0.12em;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility {
  color: #8B8D8D;
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility {
    font-size: 1.2rem;
    text-align: left;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DFDFDF;
  margin-block: 1.6rem;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility:before {
    margin-block: 1.2rem;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.8rem;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility ul li:before {
  content: "▪︎";
  display: block;
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility ul li .yes {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.6rem;
  border-radius: 50%;
  border: 1px solid #8B8D8D;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility ul li .yes {
    position: relative;
    bottom: 0.03rem;
    width: 1rem;
    height: 1rem;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility ul li .no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.6rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility ul li .no {
    position: relative;
    bottom: 0.05rem;
    width: 1rem;
    height: 1rem;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility ul li .no:before, #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility ul li .no:after {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 1px;
  background-color: #8B8D8D;
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility ul li .no:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap .content01_box .content01_list .list_facility ul li .no:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media print, screen and (min-width: 641px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap[data-content-length="2"] {
    gap: 11.2rem;
  }
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap[data-content-length="2"] .content01_box {
    width: 50%;
  }
}
@media print, screen and (min-width: 641px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap[data-content-length="3"] {
    gap: 8.1rem;
  }
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap[data-content-length="3"] .content01_box {
    width: 33.3333333333%;
  }
}
@media print, screen and (min-width: 641px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap[data-content-length="4"] {
    gap: 6.4rem;
  }
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content01 .content01_wrap[data-content-length="4"] .content01_box {
    width: 25%;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content02 {
  margin-top: 12rem;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content02 {
    margin-top: 6.4rem;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content02 .content02_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 11rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content02 .content02_wrap {
    display: block;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content02 .content02_wrap .sec_slide {
  width: 60rem;
  height: 44rem;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content02 .content02_wrap .sec_slide {
    width: 100%;
    height: 64.26vw;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content02 .content02_wrap .sec_slide .content_pic {
  display: block;
  width: 100%;
  height: 100%;
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content02 .content02_wrap .splide__pagination {
  padding-left: 0;
  padding-right: 0.8rem;
  left: auto;
  right: 100%;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content02 .content02_wrap .splide__pagination {
    position: relative;
    right: auto;
    padding: 1.5rem 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content02 .content02_wrap .content02_box {
    padding-top: 5.5rem;
  }
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content02 .content02_wrap .content02_box .more_ttl {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content02 .content02_wrap .content02_box .more_subttl {
    margin-top: 2.4rem;
    text-align: center;
  }
}
#party .content_accordion .accordion_item .more .more_wrap .more_content.content02 .content02_wrap .content02_box .more_txt {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  #party .content_accordion .accordion_item .more .more_wrap .more_content.content02 .content02_wrap .content02_box .more_txt {
    font-size: 1.2rem;
    padding: 0 2.4rem;
    text-align: justify;
  }
}

.feature {
  padding-top: 20rem;
}
@media screen and (max-width: 640px) {
  .feature {
    padding-top: 12rem;
  }
}
.feature .feature_wrap {
  padding-inline: 20rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .feature .feature_wrap {
    padding: 0;
  }
}
.feature .feature_wrap .feature_contents {
  padding-top: 6.4rem;
}
@media screen and (max-width: 640px) {
  .feature .feature_wrap .feature_contents {
    padding-top: 4.8rem;
  }
}
.feature .feature_wrap .feature_contents .feature_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .feature .feature_wrap .feature_contents .feature_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.feature .feature_wrap .feature_contents .feature_content .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 6rem);
  min-height: 42rem;
  padding-inline: 9.8rem 7rem;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .feature .feature_wrap .feature_contents .feature_content .txt_box {
    position: relative;
    width: 100%;
    min-height: auto;
    margin-top: 3.7rem;
    padding-inline: 7.9rem 3rem;
    background-color: transparent;
  }
}
.feature .feature_wrap .feature_contents .feature_content .txt_box:before {
  content: "FEATURE " attr(data-featureNum);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #A99664;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 640px) {
  .feature .feature_wrap .feature_contents .feature_content .txt_box:before {
    left: 3rem;
    font-size: 1.5rem;
  }
}
.feature .feature_wrap .feature_contents .feature_content .txt_box dl dt {
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .feature .feature_wrap .feature_contents .feature_content .txt_box dl dt {
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: 0.14em;
  }
}
.feature .feature_wrap .feature_contents .feature_content .txt_box dl dd {
  margin-top: 2.8rem;
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.93;
}
@media screen and (max-width: 640px) {
  .feature .feature_wrap .feature_contents .feature_content .txt_box dl dd {
    margin-top: 2.2rem;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.feature .feature_wrap .feature_contents .feature_content .feature_pic {
  display: block;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .feature .feature_wrap .feature_contents .feature_content .feature_pic {
    width: calc(100% - 3rem);
    margin-left: auto;
  }
}
.feature .feature_wrap .feature_contents .feature_content + .feature_content {
  margin-top: 10rem;
}
@media print, screen and (min-width: 641px) {
  .feature .feature_wrap .feature_contents .feature_content:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.feature .feature_wrap .feature_contents .feature_content:nth-child(even) .txt_box {
  padding-inline: 7rem 9.8rem;
}
@media screen and (max-width: 640px) {
  .feature .feature_wrap .feature_contents .feature_content:nth-child(even) .txt_box {
    padding-inline: 3rem 7.9rem;
  }
}
.feature .feature_wrap .feature_contents .feature_content:nth-child(even) .txt_box:before {
  left: auto;
  right: 0;
}
@media screen and (max-width: 640px) {
  .feature .feature_wrap .feature_contents .feature_content:nth-child(even) .txt_box:before {
    left: auto;
    right: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .feature .feature_wrap .feature_contents .feature_content:nth-child(even) .feature_pic {
    margin-left: 0;
    margin-right: auto;
  }
}

.movie_wrap {
  padding-top: 16rem;
  padding-inline: 28.8rem;
}
@media screen and (max-width: 640px) {
  .movie_wrap {
    padding-top: 12rem;
    padding-inline: 2.4rem;
  }
}
.movie_wrap .sec_ttl {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 640px) {
  .movie_wrap .sec_ttl {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .movie_wrap .sec_ttl span {
    font-size: 3.6rem;
  }
}
.movie_wrap .movie_box {
  position: relative;
  width: 100%;
  max-width: 102.4rem;
  height: 57.6rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .movie_wrap .movie_box {
    padding-inline: 0;
    max-width: none;
    height: 100%;
    min-height: 21.6rem;
  }
}
.no-touchevents .movie_wrap .movie_box:hover .movie_icon::before {
  background-color: none;
  backdrop-filter: blur(0);
}
.movie_wrap .movie_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .movie_wrap .movie_icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.movie_wrap .movie_icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  display: block;
  border-radius: 50%;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.movie_wrap .movie_icon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 1.4rem solid #FFFFFF;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.2rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .movie_wrap .movie_icon::after {
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
    border-left: 0.6rem solid #FFFFFF;
    left: calc(50% + 0.1rem);
  }
}
.movie_wrap .movie_icon.no-active {
  opacity: 0;
}
.movie_wrap .movie {
  width: 100%;
  max-width: 102.4rem;
  height: 57.6rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .movie_wrap .movie {
    max-width: none;
    height: 21.6rem;
  }
}
.movie_wrap .movie .scale_up {
  position: relative;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.movie_wrap #movie-inner {
  display: block;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.movie_wrap .iframe-wrapper {
  display: none; /* 初期状態では非表示 */
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.movie_wrap .iframe-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.sales .sales_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10.4rem;
  position: relative;
  width: calc(100% - 3.2rem);
  margin-top: 16rem;
  margin-inline: auto;
  padding: 12rem 14.4rem;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sales .sales_wrap {
    gap: 0;
    display: block;
    width: 100%;
    margin-top: 8rem;
    padding: 0 2.4rem;
    overflow: visible;
  }
}
@media screen and (max-width: 640px) {
  .sales .sales_wrap .txt_wrap {
    padding: 7rem 2.4rem 4.8rem;
  }
}
.sales .sales_wrap .txt_wrap .sales_ttl {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
.sales .sales_wrap .txt_wrap .sales_ttl .marker {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .sales .sales_wrap .txt_wrap .sales_ttl .marker {
    font-size: 1.8rem;
  }
}
.sales .sales_wrap .txt_wrap .sales_ttl .marker:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #EEE0AF;
  z-index: -1;
}
.sales .sales_wrap .txt_wrap .sales_list {
  width: 26rem;
  margin-top: 3.2rem;
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .sales .sales_wrap .txt_wrap .sales_list {
    width: 100%;
    font-size: 1.2rem;
  }
}
.sales .sales_wrap .txt_wrap .sales_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 1rem;
}
.sales .sales_wrap .txt_wrap .sales_list li::before {
  content: "・";
}
.sales .sales_wrap .txt_wrap .sales_list li + li {
  border-top: 1px solid #DFDFDF;
}
.sales .sales_wrap .pic_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  height: 60rem;
}
@media screen and (max-width: 640px) {
  .sales .sales_wrap .pic_wrap {
    gap: 0.5rem;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 8rem;
  }
}
.sales .sales_wrap .pic_wrap .sales_pic01 {
  display: block;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .sales .sales_wrap .pic_wrap .sales_pic01 {
    height: 63.2vw;
  }
}
.sales .sales_wrap .pic_wrap .pic_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .sales .sales_wrap .pic_wrap .pic_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5rem;
    height: auto;
  }
}
.sales .sales_wrap .pic_wrap .pic_box .sales_pic02 {
  display: block;
  height: calc(50% - 0.2rem);
}
@media screen and (max-width: 640px) {
  .sales .sales_wrap .pic_wrap .pic_box .sales_pic02 {
    width: 50%;
    height: 49.06vw;
  }
}
.sales .sales_wrap .pic_wrap .pic_box .sales_pic03 {
  display: block;
  height: calc(50% - 0.2rem);
}
@media screen and (max-width: 640px) {
  .sales .sales_wrap .pic_wrap .pic_box .sales_pic03 {
    width: 50%;
    height: 49.06vw;
  }
}
.sales .sales_wrap .loop_txtbox {
  position: absolute;
  bottom: 0.8rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sales .sales_wrap .loop_txtbox {
    bottom: auto;
    top: -2.8rem;
    left: 0;
  }
}
.sales .sales_wrap .loop_txtbox .loop_txt_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: slide 100s linear infinite;
          animation: slide 100s linear infinite;
}
.sales .sales_wrap .loop_txtbox .loop_txt_slide .loop_txt {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 2rem;
  color: #DFDFDF;
  font-size: 8rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .sales .sales_wrap .loop_txtbox .loop_txt_slide .loop_txt {
    font-size: 4.8rem;
  }
}

.sec_content02 {
  padding-top: 20rem;
}
@media screen and (max-width: 640px) {
  .sec_content02 {
    padding-top: 12rem;
    overflow: hidden;
  }
}
.sec_content02 .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13.6rem;
  position: relative;
  padding-left: 24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .sec_content02 .content_wrap {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap {
    display: block;
    padding: 0 0.8rem;
    gap: 0;
  }
}
.sec_content02 .content_wrap .content_box .sec_ttl {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .sec_ttl {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .sec_ttl span {
    padding-bottom: 0.5rem;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .sec_txt {
    margin-top: 3.2rem;
    text-align: center;
  }
}
.sec_content02 .content_wrap .content_box .sec_subtxt {
  max-width: 43.2rem;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .sec_subtxt {
    padding: 0 4rem;
    text-align: justify;
  }
}
.sec_content02 .content_wrap .content_box .content_logo {
  width: 27.3rem;
  height: 8rem;
  margin-top: 5.4rem;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .content_logo {
    height: auto;
    margin: 4rem auto 0;
    padding-bottom: 8rem;
  }
}
.sec_content02 .content_wrap .content_box .content_logo._alivila {
  width: 28.1rem;
  height: 8rem;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .content_logo._alivila {
    width: 22.3rem;
    height: 6.4rem;
  }
}
.sec_content02 .content_wrap .content_box .content_logo._lazor {
  width: 28.1rem;
  height: 8rem;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .content_logo._lazor {
    width: 22.3rem;
    height: 6.4rem;
  }
}
.sec_content02 .content_wrap .content_box .content_logo._monterey {
  width: 13.2rem;
  height: 9rem;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .content_logo._monterey {
    width: 11.8rem;
    height: 8rem;
  }
}
.sec_content02 .content_wrap .content_box .content_logo._renaissance {
  width: 15.9rem;
  height: 8rem;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .content_logo._renaissance {
    width: 12.7rem;
    height: 6.4rem;
  }
}
.sec_content02 .content_wrap .content_box .content_logo._lazor-sea {
  width: 27.2rem;
  height: 3rem;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .content_logo._lazor-sea {
    width: 23.6rem;
    height: 2.6rem;
  }
}
.sec_content02 .content_wrap .content_box .content_subbox {
  position: relative;
  margin-top: 6.4rem;
  padding-left: 3.2rem;
}
.sec_content02 .content_wrap .content_box .content_subbox .content_deco_txt {
  position: absolute;
  top: 1.8rem;
  left: 0;
  font-family: trajan-pro-3, serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .content_subbox .content_deco_txt {
    top: 1rem;
  }
}
.sec_content02 .content_wrap .content_box .content_subbox .content_subttl {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .content_subbox .content_subttl {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.sec_content02 .content_wrap .content_box .content_subbox .content_subtxt {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_box .content_subbox .content_subtxt {
    font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    padding-bottom: 9.6rem;
  }
}
.sec_content02 .content_wrap .content_pic {
  width: 78.4rem;
  height: 90rem;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_pic {
    width: 100%;
    height: 128vw;
  }
}
.sec_content02 .content_wrap .content_pic_deco {
  position: absolute;
  bottom: -6.4rem;
  width: 42.4rem;
  height: 29.6rem;
}
@media screen and (max-width: 640px) {
  .sec_content02 .content_wrap .content_pic_deco {
    margin-top: 4.8rem;
    width: calc(100% - 4rem);
    height: 57.06vw;
    position: relative;
    bottom: auto;
  }
}

@media print, screen and (min-width: 641px) {
  #location .scroll_wrap {
    height: 90rem;
  }
}
@media print, screen and (min-width: 641px) {
  #location .scroll_wrap .scroll_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 90rem;
  }
}
#location .content_wrap {
  gap: 0 12rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #location .content_wrap {
    gap: 0;
    padding: 4rem 0.8rem 0;
  }
}
#location .content_wrap .content_box {
  padding-top: 12rem;
}
@media screen and (max-width: 640px) {
  #location .content_wrap .content_box {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  #location .content_wrap .content_box .content_subbox {
    padding-left: 3.2rem;
    margin-left: 1.6rem;
  }
}
#location .content_wrap .ph_wrap {
  position: relative;
}
#location .content_wrap .content_pic {
  width: 124.4rem;
}
@media screen and (max-width: 640px) {
  #location .content_wrap .content_pic {
    width: 100%;
    height: 96vw;
  }
}
#location .content_wrap .content_pic_deco {
  position: absolute;
  bottom: 8.4rem;
  left: -38.4rem;
  width: 26.4rem;
  height: 25.7rem;
}
@media screen and (max-width: 640px) {
  #location .content_wrap .content_pic_deco {
    width: 34.13vw;
    height: 34.13vw;
    bottom: 78.93vw;
    left: auto;
    right: 2.4rem;
    z-index: 1;
  }
}
#location .location_content_wrap {
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  #location .location_content_wrap {
    padding-inline: 0;
  }
}
#location .location_content_wrap .location_content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #location .location_content_wrap .location_content_box {
    display: block;
    padding-top: 6.4rem;
  }
}
#location .location_content_wrap .location_content_box .txt {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  #location .location_content_wrap .location_content_box .txt {
    font-size: 1.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media print, screen and (min-width: 641px) {
  #location .location_content_wrap .location_content_box .box01 {
    position: relative;
    width: 68.7rem;
    height: 100%;
    padding-inline: 22.8rem 12rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media print, screen and (min-width: 641px) {
  #location .location_content_wrap .location_content_box .box01 .txt {
    position: absolute;
    top: 23.1rem;
    left: 20rem;
  }
}
#location .location_content_wrap .location_content_box .box01 .content_pic01 {
  position: absolute;
  top: 14.6rem;
  right: 12rem;
  width: 36rem;
  height: 27.2rem;
}
@media screen and (max-width: 640px) {
  #location .location_content_wrap .location_content_box .box01 .content_pic01 {
    position: static;
    top: auto;
    right: auto;
    width: 53.33vw;
    height: 40vw;
    margin-top: 4.8rem;
    margin-left: 1.6rem;
  }
}
#location .location_content_wrap .location_content_box .box01 .content_pic02 {
  position: absolute;
  left: 22.8rem;
  bottom: 14.6rem;
  width: 36rem;
  height: 27.2rem;
}
@media screen and (max-width: 640px) {
  #location .location_content_wrap .location_content_box .box01 .content_pic02 {
    position: static;
    left: auto;
    bottom: auto;
    margin-top: 3.2rem;
    width: 53.33vw;
    height: 40vw;
    margin-left: auto;
    padding-right: 1.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  #location .location_content_wrap .location_content_box .location_content_main {
    width: 65.9rem;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 640px) {
  #location .location_content_wrap .location_content_box .location_content_main {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 641px) {
  #location .location_content_wrap .location_content_box .box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17.6rem;
    padding-inline: 20rem 18rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#location .location_content_wrap .location_content_box .box02 .txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  #location .location_content_wrap .location_content_box .box02 .txt {
    padding: 6.4rem 0;
  }
}
#location .location_content_wrap .location_content_box .box02 .location_content_ph_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  #location .location_content_wrap .location_content_box .box02 .location_content_ph_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 82.13vw;
    margin-inline: auto;
  }
}
#location .location_content_wrap .location_content_box .box02 .location_content_ph_box .content_pic03 {
  width: 34.4rem;
}
@media screen and (max-width: 640px) {
  #location .location_content_wrap .location_content_box .box02 .location_content_ph_box .content_pic03 {
    width: calc(50% - 1px);
  }
}
#location .location_content_wrap .location_content_box .box02 .location_content_ph_box .content_pic04 {
  margin-top: 8rem;
  width: 34.4rem;
}
@media screen and (max-width: 640px) {
  #location .location_content_wrap .location_content_box .box02 .location_content_ph_box .content_pic04 {
    margin-top: 0;
    width: calc(50% - 1px);
  }
}

.gallery {
  padding-top: 24rem;
}
@media screen and (max-width: 640px) {
  .gallery {
    padding-top: 12rem;
  }
}
.gallery .gallery_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding-inline: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery .gallery_wrap .gallery_txt {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 16.8rem;
  left: 22.4rem;
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .gallery .gallery_wrap .gallery_txt {
    top: 6.4rem;
    left: 3.2rem;
    font-size: 1rem;
  }
}
.gallery .gallery_wrap .gallery_pic {
  display: block;
  position: relative;
  height: 72rem;
}
@media screen and (max-width: 640px) {
  .gallery .gallery_wrap .gallery_pic {
    height: 140.8vw;
  }
}
.gallery .gallery_wrap .gallery_pic._pattern1 {
  width: 100%;
}
.gallery .gallery_wrap .gallery_pic._pattern2 {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .gallery .gallery_wrap .gallery_pic._pattern2 {
    width: 100%;
    height: 95.73vw;
    margin-bottom: 0.8rem;
  }
}
.gallery .gallery_wrap .gallery_pic._pattern3 {
  width: 100%;
  height: 35.6rem;
}
@media screen and (max-width: 640px) {
  .gallery .gallery_wrap .gallery_pic._pattern3 {
    height: 50%;
  }
}
.gallery .gallery_wrap .gallery_pic._lazor-sea._pattern1 .gallery_txt {
  left: auto;
  right: 21.5rem;
}
@media screen and (max-width: 640px) {
  .gallery .gallery_wrap .gallery_pic._lazor-sea._pattern1 .gallery_txt {
    right: auto;
    left: 3.2rem;
  }
}
.gallery .gallery_wrap .gallery_box {
  height: 100%;
}
@media print, screen and (min-width: 641px) {
  .gallery .gallery_wrap .gallery_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
  }
}
.gallery .gallery_wrap .gallery_box .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .gallery .gallery_wrap .gallery_box .flex_box {
    width: 100%;
  }
}
.gallery .gallery_wrap .gallery_box .flex_box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .gallery .gallery_wrap .gallery_box .flex_box .box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .gallery .gallery_wrap .gallery_box .flex_box ._pattern2 {
    height: 100%;
    margin-bottom: 0;
  }
}

.qa {
  margin-top: 19.3rem;
}
@media screen and (max-width: 640px) {
  .qa {
    margin-top: 12rem;
  }
}
.qa .qa_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24rem;
  padding-inline: 24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .qa .qa_wrap {
    gap: 0;
    padding-inline: 0;
    display: block;
    padding: 0 2.4rem;
  }
}
.qa .qa_wrap .sec_ttl {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .qa .qa_wrap .sec_ttl {
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .qa .qa_wrap .sec_ttl span {
    font-size: 3.6rem;
  }
}
.qa .qa_wrap .qa_list {
  width: 100%;
  max-width: 76rem;
}
.qa .qa_wrap .qa_list .list_box {
  padding-block: 1.6rem;
  border-top: 1px solid #DFDFDF;
  padding: 2.4rem 1.6rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .qa .qa_wrap .qa_list .list_box {
    padding-block: 0;
    padding-inline: 0;
    padding: 2.4rem 0 0.4rem;
  }
}
.qa .qa_wrap .qa_list .list_box .q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  padding-block: 1.6rem;
  padding-right: 6.4rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 640px) {
  .qa .qa_wrap .qa_list .list_box .q {
    gap: 0;
    padding-block: 0;
    padding-right: 2.2rem;
    font-size: 1.2rem;
  }
}
.no-touchevents .qa .qa_wrap .qa_list .list_box .q:hover {
  opacity: 0.7;
}
.qa .qa_wrap .qa_list .list_box .q.is-open .icon_box .plus_icon:after {
  rotate: 0deg;
}
.qa .qa_wrap .qa_list .list_box .q:before {
  content: "Q";
  display: inline-block;
  margin-top: 0.8rem;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .qa .qa_wrap .qa_list .list_box .q:before {
    margin-top: 0.6rem;
    margin-right: 1.6rem;
    font-size: 1.4rem;
  }
}
.qa .qa_wrap .qa_list .list_box .q .icon_box {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.qa .qa_wrap .qa_list .list_box .q .icon_box .plus_icon {
  width: 1.6rem;
}
@media screen and (max-width: 640px) {
  .qa .qa_wrap .qa_list .list_box .q .icon_box .plus_icon {
    width: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .qa .qa_wrap .qa_list .list_box .q .icon_box {
    right: 0;
  }
}
.qa .qa_wrap .qa_list .list_box .a {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem;
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  margin-right: 6rem;
}
@media screen and (max-width: 640px) {
  .qa .qa_wrap .qa_list .list_box .a {
    margin-top: 0;
    gap: 0;
    font-size: 1.1rem;
    line-height: 2.4;
    letter-spacing: 0.08em;
    margin-right: 3rem;
  }
}
.qa .qa_wrap .qa_list .list_box .a.active {
  height: auto;
}
.qa .qa_wrap .qa_list .list_box .a:before {
  content: "A";
  display: inline-block;
  margin-top: 0.5rem;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .qa .qa_wrap .qa_list .list_box .a:before {
    margin-top: 3.1rem;
    margin-right: 1.8rem;
    font-size: 1.4rem;
  }
}
.qa .qa_wrap .qa_list .list_box .a .txt {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .qa .qa_wrap .qa_list .list_box .a .txt {
    margin-bottom: 0;
    margin-top: 2.4rem;
  }
}
.qa .qa_wrap .qa_list .list_box:last-child {
  border-bottom: 1px solid #DFDFDF;
}
.qa .qa_wrap .qa_btn {
  margin-top: 6.4rem;
}
@media screen and (max-width: 640px) {
  .qa .qa_wrap .qa_btn {
    margin: 6.4rem auto 0;
  }
}

.middle_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .middle_bg {
    top: 50%;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.chapel_progress {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.8rem;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .chapel_progress {
    top: 8rem;
    bottom: auto;
    height: 3.4rem;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 640px) {
  .chapel_progress.contentUp {
    top: 6rem;
  }
}
.chapel_progress .progress_wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .chapel_progress .progress_wrap {
    padding-inline: 2rem;
  }
}
.chapel_progress .progress_wrap .progress_bar {
  display: block;
  width: 100%;
  margin-top: 1.4rem;
  height: 1px;
  background-color: #3C4F5C;
}
@media screen and (max-width: 640px) {
  .chapel_progress .progress_wrap .progress_bar {
    margin-top: 0.5rem;
  }
}
.chapel_progress .progress_wrap .progress_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
  padding-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .chapel_progress .progress_wrap .progress_nav {
    gap: 3.2rem;
  }
}
.chapel_progress .progress_wrap .progress_nav .progress_list .progress_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  color: #7E92A0;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .chapel_progress .progress_wrap .progress_nav .progress_list .progress_link {
    font-size: 1rem;
  }
}
.chapel_progress .progress_wrap .progress_nav .progress_list .progress_link:before {
  content: "";
  display: block;
  width: 0.4rem;
  aspect-ratio: 1/1;
  margin-right: 0.3rem;
  background-color: #7E92A0;
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 640px) {
  .chapel_progress .progress_wrap .progress_nav .progress_list .progress_link:before {
    width: 0.3rem;
    margin-right: 0.2rem;
  }
}
.chapel_progress .progress_wrap .progress_nav .progress_list .progress_link:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.75rem);
  width: 1rem;
  aspect-ratio: 1/1;
  margin-right: 0.3rem;
  background-color: #3C4F5C;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .chapel_progress .progress_wrap .progress_nav .progress_list .progress_link:after {
    bottom: calc(100% + 0.8rem);
    width: 0.8rem;
  }
}
.chapel_progress .progress_wrap .progress_nav .progress_list .progress_link.active {
  color: #3C4F5C;
}
.chapel_progress .progress_wrap .progress_nav .progress_list .progress_link.active:before {
  background-color: #3C4F5C;
}
.chapel_progress .progress_wrap .progress_nav .progress_list .progress_link.active:after {
  opacity: 1;
}

.splide__pagination {
  display: block;
  left: 100%;
  bottom: 0;
  padding: 0;
  padding-left: 0.8rem;
}
.splide__pagination li + li {
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .splide__pagination li + li {
    margin-top: 0;
    margin-left: 0.8rem;
  }
}

.lazorsea_ttl {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .lazorsea_ttl {
    line-height: 1.3 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .lazorsea_ttl .sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .lazorsea_ttl .sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .lazorsea_ttl span {
    line-height: 1;
  }
}
/*# sourceMappingURL=chapel.css.map */