@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-dela);
  font-size: max(24px, 4rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  font-size: max(12px, 1.8rem);
  font-style: normal;
  text-transform: uppercase;
}

.insta .common__ttl span {
  text-transform: capitalize;
}

.common__btn {
  width: max(160px, 22rem);
  height: max(40px, 4.8rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  width: 100%;
  height: 100%;
  font-family: var(--font-dela);
  font-size: max(12px, 1.8rem);
  color: var(--white);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a::before {
  content: "";
  background-color: #b40000;
  width: 95%;
  height: 100%;
  position: absolute;
  transform: translateX(-50%) skewX(-15deg);
  top: 0;
  left: 50%;
  pointer-events: none;
  z-index: -1;
}

/*============================
  header
============================*/
@media (min-width: 768px) {
  .header.top {
    width: 36rem;
    height: max(85rem, 100vh);
    padding-top: 10rem;
    padding-left: 1.5rem;
  }

  .header.top .header__logo {
    margin: 0 auto 9rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    padding-left: 4rem;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(85rem, 100vh);
  padding: 0 0 5rem 36rem;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: 0 0 5rem;
  }
}

.hero::before {
  content: "";
  background-color: var(--brown);
  width: 70%;
  height: 13rem;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.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;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: 16px;
  left: auto !important;
  right: 17rem;
  bottom: 5px !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    right: 5%;
  }
}

.hero .swiper-pagination-bullet {
  background-color: #a99054;
  width: max(10px, 1.2rem) !important;
  height: max(10px, 1.2rem) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.hero .swiper-pagination-bullet-active {
  background-color: var(--red);
}

/*============================
	news
============================*/
.news {
  padding: 11rem 0 9rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 5.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;
}

/*============================
	policy
============================*/
.policy {
  background: var(--bg-3);
  color: var(--white);
  padding: 14rem 0 13.5rem;
  position: relative;
}

.policy::before {
  content: "";
  background: url("../img/policy_deco-pc.png") no-repeat center / cover;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy::before {
    background: url("../img/policy_deco-sp.png") no-repeat center / cover;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    width: 68rem;
  }
}

.policy__txt-wrapper h2 {
  font-family: var(--font-rock);
  font-size: max(16px, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.policy__txt-wrapper h2 span {
  display: block;
  font-family: var(--font-dela);
  font-size: max(24px, 5.3rem);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 3.5rem;
}

.policy__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 5rem 0 8rem;
}

.policy__img {
  width: 70rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 14.5rem 0 12.5rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 53.6rem;
  height: 44.5rem;
  top: -19rem;
  left: 5.5rem;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 52.5rem;
  height: 37.2rem;
  top: -7.5rem;
  right: -4.5rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 38rem;
    height: 31.5rem;
    top: -12rem;
    left: 1rem;
  }

  .menu::after {
    width: 36rem;
    height: 25.5rem;
    top: -8rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
  margin: 13rem auto 9rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 12rem;
    margin: 13rem auto;
  }
}

.menu__list-item {
  display: flex;
  padding-left: 4rem;
  position: relative;
}

.menu__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
  padding: 0 4rem 0 0;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
    padding: 0;
  }
}

