@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-ab);
  font-size: max(36px, 6.3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 2rem;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 8.2rem;
  height: 10.6rem;
}

.common__btn {
  width: max(200px, 34.4rem);
  height: max(45px, 6.6rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  font-size: max(14px, 2.1rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a::before,
.common__btn a::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  pointer-events: none;
}

.common__btn a::before {
  background: url("../img/btn_deco.png") no-repeat center / contain;
  width: max(37px, 5.7rem);
  height: max(37px, 5.7rem);
  left: 4px;
}

.common__btn a::after {
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(10px, 1.5rem);
  height: max(13.5px, 2rem);
  right: 3rem;
}

/*============================
	header
============================*/
@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    height: max(85rem, 100vh);
    padding-top: 3.5rem;
  }

  .header.top .header__logo {
    margin: 0 auto 5rem;
    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: -1rem;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(85rem, 100vh);
  padding-left: 34rem;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: 0;
  }
}

.hero::before {
  content: "";
  background-color: #e0d9c9;
  width: 100%;
  height: 70%;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  opacity: 0.4;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.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(12px, 2rem);
  transform: translate(-50%, 100%) !important;
  left: 50% !important;
  bottom: -2.5rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: #c1c2c2;
  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: #006d3f;
}

/*============================
	news
============================*/
.news {
  padding: 8.5rem 0 13.5rem;
}

.news__inner {
  width: 104rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem 7.5rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .news__inner {
    width: 90%;
    flex-direction: column;
  }
}

.news__inner::before {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 102.8rem;
  height: 102.8rem;
  position: absolute;
  left: -57rem;
  bottom: -5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .news__inner::before {
    width: 60rem;
    height: 60rem;
    left: -20rem;
  }
}

.news__ttl-wrapper {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6.5rem;
  flex-shrink: 0;
}

.news__btn {
  width: max-content;
  margin: 0 auto;
}

.news__btn a {
  border-bottom: solid 1px var(--black);
  font-size: max(12px, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 5.5rem;
  padding: 0 0.4rem 1.5rem 1.5rem;
}

.news__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw-news.png") no-repeat center / contain;
  width: max(10px, 1.8rem);
  height: max(13.5px, 2.5rem);
}

@media (min-width: 768px) {
  .news__btn {
    margin: 0;
  }

  .news__btn.sp {
    display: none;
  }
}

.CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 3.8rem;
}

@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: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.CMS-NEWS-TIME {
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: var(--bg-2);
  color: var(--white);
  position: relative;
}

.policy::before,
.policy::after {
  content: "";
  background: url("../img/policy_deco-1.png") no-repeat center top / cover;
  width: 144rem;
  height: 12rem;
  position: absolute;
  transform: translateY(-100%);
  top: 1px;
  left: 0;
  pointer-events: none;
}

.policy::after {
  content: "";
  transform: translateY(100%) scale(-1, -1);
  top: auto;
  bottom: 1px;
}

@media (max-width: 767px) {
  .policy::before,
  .policy::after {
    width: 100%;
    height: 6.4rem;
  }
}

.policy__inner {
  padding: 4.5rem 0 24rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy__inner {
    padding: 55rem 0 24rem;
  }
}

.policy__inner::before,
.policy__inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.policy__inner::before {
  background: url("../img/policy_deco-2.png") no-repeat center / contain;
  width: 111.6rem;
  height: 74.5rem;
  top: 3rem;
  left: -10.5rem;
}

.policy__inner::after {
  background: url("../img/policy_deco-3.png") no-repeat center / contain;
  width: 47rem;
  height: 36rem;
  filter: drop-shadow(0.8rem 0.8rem 0.5rem rgba(0, 0, 0, 0.4));
  left: 6.5rem;
  bottom: -24rem;
}

@media (max-width: 767px) {
  .policy__inner::before {
    width: 80rem;
    height: 53.4rem;
    top: 0;
    left: -3rem;
  }

  .policy__inner::after {
    width: 31rem;
    height: 24.5rem;
    left: 1rem;
    bottom: -16rem;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    width: 47rem;
  }
}

.policy__txt-wrapper::before,
.policy__txt-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.policy__txt-wrapper::before {
  background: url("../img/policy_txt-deco-1.png") no-repeat center / contain;
  width: 53.4rem;
  height: 52rem;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 55%;
}

