@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-en);
  font-size: max(24px, 4.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.common__ttl--wt {
  color: var(--white);
}

.insta .common__ttl {
  text-transform: capitalize;
}

.common__ttl::before,
.common__ttl::after {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(24px, 4rem);
  height: max(25.8px, 4.3rem);
}

.common__ttl--wt::before,
.common__ttl--wt::after {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.common__ttl::after {
  transform: scale(-1, 1);
}

.common__btn {
  width: max(160px, 21.6rem);
  height: max(40px, 5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  font-family: var(--font-en);
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
}

.common__btn--wt a {
  background-color: var(--white);
  color: var(--black);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(88rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.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: 14.5rem 0 13.5rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 8rem auto 10rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--black);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 12.5rem 0 10.5rem;
}

.concept__inner {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.concept__inner h2 {
  display: block;
  width: max(180px, 30.6rem);
  margin-bottom: -4rem;
  position: relative;
  z-index: 1;
}

.concept__img {
  width: 90rem;
  position: relative;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
  }
}

.concept__img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px var(--white);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  pointer-events: none;
}

.concept__inner p {
  width: 92rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin: 7rem 0;
}

@media (max-width: 767px) {
  .concept__inner p {
    width: 90%;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 14.5rem 0 11rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu {
    padding: 14.5rem 0 16rem;
  }
}

.menu::before {
  content: "";
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 76rem;
  height: 60.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .menu::before {
    width: 50rem;
    height: 39.6rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 14rem;
  margin: 11rem auto 13rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 8rem;
    margin: 11rem auto 15rem;
  }
}

.menu__list-item {
  background: url("../img/menu_txt-bg.jpg") repeat-y center / 100% auto;
  width: 100%;
  display: flex;
  margin: 0 calc(50% - 50vw) 0 auto;
  padding: 7rem 0 8.5rem 6.5rem;
  position: relative;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin: 0 auto 0 calc(50% - 50vw);
  padding: 7rem 6.5rem 8.5rem 0;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
    padding: 0;
    margin: 0;
  }
}

.menu__list-item::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu__list-item:nth-of-type(1):before {
  background: url("../img/menu_img-deco-1.png") no-repeat center / contain;
  width: 28.6rem;
  height: 52.6rem;
  top: -20rem;
  left: -25.5rem;
}

.menu__list-item:nth-of-type(2):before {
  background: url("../img/menu_img-deco-2.png") no-repeat center / contain;
  width: 28.6rem;
  height: 52.6rem;
  top: 1.5rem;
  right: -25rem;
}

.menu__list-item:nth-of-type(3):before {
  background: url("../img/menu_img-deco-3.png") no-repeat center / contain;
  width: 47.8rem;
  height: 30.2rem;
  left: -43.5rem;
  bottom: -2.5rem;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1):before {
    width: 23rem;
    height: 42.3rem;
    top: -30rem;
    left: -6rem;
  }

  .menu__list-item:nth-of-type(2):before {
    width: 20rem;
    height: 36.9rem;
    top: 65rem;
    right: -5rem;
    z-index: 1;
  }

  .menu__list-item:nth-of-type(3):before {
    width: 35rem;
    height: 22.1rem;
    left: -8rem;
    bottom: -18rem;
  }
}

.menu__txt-wrapper {
  width: 54rem;
  color: var(--white);
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    width: 100%;
    padding: 4rem 5rem 6rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(14px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 {
    display: block;
  }
}

.menu__txt-wrapper h3 span {
  display: block;
  border-right: solid 1px var(--white);
  font-family: var(--font-en);
  font-size: max(18px, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-right: 3.5rem;
  margin-right: 3rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 span {
    border-right: none;
    border-bottom: solid 1px var(--white);
    padding: 0 0 2rem;
    margin: 0 0 3rem;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.menu__img {
  width: 44rem;
  position: absolute;
  top: -6rem;
  right: 0;
  pointer-events: none;
}

.menu__img-1 {
  width: 45.5rem;
  top: -30.1rem;
}

.menu__img-2 {
  right: auto;
  left: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    position: static;
  }

  .menu__img-1 {
    margin: 0 calc(50% - 50vw) 0 auto;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 12.5rem 0;
  position: relative;
  z-index: 1;
}

.gallery::before,
.gallery::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.gallery::before {
  background: url("../img/gallery_deco-1.png") no-repeat center / contain;
  width: 42.4rem;
  height: 24rem;
  mix-blend-mode: screen;
  top: 6.5rem;
  left: 2rem;
}

.gallery::after {
  background: url("../img/gallery_deco-2.png") no-repeat center / contain;
  width: 32rem;
  height: 55.4rem;
  mix-blend-mode: lighten;
  right: 10rem;
  bottom: -20.5rem;
}

@media (max-width: 767px) {
  .gallery::before {
    width: 32rem;
    height: 18.1rem;
    top: 8rem;
    left: -2rem;
  }

  .gallery::after {
    width: 23rem;
    height: 39.8rem;
    right: -2rem;
    bottom: -10rem;
  }
}

.gallery__slider {
  background-color: var(--black);
  height: 28rem;
  padding: 3rem 0;
  margin: 8rem 0 9rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-3);
  color: var(--white);
  padding: 14rem 0 13rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 8rem;
  margin: 12.5rem auto 12rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  margin-right: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .access__list {
    height: 100%;
    margin-top: 1rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.3rem 0;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 400;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--white);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

.top__map {
  height: 43rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-4);
  padding: 13rem 0 18.5rem;
  position: relative;
  z-index: 1;
}

.insta::before,
.insta::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.insta::before {
  background: url("../img/insta_deco-1.png") no-repeat center / contain;
  width: 55.2rem;
  height: 43.8rem;
  left: 0;
  bottom: 0;
}

.insta::after {
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  width: 60.2rem;
  height: 54.8rem;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 40rem;
    height: 31.7rem;
  }

  .insta::after {
    width: 44rem;
    height: 40rem;
  }
}

.insta__contents {
  width: 82rem;
  margin: 9.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

.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: 26.1rem;
  height: 26.1rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
