.mainvisual {
  width: 100%;
  height: 100dvh;
  position: relative;
}
.mainvisual__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.mainvisual__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.mainvisual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mainvisual__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: auto;
  z-index: 2;
}
.mainvisual .scroll_indicator {
  position: absolute;
  bottom: -7.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 11.75rem;
}
.mainvisual .scroll_indicator__base {
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  transform-origin: top;
  animation: scroll_indicator 4s ease-in-out infinite;
}
@keyframes scroll_indicator {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  40% {
    transform: scaleY(1);
  }
  59% {
    transform: scaleY(1);
    transform-origin: top;
  }
  60% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@media screen and (max-width: 1279px) {
  .mainvisual .scroll_indicator {
    height: 17.75rem;
    bottom: -13.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__logo {
    width: 7.5rem;
  }
  .mainvisual .scroll_indicator {
    display: none;
  }
}

.about_us {
  position: relative;
  width: 100%;
}
.about_us__inner {
  padding-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about_us__catchcopy {
  font-size: 2.5rem;
  line-height: 1.75;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
  font-family: var(--font-jp-serif);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.about_us__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 8rem;
}
.about_us__desc-text {
  font-size: 1.125rem;
  line-height: 2.25;
  text-align: center;
  font-family: var(--font-jp-serif);
  font-weight: 400;
  letter-spacing: 0.03em;
}
.about_us__mountain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about_us__bird {
  position: absolute;
  top: 6rem;
  left: 0;
  width: 34.375rem;
  height: auto;
}
.about_us__branch {
  position: absolute;
  top: 27.5rem;
  right: 0;
  width: 47.75rem;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .about_us .section_title {
    position: relative;
    z-index: 1;
  }
  .about_us__inner {
    padding-top: 16rem;
  }
  .about_us__catchcopy {
    position: relative;
    z-index: 1;
  }
  .about_us__desc {
    position: relative;
    z-index: 1;
  }
  .about_us__bird {
    width: 22rem;
    top: 5rem;
  }
  .about_us__branch {
    top: 38.5rem;
    width: 34.75rem;
  }
}
@media screen and (max-width: 767px) {
  .about_us .section_title {
    align-items: flex-start;
  }
  .about_us .section_title__text {
    text-align: left;
  }
  .about_us .section_title__caption {
    text-align: left;
  }
  .about_us__inner {
    padding-top: 5.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    align-items: flex-start;
  }
  .about_us__title {
    gap: 0.625rem;
    margin-bottom: 2.75rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .about_us__title-text {
    font-size: 3rem;
    text-align: left;
  }
  .about_us__title-caption {
    font-size: 1rem;
    text-align: left;
  }
  .about_us__catchcopy {
    font-size: 1.75rem;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 1.75rem;
    margin-top: 2.75rem;
  }
  .about_us__desc {
    margin-bottom: 4rem;
    gap: 1.25rem;
  }
  .about_us__desc-text {
    font-size: 1rem;
    line-height: 2;
    text-align: left;
  }
  .about_us__bird {
    width: 14.125rem;
    top: 42rem;
    z-index: 1;
  }
  .about_us__branch {
    width: 19.875rem;
    top: 46.5rem;
    z-index: 1;
  }
  .about_us__mountain {
    position: static;
    margin-top: 16.5rem;
    aspect-ratio: 1.625/1;
    height: auto;
  }
}

.animation__wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.animation__wrapper.adjust {
  height: 100lvh;
  aspect-ratio: unset;
}
.animation__illust {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  z-index: 3;
}
.animation__illust-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 2;
}
.animation__illust-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.animation__base {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100lvh;
  z-index: 0;
  background-color: var(--color-base);
}
.animation__base-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animation__base-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("../img/asset/bg_img.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
.animation__base-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-contact);
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .animation__base {
    background-color: unset;
  }
}
.animation__white {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100lvh;
  background-color: #fff;
  z-index: 1;
}
.animation__door {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 22.125%;
  z-index: 1;
}
.animation__door--left {
  right: 50%;
  transform: translateX(0) translateY(-50%);
}
.animation__door--right {
  left: 50%;
  transform: translateX(0) translateY(-50%);
}
.animation__door img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .animation__base {
    display: none;
  }
}

.spacer {
  width: 100%;
  height: 100lvh;
}

.pc_store_guide {
  width: 70rem;
  min-height: calc(100% - 12.5rem);
  position: relative;
  display: flex;
  justify-content: space-between;
}
.pc_store_guide__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63.25%;
  height: auto;
  mix-blend-mode: overlay;
}
.pc_store_guide__content {
  position: absolute;
  width: 55rem;
  top: 50%;
  left: 7.5rem;
  transform: translate(0%, -50%);
  z-index: 1;
}
.pc_store_guide__content-inner {
  width: 100%;
  position: relative;
}
.pc_store_guide__nodes {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 4/3;
  width: 50rem;
  height: auto;
  z-index: 3;
}
.pc_store_guide__nodes-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.pc_store_guide__node {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100vw;
  background-color: var(--color-white);
  outline: 1px solid var(--color-black);
  outline-offset: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.pc_store_guide__node-text {
  font-size: var(--fz-4);
  font-family: var(--font-jp-serif);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
.pc_store_guide #node-1 {
  right: 16.625rem;
  bottom: 11.625rem;
}
.pc_store_guide #node-2 {
  right: 15rem;
  top: 6.125rem;
}
.pc_store_guide #node-3 {
  left: 10.5rem;
  bottom: 17.625rem;
}
.pc_store_guide #node-4 {
  left: 18.875rem;
  top: 9.5rem;
}
.pc_store_guide__img {
  width: 100%;
  height: auto;
}
.pc_store_guide__links {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-0r5);
}
.pc_store_guide #links-1,
.pc_store_guide #links-2 {
  padding-left: var(--spacer-2);
  border-left: 1px solid var(--color-black);
}
.pc_store_guide #links-3,
.pc_store_guide #links-4 {
  padding-right: var(--spacer-2);
  border-right: 1px solid var(--color-black);
}
.pc_store_guide__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--spacer-25);
  position: relative;
  z-index: 4;
}
.pc_store_guide__link {
  width: 17.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacer-5) var(--spacer-4r5) var(--spacer-5) var(--spacer-5);
  background-color: var(--color-white);
  outline: 1px solid var(--color-black);
  outline-offset: -1px;
  gap: var(--spacer-3);
}
.pc_store_guide__link-desc {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-3);
  transition: opacity 0.3s;
}
.pc_store_guide__link-title {
  font-size: var(--fz-4);
  line-height: 1;
  font-family: var(--font-jp-serif);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.pc_store_guide__link:hover .pc_store_guide__link-desc {
  opacity: 0.5;
}
.pc_store_guide__link:hover .pc_store_guide__arrow {
  opacity: 0.5;
  animation: hoverPcStoreGuideArrow 0.6s forwards;
}
@keyframes hoverPcStoreGuideArrow {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 0.5;
    transform: translateX(0);
  }
}
.pc_store_guide__lists {
  width: 24rem;
  height: auto;
  position: absolute;
  right: 7.5rem;
  top: 0;
  z-index: 1;
}
.pc_store_guide__lists .store_guide__grid {
  padding: var(--header-height) 0 5rem 0;
}
.pc_store_guide__lists .store_guide__card {
  border-left: 1px solid var(--color-black);
}
.pc_store_guide__lists .store_guide__card:first-of-type {
  border-top: 1px solid var(--color-black);
}
.pc_store_guide__lists.scroll_stop {
  pointer-events: none;
}
.pc_store_guide__arrow {
  width: 1.25rem;
  height: 1.25rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1279px) {
  .pc_store_guide {
    width: 90%;
  }
  .pc_store_guide__content {
    width: 120%;
    left: -20rem;
  }
  .pc_store_guide__nodes {
    width: 64%;
  }
  .pc_store_guide__lists {
    right: 4rem;
  }
  .pc_store_guide__lists .store_guide__grid {
    padding-bottom: 4rem;
  }
}

