@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(12px, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  font-size: max(21px, 3.4rem);
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.common__btn {
  width: max(150px, 20.4rem);
  height: max(40px, 5.5rem);
  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%;
  color: #1f040d;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 max(6px, 0.8rem) max(5px, 0.7rem) 0;
  position: relative;
}

.common__btn--bl a {
  background: url("../img/btn_bg-bl.png") no-repeat center / contain;
  color: var(--white);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  width: 100%;
  height: 12.5rem;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
}

.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: 2rem;
  transform: translateX(-50%) !important;
  left: 50% !important;
  bottom: 3.5rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: #d7d0c0;
  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(--yellow);
}

/*============================
	news
============================*/
.news {
  padding: 17rem 0 16.5rem;
  position: relative;
}

.news::before {
  content: "";
  width: calc(100% - 12rem);
  height: calc(100% - 12rem);
  border: solid 2px var(--yellow);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

@media (max-width: 767px) {
  .news::before {
    width: 90%;
    height: calc(100% - 8rem);
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 4.5rem auto 6rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 80%;
    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(--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: 15.5rem 0 10.5rem;
}

.concept__contents {
  width: 110rem;
  display: flex;
  gap: 7.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: 2rem;
  }
}

.concept__txt-wrapper h2 {
  font-size: max(16px, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.concept__txt-wrapper h2 span {
  display: block;
  font-size: max(30px, 6.7rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5rem;
}

.concept__txt-wrapper p {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3.5rem 0 7.5rem;
}

@media (min-width: 768px) {
  .concept .common__btn {
    margin: 0;
  }
}

.concept__img {
  width: 70rem;
  height: 100%;
  flex-shrink: 0;
  margin-right: calc(50% - 50vw);
  position: relative;
}

@media (max-width: 767px) {
  .concept__img {
    width: 110%;
    margin-left: auto;
  }
}

.concept__img::before {
  content: "";
  background: url("../img/concept_img-deco.png") no-repeat center / contain;
  width: 55.8rem;
  height: 47.7rem;
  position: absolute;
  right: -4.5rem;
  bottom: -24rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .concept__img::before {
    width: 50rem;
    height: 42.7rem;
    right: -4rem;
    bottom: -10rem;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 14.5rem 0 15rem;
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 10.5rem;
  margin: 11rem auto 12rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 5rem 9.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%;
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper h3 {
  color: var(--blue);
}

.menu__list-item:nth-of-type(3) .menu__txt-wrapper h3 {
  color: var(--yellow);
}

.menu__txt-wrapper h3 span {
  display: block;
  width: max-content;
  font-family: var(--font-menu);
  font-size: max(24px, 5.9rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 1rem -5rem;
  transform: rotate(-10deg);
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper h3 span {
  margin: 0 0 1rem -6rem;
}

.menu__list-item:nth-of-type(3) .menu__txt-wrapper h3 span {
  margin: 0 0 1rem -6.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 span,
  .menu__list-item:nth-of-type(2) .menu__txt-wrapper h3 span,
  .menu__list-item:nth-of-type(3) .menu__txt-wrapper h3 span {
    margin: 0 0 1rem -3rem;
  }
}

.menu__txt-wrapper p {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__img {
  width: 56rem;
  height: 100%;
  border-radius: 2.5rem;
  flex-shrink: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--yellow);
  padding: 14.5rem 0 12.5rem;
}

.gallery__slider {
  height: 20rem;
  margin: 6rem 0 9rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 29rem;
  border-radius: 1rem;
  margin: 0 0.7rem;
  overflow: hidden;
}

/*============================
	access
============================*/
.access {
  padding: 13rem 0 17rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 22.9rem;
  height: 25.7rem;
  position: absolute;
  right: 6.5rem;
  bottom: 4.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 20rem;
    height: 22.4rem;
    right: 2rem;
    bottom: 2rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 8.5rem;
  margin: 7.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 55rem;
  height: 100%;
  border-radius: 2.5rem;
  flex-shrink: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 6.5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 6.5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 3.4rem 1.6rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 700;
  color: var(--red);
}

.access__list dt:nth-of-type(even) {
  color: var(--blue);
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
  font-weight: 500;
}

.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: 42rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 14.5rem 0 20rem;
}

.insta__contents {
  width: 88.7rem;
  margin: 7.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;
  border-radius: 1.2rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	parallax
============================*/
.parallax {
  width: 100%;
  height: 40rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

.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;
}