.menu__list-item::before {
  content: "";
  background-color: var(--brown);
  width: 104rem;
  height: 38rem;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  right: calc(50% - 50vw);
  bottom: -3.5rem;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(odd)::before {
  right: auto;
  left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .menu__list-item::before,
  .menu__list-item:nth-of-type(odd)::before {
    height: 70%;
  }
}

.menu__txt-wrapper {
  background: url("../img/menu_txt-bg.jpg") repeat center / 100% auto;
  width: 100%;
  border: solid max(3px, 0.6rem) var(--black);
  padding: 3rem 4rem 4rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: max(390px, 39rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 3rem 0 3rem -6rem;
  }

  .menu__list-item:nth-of-type(even) .menu__txt-wrapper {
    margin: 3rem -6rem 3rem 0;
  }
}

.menu__txt-wrapper h3 {
  font-family: var(--font-rock);
  font-size: max(16px, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-left: 2.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 {
    margin: 0 0 3rem;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__txt-wrapper .menu__txt-deco {
  background-color: var(--white);
  border: solid max(2px, 0.5rem) #b40000;
  font-family: var(--font-rock);
  font-size: max(14px, 2.2rem);
  font-weight: 400;
  writing-mode: horizontal-tb;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1rem 1rem 1rem 1.5rem;
  position: absolute;
  transform: rotate(-10deg);
  right: -4rem;
  bottom: -7rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper .menu__txt-deco {
    transform: rotate(-5deg);
    bottom: -9.5rem;
  }
}

.menu__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    z-index: 1;
  }
}

.menu__img figcaption {
  background-color: #b40000;
  width: max(100px, 16rem);
  height: max(100px, 16rem);
  border-radius: 50%;
  font-family: var(--font-dela);
  font-size: max(16px, 2.7rem);
  color: var(--white);
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4rem;
  left: -4.5rem;
}

.menu__list-item:nth-of-type(even) .menu__img figcaption {
  left: auto;
  right: -4.5rem;
}

@media (max-width: 767px) {
    .menu__img figcaption {
    left: -2.5rem;
  }
 .menu__list-item:nth-of-type(even) .menu__img figcaption {
    right: -2.5rem;
  }
}

.menu__list-item:nth-of-type(1) .menu__img::before {
  content: "";
  background: url("../img/menu_img-deco-1.png") no-repeat center / contain;
  width: 48.4rem;
  height: 31.8rem;
  position: absolute;
  left: -16rem;
  bottom: -19rem;
  pointer-events: none;
}

.menu__list-item:nth-of-type(2) .menu__img::before {
  content: "";
  background: url("../img/menu_img-deco-2.png") no-repeat center / contain;
  width: 36.8rem;
  height: 26.4rem;
  position: absolute;
  right: -11.5rem;
  bottom: -19rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1) .menu__img::before {
    width: 36rem;
    height: 23.6rem;
    left: auto;
    right: -6rem;
    bottom: -6rem;
  }

  .menu__list-item:nth-of-type(2) .menu__img::before {
    width: 28rem;
    height: 20rem;
    right: -4rem;
    bottom: -6rem;
  }
}

.menu__btn-list {
  width: 68rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8rem;
  margin: 0 auto 8.5rem;
}

@media (max-width: 767px) {
  .menu__btn-list {
    width: 90%;
  }
}

.menu__btn-list a {
  background-color: #ecad39;
  width: 100%;
  height: max(60px, 10rem);
  border: solid 2px var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu__btn-list li:nth-of-type(2) a {
  background-color: #b81616;
}

.menu__btn-list a img {
  width: 20rem;
  height: auto;
}

.menu__btn-list li:nth-of-type(2) a img {
  width: 13.5rem;
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 12rem 0 11rem;
}

.gallery__slider {
  height: 24.7rem;
  margin: 6rem 0 8.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.5rem;
}

/*============================
	access
============================*/
.access {
  padding: 14rem 0 20rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .access {
    padding: 14rem 0 36rem;
  }
}

.access::before {
  content: "";
  background: url("../img/access_deco-1.png") no-repeat center / contain;
  width: 44.5rem;
  height: 45.2rem;
  position: absolute;
  right: 2.4rem;
  bottom: -17.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 50rem;
    height: 50.8rem;
    right: auto;
    transform: translateX(-50%);
    left: 55%;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 10.5rem;
  margin: 14rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
    margin: 8rem auto 0;
  }
}

.access__img {
  width: 62rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 4.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 4.5rem;
  }
}

.access__list::before {
  content: "";
  background: url("../img/access_list-deco.png") no-repeat center / contain;
  width: 44.2rem;
  height: 49rem;
  position: absolute;
  top: -31.5rem;
  right: -8rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .access__list::before {
    width: 38rem;
    height: 42.1rem;
    top: -20rem;
    right: -5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 500;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
}

.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;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 14rem 0 16.5rem;
}

.insta__contents {
  width: 82rem;
  margin: 8.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: 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;
  }
}

/*============================
  parallax
============================*/
.parallax {
  width: 100%;
  height: 46rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .parallax {
    height: 40rem;
  }
}

.parallax::before {
  content: "";
  background: url("../img/parallax_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
