.bg_sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100svh;
  margin-top: -1px;
}
.bg_sticky.is-mv {
  position: fixed;
  background: url("../../img/small/mv.jpg") no-repeat center/cover;
}
.bg_sticky.is-benefits {
  background: url("../../img/small/benefits_bg.jpg") no-repeat center/cover;
}
.bg_sticky.is-space {
  margin-top: -9.6vw;
  background: url("../../img/small/space_bg.png") no-repeat top center/cover;
  top: -9.6vw;
  height: calc(100svh + 9.6vw);
}
.bg_sticky.is-plan {
  background: url("../../img/small/mv.jpg") no-repeat center/cover;
}
.bg_sticky.is-topics {
  background: url("../../img/small/topics_bg.jpg") no-repeat top center/cover;
  height: 100svh;
}

.mv {
  width: 100vw;
  height: 100svh;
}
.mv_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv_ttl {
  width: 52.8rem;
  margin-bottom: 4rem;
}
.mv_lead {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  color: #fff;
}

.intro {
  padding: 6rem 0 calc(16rem + 9.6vw);
  text-align: center;
  color: #fff;
}
.intro::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 13rem);
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333 100%);
  background-blend-mode: multiply;
  opacity: 0.8;
}
.intro_ttl {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.18em;
}
.intro_desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.4rem;
  line-height: 2.15;
  letter-spacing: 0.16em;
}

