@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  display: block;
  width: max-content;
  font-family: var(--font-gothic);
  font-size: max(28px, 5.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 auto;
}

.common__btn {
  width: max(219px, 33.3rem);
  height: max(50px, 7.6rem);
  margin: 0 auto;
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.8rem);
  font-weight: 500;
  color: #e0d9c9;
  letter-spacing: 0.3em;
  position: relative;
}

.common__btn a::before {
  content: "";
  background: url("../img/btn_bg.png") no-repeat center / contain;
  width: max(219px, 33.2rem);
  height: max(58px, 8.8rem);
  position: absolute;
  top: max(3px, 0.4rem);
  left: max(10px, 1.4rem);
}

.common__btn span {
  background-color: #4f4038;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.common__btn span::before,
.common__btn span::after {
  content: "";
  position: absolute;
}

.common__btn span::before {
  background: url("../img/btn_deco.png") no-repeat center / contain;
  width: 10.2rem;
  height: 7.7rem;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.common__btn span::after {
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(10px, 1.6rem);
  height: max(15px, 2.4rem);
  transform: translateY(-50%);
  top: 50%;
  right: 4.3rem;
}

/*============================
	header
============================*/
@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    height: max(90rem, 100vh);
  }

  .header.top .header__logo {
    margin: 0 auto 8rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
  }

  .header__nav-list li::before {
    transform: translate(-100%, -50%);
    top: 50%;
    left: -1.5rem;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  padding-left: 34rem;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: 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;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: max(14px, 2rem);
  transform: translate(-50%, 100%) !important;
  left: 50% !important;
  bottom: -2.5rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: var(--light-blue);
  width: max(10px, 1.3rem) !important;
  height: max(10px, 1.3rem) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.hero .swiper-pagination-bullet-active {
  background-color: var(--brown);
}

/*============================
	news
============================*/
.news {
  padding: 15rem 0 4rem;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.news::before {
  background-color: #eae4da;
  width: 100%;
  height: calc(100% + 58rem);
  clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
  opacity: 0.4;
  mix-blend-mode: multiply;
  left: 0;
  bottom: -20rem;
}

.news::after {
  background: url("../img/news_deco.png") no-repeat center / contain;
  width: 36.6rem;
  height: 18.8rem;
  top: 7rem;
  left: 0;
}

@media (max-width: 767px) {
  .news::after {
    width: 30rem;
    height: 15.4rem;
    top: 3rem;
  }
}

.news__inner {
  width: 114rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 6rem 7.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .news__inner {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
}

.news__ttl-wrapper {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6.5rem;
  flex-shrink: 0;
}

.news__btn a {
  display: block;
  width: 20.4rem;
  border-bottom: solid 1px #000;
  font-family: var(--font-serif);
  font-size: max(12px, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.3em;
  padding: 1.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .news__btn a {
    width: max(130px, 20.4rem);
  }
}

.news__btn a::before {
  content: "";
  background: url("../img/news_btn-arw.png") no-repeat center / contain;
  width: 1.8rem;
  height: 2.4rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0.3rem;
}

.CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 16rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  font-weight: 500;
}

.CMS-NEWS-LINK {
  margin-top: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: var(--bg-2);
  color: var(--white);
  clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
  padding: 14rem 0 18rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy {
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    padding: 70rem 0 18rem;
  }
}

.policy::before {
  content: "";
  background: url("../img/policy.png") no-repeat center / contain;
  width: 80rem;
  height: 69.8rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy::before {
    transform: none;
    top: 0;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    width: 54rem;
  }
}

.policy__txt-wrapper h2 {
  font-family: var(--font-gothic);
  font-size: max(24px, 5rem);
  font-weight: 700;
}

.policy__txt-wrapper p {
  font-weight: 500;
  line-height: 2;
  margin: 3rem 0 2.5rem;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 8.5rem 0 8rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu {
    padding: 12rem 0;
  }
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 94rem;
  height: 107rem;
  top: -17.5rem;
  right: 0;
  z-index: -1;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 57.8rem;
  height: 39.7rem;
  top: -20rem;
  right: -3rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 70rem;
    height: 79.7rem;
    top: -12rem;
  }

  .menu::after {
    width: 36rem;
    height: 24.7rem;
    top: -12rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
  margin: 13.5rem auto 8rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    margin: 10rem auto 8rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 12rem 7.5rem;
}

.menu__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 11rem;
  }
}

.menu__txt-wrapper h3 {
  font-family: var(--font-gothic);
  font-size: max(24px, 5rem);
  font-weight: 700;
  position: relative;
}

.menu__txt-wrapper h3 span {
  width: 16.6rem;
  height: 17.2rem;
  font-size: max(16px, 3.1rem);
  color: #009fff;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10rem;
  right: -8rem;
}

.menu__list-item:nth-of-type(even) .menu__txt-wrapper h3 span {
  left: -15rem;
  right: auto;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 span,
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper h3 span {
    width: 16.6rem;
    height: 17.2rem;
    top: -10rem;
    right: 0;
    left: auto;
  }
}

.menu__txt-wrapper h3 span::before {
  content: "";
  background: url("../img/menu_txt-deco.png") no-repeat center / contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (min-width: 768px) {
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper h3 span::before {
    transform: scale(-1, 1);
  }
}

.menu__txt-wrapper p {
  font-weight: 500;
  line-height: 2;
  margin-top: 2rem;
}

.menu__img {
  width: 66.5rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.menu__list-item:nth-of-type(odd) .menu__img {
  margin-left: calc(50% - 50vw);
}

.menu__list-item:nth-of-type(even) .menu__img {
  margin-right: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(odd) .menu__img,
  .menu__list-item:nth-of-type(even) .menu__img {
    width: 100%;
    margin: 0;
  }
}

.menu__list-item:nth-of-type(1) .menu__img::before {
  content: "";
  background: url("../img/menu_img-deco.png") no-repeat center / contain;
  width: 29.4rem;
  height: 24.8rem;
  position: absolute;
  left: 4.5rem;
  bottom: -9rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1) .menu__img::before {
    left: 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  color: var(--white);
}

@media (max-width: 767px) {
  .gallery {
    padding-bottom: 8rem;
  }
}

.gallery__ttl-wrapper {
  width: 108rem;
  height: 22.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .gallery__ttl-wrapper {
    width: 90%;
    height: auto;
    flex-direction: column;
    padding: 8rem 0;
  }
}

.gallery .common__ttl {
  margin: 0;
}

.gallery .common__btn {
  margin: 6rem auto 0;
}

@media (min-width: 768px) {
  .gallery .common__btn {
    margin: 0;
  }
}

.gallery__slider {
  height: 22.6rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
}

/*============================
	access
============================*/
.access {
  padding: 12.5rem 0 9rem;
  position: relative;
}

.access::before,
.access::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.access::before {
  background-color: #eae4da;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}

.access::after {
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 48.2rem;
  height: 24.8rem;
  top: 2rem;
  right: 0;
}

@media (max-width: 767px) {
  .access::after {
    width: 28rem;
    height: 14.4rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 5.5rem;
  margin: 10rem auto 7.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 62.5rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .access__list {
    margin-top: -1.5rem;
  }
}

.access__list dt,
.access__list dd {
  padding: 2rem;
}

.access__list dt {
  width: max(95px, 14rem);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.access__list dd {
  width: calc(100% - max(95px, 14rem));
  border-bottom: solid 1px #776b57;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px #776b57;
  }
}

@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;
  }
}

.top__map {
  height: 37.2rem;
}

/*============================
	insta
============================*/
.insta {
  padding: 8.5rem 0 6.5rem;
}

.insta__contents {
  width: 88.7rem;
  margin: 6.5rem 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: 45rem;
  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;
}
