@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 400;
  color: #a78858;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl--wt {
  color: #f0e9de;
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(28px, 4.8rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 18.8rem;
  height: 6.5rem;
}

.common__ttl--wt::before {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.common__btn {
  width: max(190px, 34rem);
  height: max(45px, 6.2rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 2.8rem;
  position: relative;
}

.common__btn a::after {
  content: "";
  background-color: var(--brown);
  width: 5.2rem;
  height: 1px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  pointer-events: none;
}

.common__btn span {
  width: 100%;
  height: 100%;
  border: solid 1px var(--brown);
  font-family: var(--font-en);
  color: var(--brown);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before,
.hero::after {
  content: "";
  width: 100%;
  height: 36rem;
  opacity: 0.75;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.hero::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  top: 0;
}

.hero::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  bottom: 0;
}

.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;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.hero__scroll {
  font-family: var(--font-en);
  font-size: max(12px, 1.8rem);
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 1px;
  height: max(40px, 7.6rem);
  animation: scroll 2.5s infinite;
}

/*============================
	news
============================*/
.news {
  padding: 5rem 0 7rem;
}

.CMS-NEWS-INDEX {
  width: 110rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
  margin: 4rem auto 4.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: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  font-family: var(--font-zen);
  margin-right: 1.2rem;
}

.CMS-NEWS-TIME {
  font-family: var(--font-en);
  margin-bottom: 0.5rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/policy_bg.jpg") no-repeat center / cover;
  color: #f0e9de;
  padding: 10.5rem 0;
}

.policy__txt-wrapper {
  width: 92rem;
  border: solid 1px #b3b3b3;
  text-align: center;
  padding: 6rem 9rem 8rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .policy__txt-wrapper {
    width: 90%;
    padding: 5rem 6rem 7rem;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(18px, 3rem);
  font-weight: 200;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
  margin-bottom: 3rem;
}

.policy__txt-wrapper h2::before {
  content: "";
  display: block;
  background: url("../img/policy_txt-deco.png") no-repeat center / contain;
  width: max(271px, 42.6rem);
  height: max(7px, 1.1rem);
}

.policy__txt-wrapper p {
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.policy__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.policy__deco span {
  width: calc(100% + 6px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  transform: translateX(-50%);
  top: -3px;
  left: 50%;
}

.policy__deco span:nth-of-type(2) {
  top: auto;
  bottom: -3px;
}

.policy__deco span::before,
.policy__deco span::after {
  content: "";
  display: block;
  background: url("../img/policy_frame.png") no-repeat center / contain;
  width: max(60px, 11.6rem);
  height: max(60px, 11.6rem);
}

.policy__deco span::after {
  transform: scale(-1, 1);
}

.policy__deco span:nth-of-type(2):before {
  transform: scale(1, -1);
}

.policy__deco span:nth-of-type(2):after {
  transform: scale(-1, -1);
}

/*============================
	menu
============================*/
.menu {
  padding: 8rem 0 16rem;
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
  margin: 6.5rem auto 0;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem;
}

.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%;
}

.menu__txt-wrapper h3 {
  font-size: max(18px, 3rem);
  font-weight: 200;
  letter-spacing: 0.1em;
}

.menu__txt-wrapper h3 span {
  display: block;
  width: 33.6rem;
  margin: -3rem 0 -1.5rem -9rem;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper h3 span {
  width: 28.6rem;
  margin: -4rem -9rem 0 auto;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 span,
  .menu__list-item:nth-of-type(2) .menu__txt-wrapper h3 span {
    margin: 0 0 2rem auto;
  }
}

.menu__txt-wrapper p {
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin: 3rem 0 5rem;
}

@media (min-width: 768px) {
  .menu .common__btn {
    margin: 0;
  }
}

.menu__img {
  width: 65rem;
  height: 100%;
  flex-shrink: 0;
}

.menu__list-item:nth-of-type(odd) .menu__img {
  margin-right: -9rem;
}

.menu__list-item:nth-of-type(even) .menu__img {
  margin-left: -9rem;
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(odd) .menu__img,
  .menu__list-item:nth-of-type(even) .menu__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	cast
============================*/
.cast {
  background: url("../img/cast_bg-1.jpg") no-repeat center / cover;
  border-top: solid max(4px, 0.6rem) #966a31;
  padding: 8.5rem 0;
}

.cast__contents {
  background: linear-gradient(90deg, #a77e46, #c29955 20%, #c29854 37%, #ad813f 57%, #d8c089 78%, #966a31);
  width: 110rem;
  padding: max(3px, 0.4rem);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cast__contents {
    width: 90%;
  }
}

.cast__txt-wrapper {
  background: url("../img/cast_bg-2.jpg") no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  padding: 2rem 0 4rem;
}

@media (max-width: 767px) {
  .cast__txt-wrapper {
    flex-direction: column;
    padding: 5rem;
  }
}

@media (min-width: 768px) {
  .cast .common__btn {
    margin: 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  border-top: solid max(4px, 0.6rem) #966a31;
  border-bottom: solid max(4px, 0.6rem) #966a31;
  padding: 10rem 0;
}

.gallery__slider {
  height: 22.6rem;
  margin: 5.5rem 0 6rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
}

/*============================
	access
============================*/
.access {
  background: url("../img/access_bg.jpg") no-repeat center / cover;
  color: var(--black);
  padding: 7.5rem 0 8rem;
}

.access__map {
  height: 50rem;
  margin: 4rem 0 6rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 7rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 55rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.5rem 2rem;
}

.access__list dt {
  width: max(85px, 12.5rem);
  font-weight: 400;
  display: flex;
  justify-content: center;
}

.access__list dd {
  width: calc(100% - max(85px, 12.5rem));
  border-bottom: solid 1px #c8a063;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--black);
  }

  .access__list dt:first-of-type {
    border-top: solid 1px var(--black);
  }

  .access__list dd:first-of-type {
    border-top: solid 1px #c8a063;
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    display: block;
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
    position: relative;
  }

  .access__list dd::before {
    content: "";
    background-color: var(--black);
    width: 25%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    pointer-events: none;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  border-top: solid max(4px, 0.6rem) #966a31;
  border-bottom: solid max(4px, 0.6rem) #966a31;
  padding: 8.5rem 0 12rem;
}

.insta__contents {
  width: 82.7rem;
  margin: 5.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: 5rem 5.4rem;
}

.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: 24rem;
  height: 24rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	recruit
============================*/
.recruit {
  background: url("../img/recruit_bg-1.jpg") no-repeat center / cover;
  color: #f0e9de;
  padding: 8rem 0 6.5rem;
}

.recruit__contents {
  background: linear-gradient(90deg, #a77e46, #c29955 20%, #c29854 37%, #ad813f 57%, #d8c089 78%, #966a31);
  width: 110rem;
  padding: max(3px, 0.4rem);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recruit__contents {
    width: 90%;
  }
}

.recruit__txt-wrapper {
  background: url("../img/recruit_bg-2.jpg") no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  padding: 3rem;
}

@media (max-width: 767px) {
  .recruit__txt-wrapper {
    flex-direction: column;
    padding: 5rem;
  }
}

.recruit__contents p {
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .recruit .common__btn {
    margin: 0;
  }
}