.sp_store_guide {
  padding-top: 90rem;
  background-color: #e5d8c9;
}
.sp_store_guide__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.sp_store_guide__title-text {
  font-size: 3rem;
  text-align: center;
}
.sp_store_guide__title-caption {
  font-size: 1rem;
  text-align: center;
}
.sp_store_guide__base {
  margin-bottom: 2rem;
  margin-top: var(--spacer-8);
}
.sp_store_guide__base .pc_store_guide__content {
  position: static;
  width: 100%;
  transform: none;
}
.sp_store_guide__base .pc_store_guide__content-inner {
  position: static;
}
.sp_store_guide__base .pc_store_guide__nodes {
  width: 100%;
}
.sp_store_guide__base .pc_store_guide__nodes #node-1 {
  right: 7rem;
  bottom: 5rem;
}
.sp_store_guide__base .pc_store_guide__nodes #node-2 {
  right: 6rem;
  top: 2rem;
}
.sp_store_guide__base .pc_store_guide__nodes #node-3 {
  left: 4rem;
  bottom: 8rem;
}
.sp_store_guide__base .pc_store_guide__nodes #node-4 {
  left: 9rem;
  top: 4rem;
}
.sp_store_guide__base .pc_store_guide__node {
  width: 3rem;
  height: 3rem;
}
.sp_store_guide__content {
  padding: 0 1.75rem 5rem;
  position: static;
}
.sp_store_guide__content-inner {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.sp_store_guide__content-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.sp_store_guide__content-item .pc_store_guide__links {
  gap: 0;
  border-top: 1px solid var(--color-black);
}
.sp_store_guide__content-item .pc_store_guide__link {
  width: 100%;
  outline: none;
  outline-offset: 0;
  border: 1px solid var(--color-black);
  border-top: none;
}
.sp_store_guide__content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: var(--spacer-6);
  gap: var(--spacer-4);
}
.sp_store_guide__content-title {
  font-size: var(--fz-5);
  font-family: var(--font-jp-serif);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sp_store_guide__content-line {
  flex: 1;
  height: 1px;
  background-color: var(--color-black);
}
.sp_store_guide__content .store_guide__card:first-of-type {
  border-top: 1px solid var(--color-black);
}

.access_parking {
  width: 100%;
  padding-bottom: var(--spacer-40);
  display: flex;
  flex-direction: column;
  gap: var(--spacer-25);
  align-items: center;
  justify-content: center;
}
.access_parking .section_title {
  width: 70rem;
}
.access_parking__content {
  display: flex;
  gap: var(--spacer-20);
  justify-content: flex-start;
  width: 70rem;
}
.access_parking__left {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-16);
  width: 30rem;
}
.access_parking__section {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-5);
}
.access_parking__header {
  display: flex;
  gap: var(--spacer-5);
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.access_parking__title {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: var(--fz-4r5);
  line-height: 1;
  color: var(--color-black);
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.access_parking__line {
  flex: 1;
  height: 1px;
  background-color: var(--color-line);
}
.access_parking__text {
  font-family: var(--font-jp-sans);
  font-weight: 300;
  font-size: var(--fz-4);
  line-height: 1.8;
  color: var(--color-black);
}
.access_parking__notice {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-8);
}
.access_parking__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-2);
}
.access_parking__item {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  padding: var(--spacer-5);
  display: flex;
  gap: var(--spacer-8);
  align-items: center;
  justify-content: space-between;
}
.access_parking__item-name {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: var(--fz-4);
  line-height: 1;
  color: var(--color-black);
  letter-spacing: 0.03em;
  flex: 1;
  transition: opacity 0.3s;
}
.access_parking__item:hover .access_parking__item-name {
  opacity: 0.5;
}
.access_parking__item:hover .access_parking__link {
  opacity: 0.5;
}
.access_parking__link {
  display: flex;
  gap: var(--spacer-1r5);
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  transition: opacity 0.3s;
}
.access_parking__link-text {
  font-family: var(--font-eng);
  font-weight: 500;
  font-size: var(--fz-3r5);
  line-height: 1;
  color: var(--color-gray);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.access_parking__link-icon {
  width: var(--spacer-4);
  height: var(--spacer-4);
}
.access_parking__link-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1279px) {
  .access_parking .section_title {
    width: 90%;
  }
  .access_parking__content {
    width: 90%;
  }
  .access_parking__left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .access_parking {
    padding: var(--spacer-20) var(--spacer-5) var(--spacer-25) var(--spacer-5);
    gap: var(--spacer-14);
  }
  .access_parking .section_title {
    width: 100%;
  }
  .access_parking__content {
    width: 100%;
    flex-direction: column-reverse;
    gap: var(--spacer-9);
  }
  .access_parking__left {
    width: 100%;
    gap: var(--spacer-9);
  }
  .access_parking__section {
    gap: var(--spacer-4);
  }
  .access_parking__header {
    gap: var(--spacer-4);
  }
  .access_parking__title {
    font-size: var(--fz-4);
  }
  .access_parking__text {
    font-size: var(--fz-3r5);
  }
  .access_parking__notice {
    gap: var(--spacer-6);
  }
  .access_parking__item {
    padding: var(--spacer-4r5) var(--spacer-5);
  }
  .access_parking__item-name {
    font-size: var(--fz-3r5);
    line-height: 1.4;
  }
  .access_parking__link-text {
    font-size: var(--fz-3);
  }
}

