@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(12px, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  display: block;
  font-family: var(--font-en);
  font-size: max(40px, 6rem);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: -1rem;
}

.gallery .common__ttl span,
.insta .common__ttl span {
  margin-bottom: 0;
}

.common__btn {
  width: max-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_arw.png") no-repeat center bottom / contain;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 max(15px, 2.4rem) max(5px, 0.8rem) max(12px, 1.8rem);
  position: relative;
}

.common__btn--wt a {
  background: url("../img/btn_arw-wt.png") no-repeat center bottom / contain;
  color: var(--white);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
/*  height: 100vh;*/
  position: relative;
}

@media (max-width: 767px) {
  .hero {
/*    height: max(300px, 44rem);*/
  }
}

.hero::before {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 1));
  width: 100%;
  height: 13rem;
  opacity: 0.6;
  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 {
  padding: 14.5rem 0 12rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 7.5rem 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: var(--bg-2);
  padding: 15rem 0 9.5rem;
}

@media (max-width: 767px) {
  .concept {
    padding: 10rem 0 15rem;
  }
}

.concept__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__inner {
    width: 90%;
  }
}

.concept__ttl-wrapper {
  width: 100%;
  position: relative;
}

.concept__ttl-wrapper h2 {
  position: absolute;
  z-index: 1;
}

@media (min-width: 768px) {
  .concept__ttl-wrapper h2 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: -5.5rem;
    right: 5rem;
  }
}

@media (max-width: 767px) {
  .concept__ttl-wrapper h2 {
    left: 0;
    bottom: 2rem;
  }
}

.concept__ttl-wrapper h2 span {
  display: block;
  background-color: var(--yellow);
  width: max-content;
  height: max-content;
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.3rem;
}

.concept__ttl-wrapper h2 span:nth-of-type(2) {
  margin: 2.5rem 2.5rem 0 0;
}

@media (max-width: 767px) {
  .concept__ttl-wrapper h2 span {
    font-size: max(14px, 2.4rem);
  }

  .concept__ttl-wrapper h2 span:nth-of-type(2) {
    margin: 2rem 0 0 2rem;
  }
}

.concept__img {
  width: 100%;
  position: relative;
}

.concept__img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px var(--white);
  position: absolute;
  top: 2rem;
  left: 2rem;
  pointer-events: none;
}

.concept__txt-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 2rem 5rem;
  margin: 8rem 0;
}

@media (max-width: 767px) {
  .concept__txt-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.concept__txt-wrapper h3 {
  font-family: var(--font-en);
  font-size: 11.6rem;
  font-weight: 400;
  color: var(--yellow);
  letter-spacing: 0;
  line-height: 1;
  text-transform: capitalize;
  flex-shrink: 0;
  transform: rotate(-10deg);
  position: relative;
}

@media (min-width: 768px) {
  .concept__txt-wrapper h3 {
    margin-bottom: -2rem;
  }
}

.concept__txt-wrapper h3::before {
  content: "";
  background: url("../img/concept_deco.png") no-repeat center / contain;
  width: 25.2rem;
  height: 30.4rem;
  position: absolute;
  transform: translateX(-50%);
  top: -4.5rem;
  left: 50%;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .concept__txt-wrapper h3::before {
    width: 21rem;
    height: 25.3rem;
  }
}

.concept__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
  z-index: 1;
}

/*============================
	menu
============================*/
.menu {
  padding: 16rem 0;
  position: relative;
}

.menu::before {
  content: "";
  background: url("../img/menu_deco.png") no-repeat center / contain;
  width: 40.5rem;
  height: 37.9rem;
  position: absolute;
  top: -14.5rem;
  right: 11.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu::before {
    width: 30rem;
    height: 28rem;
    top: -10rem;
    right: 1rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  margin: 14.5rem auto 10rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 6rem 7.5rem;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-bottom: 7rem;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
    margin: 0;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: 100%;
    padding-top: 1rem;
  }
}

.menu__txt-wrapper::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
  background: url("../img/menu_txt-deco-1.png") no-repeat center / contain;
  width: 30.2rem;
  height: 16.8rem;
  right: -12rem;
  bottom: -7rem;
}

