@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-zen);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(32px, 7.2rem);
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.news .common__ttl span,
.access .common__ttl span {
  text-transform: uppercase;
}

.recruit .common__ttl span {
  display: block;
  width: 24.5rem;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(40px, 7.4rem);
  height: max(44.8px, 8.3rem);
}

.common__ttl--wt::before {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.recruit .common__ttl::before {
  display: none;
}

.common__btn {
  width: max(210px, 34rem);
  height: max(55px, 8rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: linear-gradient(90deg, #c197cb, #9e5be5);
  width: 100%;
  height: 100%;
  border: solid max(2px, 0.3rem) var(--white);
  border-radius: 10rem;
  font-family: var(--font-en);
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  color: var(--black);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  filter: drop-shadow(0 2px 7px #7b7b7c);
}

.common__btn--bl a {
  background: rgba(51, 51, 66, 1);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.common__btn a::after {
  content: "";
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(21px, 3.4rem);
  height: max(21px, 3.4rem);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 2.5rem;
}

.section__wrapper {
  padding-bottom: 13rem;
  position: relative;
}

.section__wrapper::before {
  content: "";
  background: linear-gradient(0deg, #c4b5d1, #8e5aa6);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 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%;
  width: 100%;
  height: 100%;
  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;
}

/*============================
	concept
============================*/
.concept {
  color: var(--white);
  padding: 14rem 0 13.5rem;
  position: relative;
}

.concept::before {
  content: "";
  background: linear-gradient(180deg, #c4b5d1, #8e5aa6);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.concept__txt-wrapper {
  width: 93rem;
  border: solid 1px var(--white);
  border-radius: 10rem;
  font-family: var(--font-zen);
  text-align: center;
  padding: 7rem 11rem 10rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .concept__txt-wrapper {
    width: 90%;
    padding: 7rem 4rem 10rem;
  }
}

.concept__txt-wrapper h2 {
  font-family: var(--font-en);
  font-size: 17rem;
  font-weight: 700;
  color: #20202d;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.15;
  position: absolute;
  transform: translateX(-50%);
  top: 10rem;
  left: 50%;
  z-index: -1;
}

@media (max-width: 767px) {
  .concept__txt-wrapper h2 {
    font-size: 15rem;
  }
}

.concept__txt-wrapper h3 {
  font-size: max(18px, 3.6rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.concept__txt-wrapper p {
  font-weight: 500;
  line-height: 3;
}

.concept__deco {
  display: block;
  position: absolute;
  pointer-events: none;
}

.concept__deco-1 {
  width: 33.1rem;
  left: -22rem;
  bottom: 2rem;
}

.concept__deco-2 {
  width: 18.9rem;
  top: 0;
  right: -8.5rem;
}

@media (max-width: 767px) {
  .concept__deco-1 {
    width: 27rem;
    left: -12rem;
    bottom: -13rem;
  }

  .concept__deco-2 {
    width: 15rem;
    top: -5rem;
    right: -7rem;
  }
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-2);
  padding-bottom: 14rem;
}

.menu__ttl-wrapper {
  background: url("../img/menu_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 39rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu__system {
  width: 110rem;
  margin: 10rem auto 6rem;
}

@media (max-width: 767px) {
  .menu__system {
    width: 90%;
  }
}

.menu__system h3 {
  font-family: var(--font-en);
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.menu__list {
  border-top: solid 1px var(--black);
  display: flex;
  flex-wrap: wrap;
}

.menu__list dt,
.menu__list dd {
  font-family: var(--font-zen);
  letter-spacing: 0.05em;
}

.menu__list dt {
  width: max(120px, 20rem);
  font-size: max(12px, 1.8rem);
  font-weight: 700;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 2.6rem 0;
  position: relative;
}

.menu__list dd {
  width: calc(100% - max(120px, 20rem));
  border-bottom: solid 1px var(--black);
  font-weight: 500;
  padding: 2.6rem 6rem;
}

@media (min-width: 768px) {
  .menu__list dt {
    border-bottom: solid 1px var(--black);
  }
}

@media (max-width: 767px) {
  .menu__list dt,
  .menu__list dd {
    width: 100%;
    text-align: left;
    padding: 2rem;
  }
}

.menu__list dt span {
  position: relative;
  z-index: 1;
}

.menu__list dt::before {
  content: "";
  background-color: rgba(193, 151, 203, 0.7);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/*============================
	gallery
============================*/
.gallery {
  padding: 13.5rem 0 15rem;
}

.gallery__slider {
  height: 28.6rem;
  margin: 6.5rem 0 6rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 34rem;
}

/*============================
	news
============================*/
.news {
  background: var(--bg-2);
  padding: 11rem 0 14rem;
}

.CMS-NEWS-INDEX {
  width: 110rem;
  height: auto;
  margin: 3rem auto 5.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
  }
}

.CMS-NEWS-ITEM:not(:last-of-type) {
  border-bottom: dashed 1px #7b7b7b;
}

.CMS-NEWS-ITEM:first-of-type {
  border-top: solid 1px #7b7b7b;
}

.CMS-NEWS-ITEM:last-of-type {
  border-bottom: solid 1px #7b7b7b;
}

.CMS-NEWS-LINK-CONTENT {
  display: flex;
  padding: 2.3rem 9rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK-CONTENT {
    flex-direction: column;
    row-gap: 0.5rem;
    padding: 2.3rem;
  }
}

.CMS-NEWS-TIME {
  width: max(90px, 12rem);
  flex-shrink: 0;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	cast
============================*/
.cast {
  color: var(--white);
  padding: 13.5rem 0 14rem;
}

.cast__slider {
  height: auto;
  margin: 6rem 0 5rem;
  position: relative;
}

.cast__slider .swiper-slide {
  width: 35.6rem;
  margin: 0 1.3rem;
}

.cast figure img {
  border-radius: 2rem;
}

.cast__name {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  text-align: center;
  margin: 1.5rem 0;
}

.cast__name span {
  display: block;
  font-family: var(--font-en);
  font-size: max(14px, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.cast__txt {
  font-size: max(14px, 2rem);
  letter-spacing: 0.05em;
}

.next-btn,
.prev-btn {
  background: url("../img/cast_arw.png") no-repeat center / cover;
  width: max(50px, 9rem);
  height: max(50px, 9rem);
  position: absolute;
  top: 18rem;
  z-index: 2;
  cursor: pointer;
}

.next-btn {
  right: 21.5rem;
}

.prev-btn {
  transform: scale(-1, 1);
  left: 21.5rem;
}

@media (max-width: 767px) {
  .next-btn {
    right: 5%;
  }

  .prev-btn {
    left: 5%;
  }
}

/*============================
	access
============================*/
.access {
  background: url("../img/access_bg.jpg") no-repeat center / cover;
  width: 140rem;
  border-radius: 7rem;
  color: var(--white);
  padding: 13.5rem 0 14rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access {
    width: 95%;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 4rem 6.5rem;
  padding-left: 8rem;
  margin: 5rem auto 7rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
    padding: 0;
  }
}

.accces__logo {
  display: block;
  width: 24rem;
  margin: 1rem auto 6.5rem;
}

@media (max-width: 767px) {
  .accces__logo {
    margin: 0 auto;
  }
}

.access__list {
  border-top: solid 1px var(--white);
  border-bottom: solid 1px var(--white);
  display: flex;
  flex-wrap: wrap;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
}

.access__list dt {
  background-color: rgba(193, 151, 203, 0.7);
  width: max(90px, 12rem);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 2rem 0;
}

.access__list dd {
  width: calc(100% - max(90px, 12rem));
  padding: 2rem;
}

.access__list dd:not(:last-of-type) {
  border-bottom: dashed 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: dashed 1px var(--white);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
    text-align: left;
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.access__map {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__map {
    width: 90%;
  }
}

/*============================
	recruit
============================*/
.recruit {
  padding-bottom: 14rem;
}

.recruit__contents {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  width: 110rem;
  border: solid 2px var(--white);
  border-radius: 3rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 4.5rem;
  padding: 12rem 12rem 7.5rem 9.5rem;
  margin: -19rem auto 0;
  filter: drop-shadow(0 0.9rem 1.3rem rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 767px) {
  .recruit__contents {
    width: 90%;
    flex-direction: column;
    padding: 12rem 8rem;
  }
}

.recruit__btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}

.recruit__contents p {
  font-family: var(--font-zen);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 3;
}

.insta__contents {
  width: 81.7rem;
  margin: 14.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: 3rem 2.6rem;
}

.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: 25.5rem;
  height: 25.5rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
