.bg_sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: -1;
}
.bg_sticky.is-cta {
  background: url("../../img/guest/cta_bg.png") no-repeat center center/cover;
}
.bg_sticky.is-access {
  background: url("../../img/guest/access_bg.png") no-repeat top center/cover;
}
.bg_sticky.is-fair {
  background: url("../../img/guest/topics_bg.jpg") no-repeat top center/cover;
}

.mv {
  position: relative;
  width: 100vw;
  height: 94vh;
  background: url("../../img/guest/mv.jpg") no-repeat center center/cover;
}
.mv::before {
  content: "";
  position: absolute;
  bottom: 17rem;
  left: 0;
  width: 100%;
  height: 20.4rem;
  background: linear-gradient(to top, #e3e0da 0%, rgba(227, 224, 218, 0) 100%);
}
.mv::after {
  content: "";
  position: absolute;
  bottom: 17.2rem;
  left: 0;
  width: 100%;
  height: 37.7rem;
  background: linear-gradient(180deg, #e3e0da 0%, #cdc8bf 100%);
  transform: translateY(100%);
}
.mv_heading {
  position: absolute;
  bottom: 6.8rem;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  text-align: center;
  color: #fff;
}
.mv_ttl {
  width: 31.5rem;
  margin-bottom: 2rem;
}
.mv_lead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.18em;
  color: #a08962;
}
.mv_border {
  display: none;
}

.intro {
  position: relative;
  padding: 5.2rem 0 16rem;
  text-align: center;
}
.intro::before {
  content: "";
  position: absolute;
  top: 20.4rem;
  left: 0;
  width: 100%;
  height: 77.9rem;
  background: linear-gradient(180deg, #cdc8bf 0%, rgba(205, 200, 191, 0) 100%);
}
.intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 61.4rem;
  height: 60rem;
  background: url("../../img/guest/intro_item.svg") no-repeat center center/cover;
  transform: translate(-50%, -50%);
}
.intro_ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.18em;
  color: #a08962;
}
.intro_desc {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 2.15;
  letter-spacing: 0.16em;
}

.cta {
  position: relative;
  z-index: 1;
  margin-top: -100svh;
  padding: 0 2rem 12rem;
  text-align: center;
}
.cta_inner {
  width: 64.5rem;
  height: 24.5rem;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
  background: url("../../img/guest/cta_box_bg.png") no-repeat center center/cover;
}
.cta_en {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #a08962;
  text-transform: capitalize;
}
.cta_ttl {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.16em;
  color: #333;
}
.cta_tel {
  margin-top: 0.6rem;
}
.cta_tel a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #a08962;
  text-decoration: none;
}
.cta_tel img {
  width: 2.4rem;
  height: 2.4rem;
}
.cta_time {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}

.about {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6rem 12rem 10rem 0;
}
.about::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100vw - 15.6rem);
  height: 0.1rem;
  background: #d8d2c9;
}
.about.is-first::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 15.6rem);
  height: 0.1rem;
  background: #d8d2c9;
}
.about.is-reverse {
  flex-direction: row-reverse;
  padding: 6rem 0 10rem 12rem;
}
.about.is-reverse::before {
  right: auto;
  left: 0;
}
.about.is-last {
  padding-bottom: 17.7rem;
}
.about.is-last::before {
  display: none;
}
.about_img {
  flex-shrink: 0;
  width: 50vw;
}
.about_img img {
  display: block;
  width: 100%;
  height: auto;
}
.about_content {
  flex: 1;
  max-width: 41.9rem;
}
.about_lead {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #a08962;
  text-transform: capitalize;
}
.about_ttl {
  margin-bottom: 2.6rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
.about_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #333;
}
.about_link {
  margin-top: 3rem;
}
.about_link .btn {
  width: 28rem;
}
.about_link .btn::after {
  top: -0.8rem;
}
.about_link .btn > span:first-child {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.16em;
}
.about_link .btn > span:last-child {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  gap: 1rem;
}
.about_link .btn > span:last-child img {
  width: 1.7rem;
  height: 1.7rem;
}
.about_hours {
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #333;
}
.about_price {
  width: 40.5rem;
  margin-top: 5rem;
  border: 0.1rem solid #ebe8e3;
  border-collapse: collapse;
}
.about_price th,
.about_price td {
  padding: 1.6rem 2rem;
  border: 0.1rem solid #ebe8e3;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-align: center;
  color: #333;
}
.about_price th {
  width: 19.5rem;
  background: #f8f4ee;
}
.about_price td {
  background: #fff;
}

