@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.common__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 9rem;
  height: 12.7rem;
}

.common__btn {
  width: max(280px, 28rem);
  height: max(70px, 7rem);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .common__btn {
    width: 32rem;
    height: 7rem;
    margin: 0 auto;
  }
}

.common__btn a {
  width: 100%;
  height: 100%;
  position: relative;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  position: absolute;
  background: url("../img/bg_mv_shadow.png") no-repeat top center / 100% auto;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: 2;
}

.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;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*============================
	news
============================*/
.news {
  background: url("../img/news_bg.jpg") no-repeat center top / cover;
  padding: 16rem 0 12rem;
}

.news__contents {
  width: 100rem;
  margin: 0 auto;
}

.news-title {
  width: max(160px, 20rem);
}

.CMS-NEWS-INDEX {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 2rem;
}

.CMS-NEWS-ITEM {
  width: 32rem;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3 / 2;
}

.CMS-NEWS-TIME {
  margin-top: 2rem;
  font-size: max(10px, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-bottom: 1rem;
  border-bottom: solid 1px var(--white);
}

.CMS-NEWS-LINK {
  margin-top: 1rem;
  font-size: max(12px, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

.news__btn {
  margin: 6rem auto 0;
}

@media (max-width: 767px) {
  .news {
    padding: 8rem 0 6rem;
  }

  .news__contents {
    width: 100%;
    padding: 0 20px;
  }

  .news-title {
    width: max(150px, 22rem);
  }

  .CMS-NEWS-INDEX {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 20px;
  }

  .CMS-NEWS-ITEM {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.jpg") no-repeat center top / cover;
  padding: 16rem 0;
}

@media (max-width: 767px) {
  .concept {
    padding: 8rem 0;
  }
}

.concept__contents {
  display: flex;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  margin-top: -3.5rem;
  padding-inline: 7rem 17rem;
  width: calc(100% - 68rem);
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .concept__txt-wrapper {
    width: 100%;
    padding-inline: 0;
  }
}

.concept__txt-wrapper h2 {
  width: 36.8rem;
  height: 12.8rem;
}

@media (max-width: 767px) {
  .concept__txt-wrapper h2 {
    width: 40rem;
    height: auto;
    margin: 0 auto;
  }
}

.concept__txt-wrapper h3 {
  font-size: max(20px, 2.6rem);
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .concept__txt-wrapper h3 {
    margin: 4rem 0;
    text-align: center;
  }
}

.concept__txt-wrapper p {
  font-size: max(12px, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.25;
}

.concept .common__btn {
  margin: 8rem 0 0 -4rem;
}

@media (max-width: 767px) {
  .concept .common__btn {
    margin: 3rem auto 0;
  }
}

.concept__img-wrapper {
  width: 68rem;
  height: 100%;
  flex-shrink: 0;
}

.concept__img-top {
  width: 100%;
  height: 100%;
}

.concept__img-bottom {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
}

.concept__img-bottom img {
  width: 26rem;
  height: auto;
}

@media (max-width: 767px) {
  .concept__img-wrapper {
    margin-top: 5rem;
    width: 100%;
    height: 100%;
  }

  .concept__img {
    width: 100%;
    margin: 0;
  }

  .concept__img-bottom img {
    width: 100%;
    height: auto;
  }
}

/*============================
	menu
============================*/
.menu {
  background: url("../img/menu_bg.png") no-repeat center top / cover;
  padding: 20rem 0 15rem;
  position: relative;
}

.menu__contents {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu {
    padding: 10rem 0 8rem;
  }

  .menu__contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

/* system */
.menu-system {
  display: flex;
  gap: 8rem;
  margin-bottom: 14rem;
  position: relative;
}

.menu-system::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 36rem;
  background: url("../img/system_deco.png") no-repeat center / contain;
  width: 20rem;
  height: 28rem;
}

.menu-system__txt-wrapper {
  width: calc(100% - 52rem);
}

.menu-system__ttl {
  width: max(260px, 38rem);
  margin-inline: -4rem auto;
  margin-top: -4rem;
  margin-bottom: 2rem;
}

.menu-system__item {
  margin-bottom: 4rem;
}

.menu-system__item-name {
  display: inline-block;
  padding: 0.5rem 3rem;
  font-size: max(12px, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  border: solid 1px var(--white);
  margin-bottom: 2rem;
}

.menu-system__item-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-system__item-detail + .menu-system__item-detail {
  margin-top: 2rem;
}

.menu-system__item-detail span {
  font-size: max(12px, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.menu-system__detail-dots {
  flex-grow: 1;
  margin-inline: 1.5rem;
  border-bottom: 2px dotted var(--white);
  min-width: 10px;
}

.menu-system__item-detail.--women {
  padding-block: 2rem;
  border-top: solid 2px var(--white);
  border-bottom: solid 2px var(--white);
}

.menu-system__img {
  width: 52rem;
  flex-shrink: 0;
}

.menu-system__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 5.2 / 4.3;
}

@media (max-width: 767px) {
  .menu-system {
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 8rem;
  }

  .menu-system::before {
    top: -5rem;
    left: auto;
    right: 0;
  }

  .menu-system__txt-wrapper {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .menu-system__img {
    width: 100%;
    flex-shrink: 0;
  }

  .menu-system__img img {
    aspect-ratio: 3 / 2;
  }
}

/* menu-detail */
.menu-detail {
  display: flex;
  gap: 6rem;
  position: relative;
}

.menu-detail::before {
  content: "";
  position: absolute;
  bottom: -25rem;
  right: -10rem;
  background: url("../img/menu_deco.png") no-repeat center / contain;
  width: 34rem;
  height: 38.5rem;
}

.menu-detail__img {
  width: 52rem;
  aspect-ratio: 5.2 / 4.3;
  flex-shrink: 0;
}

.menu-detail__txt-wrapper {
  width: calc(100% - 52rem);
}

.menu-detail__ttl {
  width: max(240px, 35rem);
  margin-inline: -4rem auto;
  margin-bottom: 3rem;
}

.menu-detail__txt-wrapper h3 {
  font-size: max(20px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 2;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.menu-detail__txt-wrapper p {
  font-size: max(12px, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.1;
}

.menu__btn {
  margin-top: 12rem;
}

@media (max-width: 767px) {
  .menu-detail {
    flex-direction: column-reverse;
    gap: 4rem;
  }

  .menu-detail::before {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .menu-detail__img {
    width: 100%;
    aspect-ratio: 3 / 2;
  }

  .menu-detail__txt-wrapper {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 0;
  }

  .menu-detail__txt-wrapper h3 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: url("../img/gallery-bg.jpg") no-repeat center / cover;
  padding: 15.3rem 0 14.8rem;
}

@media (max-width: 767px) {
  .gallery {
    padding: 8rem 0 6rem;
  }
}

.gallery__ttl {
  width: max(260px, 32rem);
}

.gallery__slider-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin: 6rem 0;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 35rem;
  margin: 0 1.1rem;
}

/*============================
	access
============================*/
.access {
  background: url("../img/access-bg.jpg") no-repeat center / cover;
  position: relative;
}

.access::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 69.6rem;
  height: 38.7rem;
}

.access__contents {
  padding: 12rem 0 16rem;
}

.access__ttl {
  width: max(220px, 28rem);
}

.access__wrapper {
  margin-top: 8rem;
  display: flex;
}

.access__img {
  width: 60rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/access_deco.png") no-repeat center / contain;
    width: 50rem;
    height: 30rem;
  }

  .access__contents {
    padding: 6rem 20px 8rem;
  }

  .access__ttl {
    width: max(220px, 28rem);
  }

  .access__wrapper {
    margin-top: 4rem;
    flex-direction: column;
    row-gap: 4rem;
  }

  .access__img {
    width: 100%;
  }
}

.access__txt-wrapper {
  width: calc(100% - 60rem);
  padding-inline: 8rem 17rem;
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

.access__list dt,
.access__list dd {
  border-bottom: solid 1px var(--white);
  letter-spacing: 0.05em;
}

.access__list dt {
  width: max(75px, 11.3rem);
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.8rem 0;
}

.access__list dd {
  width: calc(100% - max(75px, 11.3rem));
  padding: 1.8rem 1.6rem;
}

@media (max-width: 767px) {
  .access__txt-wrapper {
    width: 100%;
    padding-inline: 0;
  }

  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    display: block;
    padding: 2rem 1.6rem 1rem;
    border-bottom: none;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
    position: relative;
  }
}

.access .common__btn {
  margin: 8rem 0 0;
}

@media (max-width: 767px) {
  .access .common__btn {
    margin: 5rem auto 0;
  }
}

.top__map {
  width: 100%;
  height: 42rem;
}

/*============================
	insta
============================*/
.insta {
  background: url("../img/insta-bg.jpg") no-repeat center / cover;
}

.insta__contents {
  width: 82rem;
  margin: 0 auto;
  padding: 12rem 0 20rem;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 100%;
    padding: 6rem 20px 10rem;
  }
}

.insta__ttl {
  width: max(260px, 34rem);
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 26rem;
  height: 26rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
