@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 400;
  font-size: max(30px, 4.8rem);
  letter-spacing: 0.12em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  font-family: var(--font-en);
}

.common__btn {
  width: max(160px, 20rem);
  height: max(34px, 4.8rem);
  margin: 0 auto;
  font-size: max(12px, 1.4rem);
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.common__btn a::before {
  content: "";
  background: url(../img/btn-arrow.png) no-repeat top center / contain;
  width: 3.1rem;
  height: 0.35rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 2rem;
}

.common__btn a span {
  width: 100%;
  height: 100%;
  border: solid 1px #FFF;
  color: #FFF;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 3rem;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  width: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  z-index: 2;
}

.hero::before {
  background: url("../img/hero_bg-1.png") repeat-x center / contain;
  height: 12.7rem;
  top: 0;
}

.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%;
  }
}

.hero__scroll {
  font-family: var(--font-en);
  font-size: max(12px, 1.8rem);
  color: var(--white);
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: 100;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 1px;
  height: max(50px, 7.6rem);
  animation: scroll 2.5s infinite;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/policy_bg.jpg") no-repeat center / cover;
  padding: 10.5rem 0 10rem;
}

.policy__contents {
  width: 92rem;
  border: solid 1px #b3b3b3;
  text-align: center;
  padding: 6.3rem 8.9rem 5rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    padding: 6rem 5% 5rem;
  }
}