.policy__txt-wrapper::after {
  background: url("../img/policy_txt-deco-2.png") no-repeat center / contain;
  width: 17.2rem;
  height: 11.4rem;
  top: -8rem;
  left: -15rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper::after {
    width: 15rem;
    height: 9.9rem;
    top: -12rem;
    left: -3rem;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(18px, 3.7rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.policy__txt-wrapper h2 strong {
  font-size: max(24px, 4.9rem);
  font-weight: 700;
  letter-spacing: 0;
}

.policy__txt-wrapper p {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3.5rem 0 8rem;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0;
  }
}

.policy__deco {
  display: block;
  width: 100rem;
  position: absolute;
  right: -5.5rem;
  bottom: -11.5rem;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy__deco {
    width: 60rem;
    right: -10rem;
    bottom: -6rem;
  }
}

/*============================
	menu
============================*/
.menu {
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.jpg") no-repeat center / cover;
  width: 100%;
  height: 80rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  left: 0;
  bottom: 0;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 57.8rem;
  height: 66rem;
  right: -7.4rem;
  bottom: -5.5rem;
}

@media (max-width: 767px) {
  .menu::before {
    height: 50rem;
  }

  .menu::after {
    width: 40rem;
    height: 45.7rem;
  }
}

.menu__inner {
  padding: 13rem 0 10.5rem;
  position: relative;
  z-index: 1;
}

.menu__inner::before,
.menu__inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu__inner::before {
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 49rem;
  height: 35.2rem;
  top: 9rem;
  right: 5rem;
}

.menu__inner::after {
  background: url("../img/menu_deco-4.png") no-repeat center / contain;
  width: 21.6rem;
  height: 16.2rem;
  left: 14rem;
  bottom: 5rem;
}

@media (max-width: 767px) {
  .menu__inner::before {
    width: 28rem;
    height: 20.1rem;
    top: 5rem;
    right: 1rem;
  }

  .menu__inner::after {
    width: 16rem;
    height: 12rem;
    left: 2rem;
    bottom: 2rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
  margin: 7rem auto 10rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list::before {
  content: "";
  background: url("../img/menu_list-deco.png") no-repeat center / contain;
  width: 21.6rem;
  height: 11.6rem;
  position: absolute;
  top: -14.6rem;
  left: 9rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list::before {
    width: 16rem;
    height: 8.6rem;
    top: -14rem;
    left: 0;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 9rem;
}

.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%;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 6rem;
    z-index: 1;
  }
}

.menu__txt-wrapper::before {
  content: "";
  background: url("../img/menu_txt-deco-1.png") no-repeat center / contain;
  width: 69.8rem;
  height: 69.2rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
  left: 40%;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper::after {
  content: "";
  background: url("../img/menu_txt-deco-2.png") no-repeat center / contain;
  width: 14.2rem;
  height: 29.4rem;
  filter: drop-shadow(0.8rem 0.8rem 0.5rem rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 0;
  left: -8rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
    left: 50%;
  }

  .menu__list-item:nth-of-type(2) .menu__txt-wrapper::after {
    width: 10rem;
    height: 20.7rem;
    left: auto;
    right: -2rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  background-color: var(--brown);
  width: max-content;
  color: var(--white);
  padding: 2.4rem 4rem;
}

.menu__txt-wrapper h3 span:nth-of-type(1) {
  margin: 0 0 2.5rem -15rem;
}

@media (min-width: 768px) {
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper h3 span:nth-of-type(1) {
    margin: 0 -6.5rem 2.5rem auto;
  }

  .menu__list-item:nth-of-type(even) .menu__txt-wrapper h3 span:nth-of-type(2) {
    margin: 0 -11.5rem 0 auto;
  }
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 span:nth-of-type(1) {
    margin: 0 0 2.5rem;
  }

  .menu__txt-wrapper h3 span:nth-of-type(2) {
    margin-left: 8rem;
  }
}

.menu__txt-wrapper h3 strong {
  font-size: max(20px, 3.5rem);
  font-weight: 700;
}

.menu__txt-wrapper h3 span:nth-of-type(1) strong:nth-of-type(1) {
  color: #f58f15;
}

.menu__txt-wrapper p {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.menu__img {
  width: 66.5rem;
  height: 100%;
  flex-shrink: 0;
}

.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;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: url("../img/gallery_bg.jpg") no-repeat center / cover;
  padding-top: 4rem;
}

@media (max-width: 767px) {
  .gallery {
    padding: 8rem 0;
  }
}

.gallery__ttl-wrapper {
  width: 104rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 4rem;
}

@media (max-width: 767px) {
  .gallery__ttl-wrapper {
    width: max-content;
  }
}

@media (min-width: 768px) {
  .gallery__ttl-wrapper .common__ttl {
    flex-direction: row;
  }
}

.gallery__ttl-wrapper .common__btn {
  margin: 0;
}

.gallery__slider {
  background-color: var(--brown);
  height: 29.6rem;
  padding: 3.5rem 0;
}

@media (max-width: 767px) {
  .gallery__slider {
    margin-bottom: 6rem;
  }
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-2);
  color: var(--white);
  padding: 4.5rem 0 6rem;
  position: relative;
}

@media (max-width: 767px) {
  .access {
    padding: 6rem 0 10rem;
    position: relative;
  }
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 25.4rem;
  height: 19rem;
  position: absolute;
  top: 6rem;
  right: 13rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 21rem;
    height: 15.7rem;
    right: 3rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 9.5rem;
  margin: 6rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 58.5rem;
  height: 100%;
  flex-shrink: 0;
  margin: 10rem 0 0 calc(50% - 50vw);
  position: relative;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__img::before {
  content: "";
  background: url("../img/access_img-deco.png") no-repeat center / contain;
  width: 29.2rem;
  height: 25.2rem;
  filter: drop-shadow(0.8rem 0.8rem 0.5rem rgba(0, 0, 0, 0.4));
  position: absolute;
  transform: translateY(-100%);
  top: -6rem;
  right: 10rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access__img::before {
    width: 21rem;
    height: 18.1rem;
    top: 4rem;
    right: auto;
    left: -2rem;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--white);
  }
}

@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;
  }
}

.access__btn {
  width: max-content;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .access__btn {
    margin: 0 0 0 auto;
  }
}

.access__btn a {
  border-bottom: solid 1px var(--white);
  font-size: max(12px, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 5.5rem;
  padding: 0 0.4rem 1.5rem 1.5rem;
}

.access__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(10px, 1.8rem);
  height: max(13.5px, 2.5rem);
}

.top__map {
  height: 37.2rem;
}

/*============================
	insta
============================*/
.insta {
  padding: 5.5rem 0 11.5rem;
  position: relative;
  overflow: hidden;
}

.insta::before {
  content: "";
  background: url("../img/insta_deco-1.png") no-repeat center / contain;
  width: 21.6rem;
  height: 11.6rem;
  position: absolute;
  top: 10.5rem;
  right: 13.5rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 18rem;
    height: 9.7rem;
    top: 5rem;
    right: 1rem;
  }
}

.insta__contents {
  width: 88.7rem;
  margin: 5.5rem auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.insta__contents::before {
  content: "";
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  width: 58.6rem;
  height: 64rem;
  position: absolute;
  transform: translateX(-100%);
  top: -23rem;
  left: 18rem;
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .insta__contents::before {
    width: 40rem;
    height: 43.7rem;
    top: -20rem;
    left: 25rem;
  }
}

.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;
  }
}

/*============================
	others
============================*/
.others {
  background-color: #f7f3eb;
  padding: 3rem 0 5.5rem;
}

.others__txt {
  display: block;
  width: max(250px, 46.6rem);
  margin: 0 auto 2rem;
}

.others__list {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 8rem;
  margin: 0 auto;
  position: relative;
}

.others__list::before,
.others__list::after {
  content: "";
  background: url("../img/others_deco.png") no-repeat center / contain;
  width: 17.6rem;
  height: 11.4rem;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

.others__list::before {
  transform: translateX(-100%);
  left: -16.5rem;
}

.others__list::after {
  transform: translateX(100%) scale(-1, 1);
  right: -16.5rem;
}

@media screen and (max-width: 767px) {
  .others__list::before,
  .others__list::after {
    width: 14rem;
    height: 9rem;
  }

  .others__list::before {
    left: -10rem;
  }

  .others__list::after {
    right: -10rem;
  }
}

.others__list li a {
  display: block;
  width: max(40px, 8rem);
}

.others__list li:nth-of-type(2) a {
  width: max(37px, 7.4rem);
}

/*============================
	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;
}
