.photo {
  letter-spacing: 0.16em;
}

.btn_large.gold {
  background: linear-gradient(270deg, #cdbda0 0%, #a08962 100%);
}

@keyframes mv_scroll_dot {
  0% {
    top: -0.4rem;
    opacity: 1;
  }
  60% {
    top: 4rem;
    opacity: 0;
  }
  100% {
    top: 4rem;
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mv_scroll::before {
    animation: none;
  }
}
.bg_sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: top center/cover no-repeat;
}
.bg_sticky.is-mv {
  position: fixed;
  background-image: url("../../img/photo/mv_bg.jpg");
}
.bg_sticky.is-choosing {
  display: none;
}
.bg_sticky.is-faq {
  margin-top: -9.6vw;
  background-image: url("../../img/photo/faq_bg.webp");
  top: -9.6vw;
  height: calc(100svh + 9.6vw);
}
.bg_sticky.is-france {
  background-image: url("../../img/photo/france_bg.jpg");
}
.bg_sticky.is-topics {
  background-image: url("../../img/photo/topics_bg.webp");
}

.mv {
  width: 100vw;
  height: 100vh;
}
.mv_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv_ttl {
  width: 64.1rem;
  margin-bottom: 4rem;
}
.mv_ttl img {
  width: 100%;
  height: auto;
}
.mv_sub {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  color: #fff;
}
.mv_scroll {
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  width: 0.1rem;
  height: 9.1rem;
  background: #fff;
  transform: translate(-50%, 0);
}
.mv_scroll::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 50%;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  transform: translate(-50%, -100%) rotate(45deg);
  animation: mv_scroll_dot 2.5s infinite;
}

.intro {
  position: relative;
  padding: 9rem 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% - 4rem);
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333 100%);
  background-blend-mode: multiply;
  opacity: 0.8;
}
.intro_ttl {
  margin-bottom: 5rem;
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.18em;
    font-weight: 500;
}
.intro_desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.intro_desc p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.15;
}