.faq__inner {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.faq__pattern {
  width: 2rem;
  height: auto;
  background-image: url("../img/asset/pattern_square.svg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0.64;
}
.faq__wrapper {
  background-color: rgba(255, 255, 255, 0.64);
  padding: var(--spacer-30) var(--spacer-60) var(--spacer-30) var(--spacer-30);
}
.faq__content {
  width: 70rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--spacer-25);
}
.faq__content .section_title {
  width: auto;
}
.faq__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-5);
}
.faq__list-item {
  width: 100%;
}
.faq__list-item:not(:last-of-type) .faq__answer {
  margin-bottom: var(--spacer-9);
}
.faq__question {
  display: flex;
  align-items: stretch;
  width: 100%;
  outline: 1px solid var(--color-black);
  background-color: var(--color-white);
  cursor: pointer;
}
.faq__question-icon {
  width: 3.5rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--color-black);
}
.faq__question-img {
  width: auto;
  height: 1.5rem;
  transition: opacity 0.3s;
}
.faq__question-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacer-6);
  gap: var(--spacer-6);
}
.faq__question-text {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: var(--fz-5);
  line-height: 1.5;
  letter-spacing: 0.03em;
  transition: opacity 0.3s;
}
.faq__question-chevron {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.6s, opacity 0.3s;
}
.faq__question.open .faq__question-chevron {
  transform: rotate(180deg);
}
.faq__question:hover .faq__question-img {
  opacity: 0.5;
}
.faq__question:hover .faq__question-text {
  opacity: 0.5;
}
.faq__question:hover .faq__question-chevron {
  opacity: 0.5;
}
.faq__answer {
  width: 100%;
  margin-top: var(--spacer-7);
  display: none;
}
.faq__answer-inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: var(--spacer-6);
}
.faq__answer-icon {
  width: 3.5rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--color-black);
}
.faq__answer-img {
  width: auto;
  height: 1.5rem;
}
.faq__answer-container {
  flex: 1;
}
.faq__answer-text {
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .faq {
    padding-left: var(--spacer-10);
  }
  .faq__wrapper {
    flex: 1;
  }
  .faq__content {
    width: 100%;
    flex-direction: column;
    gap: var(--spacer-20);
  }
  .faq__wrapper {
    padding: var(--spacer-25) var(--spacer-20);
  }
  .faq__list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding-left: var(--spacer-4);
  }
  .faq__pattern {
    width: 1rem;
    background-size: cover;
    background-repeat: repeat;
  }
  .faq__wrapper {
    padding: var(--spacer-14) var(--spacer-6) var(--spacer-16) var(--spacer-6);
  }
  .faq__content {
    gap: var(--spacer-14);
  }
  .faq__list-item:not(:last-of-type) .faq__answer {
    margin-bottom: var(--spacer-5);
  }
  .faq__question-icon {
    width: 2.25rem;
  }
  .faq__question-img {
    height: 1rem;
  }
  .faq__question-container {
    padding: var(--spacer-3r5) var(--spacer-3r5) var(--spacer-3r5) var(--spacer-4);
    gap: var(--spacer-4);
  }
  .faq__question-text {
    font-size: var(--fz-3r5);
  }
  .faq__question-chevron {
    width: 1.25rem;
    height: 1.25rem;
  }
  .faq__answer {
    margin-top: var(--spacer-5);
    margin-bottom: var(--spacer-5);
  }
  .faq__answer-inner {
    gap: var(--spacer-4);
  }
  .faq__answer-icon {
    width: 2.25rem;
  }
  .faq__answer-img {
    height: 1rem;
  }
  .faq__answer-text {
    font-size: var(--fz-3r5);
  }
}