.policy__contents h2 {
  font-size: max(18px, 3rem);
  font-weight: 500;
  color: #b2b2b2;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}

.policy__contents h2::before {
  content: "";
  display: block;
  background: url("../img/policy_ttl-deco.png") no-repeat center / contain;
  width: max(232.3px, 42.6rem);
  height: max(6px, 1.1rem);
}

.policy__contents p {
  letter-spacing: 0.2em;
  line-height: 2.5;
  margin-top: 2rem;
}

.policy__contents span::before,
.policy__contents span::after {
  content: "";
  background: url("../img/policy_deco.png") no-repeat center / contain;
  width: 11.6rem;
  height: 11.6rem;
  position: absolute;
}

.policy__contents span:nth-of-type(1):before {
  top: -0.3rem;
  left: -0.3rem;
}

.policy__contents span:nth-of-type(1)::after {
  transform: scale(-1, 1);
  top: -0.3rem;
  right: -0.3rem;
}

.policy__contents span:nth-of-type(2):before {
  transform: scale(1, -1);
  bottom: -0.3rem;
  left: -0.3rem;
}

.policy__contents span:nth-of-type(2)::after {
  transform: scale(-1, -1);
  bottom: -0.3rem;
  right: -0.3rem;
}

/*============================
	menu
============================*/
.menu {
  background: url(../img/bg-menu.jpg) no-repeat top center / cover;
  padding: 15.2rem 0 15.5rem;
  position: relative;
}
.menu-deco {
  position: absolute;
  top: -15rem;
  right: 0;
  width: 40.2rem;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.menu .common__ttl {
  align-items: flex-start;
  font-size: max(36px, 5.6rem);
  line-height: 1;
}

@media (max-width: 767px) {
  .menu .common__ttl {
    align-items: center;
  }
  .menu {
    background: url(../img/bg-menu.jpg) no-repeat top left -20rem / cover;
    padding: 0;
  }
}

.menu__contents {
  width: 45.4rem;
  display: flex;
  gap: 4rem;
  margin: 0 17rem 0 auto;
}
@media (max-width: 1100px) {
  .menu__contents {
    width: 63.4rem;
    margin: 0px 9rem 0 auto;
  }
}
@media (max-width: 767px) {
  .menu__contents {
    width: 100%;
    margin: 0 auto;
    flex-direction: column-reverse;
    background-color: rgba(0,0,0,0.5);
    padding: 10rem 3rem;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    padding-top: 0;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(18px,2.2rem);
  letter-spacing: 0.18em;
  font-weight: 900;
  margin-top: 5.2rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 3rem 0 6.9rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .menu .common__btn {
    margin: 0;
  }
}

.menu__img {
  width: 65rem;
  height: 100%;
  flex-shrink: 0;
  margin-right: -9rem;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	news
============================*/
.news {
  background: var(--bg-2);
  padding: 17.1rem 0 13.6rem;
  position: relative;
}
.deco-1::before,
.deco-1::after {
  content: "";
  width: 7.8rem;
  height: 7.6rem;
  position: absolute;
}

.deco-1:nth-of-type(1):before {
  background: url("../img/policy_deco-2.png") no-repeat center / contain;
  top: 10.5rem;
  left: 17rem;
}

.deco-1:nth-of-type(1)::after {
  background: url("../img/policy_deco.png") no-repeat center / contain;
  top: 10.5rem;
  right: 17rem;
}

.deco-1:nth-of-type(2):before {
  background: url("../img/policy_deco-4.png") no-repeat center / contain;
  bottom: 10.5rem;
  left: 17rem;
}

.deco-1:nth-of-type(2)::after {
  background: url("../img/policy_deco-3.png") no-repeat center / contain;
  bottom: 10.5rem;
  right: 17rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: flex;
  gap: 6rem 2.6rem;
  margin: 6.3rem auto 8.1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    flex-direction: column;
  }
  .deco-1:nth-of-type(1):before {
    top: 2rem;
    left: 2rem;
  }

  .deco-1:nth-of-type(1)::after {
    top: 2rem;
    right: 2rem;
  }

  .deco-1:nth-of-type(2):before {
    bottom: 2rem;
    left: 2rem;
  }

  .deco-1:nth-of-type(2)::after {
    bottom: 2rem;
    right: 2rem;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
  width: 32rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK-CONTENT {
    width: 100%;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.05em;
  margin-right: 2rem;
}

.CMS-NEWS-TIME {
  border-bottom: 1px solid #FFF;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	insta
============================*/
.insta {
  background: url(../img/bg-insta.jpg) no-repeat top center / cover;
  padding: 17.7rem 0 13.3rem;
  position: relative;
}
.insta-deco-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 65.3rem;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.insta-deco-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65.3rem;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.insta__contents {
  width: 88.7rem;
  margin: 6.3rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
  .insta-deco-1 {
    width: 37rem;
  }
  .insta-deco-2 {
    width: 37rem;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9rem 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: 27.6rem;
  height: 27.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 15rem 0 10.3rem;
  position: relative;
}
.gallery-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 65.3rem;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.gallery__slider {
  margin: 7.3rem 0 9.2rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
  height: 21.9rem;
}
.gallery__slider .swiper-slide img {
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .gallery-deco {
    width: 45.3rem;
  }
}

/*============================
	access
============================*/
.access {
  background: url(../img/bg-access.jpg) no-repeat top center / cover;
  padding: 13.7rem 0 0;
  position: relative;
}
.access-deco {
  position: absolute;
  top: -16rem;
  right: 0;
  width: 51.8rem;
  height: auto;
  pointer-events: none;
}

.access__map {
  height: 45rem;
}

.access__contents {
  width: 144rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 5.7rem;
  margin: 10rem auto 16rem 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column-reverse;
    margin: 10rem auto 16rem;
  }
  .access-deco {
    top: -13rem;
    width: 37rem;
  }
}

.access__img {
  width: 64.7rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 17rem;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: calc(26.4/16);
}

.access__list dt {
  width: max(90px, 12.5rem);
  font-weight: 400;
  display: flex;
  padding: 2.7rem 0 0 2rem;
}

.access__list dd {
  width: calc(100% - max(90px, 12.5rem));
  border-bottom: solid 1px var(--brown);
  padding: 2.7rem 0 2.7rem 2rem;
}
.access__list dt:last-of-type {
  border: none;
}

.access__list dd:last-of-type {
  border: none;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--brown);
  }
}

@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__list {
    padding: 0;
  }
}

.access .common__btn {
  margin: 5rem 0 0 17rem;
}

@media (max-width: 767px) {
  .access .common__btn {
    margin: 5rem auto 0;
  }
}

/*============================
	cast
============================*/
.cast {
  background: var(--bg-2);
}

.cast__contents {
  width: 100%;
}
.cast h3 {
  font-size: max(16px,2.2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: calc(38/22);
  text-align: center;
  margin: 5.6rem 0 4rem;
}
.cast p {
  text-align: center;
  line-height: 2;
}

@media (max-width: 767px) {
}

.cast__inner {
  background: #000;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cast-text-wrap {
  padding: 8.7rem 6rem 8rem;
}

@media (max-width: 767px) {
  .cast__inner {
    padding: 0;
    grid-template-columns: 1fr;
  }
}

.cast__list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .cast__list {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    position: static;
  }
}

.cast__list li {
  position: absolute;
}

.cast__list li:nth-of-type(1) {
  width: 41.6rem;
  height: 37.4rem;
  top: 1px;
  left: -8px;
}

.cast__list li:nth-of-type(2) {
  width: 45.6rem;
  height: 37.9rem;
  top: -2px;
  right: -5px;
}

@media (max-width: 767px) {
  .cast__list li:nth-of-type(1),
  .cast__list li:nth-of-type(2) {
    width: 45%;
    height: 100%;
    position: static;
  }
}

.cast .common__btn {
  margin: 6rem auto 0;
}

.blog {
  width: max-content;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .blog {
    width: 500px;
  }
}

.blog__ttl {
  background-color: var(--white);
  width: 100%;
  color: var(--black);
  line-height: 1.8;
  text-align: center;
}

@media (min-width: 768px) {
  .blog iframe {
    width: 100% !important;
    height: 400px !important;
  }
}

.recruit {
  background: var(--bg-2);
  padding: 12.1rem 0 13rem;
}
.recruit-inner {
  width: 110rem;
  margin: 0 auto;
  background: url(../img/bg-recruit.jpg) no-repeat top center / cover;
  padding: 6.4rem 0 5.8rem;
  position: relative;
  border: 1px solid;
  border-image: linear-gradient(to left, #f0c131, #f8eba2);
  border-image-slice: 1;
  
}
.recruit {
  text-align: center;
}
.recruit h3 {
    font-size: max(16px,2.2rem);
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: calc(38/22);
    text-align: center;
    margin: 3.7rem 0 2.8rem;
}
.recruit p {
    text-align: center;
    line-height: 2;
}
.recruit .common__btn {
    margin: 3.7rem auto 0;
}

@media (max-width: 767px) {
  .recruit-inner {
    width: 90%;
    padding: 6rem 2rem;
  }
}