.access {
  margin-top: -100svh;
}
.access_inner {
  max-width: 128rem;
  margin: 0 auto 6rem;
  padding: 23.5rem 0 9.7rem;
  position: relative;
}
.access_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 121.3rem;
  height: 0.1rem;
  background: #d8d2c9;
  transform: translate(-50%, 0);
}
.access_heading {
  position: absolute;
  top: 5rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 54.3rem;
  margin: 0 auto 4rem;
  transform: translate(-50%, -50%);
}
.access_sub {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #9c9590;
  width: 100%;
  text-align: right;
}
.access_desc {
  margin-bottom: 6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.16em;
  color: #333;
  text-align: center;
}
.access_content {
  display: flex;
  align-items: flex-start;
  gap: 11.6rem;
}
.access_map {
  flex-shrink: 0;
  width: 64rem;
  aspect-ratio: 640/398;
  overflow: hidden;
}
.access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%);
}
.access_info {
  flex: 1;
  padding-top: 4rem;
}
.access_address {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.16em;
  color: #333;
}
.access_map_link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 0.1rem solid #a08962;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #a08962;
  text-decoration: none;
}
.access_map_link img {
  width: 1.2rem;
  height: 1.6rem;
}
.access_traffic {
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.16em;
  color: #333;
}

.shipping {
  padding: 0 0 calc(15rem + 9.6vw);
}
.shipping_inner {
  display: flex;
  justify-content: flex-end;
  gap: 8.9rem;
}
.shipping_content {
  flex: 1;
  padding-left: 15.4rem;
}
.shipping_image {
  flex-shrink: 0;
  width: 68.3rem;
}
.shipping_image img {
  display: block;
  width: 100%;
  height: auto;
}
.shipping_lead {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #a08962;
  text-transform: capitalize;
}
.shipping_ttl {
  margin-bottom: 2.6rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: 0.18em;
  color: #333;
}
.shipping_desc {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #ddd;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.16em;
  color: #333;
}
.shipping_info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
}
.shipping_info_item dt {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #a08962;
}
.shipping_info_item dd {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.16em;
  color: #333;
}

.faq {
  margin-top: -9.6vw;
  position: relative;
  padding: 0 0 calc(12.8rem + 9.6vw);
  background: url("../../img/guest/faq_bg.svg") no-repeat top center/cover;
}
.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 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/guest/faq_btn_bg.png") no-repeat center/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;
}