.why {
  position: relative;
  margin-top: -9.6vw;
  padding: 26.6rem 0 calc(14rem + 9.6vw);
  background: url("../../img/photo/why_bg.webp") no-repeat top center/cover;
}
.why_heading {
  position: absolute;
  top: -3.2rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, 0);
}
.why_ttl img {
  width: 64.6rem;
  height: auto;
}
.why_sub {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #aea595;
}
.why_lead {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: center;
}
.why_desc {
  margin-bottom: 8rem;
  font-size: 1.4rem;
  line-height: 2.15;
  text-align: center;
}
.why_list {
  max-width: 106rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 6rem;
}
.why_list_item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 3rem);
  text-align: left;
}
.why_list_image {
  width: 100%;
}
.why_list_content {
  padding: 3.1rem 0 0;
  text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.why_list_num {
  position: absolute;
  top: -20px;
}
.why_list_num img {
  width: auto;
  height: 2.1rem;
}
.why_list_ttl {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.636;
  color: #a08962;
}
.why_list_desc {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

.choosing {
  margin-top: -9.6vw;
  padding: 12rem 0 calc(16rem + 9.6vw);
  background: url("../../img/photo/choosing_bg.webp") no-repeat top center/cover;
  text-align: center;
  color: #fff;
}
.choosing::before {
  content: "";
  position: absolute;
  top: -5.6rem;
  left: calc(50% - 5.4rem);
  width: 43rem;
  height: 43rem;
  background: url("../../img/photo/choosing_bg_item.svg") no-repeat center center/cover;
  transform: translate(-50%, 0);
}
.choosing_inner {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.choosing_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8rem;
}
.choosing_kv {
  margin: 0 auto 4rem;
  width: 44.1rem;
}
.choosing_kv img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.choosing_ttl {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.875;
}
.choosing_sub {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.71;
}
.choosing_desc {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 2.15;
}
.choosing_list {
  max-width: 116rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 3.3rem;
}
.choosing_list_item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.choosing_list_image {
  width: 26.5rem;
  height: 26.5rem;
  margin-bottom: 2rem;
}
.choosing_list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.choosing_list_text {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 2;
}

.flow {
  margin-top: -9.6vw;
  padding: 12rem 0;
  background: url("../../img/photo/flow_bg.webp") no-repeat top center/cover;
}
.flow::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: calc(50% - 5.8rem);
  width: 46.3rem;
  height: 33.9rem;
  background: url("../../img/photo/flow_bg_item.svg") no-repeat center center/cover;
  transform: translate(-50%, -50%);
}
.flow_ttl {
  margin-bottom: 1.6rem;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.71;
  color: #a08962;
  text-align: center;
}
.flow_desc {
  margin-bottom: 6rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.15;
  text-align: center;
}
.flow_slider {
  width: calc(50vw + 58rem);
  margin: 0 0 0 auto;
  padding: 0 0 0.2rem 0.2rem;
  overflow: hidden;
}
.flow_slider .slick-track {
  display: flex;
}
.flow_slider .slick-slide {
  height: auto;
}
.flow_slider .slick-slide > div {
  height: 100%;
}
.flow_slider_item {
  width: 36.7rem;
  margin-right: 3rem;
}
.flow_slider_step {
  position: relative;
  margin-bottom: 3rem;
  padding: 0 0 1rem 2rem;
  font-size: 1.3rem;
  line-height: 1.54;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: #a08962;
}
.flow_slider_step::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% + 3rem);
  height: 0.1rem;
  background: #a08962;
}
.is-last .flow_slider_step::after {
  width: 100%;
}
.flow_slider_step::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  background: #a08962;
  transform: translateY(50%) rotate(45deg);
}
.flow_slider_image {
  width: 100%;
  margin-bottom: 2rem;
}
.flow_slider_image img {
  display: block;
  width: 100%;
  height: auto;
}
.flow_slider_time {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
.flow_slider_ttl {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
.flow_slider_text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.flow_slider_nav {
  display: flex;
  justify-content: flex-start;
  margin-top: 4rem;
}
.flow_slider_nav_dots {
  display: flex;
  justify-content: center;
}
.flow_slider_nav_dots .slick-dots {
  display: flex;
  gap: #fff;
  padding: 0;
  margin: 0;
}
.flow_slider_nav_dots .slick-dots li button {
  display: block;
  overflow: hidden;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 0;
  background: 1.3rem;
  opacity: 0.4;
  text-indent: -99rem;
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity 0.3s;
}
.flow_slider_nav_dots .slick-dots li.slick-active button {
  opacity: 1;
}

.special {
  padding: 12rem 0 calc(13rem + 9.6vw);
}
.special::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);
}
.special_inner {
  width: 100%;
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.special_heading {
  width: 38.6rem;
  margin-bottom: 4rem;
}
.special_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
  position: relative;
}
.special_ttl::before {
  content: "";
  width: 50vw;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}
