@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(21px, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl-i {
  font-size: max(25px, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}

.common__ttl span {
  font-size: max(12px, 1.4rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.common__ttl-i span {
  font-size: max(15px, 1.4rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.common__btn {
  width: max(185.8px, 20.9rem);
  height: max(40px, 4.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%;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn--wt a {
  background: url("../img/btn_bg-wt.png") no-repeat center / contain;
  color: var(--white);
}

/*============================
	header
============================*/
.header.top {
  height: max(90rem, 100vh);
}

@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    padding-top: 4rem;
  }

  .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;
    align-items: center;
  }

  .header.top .header__sns {
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  .header.top {
    height: max(95rem, 100vh);
  }
}

@media (max-width: 850px) {
  .header.top {
    height: max(100rem, 100vh);
  }
}

@media (max-width: 767px) {
  .header.top {
    height: auto;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  padding-left: 34rem;
  position: relative;
}

@media (max-width: 1000px) {
  .hero {
    height: max(95rem, 100vh);
  }
}

@media (max-width: 850px) {
  .hero {
    height: max(100rem, 100vh);
  }
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: 0;
  }
}

.hero::before {
  content: "";
  background: linear-gradient(0deg, var(--white), #231815);
  width: 100%;
  height: 18rem;
  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 {
  color: var(--white);
  padding: 13.5rem 0 27rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 5rem auto 6.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 {
  font-weight: 300;
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--white);
  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-bottom: 19.5rem;
  position: relative;
}

.concept::before {
  content: "";
  background: var(--bg-2);
  width: 100%;
  height: 15rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  transform: translateY(-100%);
  top: 1px;
  left: 0;
  pointer-events: none;
}

.concept__contents {
  width: 105rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 4rem 12rem;
  margin: 10.5rem auto 0;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
  margin-bottom: 8rem;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    height: max(580px, 58rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: -1rem;
    margin-bottom: 13rem;
  }
}

.concept__txt-wrapper h3 {
  border: solid 1px var(--black);
  border-top: none;
  border-bottom: none;
  font-size: max(16px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0 2.2rem;
  margin-left: 3rem;
}

@media (max-width: 767px) {
  .concept__txt-wrapper h3 {
    border: solid 1px var(--black);
    border-left: none;
    border-right: none;
    padding: 0.8rem 0;
    margin: 0 0 3rem;
  }
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.concept__img-list {
  width: 77.8rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .concept__img-list {
    width: 90%;
    margin: 0;
  }
}

.concept__img-list li:nth-of-type(2) {
  width: 44.4rem;
  margin: -15.5rem -12rem 0 auto;
}

@media (max-width: 767px) {
  .concept__img-list li:nth-of-type(2) {
    width: 50%;
    margin: -15.5rem -7rem 0 auto;
  }
}

/*============================
	menu
============================*/
.menu {
  background-color: var(--black);
  color: var(--white);
  padding-top: 12rem;
  position: relative;
}

.menu::before {
  content: "";
  background-color: var(--black);
  width: 100%;
  height: 14rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  transform: translateY(100%);
  left: 0;
  bottom: 1px;
  pointer-events: none;
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 6.5rem;
  margin: 8rem auto 14.5rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 8rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 7rem;
}

.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__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 1.5rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.menu__txt-wrapper h3 span {
  display: block;
  font-size: max(12px, 1.6rem);
  font-weight: 500;
  color: #828282;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.menu__txt-wrapper p {
  border-top: solid 1px var(--white);
  letter-spacing: 0.1em;
  line-height: 2.5;
  padding-top: 2.5rem;
  margin-top: 3rem;
}

.menu__img {
  width: 51rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 22rem 0 24.5rem;
}

.gallery__slider {
  height: 20.9rem;
  margin: 6.5rem 0 8.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28.7rem;
  margin: 0 0.5rem;
}

/*============================
	access
============================*/
.access {
  color: var(--white);
  padding-bottom: 17rem;
  position: relative;
}

.access::before {
  content: "";
  background: var(--bg-1);
  width: 100%;
  height: 14.5rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  transform: translateY(-100%);
  top: 1px;
  left: 0;
  pointer-events: none;
}

.access__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 9.5rem;
  margin: 11rem auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 62rem;
  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;
  margin: -2.5rem 0 8rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 8rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 11rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    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;
  }
}

.top__map {
  height: 37.2rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 12.5rem 0 16.5rem;
}

.insta__contents {
  width: 90rem;
  margin: 8rem auto 10rem;
}

@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: 28rem;
  height: 28rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

.insta__list {
  width: 90rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.8rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .insta__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}
