@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-sans);
  font-size: max(16px, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.common__ttl .en {
  display: block;
  width: 45rem;
}

.menu .common__ttl .en {
  width: 45.7rem;
}

.gallery .common__ttl .en {
  width: 61.1rem;
  margin-bottom: -2rem;
}

.access .common__ttl .en {
  width: 57.7rem;
}

.common__btn {
  width: max-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  font-family: var(--font-en);
  font-size: max(14px, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  position: relative;
  filter: var(--shadow);
}

.common__btn span {
  width: max(40px, 6rem);
  height: max(40px, 6rem);
  border: solid max(2px, 0.4rem) var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common__btn span::before {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(8px, 1rem);
  height: max(12.8px, 1.6rem);
  margin-left: 1px;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  background: url("../img/hero_deco.png") no-repeat center / 100% 100%;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

/*============================
	news
============================*/
.news {
  padding: 16rem 0 9rem;
}

.news__inner {
  background: var(--grad);
  width: 110rem;
  padding: 2px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .news__inner {
    width: 90%;
  }
}

.news__bg {
  background-color: #1a1a1a;
  padding: 13.5rem 6rem 8.5rem;
}

.news .common__ttl {
  position: absolute;
  top: -10.5rem;
  left: -12rem;
}

@media (max-width: 767px) {
  .news .common__ttl {
    top: -10.5rem;
    left: -8%;
  }
}

.news .common__ttl .jp {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 60%;
  left: 55%;
}

.CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
  margin: 0 auto 5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 21rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.1em;
  line-height: 2;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/policy_bg.jpg") no-repeat center / cover;
  padding: 12rem 0;
  overflow: hidden;
}

.policy__contents {
  width: 110rem;
  display: flex;
  align-items: flex-end;
  gap: 6rem 12rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    padding-bottom: 3rem;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(16px, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -2rem;
}

.policy__txt-wrapper h2 strong {
  font-size: max(24px, 4.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.policy__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin: 3rem 0 4rem;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0;
  }
}

.policy__img {
  width: 43.5rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
  }
}

.policy__img > img {
  filter: var(--shadow);
}

.policy__img::before {
  content: "";
  background: url("../img/policy_img-deco.png") no-repeat center / contain;
  width: 38.1rem;
  height: 84.7rem;
  mix-blend-mode: screen;
  position: absolute;
  left: 50%;
  bottom: 13.5rem;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy__img::before {
    left: 70%;
    bottom: 50%;
  }
}

.policy__img figcaption {
  display: block;
  width: 48.7rem;
  filter: drop-shadow(0 0 2rem rgba(217, 0, 255, 1)) drop-shadow(0 0 2rem rgba(217, 0, 255, 0.8));
  position: absolute;
  transform: translateX(-100%);
  left: 11.5rem;
  bottom: -4rem;
}

@media (max-width: 767px) {
  .policy__img figcaption {
    transform: none;
    left: 0;
  }
}

/*============================
	menu
============================*/
.menu {
  border-top: solid 10px var(--black);
  padding: 11rem 0 12rem;
  position: relative;
}

.menu::before {
  content: "";
  background: url("../img/menu_deco.png") no-repeat center / cover;
  width: 100%;
  height: 65rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .menu::before {
    height: 50rem;
  }
}

.menu__system {
  background: var(--grad);
  width: 110rem;
  padding: 2px;
  margin: 4rem auto 16rem;
}

@media (max-width: 767px) {
  .menu__system {
    width: 90%;
  }
}

.menu__system-bg {
  background-color: #1a1a1a;
  display: flex;
  gap: 4rem 10rem;
  padding: 6rem 6.5rem 6.5rem 5.5rem;
}

@media (max-width: 767px) {
  .menu__system-bg {
    flex-direction: column;
    padding: 6rem 5%;
  }
}

.menu__system h3 {
  font-weight: 500;
  color: #c974e1;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  flex-shrink: 0;
}

.menu__system h3 span {
  font-family: var(--font-nav);
  font-size: max(18px, 3rem);
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.system__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .system__list {
    margin-top: 10rem;
  }
}

@media (max-width: 767px) {
  .system__list {
    border-top: solid 1px var(--white);
  }
}

.system__list dt,
.system__list dd {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.system__list dt {
  width: max(120px, 24rem);
  font-family: var(--font-nav);
  font-size: max(14px, 2rem);
  font-weight: 500;
  padding: 2.4rem 0;
}

.system__list dd {
  width: calc(100% - max(120px, 24rem));
  border-bottom: solid 1px var(--white);
  font-size: max(12px, 1.8rem);
  padding: 2.4rem 0 2.4rem 11rem;
}

@media (min-width: 768px) {
  .system__list dt {
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #c974e1;
  }

  .system__list dt:first-of-type {
    border-top: solid 1px #c974e1;
  }

  .system__list dd:first-of-type {
    border-top: solid 1px var(--white);
  }
}

@media (max-width: 767px) {
  .system__list dt,
  .system__list dd {
    width: 100%;
    position: relative;
  }

  .system__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .system__list dd {
    padding: 0 1.6rem 2rem;
  }

  .system__list dt:first-of-type:before {
    content: "";
    background-color: var(--brown);
    width: 30%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    pointer-events: none;
  }

  .system__list dd::before {
    content: "";
    background-color: var(--brown);
    width: 30%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    pointer-events: none;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 10rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 5rem 7rem;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 8rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.menu__txt-wrapper h3 strong {
  font-size: max(24px, 4.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin: 3rem 0 5rem;
}

@media (min-width: 768px) {
  .menu__txt-wrapper p {
    margin-right: 5rem;
  }

  .menu .common__btn {
    margin: 0;
  }
}

.menu__img {
  width: 44.4rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__img > img {
  filter: var(--shadow);
}

.menu__img figcaption {
  display: block;
  width: 24.8rem;
  filter: drop-shadow(0 0 1rem rgba(217, 0, 255, 0.8)) drop-shadow(0 0 1rem rgba(217, 0, 255, 0.8)) drop-shadow(0 0 1rem rgba(217, 0, 255, 0.8));
  position: absolute;
  top: -3.5rem;
  left: -10rem;
}

.menu__list-item:nth-of-type(2) .menu__img figcaption {
  width: 20.8rem;
  top: -4rem;
}

@media (max-width: 767px) {
  .menu__img figcaption,
  .menu__list-item:nth-of-type(2) .menu__img figcaption {
    top: -4.5rem;
    left: -2rem;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: url("../img/gallery_bg.jpg") no-repeat center / cover;
  padding: 5rem 0 12rem;
}

.gallery__slider {
  height: 26rem;
  margin: 5rem 0 4.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 36rem;
}

/*============================
	access
============================*/
.access {
  padding: 11.5rem 0 12rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 6rem 13rem;
  margin: 0 auto 5.5rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.access .common__ttl .en {
  margin: -6rem -8rem 6rem 4rem;
}

@media (max-width: 767px) {
  .access .common__ttl .en {
    margin: 0 0 2rem -8rem;
  }
}

.access .common__ttl .jp {
  position: absolute;
  top: 3.7rem;
  left: 23.5rem;
}

@media (max-width: 767px) {
  .access .common__ttl .jp {
    top: 10rem;
    left: 20rem;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .access__list {
    border-top: solid 1px var(--white);
  }
}

.access__list dt,
.access__list dd {
  font-weight: 500;
  padding: 2.4rem 1.8rem;
}

.access__list dt {
  width: max(75px, 12rem);
  font-weight: 500;
}

.access__list dd {
  width: calc(100% - max(75px, 12rem));
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt {
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #c974e1;
  }

  .access__list dt:first-of-type {
    border-top: solid 1px #c974e1;
  }

  .access__list dd:first-of-type {
    border-top: solid 1px var(--white);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
    position: relative;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }

  .access__list dt:first-of-type:before {
    content: "";
    background-color: var(--brown);
    width: 20%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    pointer-events: none;
  }

  .access__list dd::before {
    content: "";
    background-color: var(--brown);
    width: 20%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    pointer-events: none;
  }
}

.access__img {
  width: 44rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__img > img {
  filter: var(--shadow);
}

.top__map {
  height: 45rem;
}

/*============================
	insta
============================*/
.insta {
  background: url("../img/insta_bg.jpg") no-repeat center / cover;
  padding: 12.5rem 0 10.5rem;
  position: relative;
  overflow: hidden;
}

.insta::before {
  content: "";
  background: url("../img/insta_deco.png") no-repeat center / contain;
  width: 53.4rem;
  height: 100.6rem;
  mix-blend-mode: screen;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 40rem;
    height: 75.3rem;
  }
}

.insta__contents {
  width: 110rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 34rem;
  height: 34rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
