@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-mincho);
  font-size: max(24px, 3.3rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  font-size: max(14px, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl::before,
.common__ttl span::before {
  content: "";
  display: block;
}

.common__ttl::before {
  background: url("../img/ttl_deco-1.png") no-repeat center / contain;
  width: max(67px, 10.4rem);
  height: max(18px, 2.8rem);
}

.common__ttl span::before {
  background: url("../img/ttl_deco-2.png") no-repeat center / contain;
  width: max(66px, 8.8rem);
  height: max(6px, 0.8rem);
}

.common__ttl--wt::before {
  background: url("../img/ttl_deco-1-wt.png") no-repeat center / contain;
}

.common__ttl--wt span::before {
  background: url("../img/ttl_deco-2-wt.png") no-repeat center / contain;
}

.common__btn {
  width: max(150px, 18rem);
  height: max(40px, 4.8rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--brown);
  width: 100%;
  height: 100%;
  border: solid 1px var(--black);
  font-size: max(12px, 1.4rem);
  font-weight: 600;
  color: var(--black);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn--wt a {
  border: solid 1px var(--white);
}

.common__btn a::before,
.common__btn a::after {
  content: "";
  position: absolute;
}

.common__btn a::before {
  width: 100%;
  height: 100%;
  border: solid 1px var(--black);
  box-sizing: content-box;
  top: max(3px, 0.4rem);
  left: max(4px, 0.5rem);
  z-index: -1;
}

.common__btn--wt a::before {
  border: solid 1px var(--white);
}

.common__btn a::after {
  background-color: var(--red);
  width: max(12px, 1.7rem);
  height: max(12px, 1.7rem);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: max(4px, 0.7rem);
  bottom: max(5px, 0.8rem);
}

@media (min-width: 768px) {
  .common__btn a:hover {
    background-color: var(--black);
    color: var(--white);
    opacity: 1;
  }

  .common__btn--wt a:hover {
    background-color: var(--white);
    color: var(--black);
  }
}

/*============================
	header
============================*/
@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    height: max(90rem, 100vh);
    padding-top: 10rem;
  }

  .header.top .header__logo {
    margin: 0 auto 11rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
    align-items: center;
  }

  .header__nav-list li::before {
    transform: translate(-100%, -50%);
    top: 50%;
    left: -1rem;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  padding-left: 34rem;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: 0;
  }
}

.hero::before {
  content: "";
  background: linear-gradient(180deg, rgba(61, 28, 4, 0), rgba(61, 28, 4, 1));
  width: calc(100% - 34rem);
  height: 10.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero::before {
    width: 100%;
  }
}

.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: 14px;
  left: auto !important;
  right: 15rem;
  bottom: 3.5rem !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    right: 5%;
  }
}

.hero .swiper-pagination-bullet {
  background-color: var(--white);
  width: 9px !important;
  height: 9px !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(--brown);
}

/*============================
	news
============================*/
.news {
  background: var(--bg-3);
  color: var(--white);
  padding: 5.5rem 0 7rem;
  position: relative;
}

.news::before {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 33.4rem;
  height: 16.2rem;
  opacity: 0.3;
  position: absolute;
  top: 4.5rem;
  right: 11rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .news::before {
    width: 21rem;
    height: 10.2rem;
    right: 2rem;
  }
}

