@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(12px, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  display: block;
  font-family: var(--font-adobe);
  font-size: max(40px, 6rem);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: -1rem;
}

.insta .common__ttl span {
  margin: 0;
}

.common__btn {
  width: max-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  width: 100%;
  height: 100%;
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.common__btn--wt a {
  color: var(--white);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(42.7px, 5.7rem);
  height: max(18px, 2.4rem);
}

.common__btn--wt a::after {
  background: url("../img/btn_arw-wt.png") no-repeat center / contain;
}

/*============================
	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: 13rem;
  opacity: 0.6;
  mix-blend-mode: multiply;
  position: absolute;
  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: 13.5rem 0 12.5rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 7.5rem auto 10.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(--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);
  color: var(--white);
  padding: 15rem 0 9.5rem;
}

.concept__inner {
  width: 110rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .concept__inner {
    width: 90%;
  }
}

.concept__ttl {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  top: -4.5rem;
  right: 4.5rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .concept__ttl {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media (max-width: 767px) {
  .concept__ttl {
    right: auto;
    top: 18rem;
    left: -2rem;
  }
}

.concept__ttl span {
  display: block;
  background-color: #bb9342;
  width: max-content;
  height: max-content;
  padding: 1.5rem;
}

.concept__ttl span:nth-of-type(2) {
  margin: 8rem 1.5rem 0 0;
}

@media (max-width: 767px) {
  .concept__ttl span {
    padding: 1rem 1.5rem;
  }

  .concept__ttl span:nth-of-type(2) {
    margin: 1.5rem 0 0 6rem;
  }
}

.concept__img {
  width: 100%;
  position: relative;
}

.concept__frame {
  width: 100%;
  height: 100%;
  border-left: solid 1px #c98c00;
  border-right: solid 1px #c98c00;
  position: absolute;
  top: 2rem;
  left: 2rem;
  pointer-events: none;
}

.concept__frame::before,
.concept__frame::after {
  content: "";
  background: linear-gradient(90deg, #c98c00 36%, #ffe200 58%, #c98c00 73%, #874700 84%, #c98c00 94%);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.concept__frame::after {
  top: auto;
  bottom: 0;
}

.concept__txt-wrapper {
  width: 100%;
  display: flex;
  gap: 3rem 4.5rem;
  margin: 8rem 0;
}

@media (max-width: 767px) {
  .concept__txt-wrapper {
    flex-direction: column;
  }
}

.concept__txt-wrapper h3 {
  display: block;
  width: 29rem;
  height: 100%;
  flex-shrink: 0;
}

.concept__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

/*============================
	menu
============================*/
.menu {
  padding: 13.5rem 0;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 32rem;
  height: 32.4rem;
  top: 11rem;
  right: 7.5rem;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 22.4rem;
  height: 30.4rem;
  left: 6rem;
  bottom: 8rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 24rem;
    height: 24.3rem;
    top: 2rem;
    right: 2rem;
  }

  .menu::after {
    width: 16rem;
    height: 21.7rem;
    left: 2rem;
    bottom: 2rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  margin: 7.5rem auto 13rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 8rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 8rem;
}

.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: 4rem;
  }

  .menu__list-item:nth-of-type(1) {
    padding-top: 7rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(14px, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  font-family: var(--font-en);
  font-size: max(24px, 4rem);
  font-weight: 300;
  color: #a5a5a5;
  letter-spacing: 0;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 3rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__img {
  width: 56rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 10.5rem 0 13rem;
}

.gallery__slider {
  height: 22.6rem;
  margin: 7.5rem 0 9rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
}

/*============================
	access
============================*/
.access {
  padding: 17rem 0 20rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 8rem;
  margin: 7.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
  margin: 1rem 0 8rem;
}

@media (max-width: 767px) {
  .access__list {
    row-gap: 0;
    margin: 0 0 8rem;
  }
}

.access__list dt {
  background-color: #474747;
  width: max(75px, 10rem);
  height: max(30px, 4rem);
  font-weight: 400;
  color: var(--white);
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}

.access__list dd {
  width: calc(100% - max(75px, 10rem));
  padding: 0.9rem 0 0 4rem;
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.top__map {
  height: 37.2rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 13rem 0 17.5rem;
  position: relative;
}

.insta::before,
.insta::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.insta::before {
  background: url("../img/insta_deco-1.png") no-repeat center / contain;
  width: 25.6rem;
  height: 29.8rem;
  top: 9rem;
  right: 9rem;
}

.insta::after {
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  width: 17.4rem;
  height: 23.8rem;
  bottom: 6rem;
  left: 11rem;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 20rem;
    height: 23.2rem;
    top: 4rem;
    right: 1rem;
  }

  .insta::after {
    width: 14rem;
    height: 19.1rem;
    bottom: 2rem;
    left: 1rem;
  }
}

.insta__contents {
  width: 82rem;
  margin: 7.5rem auto 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

.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: 26.1rem;
  height: 26.1rem;
  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;
}

@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;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
