@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  width: max(216px, 34rem);
  height: max(70px, 11rem);
  font-family: var(--font-dela);
  font-size: max(24px, 3.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  margin: 0 auto;
  position: relative;
}

.insta .common__ttl {
  text-transform: capitalize;
}

.common__ttl span {
  filter: drop-shadow(0 0 1rem #ff7a00);
}

.common__ttl--blue span {
  filter: drop-shadow(0 0 1rem #3361ad);
}

.common__ttl--pink span {
  filter: drop-shadow(0 0 1rem #f05dba);
}

.common__ttl span:nth-of-type(2) {
  font-size: max(12px, 1.8rem);
}

.common__ttl::before,
.common__ttl::after {
  content: "";
  width: 100%;
  height: calc(100% - 1.3rem);
  border: solid max(2px, 0.3rem) var(--white);
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(0 0 1.5rem var(--yellow));
}

.common__ttl--blue::before,
.common__ttl--blue::after {
  filter: drop-shadow(0 0 1.5rem #3361ad);
}

.common__ttl--pink::before,
.common__ttl--pink::after {
  filter: drop-shadow(0 0 1.5rem #f05dba);
}

.common__ttl::before {
  border-right: none;
  border-bottom: none;
  top: 0;
  left: 0;
}

.common__ttl::after {
  border-top: none;
  border-left: none;
  right: 0;
  bottom: 0;
}

.common__btn {
  width: max(172px, 22.1rem);
  height: max(40px, 5.1rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_bg.png") no-repeat center / contain;
  width: 100%;
  height: 100%;
  font-family: var(--font-dela);
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn--y a {
  background: url("../img/btn_bg-y.png") no-repeat center / contain;
  color: var(--red);
}

/*============================
	header
============================*/
@media (min-width: 768px) {
  .header.top {
    width: 36rem;
    height: max(80rem, 100vh);
    padding-top: 8rem;
  }

  .header.top .header__logo {
    margin: 0 auto 10rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
    align-items: center;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(80rem, 100vh);
  padding-left: 36rem;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: 0;
  }
}

@media (min-width: 768px) {
  .hero::before {
    content: "";
    background-color: #895c43;
    width: 100rem;
    height: calc(100% + 5rem);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 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: max(12px, 1.8rem);
  left: auto !important;
  right: 17rem;
  bottom: -5rem !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    right: 5%;
  }
}

.hero .swiper-pagination-bullet {
  background-color: var(--yellow);
  width: max(9px, 1.2rem) !important;
  height: max(9px, 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: 13.5rem 0 8.5rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 3rem 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 {
  border-top: solid 1px var(--white);
  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-2);
  padding: 14.5rem 0 10rem;
  position: relative;
  z-index: 1;
}

.policy::before,
.policy::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 44.3rem;
  height: 31.6rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.policy::after {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .policy::before,
  .policy::after {
    width: 32rem;
    height: 22.8rem;
  }
}

.policy__txt-wrapper {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.policy__txt-wrapper h2 {
  font-family: var(--font-dela);
  font-size: max(24px, 5.3rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  filter: drop-shadow(0 0 1rem var(--yellow));
}

@media screen and (max-width: 767px) {
  .policy__txt-wrapper h2 {
    font-size: max(21px, 4rem);
  }
}

.policy__txt-wrapper h3 {
  font-family: var(--font-rock);
  font-size: max(16px, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 6.5rem;
}

.policy__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 4.5rem auto 7rem;
}

@media screen and (min-width: 768px) {
  .policy__txt-wrapper p {
    width: 68rem;
  }
}

.policy__deco {
  width: 65rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .policy__deco {
    width: 45rem;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 13.5rem 0 17.5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu {
    padding: 18rem 0;
  }
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 57.1rem;
  height: 39rem;
  top: -4rem;
  left: -2.5rem;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 59.4rem;
  height: 38.2rem;
  top: -18.5rem;
  right: -4.5rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 40rem;
    height: 27.3rem;
    top: -4rem;
    left: -3rem;
  }

  .menu::after {
    width: 41rem;
    height: 26.3rem;
    top: -8rem;
    right: -4.5rem;
  }
}

.menu__list {
  width: 106rem;
  display: flex;
  flex-direction: column;
  row-gap: 11.5rem;
  margin: 8rem auto 16rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    margin: 8rem auto 25rem;
  }
}

.menu__list-item {
  display: flex;
  align-items: center;
  position: relative;
}

.menu__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.menu__list-item:nth-of-type(1) {
  z-index: 3;
}

.menu__list-item:nth-of-type(2) {
  z-index: 2;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}

.menu__list-item:nth-of-type(2)::before,
.menu__list-item:nth-of-type(2)::after,
.menu__list-item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.menu__list-item:nth-of-type(2)::before {
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 34.1rem;
  height: 30rem;
  top: -22.5rem;
  right: calc(50% - 50vw);
}

.menu__list-item:nth-of-type(2)::after {
  background: url("../img/menu_deco-4.png") no-repeat center / contain;
  width: 44.5rem;
  height: 27.8rem;
  bottom: -12.5rem;
  left: calc(50% - 50vw);
}

.menu__list-item:nth-of-type(3)::before {
  background: url("../img/menu_deco-5.png") no-repeat center / contain;
  width: 36.5rem;
  height: 39.1rem;
  right: -15.5rem;
  bottom: -32rem;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(2)::before {
    width: 30rem;
    height: 26.4rem;
    top: -16rem;
  }

  .menu__list-item:nth-of-type(2)::after {
    width: 35rem;
    height: 21.8rem;
    bottom: -18rem;
  }

  .menu__list-item:nth-of-type(3)::before {
    width: 28rem;
    height: 30rem;
    right: -3rem;
    bottom: -24rem;
  }
}

.menu__txt-wrapper {
  background: url("../img/menu_txt-bg.jpg") repeat center / 100% auto;
  width: 100%;
  padding: 4rem 5rem 4.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: max(360px, 36rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-left: -6rem;
  }

  .menu__list-item:nth-of-type(even) .menu__txt-wrapper {
    margin: 0 -6rem 0 0;
  }
}

.menu__txt-wrapper h3 {
  font-family: var(--font-rock);
  font-size: max(16px, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 3rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 {
    margin: 0 0 3rem;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid max(5px, 1rem) var(--white);
  filter: drop-shadow(0 0 1.2rem #faff7f);
  position: absolute;
  top: 5.5rem;
  left: -4.5rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .menu__img::before {
    top: 5rem;
    left: -3rem;
  }
}

.menu__img figcaption {
  background: url("../img/menu_txt-deco.png") no-repeat center / contain;
  width: max(100px, 17.4rem);
  height: max(116px, 20.2rem);
  font-family: var(--font-dela);
  font-size: max(16px, 2.7rem);
  font-weight: 400;
  color: #d3b563;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -2rem;
  bottom: -5.5rem;
}

.menu__list-item:nth-of-type(2) .menu__img figcaption {
  left: auto;
  right: -2rem;
}

.menu__list-item:nth-of-type(3) .menu__img figcaption {
  left: 1rem;
}

@media (max-width: 767px) {
  .menu__img figcaption {
    left: -2rem;
    bottom: 1rem;
  }

  .menu__list-item:nth-of-type(2) .menu__img figcaption {
    left: auto;
    right: -2rem;
  }

  .menu__list-item:nth-of-type(3) .menu__img figcaption {
    left: -2rem;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-3);
  padding: 9rem 0 10rem;
}

.gallery__slider {
  height: 24.7rem;
  margin: 5.5rem 0 8rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.5rem;
}

/*============================
	access
============================*/
.access {
  padding: 13.5rem 0 16rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 29rem;
  height: 22.6rem;
  position: absolute;
  top: 6rem;
  right: 3rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .access::before {
    width: 23rem;
    height: 17.9rem;
    top: 3rem;
    right: 2rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 10.5rem;
  margin: 8.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 62rem;
  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: -2.5rem 0 4rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 4rem;
  }
}

.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(--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;
  }
}

/*============================
	others
============================*/
.others {
  background: var(--bg-2);
  padding: 14rem 0 16rem;
}

.others__list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 5.4rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .others__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.others__list li {
  background: url("../img/others_bg-1.jpg") no-repeat center / cover;
  border: solid max(2px, 0.4rem) var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9rem 7.5rem 5rem;
}

.others__list li:nth-of-type(2) {
  background: url("../img/others_bg-2.jpg") no-repeat center / cover;
}

.others__list h3 {
  font-family: var(--font-dela);
  font-size: max(24px, 3.8rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  position: relative;
}

.others__list h3 span {
  font-size: max(12px, 1.8rem);
  text-transform: uppercase;
}

.others__list h3::before {
  content: "";
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 16rem;
  height: 17.6rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: -1;
}

.others__list p {
  text-align: center;
  margin: 6rem 0 4rem;
}

/*============================
	insta
============================*/
.insta {
  padding: 14rem 0 18rem;
  position: relative;
}

.insta::before,
.insta::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 44.3rem;
  height: 31.6rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.insta::after {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .insta::before,
  .insta::after {
    width: 32rem;
    height: 22.8rem;
  }
}

.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;
}
