@keyframes scroll_bar_dot {
  0% {
    top: -0.4rem;
    opacity: 1;
  }
  60% {
    top: 4rem;
    opacity: 0;
  }
  100% {
    top: 4rem;
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-bar::before {
    animation: none;
  }
}
.bg_sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100svh;
}
.bg_sticky.is-mv {
  position: fixed;
  background: url("../../img/faq/mv_bg.jpg") no-repeat top center/cover;
}
@media (max-width: 768px) {
  .bg_sticky.is-mv {
    background-image: url("../../img/faq/mv_sp.jpg");
  }
}
.bg_sticky.is-faq01 {
  background: url("../../img/faq/faq01_bg.jpg") no-repeat top center/cover;
}
@media (max-width: 768px) {
  .bg_sticky.is-faq01 {
    background-image: url("../../img/faq/faq01_bg_sp.jpg");
  }
}
.bg_sticky.is-faq02 {
  background: url("../../img/faq/faq02_bg.jpg") no-repeat top center/cover;
}
@media (max-width: 768px) {
  .bg_sticky.is-faq02 {
    background-image: url("../../img/faq/faq02_bg_sp.jpg");
  }
}
.bg_sticky.is-faq03 {
  background: url("../../img/faq/faq03_bg.jpg") no-repeat top center/cover;
}
@media (max-width: 768px) {
  .bg_sticky.is-faq03 {
    background-image: url("../../img/faq/faq03_bg_sp.jpg");
  }
}
.bg_sticky.is-faq04 {
  background: url("../../img/faq/faq04_bg.jpg") no-repeat top center/cover;
}
@media (max-width: 768px) {
  .bg_sticky.is-faq04 {
    background-image: url("../../img/faq/faq04_bg_sp.jpg");
  }
}
.bg_sticky.is-faq05 {
  background: url("../../img/faq/faq05_bg.jpg") no-repeat top center/cover;
}
@media (max-width: 768px) {
  .bg_sticky.is-faq05 {
    background-image: url("../../img/faq/faq05_bg_sp.jpg");
  }
}
.bg_sticky.is-faq06 {
  background: url("../../img/faq/faq06_bg.jpg") no-repeat top center/cover;
}
@media (max-width: 768px) {
  .bg_sticky.is-faq06 {
    background-image: url("../../img/faq/faq06_bg_sp.jpg");
  }
}
.bg_sticky.is-faq07 {
  background: url("../../img/faq/faq07_bg.jpg") no-repeat top center/cover;
}
@media (max-width: 768px) {
  .bg_sticky.is-faq07 {
    background-image: url("../../img/faq/faq07_bg_sp.jpg");
  }
}
.bg_sticky.is-faq08 {
  background: url("../../img/faq/faq08_bg.jpg") no-repeat top center/cover;
}
@media (max-width: 768px) {
  .bg_sticky.is-faq08 {
    background-image: url("../../img/faq/faq08_bg_sp.jpg");
  }
}
.bg_sticky.is-faq09 {
  background: url("../../img/faq/faq09_bg.jpg") no-repeat top center/cover;
}
@media (max-width: 768px) {
  .bg_sticky.is-faq09 {
    background-image: url("../../img/faq/faq09_bg_sp.jpg");
  }
}
.bg_sticky.is-fair {
  background: url("../../img/faq/mv_bg.jpg") no-repeat top center/cover;
}
.bg_sticky.is-topics {
  background: url("../../img/faq/topics_bg.jpg") no-repeat top center/cover;
}

