@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl span {
  font-size: max(12px, 1.6rem);
  letter-spacing: 0.18em;
  color: var(--white);
}

.common__btn {
  width: max(220px, 34.4rem);
  height: max(45px, 6.2rem);
  margin: 0 auto;
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.common__btn a span {
  width: 100%;
  height: 100%;
  border: solid 1px var(--brown);
  color: var(--brown);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

@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 {
  background: var(--bg-1);
  padding: 11rem 0 14.8rem;
}

.news__ttl img {
  width: 12rem;
  transform: translateX(-1rem);
}

.CMS-NEWS-INDEX {
  width: 110rem;
  height: auto;
  display: flex;
  gap: 6rem 4rem;
  margin: 6rem auto 7rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    flex-direction: column;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
  width: 34rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK-CONTENT {
    width: 100%;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 24rem;
  margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-TIME {
  font-size: max(10px, 1.4rem);
  letter-spacing: 0.05em;
  margin-right: 2rem;
  padding-bottom: 1rem;
  position: relative;
}

.CMS-NEWS-TIME::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--white);
}

.CMS-NEWS-LINK {
  font-size: max(12px, 1.6rem);
  letter-spacing: 0.05em;
  margin-top: 1rem;
  margin-right: 2rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.jpg") no-repeat center / cover;
  padding: 15rem 0;
}

.concept__contents {
  width: 80rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    padding: 6rem 5% 5rem;
  }
}

.concept__ttl {
  width: 23.6rem;
  margin-inline: auto;
}

.concept__contents h3 {
  text-align: center;
  margin-top: 5rem;
  font-size: max(20px, 2.6rem);
  letter-spacing: 0.2em;
  line-height: 1.8;
}

.concept__contents p {
  margin-top: 5rem;
  font-size: max(12px, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.1;
}

.concept__btn {
  margin: 8rem auto 0;
}

/*============================
	cast
============================*/
.cast {
  background: url(../img/cast_bg.jpg) no-repeat center / cover;
  color: var(--black);
}

@media screen and (max-width: 767px) {
  .cast {
    background: url(../img/cast_bg_sp.png) no-repeat top left / cover;
  }
}

.cast__contents {
  width: 75.4rem;
  padding: 7rem 17rem 10rem;
}

@media (max-width: 767px) {
  .cast__contents {
    width: 90%;
    margin: 0 auto;
    padding: 7rem 5% 10rem;
  }
}

.cast__ttl {
  color: var(--black);
}

.cast__ttl img {
  width: 10rem;
}

.cast__txt {
  margin: 3rem 0 5rem;
  font-size: max(12px, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.cast__btn {
  width: max(220px, 25rem);
  height: max(45px, 5rem);
  margin: 0 auto;
}

.cast__btn a span {
  border: solid 1px var(--black);
}

.cast__btn a span {
  color: var(--black);
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-1);
  padding: 10.1rem 0 15rem;
  position: relative;
}

.menu__contents {
  width: 110rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
  }
}

.menu__ttl img {
  width: 13.9rem;
}

/* system */
.menu__system {
  margin-top: 7rem;
  width: 100%;
  height: 59.5rem;
  background: url(../img/menu_line.png) no-repeat center / contain;
  position: relative;
}

.system__contents {
  padding: 8rem 10rem 6rem;
}

.system__title {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: max(18px, 2.2rem);
  letter-spacing: 0.2em;
}

.system__text {
  text-align: center;
  font-size: max(16px, 2rem);
  letter-spacing: 0.2em;
}

.system__slots {
  margin-top: 6.5rem;
  display: flex;
  gap: 4rem 6rem;
}

.system__slot {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.system__slot-time {
  padding: 1.2rem 1rem;
  font-size: max(14px, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  border: solid 1px var(--white);
}

.system__slot-text {
  display: flex;
  flex-direction: column;
}

.system__slot-price {
  font-size: max(14px, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.2em;
}

.system__slot-note {
  font-size: max(10px, 1.3rem);
  letter-spacing: 0.2em;
}

.system__option {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.system__option-text {
  font-size: max(12px, 1.6rem);
  letter-spacing: 0.2em;
}

.system__option-text span {
  margin-left: 1rem;
  font-size: max(10px, 1.3rem);
  letter-spacing: 0.2em;
}

.system__vip {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  border: solid 1px var(--brown);
  color: var(--brown);
  position: relative;
}

.system__vip::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60%;
  background: var(--brown);
}

.system__vip-item {
  width: 50%;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.system__vip-label {
  font-size: max(12px, 1.6rem);
  letter-spacing: 0.2em;
}

.system__vip-text {
  font-size: max(12px, 1.6rem);
  letter-spacing: 0.2em;
}

.system__notes {
  text-align: center;
  margin-top: 6.3rem;
  font-size: max(10px, 1.3rem);
  letter-spacing: 0.2em;
}

.menu__btn {
  margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
  .menu__system {
    margin-top: 5rem;
    width: 100%;
    height: auto;
    background: none;
    border: solid 1px var(--white);
  }

  .system__contents {
    padding: 8rem 5rem 8rem;
  }

  .system__title {
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
  }

  .system__slots {
    margin-top: 5rem;
    flex-direction: column;
    gap: 4rem 6rem;
  }

  .system__slot {
    display: flex;
    align-items: center;
    gap: 3rem;
  }

  .system__slot-time {
    font-size: 2.4rem;
  }

  .system__slot-price {
    font-size: 2.4rem;
  }

  .system__slot-note {
    font-size: 1.8rem;
  }

  .system__option-text {
    font-size: 1.8rem;
  }

  .system__option-text span {
    font-size: 1.5rem;
  }

  .system__vip {
    flex-direction: column;
  }

  .system__vip::before {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 90%;
    height: 1px;
  }

  .system__vip-item {
    width: 100%;
    padding: 2rem;
    justify-content: center;
    gap: 2rem;
  }

  .system__vip-label {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }

  .system__vip-text {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }

  .system__notes {
    text-align: center;
    margin-top: 6.3rem;
    font-size: max(10px, 1.3rem);
    letter-spacing: 0.2em;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 8.4rem 0 12rem;
}

.gallery__ttl {
  color: var(--black);
  row-gap: 0;
}

.gallery__ttl img {
  width: 15.2rem;
}

.gallery__slider {
  margin: 8rem 0;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 38.4rem;
}

/*============================
	access
============================*/
.access {
  background: url("../img/access_bg.jpg") no-repeat center / cover;
}

.access__contents {
  padding: 12.2rem 0 12.8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
  }
}

.access__ttl img {
  width: 14.4rem;
  margin: 0 auto;
}

.access__wrap {
  margin-top: 6.5rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 7.4rem;
}

@media (max-width: 767px) {
  .access__wrap {
    flex-direction: column-reverse;
  }
}

.access__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  margin-left: 17rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .access__list {
    margin-left: 0;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
}

.access__list dt {
  width: max(90px, 12.5rem);
  font-weight: 400;
  display: flex;
  justify-content: center;
  padding: 2.7rem 0;
}

.access__list dd {
  width: calc(100% - max(90px, 12.5rem));
  border-bottom: solid 1px var(--white);
  padding: 2.7rem 0 2.7rem 2rem;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--white);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    justify-content: flex-start;
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
    position: relative;
  }
}

.access .common__btn {
  margin: 5rem auto 0;
}

@media (max-width: 767px) {
  .access .common__btn {
    margin: 8rem auto 0;
  }
}

.access__map {
  height: 50rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 10rem 0 12rem;
}

.insta__ttl {
  color: var(--black);
}

.insta__ttl img {
  width: 20.4rem;
  row-gap: 0;
}

.insta__contents {
  width: 88.7rem;
  margin: 4rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem 2.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: 28rem;
  height: 28rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

.tiktok {
  width: 53.2rem;
  margin: 7rem auto 0;
}

/*============================
	recruit
============================*/
.recruit {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  padding: 9rem 0 8rem;
}

.recruit__contents {
  width: 110rem;
  margin: 0 auto;
  border-left: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  padding: 9rem 12rem 6.3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruit__contents {
    width: 90%;
    padding: 10rem 5% 5rem;
    border-bottom: none;
  }
}

.recruit__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url("../img/line_recruit.png") no-repeat top center / cover;
}

.recruit__ttl {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/recruit_ttl.png") no-repeat center / contain;
}

.recruit__ttl img {
  width: 16.6rem;
}

.recruit__txt {
  text-align: center;
  font-size: max(12px, 1.6rem);
  letter-spacing: 0.2em;
  line-height: 2.1;
}

.recruit__btn {
  width: max(220px, 25rem);
  height: max(45px, 5rem);
  margin: 4rem auto 0;
}