.menu__list-item:nth-of-type(3) .menu__txt-wrapper::before {
  background: url("../img/menu_txt-deco-2.png") no-repeat center / contain;
  width: 23.6rem;
  height: 31.8rem;
  left: -13rem;
  bottom: -5.5rem;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
    right: -8rem;
  }

  .menu__list-item:nth-of-type(3) .menu__txt-wrapper::before {
    left: -8rem;
    bottom: -7rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(14px, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 3rem;
}

.menu__txt-wrapper h3 > span {
  font-family: var(--font-jose);
  font-size: max(12px, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

.menu__txt-wrapper h3 > span::after {
  content: "";
  display: block;
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.menu__txt-wrapper h3 span span {
  flex-shrink: 0;
}

.menu__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.15em;
  line-height: 2;
}

.menu__img-list {
  width: 56rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img-list {
    width: 90%;
  }

  .menu__list-item:nth-of-type(2) .menu__img-list {
    width: 100%;
  }

  .menu__list-item:nth-of-type(3) .menu__img-list {
    margin-left: auto;
  }
}

.menu__img-list li:nth-of-type(2) {
  width: 28rem;
  margin: -14rem -4rem 0 auto;
}

.menu__list-item:nth-of-type(3) .menu__img-list li:nth-of-type(2) {
  margin: -14rem 0 0 -4rem;
}

@media (max-width: 767px) {
  .menu__img-list li:nth-of-type(2) {
    width: 50%;
    margin: -14rem -7rem 0 auto;
  }

  .menu__list-item:nth-of-type(3) .menu__img-list li:nth-of-type(2) {
    margin: -14rem 0 0 -7rem;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-3);
  padding: 10rem 0 12.5rem;
}

.gallery__slider {
  height: 22.6rem;
  margin: 7.5rem 0 9rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
}

/*============================
	access
============================*/
.access {
  padding: 16.5rem 0 19rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 27.6rem;
  height: 21rem;
  position: absolute;
  right: 7rem;
  bottom: 8rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 21rem;
    height: 16rem;
    right: 2rem;
    bottom: 3rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 9rem;
  margin: 8rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 8rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 8rem;
  }
}

.access__list dt {
  width: max(75px, 9rem);
  font-weight: 400;
}

.access__list dd {
  width: calc(100% - max(75px, 9rem));
  padding-left: 3rem;
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type),
  .access__list dd:not(:last-of-type) {
    padding-bottom: 5rem;
  }

  .access__list dt {
    border-right: solid 1px var(--black);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    border-bottom: solid 1px var(--black);
    padding: 0 1.6rem 2rem;
  }
}

.access__underline {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.top__map {
  height: 42rem;
}

/*============================
	recruit
============================*/
.recruit {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 10rem 0;
}

.recruit__txt-wrapper {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.recruit__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  margin: 5rem 0 2rem;
}

.recruit__tel {
  font-size: max(18px, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 767px) {
  .recruit__tel {
    flex-direction: column;
  }
}

.recruit__tel span {
  display: block;
  border-top: solid 1px var(--white);
  border-bottom: solid 1px var(--white);
  font-size: max(12px, 1.4rem);
  letter-spacing: 0.1em;
  padding: 5px;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 14.5rem 0 16.5rem;
}

.insta__contents {
  width: 82rem;
  margin: 7rem 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;
  }
}

/*============================
	sister
============================*/
.sister {
  background: var(--bg-3);
  padding: 10rem 0 18rem;
}

.sister__list {
  width: 60rem;
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5rem;
  margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
  .sister__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.sister__list li {
  background: url("../img/sister_bg-1.jpg") no-repeat center / cover;
  display: flex;
  align-items: center;
  gap: 3.5rem;
  padding: 3.5rem 4rem;
}

.sister__list li:nth-of-type(2) {
  background: url("../img/sister_bg-2.jpg") no-repeat center / cover;
}

.sister__logo {
  display: block;
  width: 16rem;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .sister__logo {
    width: max(110px, 18rem);
  }
}

.sister__txt-wrapper {
  width: 100%;
}

.sister__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.sister__tel {
  font-size: max(14px, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sister__site {
  width: max(130px, 18rem);
  height: max(32px, 4rem);
  margin-top: 2rem;
}

.sister__site a {
  background: transparent;
  width: 100%;
  height: 100%;
  border: solid 1px var(--white);
  font-size: max(10px, 1.4rem);
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sister__link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.sister__link-wrapper p {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.sister .common__btn {
  margin: 0;
}

.sister__insta {
  display: block;
  width: 4.5rem;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}