.scroll-bar {
  position: absolute;
  left: 50%;
  width: 0.1rem;
  height: 6.7rem;
}
.scroll-bar::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 50%;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  transform: translate(-50%, -100%) rotate(45deg);
  animation: scroll_bar_dot 2.5s infinite;
}
.scroll-bar.is-up {
  top: 0;
  background: #fff;
  transform: translate(-50%, -100%);
}
.scroll-bar.is-up::before {
  background: #fff;
}
.scroll-bar.is-down {
  bottom: 0;
  background: linear-gradient(270deg, #cdbda0 0%, #a08962 100%);
  transform: translate(-50%, 0);
}
.scroll-bar.is-down::before {
  background: #a08962;
}

.mv {
  position: relative;
  width: 100vw;
  padding: 21.1rem 0 16.1rem;
}
.mv_content {
  text-align: center;
}
.mv_ttl {
  margin-bottom: 1rem;
}
.mv_ttl img {
  margin: 0 auto;
  width: 16.8rem;
  height: auto;
}
.mv_lead {
  margin-bottom: 5rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.18em;
  color: #a08962;
}

.category_btn {
  position: relative;
  overflow: hidden;
  width: 98rem;
  margin: 0 auto;
  border-radius: 4rem 0;
  background: linear-gradient(270deg, #cdbda0 0%, #a08962 100%);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}
.category_btn_head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: inherit;
}
.category_btn_head span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.category_btn_head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../../img/faq/icon_btn_arrow.png") no-repeat center/contain;
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.category_btn_head.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.category_btn_content {
  display: none;
  width: 100%;
}
.category_btn_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 3.4rem 4rem;
  padding: 2rem 7rem 5.3rem;
}
.category_btn_list li {
  width: calc(20% - 3.2rem);
}
.category_btn_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s ease;
}
.category_btn_list a:hover {
  opacity: 0.7;
}
.category_btn_list figure {
  width: 100%;
  margin: 0;
}
.category_btn_list figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.category_btn_list p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.faq {
  position: relative;
  padding: 11rem 0;
  background: url("../../img/faq/faq_bg.png") no-repeat top center/cover;
}
.faq_inner {
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.faq_ttl {
  margin-bottom: 4rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #a08962;
  text-align: center;
}
.faq_list {
  margin: 0;
  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.4rem;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.1em;
  color: #333;
}
.faq_icon {
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  background: url("../../img/faq/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_link_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22rem;
  min-height: 4.8rem;
  margin-top: 1.2rem;
  padding: 1.2rem 2.4rem;
  border-radius: 0 0 2.4rem 0;
  background: #79846d;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.faq_link_btn:hover {
  opacity: 0.75;
}

.category {
  margin-top: -100svh;
  padding: 8rem 0 0;
}

.p_fair {
  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;
  margin-top: -100svh;
  padding: 12rem 0;
}
.topics h2 {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
.topics h2 img {
  width: 22.7rem;
  margin-bottom: 1.1rem;
}
.topics h2 span {
  display: block;
}
.topics_wrapper {
  width: calc(50vw + 20rem);
}
.topics_list {
  border-top: 0.1rem solid #d2cfcf;
}
.topics_list li {
  border-bottom: 0.1rem solid #d2cfcf;
}
.topics_list a {
  display: flex;
  padding: 2.05rem 2rem;
}
.topics_list figure {
  width: 14.4rem;
}
.topics_box {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  align-content: start;
  max-width: 36rem;
  padding: 0.2rem 0 0 3rem;
}
.topics_box time {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  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;
}
.topics {
    padding: 0 0 14rem;
}

@media (max-width: 768px) {
  .mv {
    padding: 15.1rem 0 11rem;
  }
  .mv_ttl img {
    width: 11.5rem;
  }
  .mv_lead {
    margin-bottom: 4rem;
    font-size: 1.4rem;
    line-height: 2.57;
  }
  .scroll-bar {
    height: 5.7rem;
  }
  .category_btn {
    width: 35rem;
    border-radius: 3rem 0;
  }
  .category_btn_head {
    height: 5rem;
  }
  .category_btn_head span {
    font-size: 1.3rem;
    line-height: 1.85;
  }
  .category_btn_head::after {
    right: 4rem;
    width: 2rem;
    height: 2rem;
  }
  .category_btn_list {
    gap: 2rem 1.5rem;
    padding: 1.5rem 2rem 2.5rem;
  }
  .category_btn_list li {
    width: calc((100% - 3rem) / 3);
  }
  .category_btn_list p {
    font-size: 1.2rem;
  }
  .faq {
    padding: 9rem 0 8rem;
    background: url("../../img/faq/faq_bg_sp.png") no-repeat top center/cover;
  }
  .faq_inner {
    padding: 0 3rem;
  }
  .faq_ttl {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.14em;
  }
  .faq_icon {
    width: 2rem;
    height: 2rem;
  }
  .faq_icon::before, .faq_icon::after {
    width: 1rem;
  }
  .faq_a {
    font-size: 1.3rem;
  }
  .faq_link_btn {
    width: 100%;
    min-width: 0;
    min-height: 4.6rem;
    padding: 1.1rem 1.8rem;
  }
  .category {
    padding: 6rem 0 0;
  }
  .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_sub {
  font-weight: 600;
}
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_sub {
    margin-bottom: 4rem;
    font-weight: 600;
  }
  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;
  }
}
