.soleil {
  letter-spacing: 0.16em;
}

.bg_sticky_image {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url("../../img/soleil/feature_bg.jpg") no-repeat top center/cover;
}
.bg_sticky_wrapper {
  margin-top: -100vh;
}
.bg_gradation {
  background: linear-gradient(180deg, rgba(175, 184, 164, 0) 0%, rgba(162, 170, 151, 0.23) 10.26%, rgba(151, 159, 139, 0.43) 19.06%, #777e6b 33.7%);
  background-blend-mode: multiply;
}

.mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.mv_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
}
.mv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_inner {
  width: 100%;
  height: 100%;
}
.mv_heading {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
  text-align: center;
}
.mv_ttl {
  width: 28.8rem;
  margin-bottom: 2rem;
}
.mv_sub {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.33;
  background: linear-gradient(60deg, #e7dece 5%, #fff 96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.intro {
  position: relative;
  padding: 10.6rem 0 12.8rem;
  background: url("../../img/soleil/intro_bg.svg") no-repeat top center/cover;
  text-align: center;
}
.intro::after {
  content: "";
  position: absolute;
  top: -26rem;
  left: calc(50% - 4.6rem);
  width: 97rem;
  height: 60.6rem;
  background: url("../../img/soleil/intro_item.svg") no-repeat center center/contain;
  transform: translateX(-50%);
  pointer-events: none;
}
.intro_inner {
  position: relative;
  z-index: 1;
}
.intro_name {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.18em;
  color: #333;
}
.intro_ttl {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.86;
  letter-spacing: 0.18em;
  color: #a08962;
}
.intro_desc {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: 0.16em;
  color: #333;
}
.intro_spec_label {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 2;
  color: #a08962;
}
.intro_spec_text {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 2.15;
  color: #333;
}

.feature {
  position: relative;
  z-index: 1;
}
.feature_movie {
  position: sticky;
  top: 0;
  left: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
}
.feature_movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: linear-gradient(180deg, #e2dcd1 0%, rgba(255, 255, 255, 0) 100%);
}
.feature_movie video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.feature_bg {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url("../../img/soleil/feature_bg.jpg") no-repeat top center/cover;
}
.feature_inner {
  position: relative;
  z-index: 1;
  max-width: 106rem;
  margin: -100vh auto 0;
  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: 2rem;
  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;
  object-fit: cover;
}
.feature_item_ttl {
  margin-bottom: 1.4rem;
  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;
}

.style {
  position: relative;
  z-index: 0;
}
.style_bg {
  position: sticky;
  top: 0;
  height: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
}
.style_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../../img/soleil/style_bg.jpg") no-repeat center center/cover;
}
.style_inner {
  position: relative;
  z-index: 1;
}
.style_heading {
  margin: 0 auto;
  max-width: 106rem;
}
.style_ttl {
  display: block;
  width: 24.1rem;
}
.style_lead {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  color: #fff;
}
.style_content {
  width: calc(50vw + 26.6rem);
  margin: 0 0 12rem auto;
  overflow: hidden;
}
.style_slider {
  width: 34.7rem;
}
.style_slider::after {
  content: "";
  display: table;
  clear: both;
}
.style_slide {
  float: left;
  margin-right: 3rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #fff;
}
.style_slide_img {
  margin-bottom: 2.4rem;
}
.style_slide_img img {
  display: block;
  width: 31.7rem;
  height: 44rem;
  object-fit: cover;
}
.style_slide_ttl {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.16em;
}
.style_slide_desc {
  font-size: 1.3rem;
  line-height: 2.15;
  letter-spacing: 0.16em;
}
.style_nav {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
}
.style_nav_arrows {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.style_nav_dots {
  display: flex;
  align-items: center;
}
.style .style_slider_btn {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.style .style_slider_btn:focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: 0.2rem;
}
.style .style_slider_btn:focus:not(:focus-visible) {
  outline: none;
}
.style .style_slider_btn img {
  display: block;
  height: auto;
}
.style .style_slider_btn.slick-prev {
  transform: rotate(180deg);
}
.style .slick-dots {
  display: flex;
  gap: 1.3rem;
  list-style: none;
}
.style .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;
  appearance: none;
  transition: opacity var(--duration-normal);
}
.style .slick-dots li.slick-active button {
  opacity: 1;
}