.event_news {
  width: 100%;
  position: relative;
}
.event_news__pattern {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: lighten;
}
.event_news__inner {
  width: 100%;
  padding: var(--spacer-40) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event_news__body {
  width: 70rem;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-20);
}
.event_news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.event_news__header .section_title {
  width: auto;
}
.event_news__sp_pagelink {
  display: none;
}
.event_news__content {
  width: 100%;
  display: grid;
  gap: var(--spacer-8);
}
.event_news__content.fr4 {
  grid-template-columns: repeat(4, 1fr);
}
.event_news__content.fr3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1279px) {
  .event_news__content {
    gap: var(--spacer-5);
  }
}
@media screen and (max-width: 767px) {
  .event_news__content {
    gap: var(--spacer-10);
    display: flex;
    flex-direction: column;
  }
}
.event_news__link {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-6);
  transition: opacity 0.3s;
}
.event_news__link-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-4);
}
.event_news__link-desc {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-3);
}
.event_news__link-date {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  font-size: var(--fz-3r5);
  color: var(--color-gray);
  letter-spacing: 0.03em;
}
.event_news__link-title {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: var(--fz-4);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.event_news__link-meta {
  display: flex;
  align-items: flex-start;
}
.event_news__link-category {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: var(--fz-3r5);
  letter-spacing: 0.03em;
  padding-bottom: var(--spacer-1r5);
  border-bottom: 1px solid var(--color-black);
}
.event_news__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .event_news__link {
    gap: var(--spacer-5);
    flex-direction: row;
    align-items: flex-start;
  }
  .event_news__link-content {
    flex: 1;
    gap: var(--spacer-3);
  }
  .event_news__link-desc {
    gap: var(--spacer-2);
  }
  .event_news__link-date {
    font-size: var(--fz-3);
  }
  .event_news__link-title {
    font-size: var(--fz-3r5);
  }
  .event_news__link-category {
    font-size: var(--fz-3);
    padding-bottom: var(--spacer-1);
  }
}
.event_news__thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.event_news__thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .event_news__thumbnail {
    width: 7.5rem;
  }
}
@media screen and (max-width: 1279px) {
  .event_news__body {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .event_news__inner {
    padding: var(--spacer-25) var(--spacer-6);
  }
  .event_news__body {
    width: 100%;
    gap: var(--spacer-14);
  }
  .event_news__header .page_link {
    display: none;
  }
  .event_news__sp_pagelink {
    display: flex;
    justify-content: center;
  }
  .event_news__pattern {
    height: 20rem;
    object-fit: cover;
    object-position: top;
  }
}

.contact {
  width: 100%;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-contact);
  mix-blend-mode: multiply;
  z-index: -1;
}
.contact__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacer-30) 0;
}
.contact__wrapper {
  width: 60rem;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-14);
}
.contact__text {
  line-height: 2;
  text-align: center;
}
.contact__content {
  background-color: var(--color-white);
  padding: var(--spacer-12);
}
@media screen and (max-width: 1279px) {
  .contact__wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: var(--spacer-14) var(--spacer-5);
  }
  .contact__wrapper {
    width: 100%;
    gap: var(--spacer-10);
  }
  .contact__content {
    padding: var(--spacer-7);
  }
}

