@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-mincho);
  font-size: max(24px, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.common__ttl--br {
  color: var(--brown);
}

.common__ttl span {
  display: block;
  font-family: var(--font-en);
  font-size: max(12px, 1.8rem);
  font-weight: 400;
  text-transform: uppercase;
}

.insta .common__ttl span {
  text-transform: capitalize;
}

.common__btn {
  width: max(175.8px, 21.1rem);
  height: max(40px, 4.8rem);
  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-mincho);
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn--br a {
  background: url("../img/btn_bg-br.png") no-repeat center / contain;
  color: var(--brown);
}

/*============================
	header
============================*/
@media (min-width: 768px) {
  .header.top {
    width: 38rem;
    height: max(80rem, 100vh);
    padding-top: 11rem;
  }

  .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;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(80rem, 100vh);
  padding-left: 38rem;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: 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;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: 11px;
  transform: translateY(100%) !important;
  left: 38rem !important;
  bottom: -18px !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    transform: translate(-50%, 100%) !important;
    left: 50% !important;
  }
}

.hero .swiper-pagination-bullet {
  background-color: #e0d9c9;
  width: 8px !important;
  height: 8px !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: #b48c50;
}

/*============================
	news
============================*/
.news {
  padding: 15rem 0 17rem;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 19.8rem;
  height: 8.4rem;
  position: absolute;
  top: 9.5rem;
  right: 14.5rem;
  pointer-events: none;
}

.news::after {
  top: auto;
  right: auto;
  left: 12rem;
  bottom: 9.5rem;
}

@media (max-width: 767px) {
  .news::before,
  .news::after {
    width: 16rem;
    height: 6.8rem;
    top: 5rem;
    right: 4rem;
  }

  .news::after {
    top: auto;
    right: auto;
    left: 2rem;
    bottom: 5rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 3rem auto 7rem;
}

@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 {
  font-family: var(--font-mincho);
  font-weight: 500;
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--white);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/policy_bg.jpg") no-repeat center / cover;
  padding: 12.5rem 0 13rem;
}

.policy__ttl {
  border-left: solid 1px var(--white);
  border-right: solid 1px var(--white);
  width: max-content;
  height: max-content;
  font-family: var(--font-mincho);
  font-size: max(24px, 3.2rem);
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0 1.8rem;
  margin: 0 auto;
}

.policy__txt-wrapper {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    width: 60rem;
  }
}

.policy__txt-wrapper p {
  line-height: 2;
  text-align: center;
  margin: 6.5rem 0 9rem;
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-2);
  color: var(--black);
  padding: 16rem 0 13rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  background: url("../img/menu_deco.png") no-repeat center / contain;
  width: 56.6rem;
  height: 20.4rem;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.menu::after {
  transform: scale(-1, -1);
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .menu::before,
  .menu::after {
    width: 50rem;
    height: 18rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 9.5rem;
  margin: 11.5rem auto 10rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 7rem;
}

.menu__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: max(380px, 41rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.menu__txt-wrapper h3 {
  background: url("../img/menu_ttl-bg.png") no-repeat center / contain;
  width: max(46px, 6.5rem);
  height: max(171px, 24.2rem);
  font-size: max(16px, 2.6rem);
  font-weight: 500;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding-top: max(20px, 3rem);
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 {
    background: url("../img/menu_ttl-bg-sp.png") no-repeat center / contain;
    width: max(171px, 24.2rem);
    height: max(46px, 6.5rem);
    padding: 0 0 0 max(20px, 3rem);
  }
}

.menu__txt-wrapper h3 span {
  display: block;
  font-size: max(10px, 1.2rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-orientation: sideways;
}

.menu__txt-wrapper h4 {
  border-left: solid 1px var(--black);
  font-size: max(16px, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 2.5rem;
  margin: 0 4rem 0 2.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h4 {
    border-left: none;
    border-bottom: solid 1px var(--black);
    padding: 0 0 3rem;
    margin: 3rem 0;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.menu__img {
  width: 60rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  padding: 11.5rem 0 10rem;
  position: relative;
}

.gallery::before,
.gallery::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 19.8rem;
  height: 8.4rem;
  position: absolute;
  top: 11rem;
  right: 14.5rem;
  pointer-events: none;
}

.gallery::after {
  top: auto;
  right: auto;
  left: 12rem;
  bottom: 8.5rem;
}

@media (max-width: 767px) {
  .gallery::before,
  .gallery::after {
    width: 16rem;
    height: 6.8rem;
    top: 5rem;
    right: 4rem;
  }

  .gallery::after {
    top: auto;
    right: auto;
    left: 2rem;
    bottom: 5rem;
  }
}

.gallery__slider {
  height: 22.6rem;
  margin: 9rem 0 5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28.9rem;
  margin: 0 0.7rem;
}

/*============================
	access
============================*/
.access {
  padding: 12rem 0 16rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 8rem;
  margin: 8rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 64rem;
  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: -2rem 0 5.5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5.5rem;
  }
}

.access__list dt,
.access__list dd {
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 2.3rem 1.6rem;
}

.access__list dt {
  width: max(75px, 12rem);
}

.access__list dd {
  width: calc(100% - max(75px, 12rem));
}

.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;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 15rem 0 14rem;
  position: relative;
}

.insta::before,
.insta::after {
  content: "";
  background: url("../img/insta_deco-1.png") no-repeat center / contain;
  width: 28.2rem;
  height: 28.2rem;
  position: absolute;
  top: 13rem;
  left: 14.5rem;
  pointer-events: none;
}

.insta::after {
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  top: auto;
  left: auto;
  right: 13rem;
  bottom: 4.7rem;
}

@media screen and (max-width: 767px) {
  .insta::before,
  .insta::after {
    width: 24rem;
    height: 24rem;
    left: -2rem;
  }

  .insta::after {
    top: auto;
    left: auto;
    right: -3rem;
    bottom: 4rem;
  }
}

.insta__contents {
  width: 82rem;
  margin: 5.5rem auto 0;
  position: relative;
  z-index: 1;
}

@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: 40rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

.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;
}