.wedding {
  position: relative;
}
.wedding_bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../../img/soleil/wedding_bg.svg") no-repeat top center/cover;
}
.wedding_wrapper {
  position: relative;
  margin-top: -100vh;
  padding: 20.5rem 0 calc(11rem + 11vw);
}
.wedding_heading {
  position: absolute;
  top: -6rem;
  left: calc(50% + 7.8rem);
  width: 50.2rem;
}
.wedding_heading img {
  width: 100%;
}
.wedding_heading p {
  margin-top: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-align: right;
  color: #9c9590;
}
.wedding_inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}
.wedding_image {
  width: calc(50vw + 4.9rem);
  margin-right: 14.1rem;
}
.wedding_content {
  width: calc(100% - (50vw + 4.9rem) - 14.1rem);
    margin-top: 10rem;
}
.wedding_ttl {
  margin-bottom: 3.6rem;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.77;
}
.wedding_desc {
  margin-bottom: 5rem;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 2.15;
}

.faq {
  position: relative;
  margin-top: -11vw;
  padding: 0 0 15rem;
  background: url("../../img/soleil/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 {
  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;
  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: #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/soleil/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 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: 2rem 2rem 2.5rem 4.4rem;
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  text-align: left;
}
.faq_btns {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}

.gallery_inner {
  padding-bottom: 10rem;
}
.gallery_image {
  display: block;
  margin-bottom: 6rem;
}
.gallery_btns {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.other {
  padding: 10rem 0 0;
}
.other_inner {
  position: relative;
  max-width: 116rem;
  margin: 0 auto;
}
.other_ttl {
  width: 50rem;
  margin: 0 auto 5rem;
}
.other_ttl picture {
  display: block;
  width: 100%;
}
.other_list {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.other_list_item {
  flex: 1;
}
.other_list_item a {
  display: block;
}
.other_list_item a:hover {
  opacity: 1;
}
.other_list_item a:hover .btn_small::before {
  background: #a08962;
}
.other_list_item a:hover .btn_small::after {
  filter: brightness(0) invert(2);
}
.other_list_img {
  margin-bottom: 2rem;
}
.other_list_lead {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #a08962;
  text-align: center;
}
.other_list_ttl {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
.other_list_btn {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.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) {
  .bg_sticky_image {
    height: 100vh;
    height: 100svh;
    background: url("../../img/soleil/feature_bg_sp.jpg") no-repeat top center/cover;
  }
  .mv_bg {
    height: 100vh;
    height: 100svh;
  }
  .mv_heading {
    bottom: 7rem;
  }
  .mv_ttl {
    width: 18.3rem;
    margin: 0 auto 1.5rem;
  }
  .mv_sub {
    font-size: 1.4rem;
  }
  .intro {
    padding: 10.6rem 0 8.1rem;
    background-image: url("../../img/soleil/intro_bg_sp.svg");
  }
  .intro::after {
    width: 64rem;
    height: 40rem;
    top: -21.4rem;
    left: calc(50% - 7rem);
  }
  .intro_name {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .intro_ttl {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    line-height: 2;
  }
  .intro_desc {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    line-height: 2.15;
  }
  .intro_spec_label {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .intro_spec_text {
    font-size: 1.3rem;
  }
  .feature_movie video {
    height: 100vh;
    height: 100svh;
  }
  .feature_bg {
    height: 100vh;
    height: 100svh;
    background: url("../../img/soleil/feature_bg_sp.jpg") no-repeat top center/cover;
  }
  .feature_inner {
    margin-top: -100vh;
    margin-top: -100svh;
    padding: 4rem 0 12rem;
  }
  .feature_ttl {
    margin-left: 3rem;
  }
  .feature_ttl img {
    width: 26.8rem;
  }
  .feature_heading {
    margin-bottom: 4rem;
    padding: 0 3rem;
  }
  .feature_heading_sub {
    font-size: 1.3rem;
  }
  .feature_heading_main {
    white-space: nowrap;
    font-size: 2.6rem;
  }
  .feature_list {
    display: flex;
    flex-direction: column;
    gap: 8rem;
  }
  .feature_item:nth-child(odd) {
    padding-left: 4rem;
  }
  .feature_item:nth-child(even) {
    padding-right: 4rem;
  }
  .feature_item:nth-child(even) .feature_item_ttl,
  .feature_item:nth-child(even) .feature_item_desc {
    padding-left: 4rem;
  }
  .feature_item_img {
    margin: 0 0 3rem;
  }
  .feature_item_img picture,
  .feature_item_img img {
    display: block;
    width: 100%;
    height: 26rem;
    object-fit: cover;
  }
  .feature_item_ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.88;
  }
  .feature_item_desc {
    font-size: 1.3rem;
    line-height: 2.15;
  }
  .style_bg::before {
    height: 100vh;
    height: 100svh;
    background: url("../../img/soleil/style_bg_sp.jpg") no-repeat center center/cover;
  }
  .style_heading {
    margin-bottom: 8rem;
    padding: 0 3rem;
  }
  .style_ttl {
    width: 32.5rem;
  }
  .style_lead {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  .style_content {
    width: 100%;
    margin: 0 0 8rem 3rem;
    overflow: hidden;
  }
  .style_slider {
    width: 33rem;
  }
  .style_slide {
    margin-right: 2rem;
  }
  .style_slide_img {
    margin-bottom: 2rem;
  }
  .style_slide_img img {
    width: 31rem;
    height: 43rem;
  }
  .style_slide_ttl {
    font-size: 2rem;
  }
  .style_slide_desc {
    font-size: 1.3rem;
  }
  .style_nav {
    margin-top: 2.5rem;
  }
  .wedding_bg {
    height: 100vh;
    height: 100svh;
    background-image: url("../../img/soleil/wedding_bg_sp.svg");
  }
  .wedding_wrapper {
    margin-top: -100vh;
    margin-top: -100svh;
    padding: 25.7rem 0 calc(8rem + 11.4vw);
  }
  .wedding_heading {
    position: absolute;
    top: -3.2rem;
    left: 3%;
    transform: translate(-50%, 0);
    width: 34.8rem;
  }
  .wedding_heading p {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
  .wedding_image {
    width: 100%;
    margin: 0 0 3rem 3rem;
  }
  .wedding_content {
    width: 100%;
    padding: 0 4rem;
      margin-top: 0rem;
  }
  .wedding_ttl {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.8;
  }
  .wedding_desc {
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
  .faq {
margin-top: -23.2vw;
        padding-bottom: 10rem;
        background: url(../../img/chapel/faq_bg_sp.png) no-repeat top center;
        background-size: cover;
  }
  .faq_inner {
           padding: 4rem 3rem 0;
        margin: 0;
        position: relative;
        z-index: 1;
  }
  .faq_heading {
      position: static;
      transform: none;
  }
  .faq_ttl img {
    width: 13.6rem;
  }
  .faq_sub {
    margin-bottom: 4rem;
    font-size: 1.2rem;
      font-weight: 600;
  }
  .faq_q {
    padding: 1.5rem 0;
  }
  .faq_q_mark {
    font-size: 1.8rem;
  }
  .faq_q_text {
    font-size: 1.3rem;
  }
  .faq_icon {
    width: 2rem;
    height: 2rem;
  }
  .faq_a {
    padding: 1.5rem 1.5rem 2rem 3.5rem;
    font-size: 1.3rem;
  }
  .faq_btns {
    margin-top: 3rem;
  }
  .gallery_inner {
    padding-bottom: 5rem;
  }
  .gallery_image {
    margin-bottom: 4rem;
  }
  .gallery_btns {
    justify-content: flex-start;
    padding: 0 4rem;
  }
  .other {
    margin-left: 3rem;
    padding: 5rem 0 0;
    overflow: hidden;
  }
  .other_inner {
    padding: 0;
  }
  .other_ttl {
    width: 20.5rem;
    margin: 0 0 3rem;
  }
  .other_list {
    display: block;
    width: 27rem;
  }
  .other_list::after {
    content: "";
    display: table;
    clear: both;
  }
  .other_list_item {
    float: left;
    width: 25rem;
    margin-right: 2rem;
  }
  .other_list_img {
    margin-bottom: 1.5rem;
  }
  .other_list_img picture,
  .other_list_img img {
    display: block;
    width: 100%;
    height: 38rem;
    object-fit: cover;
  }
  .other_list_lead {
    font-size: 1.4rem;
    text-align: left;
  }
  .other_list_ttl {
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: left;
  }
  .other_list_ttl::after {
    content: "";
    display: block;
    background: url(../../img/common/icon_arrow_01.svg) no-repeat center center/0.7rem auto;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 0.1rem solid #a08962;
    position: absolute;
    right: 0;
    bottom: -0.1rem;
    box-sizing: border-box;
  }
  .other_list_btn {
    display: none;
  }
  .other_nav_dots .slick-dots {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 2rem;
    list-style: none;
    padding: 0 0 0.2rem 0.2rem;
  }
  .other_nav_dots .slick-dots li button {
    display: block;
    overflow: hidden;
    width: 0.7rem;
    height: 0.7rem;
    padding: 0;
    border: 0;
    background: #a08962;
    opacity: 0.3;
    text-indent: -99rem;
    transform: rotate(45deg);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: opacity var(--duration-normal);
  }
  .other_nav_dots .slick-dots li.slick-active button {
    opacity: 1;
  }
  .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;
    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;
  }
}
/* 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;
  }
}
