@charset "UTF-8";

/*============================
	common
============================*/
.common__btn {
  width: max(174px, 24rem);
  height: max(42px, 5.8rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--brown-light);
  width: 100%;
  height: 100%;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a::before {
  content: "";
  background: url("../img/btn_deco.png") no-repeat center / contain;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  /* height: max(90rem, 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;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}

/*============================
	concept
============================*/
.concept {
  background: var(--bg-2);
  color: var(--white);
  padding: 12rem 0 11rem;
  position: relative;
  z-index: 1;
}

.concept::before {
  content: "";
  background: url("../img/concept_deco-1.png") no-repeat center / cover;
  width: 70rem;
  height: 50rem;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .concept::before {
    width: 48rem;
    height: 34.3rem;
  }
}

.concept__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 8rem 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: 1.5rem;
  }
}

.concept__txt-wrapper h2 {
  font-size: max(16px, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.concept__txt-wrapper h2 span {
  display: block;
  width: 48.5rem;
  margin-bottom: 5.5rem;
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 4rem 0 5.5rem;
}

.concept .common__btn {
  margin: 0;
}

.concept__img {
  width: 68rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4rem 3.6rem;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .concept__img {
    width: 95vw;
  }
}

.concept__img img:nth-of-type(1) {
  width: 100%;
}

.concept__img img:not(:first-of-type) {
  width: 23.7rem;
}

@media (max-width: 767px) {
  .concept__img img:not(:first-of-type) {
    width: 44%;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 18.5rem 0 15rem;
}

.menu__ttl {
  display: block;
  width: 26rem;
  margin: 0 auto;
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 8.5rem;
  margin: 10rem auto 11rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 6rem;
}

.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.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  font-family: var(--font-en);
  font-size: max(36px, 6rem);
  font-weight: 400;
  color: var(--orange);
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.menu__img {
  width: 52rem;
  height: 100%;
  flex-shrink: 0;
}

.menu__list-item:nth-of-type(2) .menu__img {
  width: 59.6rem;
  margin: -6.5rem -1.6rem -5.5rem -6rem;
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(2) .menu__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 12rem 0 12.5rem;
  position: relative;
}

.gallery::before {
  content: "";
  background: url("../img/gallery_deco-1.png") no-repeat center / contain;
  width: 46.3rem;
  height: 50.1rem;
  position: absolute;
  top: -34.5rem;
  right: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .gallery::before {
    width: 36rem;
    height: 38.9rem;
    top: -28rem;
  }
}

.gallery__ttl {
  display: block;
  width: 39.4rem;
  margin: 0 auto;
}

.gallery__slider {
  height: 23.8rem;
  margin: 8.5rem 0 10.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 30.6rem;
}

/*============================
	news
============================*/
.news {
  padding: 13.5rem 0 15.5rem;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.news::before {
  background: url("../img/news_deco-1.png") no-repeat center / contain;
  width: 23.2rem;
  height: 22.6rem;
  top: 11.5rem;
  right: 7rem;
}

.news::after {
  background: url("../img/news_deco-2.png") no-repeat center / contain;
  width: 26.8rem;
  height: 18.8rem;
  left: 9.5rem;
  bottom: 4rem;
}

@media (max-width: 767px) {
  .news::before {
    width: 19rem;
    height: 18.5rem;
    top: 6rem;
    right: 1rem;
  }

  .news::after {
    width: 23rem;
    height: 16.1rem;
    left: 2rem;
    bottom: 1rem;
  }
}

.news__ttl {
  display: block;
  width: 24.8rem;
  margin: 0 auto;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 5.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-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;
}

/*============================
	access
============================*/
.access {
  background: url("../img/access_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 18.5rem 0;
  position: relative;
}

.access__ttl {
  display: block;
  width: 32.7rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 8rem 7rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.access__img {
  width: 65rem;
  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: 3.5rem 0 3rem;
}

.access__list dt,
.access__list dd {
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 2.3rem 1.6rem;
}

.access__list dt {
  width: max(75px, 12rem);
}

.access__list dd {
  width: calc(100% - max(75px, 12rem));
}

.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;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 13.5rem 0 16rem;
}

.insta__ttl {
  display: block;
  width: 50.5rem;
  margin: 0 auto;
}

.insta__contents {
  width: 82rem;
  margin: 10rem 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;
  }
}
