@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-kai);
  font-size: max(24px, 4rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  font-family: var(--font-yuji);
  font-size: max(12px, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.common__btn {
  width: max(160px, 21.6rem);
  height: max(40px, 4.6rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--orange);
  width: 100%;
  height: 100%;
  color: var(--white);
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding-left: 2rem;
  position: relative;
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(6px, 0.85rem);
  height: max(9.1px, 1.3rem);
}

/*============================
	header
============================*/
.header.top {
  height: max(80rem, 100vh);
}

@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    padding-top: 13rem;
  }

  .header.top .header__logo {
    background-color: var(--white);
    width: 34rem;
    padding: 3rem 4.5rem;
    margin: 0 auto 8rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
  }
}

@media (max-width: 950px) {
  .header.top {
    height: max(90rem, 100vh);
  }
}

@media (max-width: 767px) {
  .header.top {
    height: auto;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(80rem, 100vh);
  padding-left: 34rem;
  position: relative;
}

@media (max-width: 950px) {
  .hero {
    height: max(90rem, 100vh);
  }
}

@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: 14px;
  transform: translateY(100%) !important;
  left: auto !important;
  right: 15rem;
  bottom: -5.5rem !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    right: 5%;
    bottom: -3rem !important;
  }
}

.hero .swiper-pagination-bullet {
  background-color: #3d1c04;
  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(--orange);
}

/*============================
	news
============================*/
.news {
  padding: 12rem 0 16.5rem;
  position: relative;
}

.news::before {
  content: "";
  background: url("../img/news_deco.png") no-repeat center / contain;
  width: 46.8rem;
  height: 50.2rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .news::before {
    width: 40rem;
    height: 42.9rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 6rem 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-2);
  color: var(--white);
  padding: 8rem 0 2.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy {
    padding: 8rem 0 20rem;
  }
}

.policy::before,
.policy::after {
  content: "";
  background: url("../img/policy_deco.png") no-repeat center top / cover;
  width: 144rem;
  height: 10rem;
  position: absolute;
  transform: translateY(-100%);
  top: 1px;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.policy::after {
  transform: translateY(100%) scale(-1, -1);
  top: auto;
  bottom: 1px;
}

@media (max-width: 767px) {
  .policy::before,
  .policy::after {
    width: 100%;
    height: 5.5rem;
  }
}

.policy__contents {
  width: 118rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 4rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(388px, 39rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(18px, 2.6rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-left: 2.5rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 {
    margin: 0 0 3rem;
  }
}

.policy__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0 0 20rem auto;
  }
}

.policy__img-list {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .policy__img-list {
    width: 100%;
  }
}

.policy__img-list::before {
  content: "";
  background: url("../img/policy_img-deco.png") no-repeat center / contain;
  width: 33.9rem;
  height: 27rem;
  position: absolute;
  top: -19.5rem;
  left: -5rem;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy__img-list::before {
    width: 26rem;
    height: 20.7rem;
    top: -12rem;
    left: -3rem;
  }
}

.policy__img-list ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 2.4rem;
}

/*============================
	menu
============================*/
.menu {
  padding: 20rem 0 14rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu {
    padding: 34rem 0 14rem;
  }
}

.menu::before {
  content: "";
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 46.8rem;
  height: 36rem;
  mix-blend-mode: multiply;
  pointer-events: none;
  left: 0;
  bottom: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .menu::before {
    width: 35rem;
    height: 26.9rem;
  }
}

.menu__deco {
  display: block;
  width: 57.8rem;
  position: absolute;
  top: -10rem;
  right: -2rem;
}

@media (max-width: 767px) {
  .menu__deco {
    width: 50rem;
    top: -5rem;
    left: 2rem;
    right: auto;
  }
}

.menu__txt {
  position: absolute;
  transform: rotate(-15deg);
  top: -6rem;
  left: 20rem;
}

.menu__txt--wt {
  top: -5rem;
  left: 2rem;
}

@media (max-width: 767px) {
  .menu__txt {
    top: -10rem;
    left: 3rem;
  }

  .menu__txt--wt {
    top: calc(max(45px, 6rem) * -1);
    left: 0;
  }
}

