.bg_white {
  background: #fff;
}

.btn_group_center {
  margin-top: 6rem;
  display: flex;
  flex-flow: row wrap;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}

.mv {
  position: relative;
  width: 100%;
  height: calc(100vh + 9.6vw);
  overflow: hidden;
}
.mv_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.mv_bg picture,
.mv_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv::before {
  content: "";
  position: absolute;
  bottom: 9.6vw;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 64rem;
  height: 68.1rem;
  background: url("../../img/chapel/mv_bg_item.svg") no-repeat center center;
  background-size: contain;
}
.mv_heading {
  position: absolute;
  bottom: calc(6rem + 9.6vw);
  left: 50%;
  transform: translate(-50%, 0);
}
.mv_ttl {
  width: 38.3rem;
  margin-bottom: 1.8rem;
}
.mv_lead {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.33;
  text-align: center;
}

.intro {
  position: relative;
  z-index: 2;
  margin-top: -9.6vw;
  padding-bottom: 27rem;
  background: url("../../img/chapel/intro_bg.png") no-repeat top center;
  background-size: cover;
  -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 14rem), transparent 100%);
  mask-image: linear-gradient(to bottom, black calc(100% - 14rem), transparent 100%);
}
.intro_inner {
  padding: 10rem 0 0;
  display: flex;
  flex-flow: column;
  gap: 3rem;
  text-align: center;
}
.intro_lead {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.75;
}
.intro_ttl {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.85;
  color: #a08962;
}
.intro_desc {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 2.15;
}
.intro_list {
  display: flex;
  flex-flow: column;
  gap: 1.2rem;
}
.intro_list dt {
  color: #a08962;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 2;
}
.intro_list dd {
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  line-height: 1;
  font-weight: 500;
}

