@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-en);
  font-size: max(55px, 10rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px var(--white);
  text-stroke: 2px var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 2rem rgba(255, 0, 105, 0.4)) drop-shadow(0 0 2rem rgba(255, 0, 105, 0.8)) drop-shadow(0 0 2rem rgba(255, 0, 105, 0.8));
}

.news .common__ttl,
.concept .common__ttl {
  font-size: max(40px, 7.4rem);
  -webkit-text-stroke: 1px var(--white);
  text-stroke: 1px var(--white);
  filter: drop-shadow(0 0 1rem var(--brown)) drop-shadow(0 0 1rem var(--brown));
}

.concept .common__ttl {
  filter: drop-shadow(0 0 1rem var(--yellow)) drop-shadow(0 0 1rem var(--yellow));
}

.menu .common__ttl {
  width: max-content;
  font-size: max(60px, 11rem);
  filter: drop-shadow(0 0 1rem rgba(255, 0, 105, 0.4)) drop-shadow(0 0 1rem rgba(255, 0, 105, 0.8));
}

.cast .common__ttl {
  filter: drop-shadow(0 0 2rem rgba(255, 214, 0, 0.4)) drop-shadow(0 0 2rem rgba(255, 214, 0, 0.8)) drop-shadow(0 0 2rem rgba(255, 214, 0, 0.8));
}

.recruit .common__ttl {
  width: max-content;
  filter: drop-shadow(0 0 2rem rgba(120, 255, 255, 0.4)) drop-shadow(0 0 2rem rgba(120, 255, 255, 0.8)) drop-shadow(0 0 2rem rgba(120, 255, 255, 0.8));
}

.gallery .common__ttl {
  filter: drop-shadow(0 0 2rem rgba(120, 233, 78, 0.4)) drop-shadow(0 0 2rem rgba(120, 233, 78, 0.8)) drop-shadow(0 0 2rem rgba(120, 233, 78, 0.8));
}

.access .common__ttl {
  filter: drop-shadow(0 0 2rem rgba(255, 122, 0, 0.4)) drop-shadow(0 0 2rem rgba(255, 122, 0, 0.8)) drop-shadow(0 0 2rem rgba(255, 122, 0, 0.8));
}

.sister .common__ttl {
  width: max-content;
  margin: 0 auto;
  filter: none;
  position: relative;
}

@media (max-width: 767px) {
  .common__ttl,
  .news .common__ttl,
  .concept .common__ttl {
    font-size: max(40px, 8rem);
    -webkit-text-stroke: 1px var(--white);
    text-stroke: 1px var(--white);
  }
}

.sister .common__ttl::before {
  content: "";
  background: linear-gradient(90deg, #9a99ff 15%, #ed6cff 94%);
  width: 105%;
  height: 105%;
  opacity: 0.3;
  filter: blur(1.5rem);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: -1;
}

.common__btn {
  width: max(160px, 21.6rem);
  height: max(40px, 5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  width: 100%;
  height: 100%;
  border: solid 1px var(--white);
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section__wrapper {
  background: url("../img/menu_bg.jpg") repeat center top / 100% auto;
  padding-bottom: 14.5rem;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  background: linear-gradient(0deg, var(--white), #231815);
  width: 100%;
  height: 14rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  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;
}

/*============================
	news
============================*/
.news {
  background: url("../img/news_bg.jpg") repeat center top / 100% auto;
  padding: 11rem 0 13.5rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 9rem auto 7rem;
}

@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(--white);
  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;
  padding: 8rem 0;
}

.concept__txt-wrapper {
  width: 90rem;
  border: solid 2px var(--white);
  text-align: center;
  padding: 7rem 8rem 9.5rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .concept__txt-wrapper {
    width: 90%;
    padding: 7rem 5rem 9rem;
  }
}

.concept__txt-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid max(3px, 0.5rem) var(--yellow);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  filter: blur(1rem);
}

.concept__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 5rem;
}

.concept__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 3rem 0 6rem;
}

/*============================
	menu
============================*/
.menu {
  padding: 4rem 0 12.5rem;
}

.menu__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__inner {
    width: 90%;
  }
}

.menu__ttl {
  font-family: var(--font-en);
  font-size: 21.3rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
  text-transform: uppercase;
}

.menu__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 13rem;
  margin: 5rem auto 14rem;
}

.menu__list-item {
  display: flex;
  gap: 5rem 9rem;
}

.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%;
}

.menu__txt-wrapper h4 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 4.5rem 0 2.5rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.menu__img {
  width: 70rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.menu__list-item:nth-of-type(odd) .menu__img {
  margin-right: calc(50% - 50vw);
}

.menu__list-item:nth-of-type(even) .menu__img {
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(odd) .menu__img,
  .menu__list-item:nth-of-type(even) .menu__img {
    width: 100%;
    margin: 0;
  }
}

.menu__img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #be191f;
  position: absolute;
  top: 2rem;
  left: -2rem;
  pointer-events: none;
}

.menu__list-item:nth-of-type(even) .menu__img::before {
  left: 2rem;
}

/*============================
	cast
============================*/
.cast {
  position: relative;
}

.cast::before {
  content: "";
  background-color: #8a8a8a;
  width: 100%;
  height: 20rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.cast__contents {
  background: url("../img/cast_bg.jpg") no-repeat center / cover;
  width: 90rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5rem;
  padding: 8rem 0 9rem;
  margin: 0 auto;
  filter: drop-shadow(1rem 1rem 1rem var(--black));
  position: relative;
}

@media (max-width: 767px) {
  .cast__contents {
    width: 90%;
  }
}

.cast__contents::before,
.cast__contents::after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px var(--white);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cast__contents::before {
  border: solid max(3px, 0.5rem) var(--yellow);
  filter: blur(1rem);
}

/*============================
	recruit
============================*/
.recruit {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  padding: 8rem 0;
}

.recruit__txt-wrapper {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recruit__txt-wrapper {
    width: 90%;
  }
}

.recruit__txt-wrapper p {
  width: 46rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 5rem 0;
}

@media (max-width: 767px) {
  .recruit__txt-wrapper p {
    width: 80%;
  }
}

.recruit .common__btn {
  margin: 0;
}

/*============================
	gallery
============================*/
.gallery {
  padding: 8.5rem 0 10rem;
}

.gallery__slider {
  height: 22rem;
  margin: 9rem 0 7rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 30rem;
}

/*============================
	access
============================*/
.access {
  background: url("../img/access_bg.jpg") repeat center / 100% auto;
  padding: 10rem 0 14.5rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 6rem;
  margin: 9.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 49rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.4rem 1.6rem;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 11rem));
}

.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;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.top__map {
  height: 45rem;
}

/*============================
	sister
============================*/
.sister {
  background: url("../img/sister_bg.jpg") no-repeat center / cover;
  padding: 8.5rem 0 8rem;
}

.sister__txt-wrapper {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.sister__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 7rem 0 8rem;
}

/*============================
	insta
============================*/
.insta {
  padding: 11rem 0 17.5rem;
}

.insta__contents {
  width: 88.7rem;
  margin: 11.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: 2.4rem 2.9rem;
}

.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: 27.6rem;
  height: 27.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