.wpcf7-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-12);
}
.wpcf7-form-control-wrap {
  flex: 1;
}
.wpcf7-form-control-wrap:has(.form__select) {
  flex: unset;
  width: 20rem;
}
.wpcf7-form-control-wrap:has(.form__select)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../img/asset/chevron_down.svg");
  top: 50%;
  right: var(--spacer-4r5);
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .wpcf7-form {
    gap: var(--spacer-6);
  }
  .wpcf7-form-control-wrap:has(.form__select) {
    width: 100%;
  }
  .wpcf7-form-control-wrap:has(.form__select)::after {
    width: 1.125rem;
    height: 1.125rem;
    right: var(--spacer-4);
  }
}

.wpcf7-not-valid-tip {
  margin-top: var(--spacer-3);
}

.wpcf7-spinner {
  display: none !important;
}

.form__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-6);
}
.form__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacer-10);
}
.form__title {
  width: 10rem;
}
.form__title-text {
  width: 100%;
  font-family: var(--font-jp-serif);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.form__input {
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: 1px solid var(--color-line);
  background-color: var(--color-white);
  padding: var(--spacer-4) var(--spacer-5);
  font-size: var(--fz-4);
  line-height: 1.5;
}
.form__input--textarea {
  height: 15rem;
  resize: vertical;
}
.form__select {
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: 1px solid var(--color-line);
  background-color: var(--color-white);
  padding: var(--spacer-4) var(--spacer-5);
  font-size: var(--fz-4);
  line-height: 1.5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.form__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-6);
}
.form__acceptance {
  width: 100%;
}
.form__acceptance label {
  width: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacer-6) 0;
  gap: var(--spacer-2r5);
  cursor: pointer;
  transition: opacity 0.3s;
}
.form__acceptance label .wpcf7-list-item-label {
  display: inline-block;
  width: auto;
  font-family: var(--font-jp-serif);
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: var(--fz-4);
  color: var(--color-black);
  line-height: 1;
}
.form__acceptance span {
  width: inherit;
  display: block;
}
.form__acceptance .wpcf7-list-item {
  margin: 0;
}
.form__acceptance_box {
  margin: 0;
}
.form__acceptance:hover label {
  opacity: 0.5;
}
.form__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacer-3);
}
.form__btn-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.form__btn-arrow {
  position: absolute;
  top: 50%;
  right: var(--spacer-4r5);
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  transition: opacity 0.3s;
}
.form__submit {
  margin: 0;
  padding: 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  font-family: var(--font-jp-serif);
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: var(--fz-4);
  color: var(--color-black);
  line-height: 1;
  padding: var(--spacer-6);
  width: 100%;
  cursor: pointer;
  transition: color 0.3s;
}
.form__submit:disabled {
  opacity: 0.5;
}
.form__submit:disabled ~ .form__btn-arrow {
  opacity: 0.5;
}
.form__submit:hover {
  color: rgba(65, 57, 48, 0.5);
}
.form__submit:hover ~ .form__btn-arrow {
  opacity: 0.5;
  animation: hoverContactArrow 0.6s forwards;
}
@keyframes hoverContactArrow {
  0% {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%) translateY(-50%);
  }
  51% {
    opacity: 0;
    transform: translateX(-100%) translateY(-50%);
  }
  100% {
    opacity: 0.5;
    transform: translateX(0) translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .form__top {
    gap: var(--spacer-6);
  }
  .form__label {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacer-4);
  }
  .form__title {
    width: 100%;
  }
  .form__input {
    font-size: var(--fz-3r5);
    padding: var(--spacer-3r5) var(--spacer-4r5);
  }
  .form__input--textarea {
    height: 10rem;
  }
  .form__select {
    font-size: var(--fz-3r5);
    padding: var(--spacer-3r5) var(--spacer-4r5);
  }
  .form__bottom {
    gap: var(--spacer-4);
  }
  .form__acceptance label {
    padding: var(--spacer-5) 0;
  }
  .form__acceptance label .wpcf7-list-item-label {
    font-size: var(--fz-3r5);
  }
  .form__submit {
    font-size: var(--fz-3r5);
    padding: var(--spacer-6) 0;
  }
  .form__btn-arrow {
    right: var(--spacer-5);
  }
}

