@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 700;
  color: var(--brown);
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  position: relative;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  display: block;
  font-family: var(--font-en);
  font-size: max(28px, 4.8rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 0.1em;
}

.common__ttl::before {
  content: "";
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 16.8rem;
  height: 16.8rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 35%;
  left: 50%;
  pointer-events: none;
  z-index: -1;
}

.common__ttl--wt::before {
  background: url("../img/ttl_deco-bl.png") no-repeat center / contain;
}

.common__btn {
  width: max(192px, 24rem);
  height: max(40px, 5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: var(--brown);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/*============================
	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, var(--white), var(--brown));
  width: 100%;
  height: 37.5rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  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;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 7.5rem auto;
}

@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: 17rem 0 13.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .concept {
    padding: 17rem 0 15rem;
  }
}

.concept::before,
.concept::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.concept::before {
  background: url("../img/concept_deco-1.png") no-repeat center / contain;
  width: 41.8rem;
  height: 41.8rem;
  mix-blend-mode: multiply;
  top: 0;
  right: 0;
}

.concept::after {
  background: url("../img/concept_deco-2.png") no-repeat center / contain;
  width: 60.8rem;
  height: 41.3rem;
  left: 4.5rem;
  bottom: -15.5rem;
}

@media (max-width: 767px) {
  .concept::before {
    width: 30rem;
    height: 30rem;
  }

  .concept::after {
    width: 43rem;
    height: 29.2rem;
    left: auto;
    right: 1rem;
    bottom: -13rem;
  }
}

.concept__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem 8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

@media (max-width: 767px) {
  .concept__txt-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.concept__txt-wrapper h2 {
  font-size: max(18px, 3.2rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  order: 2;
}

.concept__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 4rem 0 4.5rem;
  order: 3;
}

.concept .common__btn {
  order: 4;
  margin: 0;
}

.concept__img-list {
  width: 67rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin: 6.5rem -12rem 0 0;
}

@media (max-width: 767px) {
  .concept__img-list {
    width: 100%;
    order: 1;
    margin: 0 0 5rem;
  }
}

.concept__img {
  width: 62.4rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  position: relative;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
    margin: 0;
  }
}

.concept__img figcaption {
  display: block;
  width: 38.8rem;
  position: absolute;
  top: -10.5rem;
  right: -12.5rem;
}

@media (max-width: 767px) {
  .concept__img figcaption {
    right: 2rem;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 15.5rem 0 15rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu {
    padding: 18rem 0 15rem;
  }
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 32.8rem;
  height: 32.2rem;
  top: 11rem;
  right: 13.5rem;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 30.2rem;
  height: 32.2rem;
  right: 12rem;
  bottom: 9rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu::before {
    width: 23rem;
    height: 22.5rem;
    top: 16rem;
    right: 2rem;
  }

  .menu::after {
    width: 24rem;
    height: 25.5rem;
    right: 1rem;
    bottom: max(120px, 21rem);
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 13.5rem;
  margin: 14.5rem auto 14rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    margin: 14.5rem auto 20rem;
  }
}

.menu__list-item {
  display: flex;
  align-items: center;
}

.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 {
  background: url("../img/menu_txt-bg.jpg") repeat center top / 100% auto;
  width: 100%;
  color: var(--brown);
  padding: 4.5rem 5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    margin-right: -12rem;
  }

  .menu__list-item:nth-of-type(even) .menu__txt-wrapper {
    margin: 0 0 0 -12rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  width: 18.2rem;
  position: absolute;
  top: -5rem;
  left: 1rem;
}

.menu__list-item:nth-of-type(even) .menu__txt-wrapper h3 span {
  width: 20.8rem;
  top: -6rem;
  left: auto;
  right: 1rem;
}

.menu__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__img {
  width: 70rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-3);
  padding: 15rem 0 14.5rem;
  position: relative;
}

.gallery::before,
.gallery::after {
  content: "";
  background: url("../img/gallery_deco.png") no-repeat center / cover;
  width: 144rem;
  height: 4.2rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.gallery::after {
  top: auto;
  bottom: 0;
}

.gallery__slider {
  height: 22.6rem;
  margin: 6rem 0 9.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
}

/*============================
	access
============================*/
.access {
  padding: 18rem 0 13rem;
  position: relative;
}

.access::before,
.access::after {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 37.2rem;
  height: 37.2rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.access::after {
  transform: scale(-1, -1);
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .access::before,
  .access::after {
    width: 30rem;
    height: 30rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 8rem;
  margin: 9rem auto 9.5rem;
}

@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;
}

@media (min-width: 768px) {
  .access__list {
    height: 100%;
    margin-top: 4rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.3rem 1.6rem;
}

.access__list dt {
  width: max(75px, 10rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 10rem));
}

.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;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 14rem 0 15.5rem;
}

.insta__contents {
  width: 82rem;
  margin: 9rem auto 0;
}

@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;
  }
}
