@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 400;
  font-size: 6.4rem;
  letter-spacing: 0.08em;
  font-family: "Parisienne", cursive;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__btn {
  width: max(150px, 20rem);
  height: max(31px, 4.8rem);
  margin: 0 auto;
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.common__btn a img {
  object-fit: contain;
}

.common__btn a span {
  width: 100%;
  height: 100%;
  border: solid 1px var(--blue);
  font-family: var(--font-en);
  color: var(--blue);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before,
.hero::after {
  content: "";
  width: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  z-index: 2;
}

.hero::before {
  background: url("../img/hero_bg-1.png") no-repeat center / cover;
  height: 18.8rem;
  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: 7.5rem 0 7.3rem;
  color: #FFF;
}
.policy h2 {
  margin: -3rem auto 0;
  white-space: nowrap;
  font-family: "Parisienne", cursive;
  font-size: 6.4rem;
  letter-spacing: 0.08em;
}
.policy__contents {
  width: 109.7rem;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .policy {
    padding: 10rem 0;
  }
  .policy__contents {
    width: 90%;
    height: initial;
    padding: 6rem 5% 5rem;
    padding: 0;
    background: initial;
  }
}

.policy__contents h3 {
  font-size: max(14px, 2.2rem);
  font-weight: 900;
  color: #FFF;
  letter-spacing: 0.2em;
  line-height: calc(38/22);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  width: 74.2rem;
  margin: 3.3rem auto 3.6rem;
  letter-spacing: 0.05em;
}


.policy__contents p {
  font-size: max(10px, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 2rem;
  width: 84.8rem;
  font-weight: 500;
  margin: 0 auto 5.4rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .policy__contents p {
    width: 100%;
  }
  .policy__contents h2 {
    margin: 0 auto;
  }
  .policy__contents h3 {
    width: 100%;
    padding: 0 2rem;
  }
}

/*============================
	menu
============================*/
.menu {
  background: url("../img/menu-bg.jpg") no-repeat center / cover;
  padding: 15.5rem 0 23rem;
  position: relative;
  color: #FFF;
}
.menu .common__ttl {
  margin: 0 auto;
  color: #FFF;
}

@media (max-width: 767px) {
  .menu {
    padding: 10rem 0;
  }
  .menu .common__ttl {
    width: 15.8rem;
  }
}

.menu__contents {
  width: 109.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 11rem auto 0;
}

@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 43.3rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    padding-top: 0;
    width: 100%;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(14px, 2.2rem);
  font-weight: 900;
  letter-spacing: 0.1em;

}

.menu__txt-wrapper p {
  font-size: max(10px, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 3.5rem 0 5rem;
}

@media (min-width: 768px) {
  .menu .common__btn {
    margin: 0 auto 0 0;
  }
}

.menu__img {
  width: 60rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    margin: 0 auto 5rem;
  }
  .menu__txt-wrapper p {
    text-align: left;
  }
}

/*============================
	news
============================*/
.news {
  background: url(../img/menu-bg.jpg) top center / cover;
  padding: 12.6rem 0 15.5rem;
  color: #FFF;
  position: relative;
}
.news .common__ttl {
  color: #FFF;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: flex;
  gap: 6rem 2.6rem;
  margin: 5.2rem auto 8rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    flex-direction: column;
  }
  .news {
    padding: 10rem 0;
  }
}

.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;
  color: #FFF;
}

.CMS-NEWS-TIME {
  border-bottom: 1px solid #FFF;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	insta
============================*/
.insta {
  background: url(../img/menu-bg.jpg) no-repeat center / cover;
  padding: 11.9rem 0 13.3rem;
  color: #FFF;
}
.insta h2 {
  margin: 0 auto;
}

.insta__contents {
  width: 88.7rem;
  margin: 9.4rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
  .insta {
    padding: 10rem 0;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.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: url(../img/bg-gallery.jpg) top center / cover;
  padding: 10.6rem 0 12.1rem;
}
.gallery h2 {
  margin: 0 auto;
  color: #000;
}

.gallery__slider {
  margin: 6.4rem 0 8.9rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 30.1rem;
  height: 21.9rem;
}
.gallery__slider .swiper-slide img {
  padding: 0 5px;
}
.CMS-NOT-EDITABLE-AREA {
  height: 100%;
}
@media (max-width: 767px) {
  .gallery {
    padding: 10rem 0;
  }
}

/*============================
	recruit
============================*/
.recruit {
  background: url(../img/bg-recruit.jpg) top center / cover;
  padding: 10.6rem 0 9.6rem;
  color: #FFF;
}
.recruit__contents {
  margin: 0 auto;
}

.recruit h2 {
  margin: 0 auto 5.2rem;
  white-space: nowrap;
}

.recruit p {
  letter-spacing: 0.1em;
  line-height: calc(30/16);
  margin-bottom: 7.3rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .recruit__contents {
    width: 90%;
    margin: 0 auto;
    padding: 10rem 0;
  }
}