.special_ttl img {
  height: auto;
}
.special_lead {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-align: right;
  color: #fff;
}
.special_card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.special_card_image {
  width: 58.2rem;
}
.special_card_body {
  display: flex;
  flex-direction: column;
  width: 43rem;
  padding: 2.8rem 0;
  color: #fff;
}
.special_card_ttl {
  margin-bottom: 1rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.16em;
}
.special_card_price {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.special_card_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: url("../../img/photo/special_badge_bg.png") no-repeat center center/contain;
}
.special_card_badge span {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.special_card_amount {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}
.special_card_amount .num,
.special_card_amount .tax {
  background: linear-gradient(90deg, #cac8b6 0%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.special_card_amount .num {
  font-size: 3.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.special_card_amount .tax {
  font-size: 1.2rem;
  font-weight: 500;
}
.special_card_btns {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: auto;
}
.special_card_btns .btn_large {
  width: 33rem;
  height: 7rem;
}

.other {
  position: relative;
  margin-top: -9.6vw;
  padding: 8.5em 0 calc(14rem + 9.6vw);
  background: url("../../img/photo/other_bg.png") no-repeat top center/cover;
}
.other::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 10rem;
  background: #fff;
  transform: translate(-50%, -50%);
}
.other_inner {
  max-width: 106rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.other_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8rem;
}
.other_ttl {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.87;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.other_lead {
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 2.375;
}
.other_desc {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.77;
}
.other_slider {
  margin: 0 auto;
  max-width: 106rem;
  position: relative;
}
.other_slider .slick-list {
  overflow: visible;
}
.other_slider .slick-track::after {
  content: "";
  display: table;
  clear: both;
}
.other_slider .slick-slide {
  float: left;
  width: 52.5rem;
  margin: 0 1rem 0 0;
}
.other_slider .slick-prev,
.other_slider .slick-next {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.other_slider .slick-prev:focus-visible,
.other_slider .slick-next:focus-visible {
  outline: 0.2rem solid #333;
  outline-offset: 0.2rem;
}
.other_slider .slick-prev:focus:not(:focus-visible),
.other_slider .slick-next:focus:not(:focus-visible) {
  outline: none;
}
.other_slider .slick-prev:hover,
.other_slider .slick-next:hover {
  opacity: 0.7;
}
.other_slider .slick-prev img,
.other_slider .slick-next img {
  display: block;
  width: 4rem;
  height: auto;
}
.other_slider .slick-prev,
.other_slider .slick-next {
  position: absolute;
  top: 15.9rem;
  z-index: 2;
}
.other_slider .slick-prev {
  left: 0;
  transform: translate(-50%, 0);
}
.other_slider .slick-next {
  right: 0;
  transform: translate(50%, 0) rotate(180deg);
}
.other_slide a {
  display: flex;
  flex-direction: column;
}
.other_slide_image {
  width: 100%;
  margin-bottom: 2rem;
  aspect-ratio: 525/318;
}
.other_slide_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other_slide_ttl {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  text-align: center;
}
.other_slide_text {
  font-size: 1.3rem;
  text-align: center;
}
.other_btns {
  margin-top: 4rem;
}
.other_btns .btn_large {
  width: 40rem;
  margin: 0 auto;
}

.faq {
  position: relative;
  z-index: 1;
  margin-top: calc(-100svh - 9.6vw);
  padding: 0 0 12rem;
}
.faq_inner {
  max-width: 110rem;
  margin: 0 auto;
  padding-top: 19.2rem;
}
.faq_heading {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.faq_ttl {
  display: flex;
  justify-content: center;
  width: 30rem;
    margin: 0 auto 2.8rem;
}
.faq_ttl img {
  height: auto;
}
.faq_sub {
  margin-bottom: 7rem;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  text-align: center;
  color: #a08962;
}
.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;
}
.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/photo/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;
}

.introduce {
  padding: 0 0 17rem;
}
.introduce_inner {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.introduce_image {
  margin-bottom: 4rem;
  width: 60rem;
}
.introduce_content {
  display: flex;
  flex-direction: column;
}
.introduce_desc {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.89;
}
.introduce_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 0;
  border-top: 0.1rem solid #a08962;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #a08962;
}
.introduce_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 4rem;
  width: 1rem;
  height: 1rem;
  background: #a08962;
  transform: translate(-50%, -50%) rotate(45deg);
}

.france {
  margin-top: -100vh;
  position: relative;
}
.france_kv {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.france_kv_ttl {
  position: absolute;
  top: 18rem;
  left: calc(50vw + 18rem);
  width: 38rem;
}
.france_inner {
  padding: 9.6rem 0 calc(13rem + 9.6vw);
  background: url("../../img/photo/france_bg02.png") no-repeat top center/cover;
  text-align: center;
}
.france_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.france_ttl {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.577;
}
.france_lead {
  margin-bottom: 6rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #aea595;
}
.france_slider {
  position: relative;
  width: 71rem;
  margin: 0 auto 6rem;
}
.france_slider .slick-list {
  overflow: visible;
}
.france_slider .slick-track::after {
  content: "";
  display: table;
  clear: both;
}
.france_slider .slick-slide {
  float: left;
  width: 70rem;
  margin: 0 0.5rem;
}
.france_slider .slick-prev,
.france_slider .slick-next {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.france_slider .slick-prev:focus-visible,
.france_slider .slick-next:focus-visible {
  outline: 0.2rem solid #333;
  outline-offset: 0.2rem;
}
.france_slider .slick-prev:focus:not(:focus-visible),
.france_slider .slick-next:focus:not(:focus-visible) {
  outline: none;
}
.france_slider .slick-prev:hover,
.france_slider .slick-next:hover {
  opacity: 0.7;
}
.france_slider .slick-prev img,
.france_slider .slick-next img {
  display: block;
  width: 4rem;
  height: auto;
}
.france_slider .slick-prev,
.france_slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.france_slider .slick-prev {
  left: -15rem;
  transform: translate(-50%, -50%);
}
.france_slider .slick-next {
  right: -15rem;
  transform: translate(50%, -50%) rotate(180deg);
}
.france_desc {
  display: flex;
  flex-flow: column;
  gap: 4rem;
  margin-bottom: 6rem;
  text-align: center;
}
.france_desc p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.16em;
}
.france_btns {
  display: flex;
  justify-content: center;
}

.b_fair {
  margin-top: -9.6vw;
  padding: 12rem 0;
  background: url("../../img/photo/b_fair_bg.png") no-repeat top center/cover;
  text-align: center;
}
.b_fair_inner {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.b_fair_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.b_fair_ttl {
  margin-bottom: 5rem;
}
.b_fair_ttl img {
  width: 36.2rem;
  height: auto;
}
.b_fair_lead {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
}
.b_fair_sub {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.333;
}
.b_fair_list {
  margin: 6rem auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.b_fair_list .slick-slider {
  margin: 0 auto;
  width: 52.2rem;
}
.b_fair_list .slick-slide {
  float: left;
  width: 50.7rem;
  margin: 0 1.5rem;
}
.b_fair_list_item {
  background: #fff;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15);
}
.b_fair_list_item a {
  display: flex;
  padding: 1rem;
}
.b_fair_list_item a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("../../img/common/fair_bg_01.svg") no-repeat right bottom/100% auto;
}
.b_fair_list_item a figure {
  width: 17rem;
  height: 17rem;
}
.b_fair_list_item a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b_fair_list_box {
  width: calc(100% - 17rem);
  padding-left: 3rem;
}
.b_fair_list_box time {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 1.3rem 1.2rem 1.4rem;
  background: rgba(242, 242, 242, 0.9);
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.b_fair_list_box time > span:last-child {
  margin-left: 0.9rem;
  padding-left: 1rem;
  padding-bottom: 0.2rem;
  border-left: 0.1rem solid #cbc7b8;
  font-weight: 600;
  color: #a08962;
}
.b_fair_list_box time span.sat {
  color: #163f9b !important;
}
.b_fair_list_box time span.sun {
  color: #c65325 !important;
}
.b_fair_list_box h3 {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6667;
  letter-spacing: 0.08em;
  color: #6c7260;
  text-align: left;
}
.b_fair_btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.b_fair_btns .btn_large {
  width: 35rem;
}

.topics {
  display: flex;
  justify-content: flex-end;
  gap: 0 16rem;
  margin-top: -100vh;
  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;
}

.flow_nav,
.other_nav,
.france_nav,
.b_fair_nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.other_nav,
.france_nav,
.b_fair_nav {
  align-items: center;
}

.flow_nav {
  margin-top: 2rem;
  align-items: flex-start;
}

.other_nav {
  margin-top: 4rem;
}

.france_nav {
  margin-top: 2rem;
}

.b_fair_nav {
  margin-top: 4rem;
}

.flow_nav_dots,
.france_nav_dots {
  display: flex;
  justify-content: center;
}
.flow_nav_dots .slick-dots,
.france_nav_dots .slick-dots {
  display: flex;
  gap: 1.3rem;
  padding: 0;
  margin: 0;
}
.flow_nav_dots .slick-dots li button,
.france_nav_dots .slick-dots li button {
  display: block;
  overflow: hidden;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 0;
  background: #a08962;
  opacity: 0.5;
  text-indent: -99rem;
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity 0.3s;
}
.flow_nav_dots .slick-dots li.slick-active button,
.france_nav_dots .slick-dots li.slick-active button {
  opacity: 1;
}

.other_nav_dots,
.b_fair_nav_dots {
  display: flex;
  justify-content: center;
}
.other_nav_dots .slick-dots,
.b_fair_nav_dots .slick-dots {
  display: flex;
  gap: 1.3rem;
  padding: 0;
  margin: 0;
}
.other_nav_dots .slick-dots li button,
.b_fair_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;
}
.other_nav_dots .slick-dots li.slick-active button,
.b_fair_nav_dots .slick-dots li.slick-active button {
  opacity: 1;
}

@media (max-width: 768px) {
  .bg_sticky.is-mv {
    background-image: url("../../img/photo/mv_bg_sp.jpg");
  }
  .bg_sticky.is-faq {
    margin-top: -4.6rem;
    background-image: url("../../img/photo/faq_bg_sp.png");
    top: -4.6rem;
  }
  .bg_sticky.is-france {
    background-image: url(../../img/photo/france_bg_sp.jpg);
  }
  .bg_sticky.is-choosing {
    display: block;
    top: -4.6rem;
    margin-top: -4.6rem;
    background-image: url(../../img/photo/choosing_bg_sp.png);
    height: calc(100svh + 4.6rem);
  }
  .mv_inner {
    height: 100svh;
  }
  .mv_heading {
    top: 12.7rem;
    right: 3rem;
    left: auto;
    width: 100%;
    transform: translate(0, 0);
  }
  .mv_ttl {
    width: 32.3rem;
    margin: 0 0 3rem auto;
  }
  .mv_sub {
    font-size: 1.4rem;
    letter-spacing: 0.25em;
    text-align: right;
  }
  .mv_scroll {
    bottom: 0;
    transform: translate(0, 0);
  }
  .intro {
    padding: 5rem 3rem calc(10.5rem + 4.6rem);
    text-align: left;
  }
  .intro_ttl {
    margin-bottom: 4rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.916;
    letter-spacing: 0.18em;
  }
  .intro_desc {
    gap: 2rem;
  }
  .intro_desc p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2.153;
    letter-spacing: 0.16em;
  }
  .why {
    margin-top: -4.6rem;
    padding: 31.5rem 0 calc(10rem + 4.6rem);
    background: url("../../img/photo/why_bg_sp.webp") no-repeat top center/cover;
  }
  .why_heading {
    top: -1.4rem;
    right: 2rem;
    left: auto;
    gap: 1.9rem;
    transform: none;
  }
  .why_ttl img {
    width: 29.6rem;
  }
  .why_sub {
    margin: 0 0 0 auto;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    text-align: right;
  }
  .why_lead {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.18em;
    margin-bottom: 2rem;
  }
  .why_desc {
    max-width: 32rem;
    margin: 0 auto 6rem;
    font-size: 1.3rem;
    line-height: 2.153;
    letter-spacing: 0.16em;
    text-align: left;
  }
  .why_list {
    max-width: 33.5rem;
    gap: 4rem 0;
  }
  .why_list_item {
    width: 100%;
  }
  .why_list_image {
    width: 100%;
  }
  .why_list_content {
    padding: 2.5rem 1rem 0;
  }
  .why_list_num {
    top: -1rem;
  }
  .why_list_num img {
    height: 2.1rem;
  }
  .why_list_ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.777;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .why_list_desc {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .choosing {
    margin-top: calc(-100svh - 4.6rem);
    padding: 21rem 0 calc(14.9rem + 9.6vw);
    background: none;
  }
  .choosing::before {
    top: -5.5rem;
    left: calc(50% - 5.2rem);
    width: 44rem;
    height: 44.2rem;
    background-size: contain;
  }
  .choosing_inner {
    position: relative;
  }
  .choosing_heading {
    padding: 0 1.5rem;
    margin-bottom: 5rem;
    align-items: flex-start;
    text-align: left;
  }
  .choosing_ttl {
    margin: 0 0 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.875;
  }
  .choosing_sub {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.18em;
  }
  .choosing_desc {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.153;
    letter-spacing: 0.16em;
  }
  .choosing_list {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 2.6rem 1.4rem;
    padding: 0 0.5rem;
  }
  .choosing_list_item {
    width: calc(50% - 0.7rem);
  }
  .choosing_list_image {
    width: 16rem;
    height: 16rem;
    margin-bottom: 1.5rem;
  }
  .choosing_list_text {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2.153;
    letter-spacing: 0.16em;
  }
  .flow {
    padding: 12rem 0 10rem;
    background: url("../../img/photo/flow_bg_sp.webp") no-repeat top center/cover;
  }
  .flow::before {
    top: 5rem;
    width: 46.3rem;
    height: 33.59rem;
  }
  .flow_inner {
    padding: 0 3rem;
  }
  .flow_ttl {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.18em;
  }
  .flow_desc {
    margin-bottom: 5rem;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2.153;
    letter-spacing: 0.1em;
  }
  .flow_slider {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .flow_slider .slick-list,
  .flow_slider .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .flow_slider .slick-slide {
    float: none !important;
    width: 100% !important;
  }
  .flow_slider_item {
    width: 100%;
    margin: 0 0 7rem;
    padding-left: 4.3rem;
    position: relative;
  }
  .flow_slider_item.is-last {
    margin-bottom: 0;
  }
  .flow_slider_step {
    width: 120%;
    margin-bottom: 0;
    padding: 0 0 1rem 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    transform: rotate(90deg) translate(0, -99%);
    transform-origin: top left;
  }
  .is-last .flow_slider_step {
    width: 100%;
  }
  .flow_slider_step span {
    display: inline-block;
    transform: scale(-1, -1);
  }
  .flow_slider_image {
    margin-bottom: 1.6rem;
  }
  .flow_slider_time {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
  }
  .flow_slider_ttl {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    line-height: 2;
  }
  .flow_slider_text {
    font-size: 1.3rem;
    line-height: 2;
  }
  .flow_slider_nav {
    display: none;
  }
  .flow .flow_nav {
    display: none;
  }
  .special {
    margin-top: -100svh;
    padding: 0;
  }
  .special_bg {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: url("../../img/photo/mv_bg_sp.jpg") no-repeat center center/cover;
    z-index: 0;
  }
  .special_inner {
    position: relative;
    margin-top: -100svh;
    padding: 10rem 3rem 12.6rem;
    z-index: 1;
  }
  .special_heading {
    width: 100%;
    margin-bottom: 4rem;
  }
  .special_ttl {
    margin-bottom: 1.4rem;
    padding-bottom: 1.2rem;
    width: 33.1rem;
  }
  .special_ttl img {
    width: 100%;
  }
  .special_ttl::before {
    width: 100vw;
  }
  .special_lead {
    font-size: 1.6rem;
    letter-spacing: 0.12em;
  }
  .special_card {
    flex-direction: column;
  }
  .special_card_image {
    width: 100%;
    margin-bottom: 3rem;
  }
  .special_card_body {
    width: 100%;
    padding: 0;
  }
  .special_card_ttl {
    margin-bottom: 1.5rem;
    padding-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .special_card_badge {
    width: 6rem;
    height: 6rem;
  }
  .special_card_badge span {
    font-size: 1.4rem;
  }
  .special_card_price {
    margin-bottom: 3rem;
    gap: 0 0.6rem;
  }
  .special_card_amount {
    gap: 0 0.4rem;
  }
  .special_card_amount .num {
    font-size: 3.7rem;
    letter-spacing: 0.05em;
  }
  .special_card_amount .tax {
    white-space: nowrap;
    font-size: 1.3rem;
  }
  .special_card_btns {
    gap: 1.5rem;
  }
  .special_card_btns .btn_large {
    width: 33rem;
    height: 7rem;
  }
  .other {
    margin-top: -4.4rem;
    padding: 6rem 0 calc(12.2rem + 4.6rem);
    background: url("../../img/photo/other_bg_sp.png") no-repeat top center/cover;
  }
  .other::before {
    height: 8rem;
  }
  .other_heading {
    margin-bottom: 4rem;
  }
  .other_ttl {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    letter-spacing: 0.128em;
    line-height: 1.875;
  }
  .other_lead {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.16em;
  }
  .other_desc {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.18em;
  }
  .other_slider {
    margin: 0 auto;
    width: 33rem;
  }
  .other_slider .slick-slide {
    width: 33rem;
    margin: 0 1rem 0 0;
  }
  .other_slider .slick-prev,
  .other_slider .slick-next {
    top: 9.8rem;
  }
  .other_slider .slick-prev img,
  .other_slider .slick-next img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .other_slide_image {
    margin-bottom: 2rem;
    aspect-ratio: 330/200;
  }
  .other_slide_ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.16em;
  }
  .other_slide_text {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .other_btns {
    margin-top: 5rem;
  }
  .other_btns .btn_large {
    width: 33rem;
  }
  .faq {
    margin-top: calc(-100svh - 4.6rem);
    padding: 0 0rem 12rem;
  }
  .faq_inner {
    padding-top: 9.6rem;
  }
  .faq_heading {
    top: -2.5rem;
  }
  .faq_ttl {
    margin-bottom: 2rem;
  }
  .faq_ttl img {
    width: 13.7rem;
  }
  .faq_sub {
    margin-bottom: 5rem;
    font-size: 1.3rem;
    letter-spacing: 0.16em;
  }
  .faq_q {
    gap: 1rem;
    padding: 2rem 0;
  }
  .faq_q_mark {
    width: 1.5rem;
    font-size: 1.8rem;
  }
  .faq_q_text {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .faq_icon {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
  }
  .faq_icon::before, .faq_icon::after {
    width: 1rem;
  }
  .faq_a {
    padding: 1.5rem 0 2rem 4rem;
    font-size: 1.3rem;
    line-height: 1.85;
  }
  .faq_btns {
    padding-left: 1rem;
    margin-top: 3rem;
    justify-content: flex-start;
  }
  .introduce {
    padding: 0 1rem 12rem;
  }
  .introduce_inner {
    max-width: 100%;
    padding: 0;
  }
  .introduce_content {
    padding: 0 2rem;
  }
  .introduce_image {
    margin-bottom: 3rem;
    width: 100%;
  }
  .introduce_desc {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.16em;
  }
  .introduce_btn {
    width: 100%;
    font-size: 1.4rem;
  }
  .france {
    margin-top: -100svh;
  }
  .france_kv {
    width: 100vw;
    height: 100svh;
  }
  .france_kv_ttl {
        top: 14rem;
        left: calc(0vw + 6rem);
        width: 27.4rem;
  }
  .france_inner {
    padding: 8rem 0 calc(10rem + 4.6rem);
    background: url("../../img/photo/france_bg02_sp.webp") no-repeat top center/cover;
  }
  .france_heading {
    gap: 1rem;
    margin-bottom: 5rem;
  }
  .france_ttl {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.227;
    letter-spacing: 0.18em;
  }
  .france_lead {
    margin-bottom: 4rem;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .france_slider {
    width: 35rem;
    margin: 0 auto 3rem;
  }
  .france_slider .slick-slide {
    width: 35rem;
    margin: 0 1rem 0 0;
  }
  .france_slider .slick-prev img,
  .france_slider .slick-next img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .france_slider .slick-prev {
    left: 0;
  }
  .france_slider .slick-next {
    right: 0;
  }
  .france_desc {
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .france_desc p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.153;
    letter-spacing: 0.16em;
  }
  .france_btns .btn {
    width: 25rem;
  }
  .b_fair {
    margin-top: -4.6rem;
    padding: 8rem 0 12rem;
    background: url("../../img/photo/b_fair_bg_sp.png") no-repeat top center/cover;
  }
  .b_fair_inner {
    padding: 0 3rem;
  }
  .b_fair_ttl {
    margin-bottom: 4rem;
  }
  .b_fair_ttl img {
    width: 23.5rem;
  }
  .b_fair_lead {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.16em;
  }
  .b_fair_sub {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.583;
    letter-spacing: 0.18em;
  }
  .b_fair_list {
    margin: 5rem auto 4rem;
    flex-flow: column;
    gap: 2rem;
  }
  .b_fair_list .slick-slider {
    width: 33rem;
    margin: 0 auto;
  }
  .b_fair_list .slick-slide {
    width: 33rem;
    margin: 0 0.75rem;
  }
  .b_fair_list .slick-slide a {
    display: block;
    padding-bottom: 1.3rem;
  }
  .b_fair_list .slick-slide a figure {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .b_fair_list_box {
    width: 100%;
    padding: 1.5rem 0 0;
    display: flex;
    align-items: center;
  }
  .b_fair_list_box time {
    display: block;
    width: 7rem;
    padding: 1.5rem 1.2rem;
    text-align: center;
    box-sizing: border-box;
  }
  .b_fair_list_box time > span.sp {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .b_fair_list_box time > span.sp span {
    display: block;
    margin-top: 0.3rem;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    color: #a08962;
  }
  .b_fair_list_box time > span:last-child {
    display: block;
    margin-top: 0.7rem;
    margin-left: 0;
    padding: 0.7rem 0 0;
    border-top: 0.1rem solid #cbc7b8;
    border-left: 0;
    font-size: 1.1rem;
  }
  .b_fair_list_box h3 {
    flex: 1;
    margin-top: 0;
    padding-left: 1.7rem;
    font-size: 1.4rem;
    line-height: 1.8571;
  }
  .b_fair_btns .btn_large {
    width: 33rem;
  }
  .topics {
    flex-flow: column;
    justify-content: flex-start;
    margin-top: -100svh;
    padding: 10rem 0 14.2rem;
  }
  .topics h2 {
    display: block;
    margin-bottom: 4rem;
    padding: 0 2rem;
    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;
  }
  .other_nav,
  .france_nav,
  .b_fair_nav {
    margin-top: 3rem;
    gap: 1.5rem;
  }
}
/* 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;
  }
}