.CMS-NEWS-INDEX {
  width: 110rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 6.9rem;
  margin: 5rem 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: 1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK {
  font-weight: 300;
  margin-top: 0.5rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  padding: 9.5rem 0 9rem;
  position: relative;
  z-index: 1;
}

.policy__contents {
  width: 112rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 6rem 8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 8rem;
  position: relative;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(400px, 52rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-bottom: 18rem;
  }
}

.policy__txt-wrapper::before {
  content: "";
  background: url("../img/policy_txt-deco.png") no-repeat center / contain;
  width: 46.2rem;
  height: 29.8rem;
  position: absolute;
  transform: translateY(100%);
  right: -12rem;
  bottom: 10rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .policy__txt-wrapper::before {
    width: 32rem;
    height: 20.6rem;
    right: -2rem;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(20px, 3.9rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.policy__txt-wrapper h2 span {
  color: #c12f1f;
}

.policy__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin: 3rem 0 0;
}

@media (min-width: 768px) {
  .policy__txt-wrapper p {
    margin: 3rem 3rem 0 0;
  }

  .policy .common__btn {
    margin: 0 0 0 auto;
  }
}

.policy__img-list {
  width: 63rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .policy__img-list {
    width: 90%;
  }
}

.policy__img-list li:nth-of-type(2) {
  width: 38rem;
  margin: 4.5rem -7.5rem 0 auto;
}

.policy__img-list::before {
  content: "";
  background: url("../img/policy_img-deco.png") no-repeat center / contain;
  width: 51rem;
  height: 39.8rem;
  position: absolute;
  left: -11rem;
  bottom: -19.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy__img-list::before {
    width: 40rem;
    height: 31.2rem;
    left: -4rem;
    bottom: -4rem;
  }
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-2);
  padding: 9.5rem 0;
  position: relative;
}

.menu::before {
  content: "";
  background: url("../img/menu_deco.png") no-repeat center / contain;
  width: 61.2rem;
  height: 24rem;
  position: absolute;
  left: -4.4rem;
  bottom: 4.4rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu::before {
    width: 42rem;
    height: 16.4rem;
    bottom: 2rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
  margin: 7rem auto 3rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 8rem 4rem;
  position: relative;
}

.menu__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.menu__list-item:nth-of-type(2) {
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
}

.menu__txt-wrapper::before {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 33.4rem;
  height: 16.2rem;
  position: absolute;
  top: -14rem;
  right: -5rem;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
  top: -11rem;
  right: 2rem;
}

.menu__list-item:nth-of-type(3) .menu__txt-wrapper::before {
  top: -14rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper::before,
  .menu__list-item:nth-of-type(2) .menu__txt-wrapper::before,
  .menu__list-item:nth-of-type(3) .menu__txt-wrapper::before {
    width: 21rem;
    height: 10.2rem;
    top: 0;
    right: 0;
  }
}

.menu__txt-wrapper h3 {
  width: max(164px, 28rem);
  font-size: max(16px, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  writing-mode: vertical-rl;
  padding-top: 10rem;
  margin: 0 auto;
}

.menu__txt-wrapper h3 > span {
  font-size: max(10px, 1.2rem);
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: -10rem;
  margin: -10rem 0 0 3rem;
  position: relative;
}

.menu__txt-wrapper h3 > span::before {
  content: "";
  background: url("../img/menu_ttl_deco.png") no-repeat center / contain;
  width: max(40px, 6rem);
  height: max(230px, 34.6rem);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  pointer-events: none;
  z-index: -1;
}

.menu__txt-wrapper h3 span span {
  font-family: var(--font-yuji);
  font-size: max(36px, 6.6rem);
  color: #c12f1f;
}

.menu__txt-wrapper h3 strong {
  font-size: max(20px, 3.3rem);
  font-weight: 700;
}

.menu__txt-wrapper p {
  background-color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.15em;
  line-height: 2;
  padding: 1.5rem 2rem 2rem;
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper p {
    padding: 4rem;
  }
}

.menu__img {
  width: 72rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__list-item:nth-of-type(1) .menu__img::before,
.menu__list-item:nth-of-type(2) .menu__img::before {
  content: "";
  filter: drop-shadow(1.5rem 1.5rem 1rem rgba(42, 43, 43, 0.4));
  position: absolute;
  pointer-events: none;
}

.menu__list-item:nth-of-type(1) .menu__img::before {
  background: url("../img/menu_img-deco-1.png") no-repeat center / contain;
  width: 38.4rem;
  height: 26.2rem;
  top: -16.5rem;
  left: -9rem;
}

.menu__list-item:nth-of-type(2) .menu__img::before {
  background: url("../img/menu_img-deco-2.png") no-repeat center / contain;
  width: 53rem;
  height: 26.6rem;
  right: -15rem;
  bottom: -15rem;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1) .menu__img::before {
    width: 30rem;
    height: 20.4rem;
    top: -5rem;
    left: -4rem;
  }

  .menu__list-item:nth-of-type(2) .menu__img::before {
    width: 40rem;
    height: 20rem;
    right: -8rem;
    bottom: -3rem;
  }
}

/*============================
	gallery
============================*/
.gallery {
  padding-top: 7.5rem;
  position: relative;
  z-index: 1;
}

.gallery::before,
.gallery::after {
  content: "";
  background: var(--bg-3);
  width: 100%;
  height: calc(100% - 9rem);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.gallery::after {
  height: 51.5rem;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  top: calc(100% - 9rem);
}

@media (max-width: 767px) {
  .gallery::before {
    height: 100%;
  }

  .gallery::after {
    height: 24rem;
    top: 100%;
  }
}

.gallery__slider {
  height: 20rem;
  margin: 6rem 0 8rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  margin: 0 0.5rem;
}

.gallery .common__btn {
  margin: 0 auto -9rem;
}

.gallery__deco {
  display: block;
  width: 51.8rem;
  position: absolute;
  right: -2.6rem;
  bottom: -22.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .gallery__deco {
    width: 30rem;
    right: -6rem;
    bottom: -15rem;
  }
}

/*============================
	access
============================*/
.access {
  background: var(--bg-4);
  padding: 36rem 0 10rem;
  position: relative;
}

.access::before,
.access::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.access::before {
  background: url("../img/access_deco.png") no-repeat center / cover;
  width: 100%;
  height: 75rem;
  top: 0;
  left: 0;
}

.access::after {
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 44.4rem;
  height: 21.4rem;
  left: -5rem;
  bottom: 5.4rem;
}

@media (max-width: 767px) {
  .access::before {
    height: 40rem;
  }

  .access::after {
    width: 33.4rem;
    height: 16.2rem;
    left: -8rem;
    bottom: 2rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 9rem;
  margin: 8rem auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 35rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.8rem 0 5.5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5.5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.9rem 1.6rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
  border-bottom: solid 1px var(--black);
}

@media (min-width: 768px) {
  .access__list dt {
    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 0 0 auto;
  }
}

.top__map {
  height: 37.2rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 12rem 0 11rem;
  position: relative;
}

.insta::before {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 33.4rem;
  height: 16.2rem;
  position: absolute;
  top: 10rem;
  right: 8rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .insta::before {
    width: 21rem;
    height: 10.2rem;
    top: 5rem;
    right: 2rem;
  }
}

.insta__contents {
  width: 87rem;
  margin: 8rem 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.5rem;
}

.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: 28rem;
  height: 27rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
