@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-ab);
  font-size: max(24px, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}

.common__ttl span {
  display: block;
  font-family: var(--font-zen);
  font-size: max(14px, 2rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.insta .common__ttl span {
  text-transform: capitalize;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(28px, 4.5rem);
  height: max(28px, 4.5rem);
}

.common__btn {
  width: max(173.3px, 22.1rem);
  height: max(40px, 5.1rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_bg.png") no-repeat center / contain;
  width: 100%;
  height: 100%;
  font-family: var(--font-zen);
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__line {
  background: url("../img/line.jpg") no-repeat center / cover;
  width: 100%;
  height: 4rem;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 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;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: max(12px, 2rem);
  transform: translate(-50%, 100%) !important;
  left: 50% !important;
  bottom: -15px !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: var(--yellow);
  width: 8px !important;
  height: 8px !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(--red);
}

/*============================
	news
============================*/
.news {
  padding: 8rem 0;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  background: url("../img/news_deco.png") no-repeat center / contain;
  width: 30.4rem;
  height: 26.8rem;
  position: absolute;
  top: 6px;
  right: 0;
  pointer-events: none;
}

.news::after {
  transform: scale(-1, -1);
  top: auto;
  right: auto;
  left: 0;
  bottom: 6px;
}

@media (max-width: 767px) {
  .news::before,
  .news::after {
    width: 21rem;
    height: 18.5rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 3.5rem auto 7rem;
}

@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 {
  font-family: var(--font-zen);
  font-weight: 500;
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--black);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: var(--bg-2);
  padding: 14rem 0 19.5rem;
  position: relative;
}

.concept::before,
.concept::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.concept::before {
  background: url("../img/concept_deco-1.png") no-repeat center / contain;
  width: 34.8rem;
  height: 26.2rem;
  top: -6.2rem;
  right: 1.2rem;
}

.concept::after {
  background: url("../img/concept_deco-2.png") no-repeat center / contain;
  width: 35.8rem;
  height: 23.6rem;
  left: 1.3rem;
  bottom: 3.2rem;
}

@media (max-width: 767px) {
  .concept::before {
    width: 25rem;
    height: 18.8rem;
  }

  .concept::after {
    width: 24rem;
    height: 15.8rem;
  }
}

.concept__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 8.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    padding-top: 6.5rem;
  }
}

.concept__txt-wrapper h2 {
  font-family: var(--font-ab);
  font-size: max(18px, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.15em;
}

.concept__txt-wrapper p {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin: 2rem 0 6rem;
}

@media (min-width: 768px) {
  .concept .common__btn {
    margin: 0;
  }
}

.concept__img {
  width: 72.8rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  position: relative;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
    margin: 0;
  }
}

.concept__img::before {
  content: "";
  background: url("../img/concept_img-deco.png") no-repeat center / contain;
  width: 30.1rem;
  height: 24.5rem;
  position: absolute;
  right: -4.4rem;
  bottom: -12rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .concept__img::before {
    width: 24rem;
    height: 19.5rem;
    bottom: -8rem;
  }
}

.concept__img img {
  border-radius: 4rem;
}

/*============================
	menu
============================*/
.menu {
  padding: 9rem 0 11.5rem;
  position: relative;
}

.menu::before {
  content: "";
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 42.4rem;
  height: 38rem;
  position: absolute;
  top: -18.5rem;
  right: 11rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu::before {
    width: 30rem;
    height: 26.9rem;
    top: -12rem;
    right: 0;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 20rem;
  margin: 20rem auto 25.5rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 8rem;
    margin: 35rem auto 45rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 7rem;
  position: relative;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.menu__list-item:nth-of-type(2)::before,
.menu__list-item:nth-of-type(2)::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(2)::before {
  background: url("../img/menu_list-deco-1.png") no-repeat center / contain;
  width: 11.4rem;
  height: 12rem;
  top: -17.5rem;
  left: -11rem;
}

.menu__list-item:nth-of-type(2)::after {
  background: url("../img/menu_list-deco-2.png") no-repeat center / contain;
  width: 12.2rem;
  height: 12.2rem;
  top: 4.5rem;
  right: -13.5rem;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(2)::before {
    top: -3rem;
    left: -3rem;
  }

  .menu__list-item:nth-of-type(2)::after {
    top: 55rem;
    right: 0;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    width: 44rem;
  }
}

.menu__txt-wrapper h3 {
  font-family: var(--font-ab);
  font-size: max(18px, 3.2rem);
  font-weight: 400;
  color: var(--red);
  letter-spacing: -0.1em;
  margin-bottom: 2rem;
}

.menu__txt-wrapper p {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.4;
}

.menu__img {
  display: block;
  width: 71.8rem;
  position: absolute;
  top: -16.5rem;
  right: -13rem;
}

.menu__list-item:nth-of-type(2) .menu__img {
  width: 68.5rem;
  right: auto;
  top: -15rem;
  left: -7rem;
}

@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%;
    position: static;
  }
}

.menu__deco {
  display: block;
  position: absolute;
  pointer-events: none;
}

.menu__deco-1 {
  width: 61.3rem;
  top: 4.5rem;
  left: -3.6rem;
}

.menu__deco-2 {
  width: 67.1rem;
  right: 2.5rem;
  bottom: 6rem;
}

@media (max-width: 767px) {
  .menu__deco-1 {
    top: 25rem;
    left: -18rem;
  }

  .menu__deco-2 {
    right: -5rem;
    bottom: 25rem;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 5rem 0 8rem;
}

.gallery__slider {
  height: 23.5rem;
  margin: 7rem 0;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 32.5rem;
}

/*============================
	access
============================*/
.access {
  padding: 8rem 0 11rem;
  position: relative;
}

.access::before,
.access::after {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / cover;
  width: 35.2rem;
  height: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -0.8rem;
  pointer-events: none;
  z-index: -1;
}

.access::after {
  transform: translateY(-50%) scale(-1, 1);
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .access::before,
  .access::after {
    background: url("../img/access_deco.png") no-repeat center right / cover;
    width: 30rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 5.7rem;
  margin: 7.5rem auto 5.5rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 50rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .access__list {
    margin-top: -2rem;
  }
}

.access__list dt {
  width: max(80px, 12rem);
  font-size: max(12px, 1.4rem);
  font-weight: 800;
  display: flex;
  justify-content: center;
  padding: 2.1rem 0;
}

.access__list dd {
  width: calc(100% - max(80px, 12rem));
  font-size: max(12px, 1.8rem);
  padding: 2.1rem 0 2.1rem 5rem;
  position: relative;
}

.access__list dd:not(:last-of-type)::before {
  content: "";
  background: url("../img/access__line.png") no-repeat center / cover;
  width: calc(100% + max(80px, 12rem));
  height: max(3px, 0.4rem);
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    display: block;
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }

  .access__list dd:not(:last-of-type)::before {
    width: 100%;
  }
}

.access__list dt span {
  background-color: var(--red);
  width: max(70px, 8.6rem);
  height: max-content;
  border-radius: 5rem;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 0 2px;
}

.top__map {
  height: 38.4rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 8.5rem 0 16rem;
  position: relative;
}

.insta::before {
  content: "";
  background: url("../img/insta_deco-1.png") no-repeat center / contain;
  width: 29.8rem;
  height: 19.6rem;
  position: absolute;
  top: 13rem;
  left: 4.5rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 23rem;
    height: 15.1rem;
    top: 3rem;
    left: 1rem;
  }
}

.insta__contents {
  width: 78.8rem;
  margin: 7.5rem auto 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.insta__contents::before,
.insta__contents::after {
  content: "";
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  width: 48.8rem;
  height: 32.2rem;
  position: absolute;
  top: -19.8rem;
  right: -28.4rem;
  pointer-events: none;
  z-index: -1;
}

.insta__contents::after {
  top: auto;
  right: auto;
  left: -31rem;
  bottom: -10.5rem;
}

@media screen and (max-width: 767px) {
  .insta__contents::before,
  .insta__contents::after {
    width: 32rem;
    height: 21.1rem;
    top: -10rem;
    right: -8rem;
  }

  .insta__contents::after {
    top: auto;
    right: auto;
    left: -3rem;
    bottom: -10rem;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.7rem;
}

.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: 25.1rem;
  height: 25.1rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	parallax
============================*/
.parallax {
  width: 100%;
  height: 38.5rem;
  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;
}
