@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl span {
  font-size: max(21px, 3rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.common__btn {
  width: max(140px, 17.5rem);
  height: max(40px, 4.8rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  width: 100%;
  height: 100%;
  border: solid 1px var(--brown);
  font-size: max(12px, 1.4rem);
  color: var(--brown);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn--bl a {
  border: solid 1px var(--black);
  color: var(--black);
}

.common__btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px var(--brown);
  border-top: none;
  border-left: none;
  box-sizing: content-box;
  position: absolute;
  top: 4px;
  left: 3px;
  pointer-events: none;
}

.common__btn--bl a::before {
  border: solid 1px var(--black);
  border-top: none;
  border-left: none;
}

/*============================
	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: 29rem;
  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 15rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 5.5rem auto 9.5rem;
}

@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(--white);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.jpg") no-repeat center / cover;
  padding: 13.5rem 0 17rem;
}

.concept__txt-wrapper {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    width: 74.5rem;
  }
}

.concept__txt-wrapper h2 {
  font-size: max(24px, 4rem);
  font-weight: 500;
  color: var(--brown);
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.concept__txt-wrapper h2 span {
  display: block;
  width: 16rem;
  margin: 0 auto 2rem;
}

.concept__txt-wrapper h3 {
  font-size: max(16px, 2.6rem);
  letter-spacing: 0.05em;
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 4rem 0 7.5rem;
}

@media (min-width: 768px) {
  .concept__txt-wrapper p {
    padding: 0 3rem;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 10rem 0 15rem;
  position: relative;
  overflow: hidden;
}

.menu::before {
  content: "";
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 82.8rem;
  height: 124.4rem;
  position: absolute;
  transform: translateY(-50%);
  top: 40%;
  left: -8rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu::before {
    width: 60rem;
    height: 90.1rem;
  }
}

.menu__contents {
  background: url("../img/texture-2.jpg") repeat center top / 144rem auto;
  width: 90rem;
  color: var(--black);
  display: flex;
  justify-content: space-between;
  padding: 3rem 6rem 3rem 7rem;
  margin: 6rem auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__contents {
    background: url("../img/texture-2.jpg") repeat center top / 76.7rem auto;
    width: 80%;
    flex-direction: column;
    padding: 4.5rem 4rem;
  }
}

.menu__contents::before,
.menu__contents::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu__contents::before {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 44.4rem;
  height: 32.6rem;
  top: -19.5rem;
  right: -32.5rem;
}

.menu__contents::after {
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 12rem;
  height: 21rem;
  right: -3.6rem;
  bottom: -11rem;
}

@media (max-width: 767px) {
  .menu__contents::before {
    width: 36rem;
    height: 26.4rem;
    top: -15rem;
    right: -18rem;
  }

  .menu__contents::after {
    width: 10rem;
    height: 17.5rem;
    right: -4rem;
    bottom: -8rem;
  }
}

.menu__list {
  width: 35rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  padding-top: 1.5rem;
}

.menu__list-1 {
  width: 37.5rem;
  border-right: solid 1px var(--black);
  padding: 1.5rem 4.5rem 0 0;
}

@media (max-width: 767px) {
  .menu__list {
    width: 100%;
    padding: 0 1.5rem;
  }

  .menu__list-1 {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px var(--black);
    padding: 0 1.5rem 4.5rem;
    margin-bottom: 4.5rem;
  }
}

.menu__list dt,
.menu__list dd {
  font-size: max(14px, 2.2rem);
  letter-spacing: 0.1em;
}

.menu__list dt {
  width: 20rem;
  font-weight: 500;
}

.menu__list-2 dt {
  width: 100%;
}

.menu__list dd {
  width: 12.5rem;
}

.menu__list-2 dd {
  width: 100%;
  text-align: right;
}

.menu__contents p {
  display: block;
  width: max-content;
  border: solid 1px var(--black);
  padding: 0.4rem 1rem;
  margin: 3rem 0 0 auto;
}

/*============================
	gallery
============================*/
.gallery {
  border-top: solid 2rem var(--brown);
  padding: 11rem 0 12rem;
}

.gallery__slider {
  height: 22rem;
  margin: 8.5rem 0 7.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 30rem;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-2);
  color: var(--black);
  padding: 12.5rem 0 16.5rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 6rem;
  margin: 9rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 49rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 4.5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.5rem 1.6rem;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 500;
}

.access__list dd {
  width: calc(100% - max(75px, 11rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--black);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: 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 {
    padding: 0 1.6rem 2rem;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.top__map {
  height: 45rem;
}

/*============================
	insta
============================*/
.insta {
  background: url("../img/insta_bg.jpg") no-repeat center / cover;
  padding: 13rem 0 15rem;
}

.insta__contents {
  width: 88.7rem;
  margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 2.9rem;
}

.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;
  }
}

/*============================
	parallax
============================*/
.parallax {
  width: 100%;
  height: 48rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  background: url("../img/parallax_bg.jpg") no-repeat center / cover;
}

@media screen and (max-width: 767px) {
  .parallax {
    height: 50rem;
  }
}

/* .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;
} */