.movie {
  position: sticky;
  top: 0;
  z-index: 0;
  margin-top: -27rem;
}
.movie video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg_sticky_image {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg_sticky.is-gallery .bg_sticky_image {
  background-image: url("../../img/chapel/feature_bg.jpg");
}
.bg_sticky_wrapper {
  position: relative;
  margin-top: -100vh;
}

.feature {
  position: relative;
  z-index: 1;
}
.feature_bg {
  position: sticky;
  top: 0;
  height: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
}
.feature_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../../img/chapel/feature_bg.jpg") no-repeat center center/cover;
}
.feature_inner {
  position: relative;
  z-index: 1;
  max-width: 106rem;
  margin: 0 auto;
  padding: 8rem 0 15rem;
}
.feature_ttl {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
}
.feature_ttl img {
  width: 36.9rem;
  height: auto;
}
.feature_heading {
  margin-bottom: 5rem;
}
.feature_heading_sub {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #a08962;
}
.feature_heading_main {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.77;
  color: #333;
}
.feature_list {
  display: grid;
  grid-template-columns: repeat(3, 31rem);
  gap: 6.5rem;
  list-style: none;
}
.feature_item_img {
  margin: 0 0 4rem;
}
.feature_item_img img {
  display: block;
  width: 31rem;
  height: 46rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature_item_name {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.89;
  color: #333;
}
.feature_item_desc {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 2.15;
  color: #333;
}

.ceremony {
  position: relative;
  z-index: 1;
}
.ceremony_bg {
  position: sticky;
  top: 0;
  height: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
}
.ceremony_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../../img/chapel/ceremony_bg.jpg") no-repeat center center/cover;
}
.ceremony_heading {
  margin: 0 auto;
  max-width: 106rem;
}
.ceremony_ttl {
  width: 49.8rem;
}
.ceremony_lead {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  color: #fff;
}
.ceremony_content {
  width: calc(50vw + 26.6rem);
  margin: 0 0 12rem auto;
  overflow: hidden;
}
.ceremony_slider {
  width: 34.7rem;
}
.ceremony_slider::after {
  content: "";
  display: table;
  clear: both;
}
.ceremony_slide {
  margin-right: 3rem;
  float: left;
  color: #fff;
  letter-spacing: 0.16em;
  font-weight: 600;
}
.ceremony_slide_img {
  margin-bottom: 2.4rem;
}
.ceremony_slide_ttl {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1.6;
}
.ceremony_slide_desc {
  font-size: 1.3rem;
  line-height: 2.15;
}
.ceremony_nav {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.ceremony_nav_arrows {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ceremony_nav_dots {
  display: flex;
  align-items: center;
}
.ceremony .slick-prev,
.ceremony .slick-next {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.ceremony .slick-prev:focus-visible,
.ceremony .slick-next:focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: 0.2rem;
}
.ceremony .slick-prev:focus:not(:focus-visible),
.ceremony .slick-next:focus:not(:focus-visible) {
  outline: none;
}
.ceremony .slick-prev img,
.ceremony .slick-next img {
  display: block;
  height: auto;
}
.ceremony .slick-prev {
  transform: rotate(180deg);
}
.ceremony .slick-dots {
  display: flex;
  gap: 1.3rem;
  list-style: none;
}
.ceremony .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 var(--duration-normal);
}
.ceremony .slick-dots li.slick-active button {
  opacity: 1;
}

.after {
  position: relative;
  z-index: 1;
  padding: 18.6rem 0 calc(5rem + 11vw);
  background: url("../../img/chapel/after_bg.png") no-repeat top center;
  background-size: cover;
}
.after_inner {
  max-width: 106rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.after_img {
  width: 48rem;
}
.after_heading {
  position: absolute;
  top: 8rem;
  right: 0;
  transform: translateY(-100%);
}
.after_heading_ttl {
  width: 47.6rem;
}
.after_heading_lead {
  margin-top: 0.8rem;
  color: #9c9590;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: right;
}
.after_content {
  width: 47.6rem;
}
.after_ttl {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.77;
  color: #333;
}
.after_desc {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 2.15;
  color: #333;
}

.faq {
  position: relative;
  margin-top: -11vw;
  padding: 0 0 15rem;
  background: url("../../img/chapel/faq_bg.png") no-repeat top center;
  background-size: cover;
  z-index: 1;
}
.faq_inner {
  max-width: 80rem;
  padding-top: 19.2rem;
  margin: 0 auto;
}
.faq_heading {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.faq_ttl {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 2.8rem;
}
.faq_ttl img {
  height: auto;
}
.faq_sub {
  margin-bottom: 7rem;
  font-size: 1.4rem;
  font-weight: 600;
  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 var(--duration-fast);
}
.faq_q:hover {
  opacity: 0.7;
}
.faq_q_mark {
  width: 1.5rem;
  font-size: 2rem;
  color: #a08962;
}
.faq_a_mark {
  font-size: 2rem;
  color: #a08962;
}
.faq_a .answer {
  display: inline-flex;
  padding: 0rem 2rem 1.5rem 3rem;
}
.faq_q_text,
.faq_q span:nth-child(2) {
  flex: 1;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.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);
}
.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 var(--duration-normal) var(--ease-out-expo);
}
.faq_q.is-open .faq_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq_a {
  display: none;
  padding: 0rem 2rem 2.5rem 0rem;
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  text-align: left;
}
.faq_a a {
  display: block;
  color: #a08962;
  text-decoration: underline;
  padding: 0 0 0 4.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.p_fair {
  padding-top: 12rem;
}

.topics {
  display: flex;
  justify-content: flex-end;
  gap: 0 16rem;
  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;
  color: #918e8e;
}
.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) {
.feature_item_name {
    margin-bottom: 1.2rem;
}
  .bg_sticky.is-gallery .bg_sticky_image {
    background-image: url("../../img/chapel/feature_bg_sp.jpg");
  }
  .mv {
    height: calc(100vh + 11.6vw);
  }
  .mv_bg {
    height: 100vh;
    height: 100svh;
  }
  .mv_bg::before {
    content: "";
    width: 100%;
    height: 12rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 22.08%, #fff 86.67%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .mv::before {
    bottom: -11rem;
    left: -3rem;
    transform: none;
    width: 40rem;
    height: 42.5rem;
    z-index: 2;
  }
  .mv_heading {
    bottom: calc(7rem + 11.6vw);
    z-index: 3;
  }
  .mv_ttl {
    width: 22rem;
  }
  .mv_lead {
    font-size: 1.4rem;
    background: linear-gradient(64deg, #e7dece 4.86%, #fff 96.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .intro {
    margin-top: -11.6vw;
    background: none;
    padding-bottom: 27rem;
  }
  .intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90rem;
    height: 100%;
    background: url("../../img/chapel/intro_bg_sp.png") no-repeat top center;
    background-size: cover;
    border-radius: 45rem 45rem 0 0;
    z-index: -1;
  }
  .intro_inner {
    padding: 8rem 2.4rem 0;
  }
  .intro_lead {
    font-size: 1.4rem;
  }
  .intro_ttl {
    font-size: 2.4rem;
  }
  .intro_desc {
    font-size: 1.3rem;
  }
  .feature_inner {
    padding: 5rem 3rem 15.8rem;
  }
  .feature_ttl {
    left: 3.2rem;
  }
  .feature_ttl img {
    width: 26.8rem;
  }
  .feature_heading {
    margin-bottom: 5rem;
  }
  .feature_heading_sub {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    line-height: 1.85;
  }
  .feature_heading_main {
    font-size: 2.6rem;
  }
  .feature_list {
    max-width: 31rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8rem;
  }
  .feature_item_img {
    display: block;
    margin-bottom: 4rem;
  }
  .feature_item_img img {
    width: 100%;
    height: 46rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .feature_item_img.is-wide {
    padding-left: 4rem;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 4rem;
  }
  .feature_item_img.is-wide img {
    width: auto;
    height: 26rem;
  }
  .ceremony {
    padding-bottom: 10rem;
  }
  .ceremony_bg::before {
    background: url("../../img/chapel/ceremony_bg_sp.jpg") no-repeat center center/cover;
  }
  .ceremony_inner {
    padding-left: 3rem;
  }
  .ceremony_ttl {
    width: 32rem;
  }
  .ceremony_lead {
    margin-top: 1.8rem;
  }
  .ceremony_content {
    width: 100%;
    margin: 8.2rem 0 4rem;
  }
  .ceremony_slider {
    width: 33rem;
  }
  .ceremony_slide {
    margin-right: 2rem;
  }
  .ceremony_slide_img img {
    width: 100%;
    height: 43rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ceremony_slide_ttl {
    margin-bottom: 1.3rem;
  }
  .ceremony_nav {
    margin-top: 4rem;
  }
  .ceremony_nav .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
  .after {
    padding: 0 0 calc(10rem + 11vw);
    background: url("../../img/chapel/after_bg_sp.png") no-repeat top center;
    background-size: cover;
  }
  .after_inner {
    max-width: none;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  .after_heading {
    position: relative;
    top: -5rem;
    right: auto;
    transform: none;
    order: 1;
    padding: 0 4rem 0 2.5rem;
  }
  .after_heading_ttl {
    width: 33rem;
  }
  .after_heading_lead {
    font-size: 1.3rem;
    letter-spacing: 0.18em;
    margin-top: 3rem;
  }
  .after_img {
    width: 100%;
    order: 2;
  }
  .after_img img {
    width: 100%;
    height: 55rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .after_content {
    width: auto;
    order: 3;
    padding: 3rem 4rem 0;
  }
  .after_ttl {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 2.2rem;
  }
  .after_desc {
    font-size: 1.3rem;
  }
  .faq {
    margin-top: -23.2svw;
    padding-bottom: 10rem;
    background: url("../../img/chapel/faq_bg_sp.png") no-repeat top center;
    background-size: cover;
  }
  .faq_inner {
    max-width: none;
    padding: 3rem 3rem 0;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .faq_heading {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  .faq_ttl {
    margin-bottom: 2rem;
  }
  .faq_ttl img {
    width: 13.7rem;
  }
  .faq_sub {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  .faq_list {
    margin-top: 0;
  }
  .faq_q {
    padding: 1.5rem 0;
  }
  .faq_q_text,
  .faq_q span:nth-child(2) {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .faq_a a {
    padding: 0 0 0 3.5rem;
  }
  .faq_a .answer {
    display: inline-flex;
    padding: 0rem 2rem 0rem 3rem;
    position: relative;
    top: -35px;
  }
  .faq_icon {
    width: 2rem;
    height: 2rem;
  }
  .faq_icon::before, .faq_icon::after {
    width: 1rem;
  }
  .faq_a {
    font-size: 1.3rem;
    padding: 0.8rem 0 1.5rem 0;
  }
  .faq .btn_group_center {
    margin-top: 4rem;
  }
  .p_fair {
    padding-top: 10rem;
  }
  .p_fair_bnr {

  }
  .topics {
    padding: 20.2rem 0 14.2rem;
    flex-flow: column;
    justify-content: flex-start;
  }
  .topics h2 {
    margin-bottom: 4rem;
    padding: 0 2rem;
    display: block;
    font-size: 1.3rem;
  }
  .topics h2 img {
    width: 18.5rem;
    margin-bottom: 1.1rem;
  }
  .topics_wrapper {
    width: 100%;
  }
  .topics_list figure {
    width: 10.4rem;
  }
  .topics_list figure img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topics_box {
    max-width: none;
    padding: 0.2rem 0 0 2rem;
  }
  .topics_box h3 {
    margin-top: 1.2rem;
  }
  .topics_btn {
    margin: 3.1rem auto 0;
  }
  .topics .btn {
    width: 27rem;
    margin: 0 auto;
  }
  .topics .btn::after {
    right: 2.8rem;
  }
}