@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(14px, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  position: relative;
  z-index: 1;
}

.common__ttl--row {
  flex-direction: row;
  column-gap: 1.6rem;
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(36px, 6.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.common__ttl::before {
  content: "";
  display: block;
  width: 13.6rem;
  height: 8.9rem;
  filter: drop-shadow(4px 6px 3rem rgba(0, 72, 255, 0.6)) drop-shadow(4px 6px 3rem rgba(0, 72, 255, 0.6)) drop-shadow(4px 6px 3rem rgba(0, 72, 255, 0.6)) drop-shadow(4px 6px 3rem rgba(0, 72, 255, 0.6));
  position: relative;
  z-index: -1;
}

.news .common__ttl::before {
  background: url("../img/ttl_deco-news.png") no-repeat center / contain;
}

.menu .common__ttl::before {
  background: url("../img/ttl_deco-menu.png") no-repeat center / contain;
}

.gallery .common__ttl::before {
  background: url("../img/ttl_deco-gallery.png") no-repeat center / contain;
}

.recruit .common__ttl::before {
  background: url("../img/ttl_deco-recruit.png") no-repeat center / contain;
}

.access .common__ttl::before {
  background: url("../img/ttl_deco-access.png") no-repeat center / contain;
}

.common__btn {
  width: max(160px, 20.3rem);
  height: max(45px, 5.9rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  width: 100%;
  height: 100%;
  border: solid max(2px, 0.3rem) var(--white);
  font-family: var(--font-en);
  font-weight: 400;
  font-size: max(14px, 2rem);
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(10px, 1.3rem);
  height: max(9px, 1.2rem);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(85rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.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: 16.5rem 0 11.5rem;
}

.CMS-NEWS-INDEX {
  width: 113.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 5.9rem;
  margin: 6.5rem auto;
}

@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: 25rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  font-weight: 500;
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--white);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-family: var(--font-en);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.jpg") no-repeat center / cover;
  padding: 13rem 0;
}

.concept__contents {
  width: 112rem;
  display: flex;
  gap: 6rem 7.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

.concept__txt-wrapper h2 {
  font-size: max(18px, 3.2rem);
  font-weight: 700;
}

.concept__txt-wrapper h2 span {
  font-family: var(--font-en);
  font-size: max(18px, 3.6rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.4rem;
}

.concept__txt-wrapper h2 span::before {
  content: "";
  display: block;
  background-color: var(--white);
  width: max(14px, 2rem);
  height: 2px;
}

.concept__txt-wrapper h2 span::after {
  content: "";
  background: url("../img/ttl_deco-concept.png") no-repeat center / contain;
  width: 10rem;
  height: 10.3rem;
  filter: drop-shadow(4px 6px 3rem rgba(0, 72, 255, 0.6)) drop-shadow(4px 6px 3rem rgba(0, 72, 255, 0.6)) drop-shadow(4px 6px 3rem rgba(0, 72, 255, 0.6)) drop-shadow(4px 6px 3rem rgba(0, 72, 255, 0.6));
}

.concept__txt-wrapper h3 {
  font-family: var(--font-en);
  font-size: max(18px, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 4rem;
}

.concept__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  line-height: 2;
  margin: 2.4rem 0;
}

@media (min-width: 768px) {
  .concept__txt-wrapper p {
    padding-right: 5rem;
  }

  .concept .common__btn {
    margin: 0;
  }
}

.concept__img {
  width: 58rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
  }
}

.concept__img::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 18.6rem;
  height: 17.3rem;
  position: absolute;
  transform: rotate(9deg);
  right: -5rem;
  bottom: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .concept__img::after {
    right: -2rem;
  }
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-2);
  padding: 13rem 0;
}

.menu__contents {
  background-color: var(--black);
  width: 110rem;
  border: solid 1px var(--white);
  display: flex;
  column-gap: 8rem;
  padding: 8rem 15rem;
  margin: 5rem auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
    column-gap: 5%;
    padding: 8rem 5%;
  }
}

.menu__contents::before {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 12.7rem;
  height: 11.9rem;
  position: absolute;
  left: 6.4rem;
  bottom: 12.8rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__contents::before {
    left: 4%;
    bottom: 4%;
  }
}

.menu__ttl {
  font-family: var(--font-en);
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  color: var(--brown);
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}

.menu__contents-inner {
  width: 100%;
}

.menu__list-wrapper h4 {
  border-bottom: solid 1px var(--brown);
  font-size: max(14px, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 2rem 0;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .menu__list-wrapper h4 {
    margin-bottom: 1rem;
  }
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
}

@media (max-width: 767px) {
  .menu__list {
    row-gap: 0;
  }
}

.menu__list dt,
.menu__list dd {
  font-size: max(14px, 2rem);
  letter-spacing: 0.05em;
  padding: 2rem 0;
}

.menu__list dt {
  width: max(110px, 21.5rem);
  font-weight: 700;
}

.menu__list dd {
  width: calc(100% - max(110px, 21.5rem));
  border-bottom: dashed 1px var(--white);
  font-weight: 500;
}

@media (min-width: 768px) {
  .menu__list dt {
    border-bottom: dashed 1px var(--white);
  }
}

@media (max-width: 767px) {
  .menu__list dt,
  .menu__list dd {
    width: 100%;
  }

  .menu__list dt {
    padding: 3rem 0 1rem;
  }

  .menu__list dd {
    padding: 0 0 2rem;
  }
}

.menu__txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 4rem 0;
}

@media (min-width: 768px) {
  .menu .common__btn {
    margin: 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  padding: 13rem 0;
}

.gallery__slider {
  height: 23rem;
  margin: 6rem 0;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.6rem;
  margin: 0 0.8rem;
}

/*============================
	recruit
============================*/
.recruit {
  background-color: var(--black);
  padding: 13rem 0;
}

.recruit__contents {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  width: 110rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
  padding: 7.5rem 0;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .recruit__contents {
    width: 90%;
    padding: 7.5rem 0;
  }
}

.recruit__contents::before {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 17.3rem;
  height: 16.2rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .recruit__contents::before {
    width: 15rem;
    height: 14rem;
    transform: none;
    top: auto;
    right: 4%;
    bottom: 5%;
  }
}

/*============================
	access
============================*/
.access {
  padding: 13rem 0;
}

.access__contents {
  width: 114rem;
  display: flex;
  gap: 2rem 7rem;
  margin: 6rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 73rem;
  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-bottom: 4rem;
}

.access__list dt {
  width: max(75px, 11rem);
  font-size: max(12px, 1.8rem);
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.access__list dd {
  width: calc(100% - max(75px, 11rem));
  border-bottom: solid 1px var(--white);
  padding: 2rem 3rem;
}

@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 {
    display: block;
    padding: 2rem 0 1rem;
  }

  .access__list dd {
    padding: 0 0 2rem;
    position: relative;
  }

  .access__list dd::before {
    content: "";
    background-color: var(--brown);
    width: 20%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    pointer-events: none;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.top__map {
  height: 45rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 13rem 0;
}

.insta__contents {
  width: 81.2rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.6rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 10) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 26rem;
  height: 26rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
  parallax
============================*/
.parallax {
  width: 100%;
  height: 46rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .parallax {
    height: 40rem;
  }
}

.parallax::before {
  content: "";
  background: url("../img/parallax_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