.why {
  position: relative;
  margin-top: -9.6vw;
  padding: 15.6rem 0 22rem;
  background: url("../../img/small/why_bg.png") no-repeat top center/cover;
}
.why_ttl_img {
  position: absolute;
  top: -3.6rem;
  left: 50%;
  width: 63rem;
  margin: 0 auto 2rem;
  transform: translate(-50%, 0);
}
.why_head {
  margin-bottom: 7rem;
  text-align: center;
}
.why_en {
  margin-bottom: 5.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #aea595;
}
.why_ttl {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
.why_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.1em;
}
.why_list {
  display: flex;
  justify-content: space-between;
  gap: 4.4rem;
  max-width: 105rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.why_list_item {
  width: calc(25% - 3.3rem);
  text-align: center;
}
.why_list_item_img {
  margin-bottom: 2.5rem;
}
.why_list_item_txt {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.16em;
}

.benefits {
  margin-top: calc(-100svh - 12.4rem);
  padding: 0 0 10rem;
}
.benefits_head {
  max-width: 106rem;
  margin: 0 auto 7rem;
}
.benefits_ttl {
  position: relative;
  left: -10rem;
  width: 100%;
  max-width: 50rem;
}
.benefits_lead {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
.benefits_slider {
  width: calc(50vw + 53rem);
  margin: 0 0 0 auto;
  overflow: hidden;
}
.benefits_slider .slick-track {
  display: flex;
}
.benefits_slider .slick-slide {
  height: auto;
}
.benefits_slider .slick-slide > div {
  height: 100%;
}
.benefits_slide {
  width: 42rem;
  margin-right: 3rem;
}
.benefits_slide figure {
  margin-bottom: 2rem;
}
.benefits_slide_ttl {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.benefits_slide_txt {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.benefits_nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
.benefits_nav_arrows {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.benefits_nav_arrows .slick-prev,
.benefits_nav_arrows .slick-next {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.benefits_nav_arrows .slick-prev:focus-visible,
.benefits_nav_arrows .slick-next:focus-visible {
  outline: 0.2rem solid #333;
  outline-offset: 0.2rem;
}
.benefits_nav_arrows .slick-prev:focus:not(:focus-visible),
.benefits_nav_arrows .slick-next:focus:not(:focus-visible) {
  outline: none;
}
.benefits_nav_arrows .slick-prev img,
.benefits_nav_arrows .slick-next img {
  display: block;
  width: 4rem;
  height: auto;
}
.benefits_nav_arrows .slick-prev {
  transform: rotate(180deg);
}
.benefits_nav_dots .slick-dots {
  display: flex;
  gap: 1.3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.benefits_nav_dots .slick-dots li button {
  display: block;
  overflow: hidden;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 0;
  background: #c8a96e;
  opacity: 0.4;
  text-indent: -99rem;
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity 0.3s;
}
.benefits_nav_dots .slick-dots li.slick-active button {
  opacity: 1;
}

.stage {
  padding: 14rem 0 calc(10.7rem + 9.6vw);
  background: url("../../img/small/stage_bg.png") no-repeat top center/cover;
  color: #fff;
}
.stage::before {
  content: "";
  position: absolute;
  top: -4.6rem;
  left: calc(50% - 13rem);
  width: 89.4rem;
  height: 60.3rem;
  background: url("../../img/small/stage_bg_item.svg") no-repeat top center/cover;
  transform: translate(-50%, 0);
}
.stage_head {
  margin-bottom: 10rem;
  text-align: center;
}
.stage_lead {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.stage_ttl {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.733;
  letter-spacing: 0.18em;
}
.stage_txt {
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.stage_label {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.chapel_inner {
  display: flex;
  align-items: center;
}
.chapel_content {
  margin-left: 9.6rem;
  color: #fff;
}
.chapel_ttl {
  position: relative;
  left: -1rem;
  width: 28rem;
  margin: 0 0 1rem;
}
.chapel_lead {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #fff;
}
.chapel_txt {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.15;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
}
.chapel_slider {
  width: calc(50vw + 14.6rem);
  overflow: hidden;
}
.chapel_slider .slick-slider {
  width: 43.5rem;
  margin: 0 0 0 auto;
}
.chapel_slide {
  width: 42.5rem;
  margin-right: 1rem;
  float: left;
}
.chapel_slide img {
  display: block;
  width: 100%;
  height: auto;
}
.chapel_slider_nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
.chapel_slider_nav_arrows {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.chapel_slider_nav_arrows .slick-prev,
.chapel_slider_nav_arrows .slick-next {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.chapel_slider_nav_arrows .slick-prev:focus-visible,
.chapel_slider_nav_arrows .slick-next:focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: 0.2rem;
}
.chapel_slider_nav_arrows .slick-prev:focus:not(:focus-visible),
.chapel_slider_nav_arrows .slick-next:focus:not(:focus-visible) {
  outline: none;
}
.chapel_slider_nav_arrows .slick-prev img,
.chapel_slider_nav_arrows .slick-next img {
  display: block;
  width: 4rem;
  height: auto;
}
.chapel_slider_nav_arrows .slick-prev {
  transform: rotate(180deg);
}
.chapel_slider_nav_arrows .slick-prev {
  transform: rotate(0);
}
.chapel_slider_nav_arrows .slick-next {
  transform: rotate(180deg);
}
.chapel_slider_nav_dots .slick-dots {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.chapel_slider_nav_dots .slick-dots li button {
  display: block;
  overflow: hidden;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 0;
  background: #fff;
  opacity: 0.5;
  text-indent: -99rem;
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity 0.3s;
}
.chapel_slider_nav_dots .slick-dots li.slick-active button {
  opacity: 1;
}

.space {
  margin-top: calc(-100svh - 9.6vw);
  padding: 10rem 0 18rem;
}
.space_head {
  margin-bottom: 7rem;
  text-align: center;
}
.space_ttl {
  width: 44rem;
  margin: 0 auto 5rem;
}
.space_lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.16em;
}
.space_content + .space_content {
  margin-top: 9rem;
}
.space_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 6.3rem;
  margin-bottom: 9rem;
  text-align: center;
}
.space_primary {
  padding: 0 3.3rem;
}
.space_primary_ttl {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #c8a96e;
}
.space_primary_txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.18em;
}
.space_image {
  width: 38rem;
}
.space_secondary_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.18em;
}
.space_slider {
  position: relative;
  width: 100%;
}
.space_slider .slick-slider {
  margin: 0 auto;
  overflow: hidden;
}
.space_slider .slick-slide {
  width: 72rem;
  margin: 0 0.5rem;
  float: left;
}
.space_slider figure {
  margin: 0;
}
.space_slider figure img {
  display: block;
  width: 100%;
  height: auto;
}
.space_arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.space_arrows .slick-prev,
.space_arrows .slick-next {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.space_arrows .slick-prev img,
.space_arrows .slick-next img {
  display: block;
  width: 100%;
  height: 100%;
}
.space_arrows .slick-prev {
  left: calc(50% - 49rem);
  transform: translate(-50%, -50%);
}
.space_arrows .slick-next {
  right: calc(50% - 49rem);
  transform: translate(50%, -50%) rotate(180deg);
}
.space_nav {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 2rem;
}
.space_dots .slick-dots {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.space_dots .slick-dots li button {
  display: block;
  overflow: hidden;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 0;
  background: #c8a96e;
  opacity: 0.5;
  text-indent: -99rem;
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity 0.3s;
}
.space_dots .slick-dots li.slick-active button {
  opacity: 1;
}

.plan {
  position: relative;
  margin-top: -100svh;
  padding: 12rem 0 13rem;
}
.plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 9.6vw);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(7px);
}
.plan_inner {
  max-width: 110rem;
  margin: 0 auto;
}
.plan_head {
  width: 39rem;
  margin-bottom: 5rem;
  text-align: center;
}
.plan_ttl {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.plan_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 50vw;
  height: 0.1rem;
  background: #fff;
}
.plan_txt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: right;
  color: #fff;
}
.plan_wrapper {
  display: flex;
  align-items: center;
  gap: 5.8rem;
}
.plan_img {
  width: 58.2rem;
  height: 38.8rem;
}
.plan_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan_detail {
  flex: 1;
  color: #fff;
}
.plan_detail_ttl {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.plan_detail_price {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 3rem;
}
.plan_detail_price_lead {
  display: none;
}
.plan_detail_price_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.2em;
  text-align: center;
  background: url("../../img/small/plan_price_badge.png") no-repeat center/cover;
}
.plan_detail_price_badge span {
  position: relative;
  right: -0.2rem;
}
.plan_detail_price_txt {
  color: #fff;
}
.plan_detail_price_txt .num {
  font-size: 3.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #cac8b6 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan_detail_price_txt .tax {
  margin-left: 0.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.plan_detail_btns {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.plan_detail_btns .btn_large {
  width: 33rem;
}
.plan_detail_btns .btn_large span {
  position: relative;
  left: -0.8rem;
}
.plan_detail_btns .btn_large::after {
  display: block;
  right: 2.5rem;
}

.faq {
  position: relative;
  padding: 0 0 12.8rem;
  background: url("../../img/small/faq_bg.svg") no-repeat top center;
  background-size: cover;
  z-index: 1;
}
.faq_inner {
  max-width: 110rem;
  margin: 0 auto;
  padding-top: 19.2rem;
}
.faq_heading {
  width: 100%;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.faq_ttl {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
.faq_ttl img {
  width: 30rem;
  max-width: calc(100vw - 6rem);
  height: auto;
}
.faq_sub {
  margin-bottom: 7rem;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  color: #a08962;
  text-align: center;
}
.faq_list {
  text-align: left;
}
.faq_item {
  border-bottom: 0.1rem solid #a08962;
}
.faq_q {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 2rem 0;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.faq_q:hover {
  opacity: 0.7;
}
.faq_q_mark {
  width: 1.5rem;
  font-size: 2rem;
  color: #c8a97e;
}
.faq_q_text {
  flex: 1;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.faq_icon {
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  background: url("../../img/small/faq_btn_bg.png") no-repeat center center;
  background-size: contain;
}
.faq_icon::before, .faq_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2em;
  height: 0.1rem;
  background: #a08962;
  transform: translate(-50%, -50%);
}
.faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq_q.is-open .faq_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq_a {
  display: none;
  padding: 2rem 2rem 2.5rem 4.4rem;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  color: #555;
}
.faq_btns {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}

.p_fair {
  position: relative;
  padding: 0;
  background: #d9d9d9;
}
.p_fair::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(232, 227, 220) 0%, rgba(162, 170, 151, 0.23) 10.26%, rgba(151, 159, 139, 0.43) 19.06%, #777e6b 33.7%);
  background-blend-mode: multiply;
}

.topics {
  display: flex;
  justify-content: flex-end;
  gap: 0 16rem;
  margin-top: -100svh;
  padding: 12rem 0;
}
.topics h2 {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
.topics h2 img {
  width: 22.7rem;
  margin-bottom: 1.1rem;
}
.topics h2 span {
  display: block;
}
.topics_wrapper {
  width: calc(50vw + 20rem);
}
.topics_list {
  border-top: 0.1rem solid #d2cfcf;
}
.topics_list li {
  border-bottom: 0.1rem solid #d2cfcf;
}
.topics_list a {
  display: flex;
  padding: 2.05rem 2rem;
}
.topics_list figure {
  width: 14.4rem;
}
.topics_box {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  align-content: start;
  max-width: 36rem;
  padding: 0.2rem 0 0 3rem;
}
.topics_box time {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.topics_box h3 {
  width: 100%;
  margin-top: 1.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.topics_cat {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.8rem;
}
.topics_cat span {
  padding: 0.2rem 1.2rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background: #a58f5e;
}
.topics_btn {
  margin-top: 4.2rem;
  margin-right: 6.3rem;
}
.topics .btn {
  margin-left: auto;
}

@media (max-width: 768px) {
  .bg_sticky.is-mv {
    background-image: url("../../img/small/mv_sp.jpg");
  }
  .bg_sticky.is-benefits {
    background: url("../../img/small/benefits_bg_sp.jpg") no-repeat center/cover;
  }
  .bg_sticky.is-space {
    margin-top: -4.6rem;
    background: url("../../img/small/space_bg_sp.png") no-repeat top center/cover;
  }
  .bg_sticky.is-plan {
    background: url("../../img/small/mv_sp.jpg") no-repeat center/cover;
  }
  .bg_sticky.is-topics {
    background: url("../../img/small/topics_bg.jpg") no-repeat center/cover;
  }
  .mv_ttl {
    width: 33rem;
    margin-bottom: 3rem;
  }
  .mv_lead {
    font-size: 1.4rem;
    letter-spacing: 0.18em;
    text-align: right;
  }
  .intro {
    padding: 12.3rem 3rem calc(11rem + 4.6rem);
    text-align: left;
  }
  .intro_ttl {
    margin-bottom: 4rem;
    font-size: 2.4rem;
    line-height: 1.91;
    letter-spacing: 0.18em;
  }
  .intro_desc {
    gap: 2.4rem;
    font-size: 1.3rem;
    line-height: 2.15;
    letter-spacing: 0.16em;
  }
  .why {
    margin-top: -4.6rem;
    padding: 22.7rem 2rem 18.7rem;
    background: url("../../img/small/why_bg_sp.png") no-repeat top center/cover;
  }
  .why_ttl_img {
    top: -1rem;
    right: 2rem;
    left: auto;
    width: 29.6rem;
    transform: translate(0, 0);
  }
  .why_head {
    margin-bottom: 6rem;
  }
  .why_en {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: right;
    letter-spacing: 0.08em;
  }
  .why_ttl {
    padding-left: 2rem;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    letter-spacing: 0.18em;
    text-align: left;
  }
  .why_desc {
    padding-left: 2rem;
    font-size: 1.3rem;
    line-height: 2.15;
    letter-spacing: 0.16em;
    text-align: left;
  }
  .why_list {
    flex-flow: row wrap;
    justify-content: center;
    gap: 3rem 2rem;
    max-width: none;
    padding: 0 0.5rem;
  }
  .why_list_item {
    width: calc((100% - 2rem) / 2);
  }
  .why_list_item_img {
    margin-bottom: 1.5rem;
  }
  .why_list_item_txt {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.16em;
  }
  .benefits {
    margin-top: calc(-100svh - 8.6rem);
    padding: 0 0 18.6rem;
  }
  .benefits_head {
    margin: 0 auto 5rem;
  }
  .benefits_ttl {
    position: static;
    width: 34.6rem;
  }
  .benefits_lead {
    margin-top: 2rem;
    padding-right: 4rem;
    font-size: 1.6rem;
    letter-spacing: 0.18em;
    text-align: right;
  }
  .benefits_slider {
    width: 100%;
    margin: 0;
  }
  .benefits_slider .slick-slider {
    width: 31rem;
    margin: 0 auto;
  }
  .benefits_slide {
    width: 31rem;
    margin-right: 3rem;
  }
  .benefits_slide figure {
    margin-bottom: 1.6rem;
  }
  .benefits_slide_ttl {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .benefits_slide_txt {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .benefits_nav {
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding: 0 3rem;
  }
  .benefits_nav_arrows .slick-prev img,
  .benefits_nav_arrows .slick-next img {
    width: 3rem;
  }
  .stage {
    padding: 21rem 0 calc(8rem + 4.6rem);
    background: url("../../img/small/stage_bg_sp.png") no-repeat top center/cover;
  }
  .stage::before {
    width: 50.8rem;
    height: 34.3rem;
    top: -9.6rem;
    left: 0;
    transform: none;
  }
  .stage_head {
    margin-bottom: 4rem;
    padding: 0 4rem;
    text-align: left;
  }
  .stage_lead {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
  .stage_ttl {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 0.18em;
  }
  .stage_txt {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.16em;
  }
  .chapel_inner {
    flex-flow: column;
    align-items: stretch;
  }
  .chapel_content {
    order: 2;
    margin: 4rem 3rem 0;
    padding: 0;
  }
  .chapel_ttl {
    padding-left: 3rem;
    width: 20.9rem;
    margin: 0 0 1rem;
    position: relative;
    z-index: 1;
  }
  .chapel_lead {
    margin-bottom: 0;
    padding-left: 3rem;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 1;
  }
  .chapel_txt {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2.14;
    letter-spacing: 0.1em;
  }
  .chapel_slider {
    margin-top: -4rem;
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: column;
    overflow: hidden;
  }
  .chapel_slider .slick-slider {
    width: 100%;
    margin: 0 auto;
  }
  .chapel_slider .slick-list {
    overflow: visible;
  }
  .chapel_slide {
    width: 33rem;
    margin-right: 1rem;
  }
  .chapel_slider_nav_arrows {
    position: absolute;
    top: 23rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0 1rem;
    pointer-events: none;
    z-index: 1;
    transform: translateY(-50%);
  }
  .chapel_slider_nav_arrows .slick-prev,
  .chapel_slider_nav_arrows .slick-next {
    pointer-events: auto;
  }
  .chapel_slider_nav_arrows .slick-prev img,
  .chapel_slider_nav_arrows .slick-next img {
    width: 2.5rem;
  }
  .chapel_slider_nav_arrows .slick-prev {
    transform: none;
  }
  .chapel_slider_nav_dots {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    padding: 0.2rem;
  }
  .chapel_slider_nav {
    display: none;
  }
  .space {
    margin-top: calc(-100svh - 4.6rem);
    padding: 11rem 0 10rem;
  }
  .space_head {
    margin-bottom: 4rem;
    padding: 0 3.5rem;
  }
  .space_ttl {
    width: 28.4rem;
    margin: 0 auto 2rem;
  }
  .space_lead {
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 0.16em;
  }
  .space_content + .space_content {
    margin-top: 8rem;
  }
  .space_wrapper {
    flex-flow: column;
    gap: 1.5rem;
    margin-bottom: 5rem;
  }
  .space_primary {
    padding: 0;
    order: 1;
  }
  .space_primary_ttl {
    font-size: 1.3rem;
  }
  .space_primary_txt {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.16em;
  }
  .space_image {
    order: 0;
    width: 31rem;
    margin-bottom: 3rem;
  }
  .space_secondary {
    padding: 0 4rem;
  }
  .space_secondary_txt {
    font-size: 1.3rem;
    line-height: 2.15;
    letter-spacing: 0.16em;
    text-align: center;
  }
  .space_slider {
    margin-bottom: 4rem;
  }
  .space_slider + .space_wrapper {
    margin-top: 5rem;
  }
  .space_slider .slick-slider {
    width: 35rem;
    margin: 0 auto;
  }
  .space_slider .slick-slide {
    width: 35rem;
    margin: 0 0.5rem;
  }
  .space_arrows .slick-prev {
    left: 1rem;
    transform: translate(0, -50%);
  }
  .space_arrows .slick-next {
    right: 1rem;
    transform: translate(0, -50%) rotate(180deg);
  }
  .space_arrows .slick-prev,
  .space_arrows .slick-next {
    width: 2.5rem;
    height: 2.5rem;
  }
  .space_nav {
    gap: 2rem;
    margin-top: 1.5rem;
  }
  .plan {
    margin-top: -100svh;
    padding: 8rem 3rem 16.6rem;
  }
  .plan::before {
    height: calc(100% + 4.6rem);
  }
  .plan_inner {
    max-width: none;
  }
  .plan_head {
    width: 100%;
    margin-bottom: 3rem;
  }
  .plan_ttl {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .plan_ttl::after {
    width: 100vw;
  }
  .plan_ttl img {
    width: 33.1rem;
  }
  .plan_txt {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .plan_wrapper {
    flex-flow: column;
    gap: 2rem;
  }
  .plan_img {
    width: 100%;
    height: auto;
  }
  .plan_img img {
    height: auto;
  }
  .plan_detail {
    width: 100%;
  }
  .plan_detail_ttl {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .plan_detail_price {
    flex-flow: row wrap;
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .plan_detail_price_lead {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .plan_detail_price_badge {
    display: none;
  }
  .plan_detail_price_txt .num {
    font-size: 3.8rem;
  }
  .plan_detail_price_txt .tax {
    display: none;
  }
  .plan_detail_price_desc {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .plan_detail_btns {
    gap: 1rem;
  }
  .plan_detail_btns .btn_large {
    width: 100%;
  }
  .faq {
    margin-top: -4rem;
    padding: 0 0 8rem;
    background: url("../../img/small/faq_bg_sp.svg") no-repeat top center/cover;
  }
  .faq_inner {
    max-width: none;
    padding: 12rem 3rem 0;
  }
  .faq_heading {
    top: -1rem;
  }
  .faq_ttl img {
    width: 13.7rem;
  }
  .faq_sub {
    margin-bottom: 4rem;
    font-size: 1.2rem;
    letter-spacing: 0.16em;
  }
  .faq_q {
    gap: 1rem;
    padding: 1.5rem 0;
  }
  .faq_q_mark {
    width: 1.2rem;
    font-size: 1.6rem;
  }
  .faq_q_text {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .faq_icon {
    width: 2rem;
    height: 2rem;
  }
  .faq_icon::before, .faq_icon::after {
    width: 1rem;
  }
  .faq_a {
    padding: 1rem 1rem 2rem 2.6rem;
    font-size: 1.2rem;
    line-height: 1.9;
  }
  .faq_btns {
    margin-top: 4rem;
  }
  .p_fair {
    padding-bottom: 18rem;
  }
  .topics {
    flex-flow: column;
    gap: 2rem 0;
    margin-top: -100svh;
    padding: 20rem 2rem 6rem;
  }
  .topics h2 {
    padding-left: 0;
    text-align: left;
  }
  .topics h2 img {
    width: 18.4rem;
    margin-bottom: 0.7rem;
  }
  .topics_wrapper {
    width: 100%;
  }
  .topics_list a {
    padding: 1.5rem 0;
  }
  .topics_list figure {
    width: 10.4rem;
  }
  .topics_box {
    max-width: none;
    padding: 0 0 0 2rem;
  }
  .topics_box time {
    font-size: 1rem;
  }
  .topics_box h3 {
    margin-top: 0.6rem;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .topics_cat {
    margin-left: 0.6rem;
  }
  .topics_cat span {
    padding: 0.2rem 0.8rem;
    font-size: 0.9rem;
  }
  .topics_btn {
    margin: 3rem 0 0;
  }
  .topics .btn {
    margin: 0 auto;
  }
}
/* FAQ design sync with chapel/reason
----------------------------------------*/
main .faq .faq_inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
main .faq .faq_list {
  text-align: left;
}
main .faq .faq_item {
  border-bottom: 0.1rem solid #a08962;
}
main .faq .faq_q {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 2rem 0;
  cursor: pointer;
  transition: opacity var(--duration-fast, 0.15s ease);
}
main .faq .faq_q:hover {
  opacity: 0.7;
}
main .faq .faq_q_mark,
main .faq .faq_a_mark {
  width: 1.5rem;
  font-size: 2rem;
  line-height: 1.5;
  color: #a08962;
  flex: 0 0 1.5rem;
}
main .faq .faq_q_text,
main .faq .faq_q span:nth-child(2) {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
}
main .faq .faq_icon {
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  background: url("../../img/chapel/faq_btn_bg.png") no-repeat center center;
  background-size: contain;
  transition: opacity var(--duration-fast, 0.15s ease);
  flex: 0 0 3.4rem;
}
main .faq .faq_icon::before,
main .faq .faq_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2em;
  height: 0.1rem;
  background: #a08962;
  transform: translate(-50%, -50%);
}
main .faq .faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform var(--duration-normal, 0.3s) var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
}
main .faq .faq_q.is-open .faq_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
main .faq .faq_a {
  display: none;
  padding: 0 2rem 2.5rem 0 !important;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #555;
  text-align: left;
}
main .faq .faq_q.is-open + .faq_a:has(.faq_a_mark) {
  display: grid !important;
  grid-template-columns: 1.5rem 1fr;
  gap: 1.4rem;
  align-items: start;
}
main .faq .faq_q.is-open + .faq_a:not(:has(.faq_a_mark)) {
  display: block !important;
}
main .faq .faq_a:not(:has(.faq_a_mark)) {
  position: relative;
  padding-left: 4.4rem !important;
}
main .faq .faq_a:not(:has(.faq_a_mark))::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  font-size: 2rem;
  line-height: 1.5;
  color: #a08962;
  font-family: "Philosopher", sans-serif;
}
main .faq .faq_a .answer {
  display: block !important;
  padding: 0 2rem 1.5rem 0 !important;
  font-weight: 400;
  position: static !important;
  top: auto !important;
}
main .faq .faq_a a {
  color: #a08962;
  text-decoration: underline;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  main .faq .faq_inner {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  main .faq .faq_q {
    padding: 1.5rem 0;
  }
  main .faq .faq_q_text,
  main .faq .faq_q span:nth-child(2) {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  main .faq .faq_icon {
    width: 2rem;
    height: 2rem;
    flex-basis: 2rem;
  }
  main .faq .faq_icon::before,
  main .faq .faq_icon::after {
    width: 1rem;
  }
  main .faq .faq_a {
    padding: 0.8rem 0 1.5rem 0 !important;
    font-size: 1.3rem;
    font-weight: 400;
  }
  main .faq .faq_q.is-open + .faq_a:has(.faq_a_mark) {
    grid-template-columns: 1.5rem 1fr;
    gap: 1.4rem;
  }
  main .faq .faq_a:not(:has(.faq_a_mark)) {
    padding-left: 3.5rem !important;
    padding-bottom: 3rem !important;
  }
  main .faq .faq_a .answer {
    padding-bottom: 1.5rem !important;
  }
}
