@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-en);
  font-size: max(28px, 4.8rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}

.common__ttl span {
  display: block;
  width: max-content;
  background: var(--grad-w);
  background-size: 100% 100%;
  background-position: center;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.common__ttl::before,
.common__ttl::after {
  content: "";
  display: block;
}

.common__ttl::before {
  background: url("../img/ttl_deco-1.png") no-repeat center / contain;
  width: max(65px, 11.1rem);
  height: max(20px, 3.5rem);
}

.common__ttl::after {
  background: url("../img/ttl_deco-2.png") no-repeat center / contain;
  width: max(52px, 8.9rem);
  height: max(14px, 2.4rem);
}

.common__btn {
  width: max(160px, 20rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.common__line {
  display: block;
  background: url("../img/line.jpg") no-repeat center / cover;
  width: 100%;
  height: 3rem;
}

/*============================
	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, #fff, #231815);
  width: 100%;
  height: 21rem;
  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 {
  background: url("../img/news_bg.jpg") no-repeat center / cover;
  padding: 9.5rem 0 10rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 3.5rem auto 5.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 {
  padding-top: 1rem;
  margin-top: 1rem;
  position: relative;
}

.CMS-NEWS-LINK::before {
  content: "";
  background: var(--grad-w);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	menu
============================*/
.menu {
  background: url("../img/menu_bg.jpg") no-repeat center / cover;
}

.menu__txt-wrapper {
  width: 70rem;
  text-align: center;
  padding: 10rem 11rem 12.5rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    width: 90%;
    padding: 10rem 5% 12.5rem;
  }
}

.menu__txt-wrapper::before {
  content: "";
  background-color: #4b2d00;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.menu__txt-wrapper h3 {
  font-size: max(14px, 2.2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 6rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 2.5rem 0 8.5rem;
}

/*============================
	gallery
============================*/
.gallery {
  background: url("../img/gallery_bg.jpg") no-repeat center / cover;
  padding: 7.5rem 0 11.5rem;
}

.gallery__slider {
  height: 22rem;
  margin: 5.5rem 0 8rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 30.1rem;
}

/*============================
	others
============================*/
.others {
  background: url("../img/others_bg.jpg") no-repeat center / cover;
  padding: 8rem 0 9rem;
  position: relative;
  z-index: 1;
}

.others__list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4.8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .others__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.others__list li {
  padding: 8rem 4rem 7.5rem;
  position: relative;
}

.others__list li::before,
.others__list li::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.others__list li::before {
  background-color: var(--black);
  mix-blend-mode: multiply;
  opacity: 0.8;
  inset: 0;
}

.others__list li::after {
  background: url("../img/others_frame.png") no-repeat center / 100% 100%;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.others .common__ttl::before,
.others .common__ttl::after {
  display: none;
}

.others__list p {
  font-size: max(14px, 2.2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 4.5rem 0 5rem;
}

/*============================
	access
============================*/
.access {
  padding: 9.5rem 0 14.5rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 7.5rem;
  margin: 6.5rem auto 5.5rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  margin-right: 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: -2rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.5rem 1.6rem;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 500;
}

.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: 45rem;
}

/*============================
	insta
============================*/
.insta {
  background: url("../img/insta_bg.jpg") no-repeat center / cover;
  padding: 11rem 0 12.5rem;
}

.insta__contents {
  width: 88.7rem;
  margin: 6.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;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