.privacy_policy {
  width: 100%;
  height: 15rem;
  background-color: #f5f5f5;
  padding: 0 var(--spacer-8);
  overflow-y: scroll;
  scrollbar-width: none;
}
.privacy_policy::-webkit-scrollbar {
  display: none;
}
.privacy_policy::-webkit-scrollbar-thumb {
  display: none;
}
.privacy_policy__inner {
  width: 100%;
  padding: var(--spacer-7) 0;
}
.privacy_policy__top {
  font-size: var(--fz-3r5);
  line-height: 1.5;
}
.privacy_policy__list {
  margin-top: var(--spacer-7);
}
.privacy_policy__title {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: var(--fz-4);
  border-bottom: 1px solid var(--color-line);
  padding-bottom: var(--spacer-3);
  margin-bottom: var(--spacer-4);
}
.privacy_policy__number {
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: var(--fz-4);
}
.privacy_policy__desc {
  font-size: var(--fz-3r5);
  line-height: 1.5;
}
.privacy_policy__child {
  margin-top: var(--spacer-4);
  list-style: decimal;
  padding-left: 1em;
}
.privacy_policy__child-list {
  font-size: var(--fz-3r5);
  line-height: 1.5;
  margin-top: var(--spacer-4);
}
.privacy_policy__child--disc {
  margin-bottom: var(--spacer-4);
}
.privacy_policy__child--disc .privacy_policy__child-list {
  margin-top: var(--spacer-2);
}
.privacy_policy__grandchild {
  list-style: decimal;
  padding-left: 1em;
}
.privacy_policy__grandchild-list {
  font-size: var(--fz-3r5);
  line-height: 1.5;
  margin-top: var(--spacer-2);
}
@media screen and (max-width: 767px) {
  .privacy_policy {
    padding: 0 var(--spacer-5);
  }
  .privacy_policy__inner {
    padding: var(--spacer-6) 0;
  }
}

/*# sourceMappingURL=top.css.map */