.menu__txt p {
  font-family: var(--font-kai);
  font-size: max(18px, 2.6rem);
  font-weight: 800;
  color: #e64609;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.menu__txt--wt p {
  color: var(--white);
}

.menu__txt p::before,
.menu__txt p::after {
  content: "";
  display: block;
  background: url("../img/menu_txt-deco.png") no-repeat center / contain;
  width: max(18px, 2.9rem);
  height: max(36px, 5.8rem);
}

.menu__txt--wt p::before,
.menu__txt--wt p::after {
  background: url("../img/menu_txt-deco-wt.png") no-repeat center / contain;
}

.menu__txt p::after {
  transform: scale(-1, 1);
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 14.5rem;
  margin: 9.5rem auto 13rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  position: relative;
}

.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__list-item::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu__list-item:nth-of-type(1)::before {
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 29.2rem;
  height: 24.6rem;
  top: -25.4rem;
  left: -2.5rem;
}

.menu__list-item:nth-of-type(2)::before {
  background: url("../img/menu_deco-4.png") no-repeat center / contain;
  width: 34.6rem;
  height: 21.4rem;
  top: -25rem;
  right: 6rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1)::before {
    width: 24rem;
    height: 20.2rem;
    left: auto;
    right: -3rem;
  }

  .menu__list-item:nth-of-type(2)::before {
    width: 26rem;
    height: 16.1rem;
    top: -18rem;
    right: 12rem;
  }
}

.menu__txt-wrapper {
  background-color: rgba(230, 210, 190, 0.5);
  width: 100%;
  color: #3d1c04;
  padding: 4rem 5rem 5rem;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: 100%;
    padding: 4rem 5rem 5rem 4rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .menu__list-item:nth-of-type(even) .menu__txt-wrapper {
    padding: 4rem 4rem 5rem 5rem;
    margin-bottom: 0;
  }
}

.menu__txt-wrapper::before,
.menu__txt-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu__txt-wrapper::before {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: solid 2px #e6d2be;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.menu__txt-wrapper::after {
  background-color: #e6d2be;
  width: max(24px, 4.8rem);
  height: max(24px, 4.8rem);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: 1rem;
  bottom: 1rem;
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.menu__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__list-item:nth-of-type(2) .menu__img::before {
  content: "";
  background: url("../img/menu_img-deco.png") no-repeat center / contain;
  width: 14rem;
  height: 26.2rem;
  position: absolute;
  left: -2rem;
  bottom: -7.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(2) .menu__img::before {
    width: 11rem;
    height: 20.6rem;
    left: auto;
    right: -2rem;
  }
}

.menu__img p {
  background: url("../img/menu_txt-bg.png") no-repeat center / cover;
  width: 16.3rem;
  height: 16.3rem;
  font-size: max(18px, 3.2rem);
  color: var(--white);
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4.5rem;
  left: -3.5rem;
}

.menu__list-item:nth-of-type(2) .menu__img p {
  left: auto;
  right: -3.5rem;
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 10rem 0 10.5rem;
}

.gallery__slider {
  height: 20rem;
  margin: 8rem 0;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  margin: 0 0.5rem;
}

/*============================
	access
============================*/
.access {
  padding: 11.5rem 0 11rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 39.6rem;
  height: 39.6rem;
  position: absolute;
  top: 1rem;
  right: 3rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 28rem;
    height: 28rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 7rem;
  margin: 8rem auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 50rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .access__list {
    height: 100%;
    margin-top: -2.5rem;
  }
}

.access__list dt,
.access__list dd {
  color: #2b2b2b;
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 10rem);
  font-weight: 400;
}

.access__list dd {
  width: calc(100% - max(75px, 10rem));
}

.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;
  }
}

.top__map {
  height: 42rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 12rem 0 18rem;
  position: relative;
}

.insta::before {
  content: "";
  background: url("../img/insta_deco.png") no-repeat center / contain;
  width: 35.4rem;
  height: 35.4rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 8rem;
  right: 11rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 24rem;
    height: 24rem;
    top: 5rem;
    right: 2rem;
  }
}

.insta__contents {
  width: 87rem;
  margin: 7.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.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;
  }
}