.other {
  margin-top: -9.6vw;
  position: relative;
  padding: 5rem 0 25.5rem;
  background: url("../../img/guest/other_bg.png") no-repeat top center/cover;
}
.other_inner {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0;
}
.other_ttl {
  margin-bottom: 6rem;
  text-align: center;
}
.other_ttl img {
  width: 31.2rem;
  height: auto;
}
.other_list {
  max-width: 106rem;
  display: flex;
  justify-content: center;
  gap: 4.4rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.other_item {
  width: 23.2rem;
}
.other_item a {
  display: block;
  text-decoration: none;
  color: #333;
}
.other_item_image {
  width: 100%;
  margin: 0 0 1.9rem;
}
.other_item_image img {
  display: block;
  width: 100%;
  height: 23.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.other_item_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.16em;
  color: #333;
}
.other_item_label img {
  width: 3rem;
  height: 3rem;
}

.p_fair {
  margin-top: calc(-100svh - 10rem);
  padding-top: 0;
  background: none;
}
.p_fair_head {
  align-items: flex-end;
}
.p_fair_head_ttl {
  color: #6c7260;
}
.p_fair_head_ttl h2 img {
  filter: none;
}
.p_fair .calendar_nav {
  color: #6c7260;
}
.p_fair .calendar_nav .btn_next::after {
  filter: none;
  border-color: #6c7260;
}
.p_fair .month_title,
.p_fair .calendar_container table {
  color: #6c7260;
}

.topics {
  display: flex;
  justify-content: flex-end;
  gap: 0 16rem;
  padding: 0 0 12rem;
}
.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.is-cta {
    margin-top: 0;
    background-image: url("../../img/guest/cta_bg_sp.png");
  }
  .bg_sticky.is-access {
    background-image: url("../../img/guest/access_bg_sp.png");
  }
  .mv {
    background-image: url("../../img/guest/mv_sp.jpg");
  }
  .mv_ttl {
    width: 19.5rem;
    margin-bottom: 1.2rem;
  }
  .mv_lead {
    font-size: 1.3rem;
  }
  .mv_heading {
    bottom: 8.2rem;
  }
  .mv_border {
    display: block;
    position: absolute;
    bottom: -8rem;
    left: 50%;
    z-index: 1;
    width: 0.1rem;
    height: 8rem;
    background: linear-gradient(to bottom, #d6cdbc 0%, #aea189 100%);
    transform: translate(-50%, 50%);
  }
  .intro {
    padding: 7.8rem 0 8rem;
  }
  .intro::after {
    width: 43.1rem;
    height: 42.1rem;
    top: -3rem;
    left: calc(50% - 3.6rem);
  }
  .intro_ttl {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2;
  }
  .intro_desc {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.15;
  }
  .cta {
    padding: 0 2rem 8rem;
  }
  .cta_inner {
    width: 35rem;
    height: 24rem;
    padding: 2.5rem 2rem 3rem;
    background-image: url("../../img/guest/cta_box_bg_sp.png");
  }
  .cta_en {
    font-size: 1.4rem;
  }
  .cta_ttl {
    margin-top: 1em;
    font-size: 1.4rem;
  }
  .cta_tel {
    margin-top: 2rem;
  }
  .cta_tel img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .cta_tel a {
    margin: 0 auto;
    font-size: 1.8rem;
    border: 0.1rem solid #a08962;
    width: 28rem;
    height: 5rem;
    display: flex;
    flex-flow: row wrap;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 3rem 0 3rem 0;
  }
  .cta_time {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
  .about {
    flex-direction: column;
    align-items: stretch;
    padding: 2rem 0 10rem;
  }
  .about::before {
    width: 33rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .about.is-first::after {
    width: 33rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .about.is-reverse {
    flex-direction: column;
    padding: 3.6rem 0 10rem;
  }
  .about.is-reverse::before {
    left: 50%;
  }
  .about.is-reverse .about_img {
    margin-left: auto;
    margin-right: 0;
  }
  .about.is-last {
    padding-bottom: 12.3rem;
  }
  .about_content {
    display: contents;
  }
  .about_img {
    order: 3;
    width: 36rem;
    margin-right: auto;
  }
  .about_img img {
    height: 18rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about_lead {
    order: 1;
    padding: 0 3rem;
    font-size: 1.4rem;
  }
  .about_ttl {
    order: 2;
    margin-bottom: 4rem;
    padding: 0 3rem;
    font-size: 1.8rem;
    line-height: 1.55;
    letter-spacing: 0.16em;
    white-space: normal;
  }
  .about_desc {
    order: 4;
    padding: 0 3rem;
    margin-top: 4rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.15;
  }
  .about_link {
    order: 5;
    padding: 0 3rem;
    margin-top: 3rem;
  }
  .about_link .btn {
    width: 28rem;
  }
  .about_hours {
    order: 6;
    padding: 0 3rem;
    margin-top: 2.5rem;
    font-size: 1.2rem;
  }
  .about_price {
    order: 7;
    width: 33rem;
    margin: 6rem auto 0;
  }
  .about_price th,
  .about_price td {
    padding: 1.4rem 1rem;
    font-size: 1.3rem;
    letter-spacing: 0.16em;
  }
  .about_price th {
    width: 16.5rem;
  }
  .access_inner {
    margin-bottom: 7.2rem;
    padding: 20.7rem 4rem 1.8rem;
  }
  .access_inner::before {
    width: calc(100% - 6rem);
      background: none;
  }
  .access_heading {
    width: 37.4rem;
    position: absolute;
    top: -3rem;
    left: auto;
    right: 4rem;
    transform: none;
    gap: 0.8rem;
    align-items: flex-end;
  }
  .access_sub {
    font-size: 1.3rem;
  }
  .access_desc {
    margin-bottom: 4rem;
    font-size: 1.3rem;
    line-height: 2.15;
    text-align: left;
  }
  .access_content {
    flex-direction: column;
    gap: 4rem;
  }
  .access_map {
    width: calc(100vw - 2rem);
    margin: 0 calc(50% - 50vw + 1rem);
    aspect-ratio: 370/230;
  }
  .access_info {
    padding-top: 0;
  }
  .access_address {
    font-size: 1.3rem;
  }
  .access_traffic {
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
  .shipping {
    padding: 2rem 3rem calc(8rem + 7.6rem);
    position: relative;
  }
  .shipping::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36rem;
    height: 0.1rem;
    background: #d8d2c9;
  }
  .shipping_inner {
    flex-direction: column;
    gap: 0;
  }
  .shipping_content {
    display: contents;
  }
  .shipping_image {
    margin-bottom: 4rem;
    order: 3;
    width: 100%;
  }
  .shipping_lead {
    order: 1;
    font-size: 1.2rem;
  }
  .shipping_ttl {
    order: 2;
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .shipping_desc {
    order: 4;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    font-size: 1.3rem;
    line-height: 2.15;
  }
  .shipping_info {
    order: 5;
  }
  .shipping_info_item dt {
    font-size: 1.4rem;
  }
  .shipping_info_item dd {
    font-size: 1.3rem;
  }
  .faq {
    margin-top: -4.6rem;
    padding: 0 0 calc(12rem + 4.6rem);
    background-image: url("../../img/guest/faq_bg_sp.svg");
  }
  .faq_inner {
    padding-top: 11rem;
  }
  .faq_heading {
    top: -1.5rem;
  }
  .faq_ttl img {
    width: 13.7rem;
  }
  .faq_sub {
    margin-bottom: 4rem;
    font-size: 1.2rem;
  }
  .faq_q_text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .faq_btns {
    padding-left: 1rem;
    margin-top: 4rem;
    justify-content: flex-start;
  }
  .other {
    margin-top: -4.6rem;
    padding: 0 0 18.5rem;
    background-image: url("../../img/guest/other_bg_sp.png");
  }
  .other_inner {
    padding: 0 2.5rem;
  }
  .other_ttl {
    margin-bottom: 4rem;
  }
  .other_ttl img {
    width: 20.5rem;
  }
  .other_list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem 2rem;
  }
  .other_item {
    width: calc((100% - 2rem) / 2);
  }
  .other_item_image img {
    height: auto;
    aspect-ratio: 1/1;
  }
  .other_item_label {
    font-size: 1.3rem;
  }
  .other_item_label img {
    width: 2rem;
    height: 2rem;
  }
  .p_fair {
    margin-top: calc(-100svh - 8rem);
  }
  .topics {
    flex-flow: column;
    justify-content: flex-start;
    padding: 20.2rem 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;
  }
}
/* 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;
  }
}
