@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  display: block;
  width: max(150px, 23.9rem);
  margin: 0 auto;
}

.common__btn {
  width: max(140px, 18rem);
  height: max(40px, 4.8rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  position: relative;
}

.common__btn--r a {
  background-color: var(--brown);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(6px, 0.75rem);
  height: max(11.2px, 1.4rem);
}

.common__line {
  background: url("../img/line.jpg") repeat center / 100% auto;
  width: 100%;
  height: max(15px, 3rem);
}

/*============================
	header
============================*/
@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    height: max(80rem, 100vh);
    padding-top: 4.5rem;
  }

  .header.top .header__logo {
    margin: 0 auto 14rem;
    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: 34rem;
  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: 14px;
  left: auto !important;
  right: 11.5rem;
  bottom: 2.4rem !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    right: 5%;
    bottom: 3rem !important;
  }
}

.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 {
  padding: 10rem 0 9rem;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  background: url("../img/news_deco.png") no-repeat center / contain;
  width: 24.6rem;
  height: 10.6rem;
  position: absolute;
  top: 4.5rem;
  left: 10rem;
  pointer-events: none;
}

.news::after {
  top: auto;
  left: auto;
  right: 5rem;
  bottom: 5rem;
}

@media (max-width: 767px) {
  .news::before,
  .news::after {
    width: 22rem;
    height: 9.5rem;
    top: 4rem;
    left: 3rem;
  }

  .news::after {
    top: auto;
    left: auto;
    right: 2rem;
    bottom: 2rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 5rem auto 6.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(--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: url("../img/policy_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 9rem 0;
  position: relative;
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 8rem;
  position: relative;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(400px, 44rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.policy__txt-wrapper::before {
  content: "";
  background: url("../img/policy_txt-deco.png") no-repeat center / contain;
  width: 37.8rem;
  height: 41.8rem;
  position: absolute;
  top: -7rem;
  right: -11rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .policy__txt-wrapper::before {
    right: -6rem;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 3.5rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 {
    margin: 0 0 3rem;
  }
}

.policy__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (min-width: 768px) {
  .policy__txt-wrapper p {
    padding-bottom: 3rem;
  }

  .policy .common__btn {
    margin: 0 0 0 auto;
  }
}

.policy__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .policy__img {
    width: 90%;
  }
}

.policy__img img:nth-of-type(2) {
  display: block;
  width: 38rem;
  margin: -8.5rem -8rem 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy__img img:nth-of-type(2) {
    margin: -10rem -7rem 0 auto;
  }
}

.policy__img::before {
  content: "";
  background: url("../img/policy_deco.png") no-repeat center / contain;
  width: 40rem;
  height: 30.1rem;
  position: absolute;
  left: -5.4rem;
  bottom: -9rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy__img::before {
    width: 32rem;
    height: 24.1rem;
    left: -2rem;
    bottom: -2rem;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 12.5rem 0 11rem;
  position: relative;
}

.menu::before {
  content: "";
  background: url("../img/menu_deco.png") no-repeat center / cover;
  width: 66.4rem;
  height: 41.4rem;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu::before {
    width: 55rem;
    height: 34.3rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  margin: 10.5rem auto 14.5rem;
}

@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: "";
  background: url("../img/menu_list-deco-1.png") no-repeat center / contain;
  width: 32rem;
  height: 32.2rem;
  position: absolute;
  top: -17.5rem;
  left: -9rem;
  pointer-events: none;
}

.menu__list-item:nth-of-type(2):before {
  background: url("../img/menu_list-deco-2.png") no-repeat center / contain;
  width: 32rem;
  height: 32.3rem;
  top: 18.5rem;
  right: -9.5rem;
  left: auto;
}

.menu__list-item:nth-of-type(3):before {
  background: url("../img/menu_list-deco-3.png") no-repeat center / contain;
  width: 32.4rem;
  height: 31.8rem;
  top: 18rem;
  left: -12rem;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(2):before {
    top: auto;
    bottom: -14rem;
  }

  .menu__list-item:nth-of-type(3):before {
    top: auto;
    bottom: -12rem;
  }
}

.menu__txt-wrapper {
  background: url("../img/menu_txt-bg.jpg") repeat center / 100% auto;
  width: 100%;
  border: solid max(2px, 0.3rem) var(--black);
  color: var(--white);
  padding: 4rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: 100%;
    margin: 4rem 0 0 -8rem;
  }

  .menu__list-item:nth-of-type(even) .menu__txt-wrapper {
    margin: 4rem -8rem 0 0;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.menu__img {
  width: 68rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__img figcaption {
  background: url("../img/menu_txt-deco.png") no-repeat center / contain;
  width: max(150px, 25.5rem);
  height: max(71.1px, 12.1rem);
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.5rem;
  position: absolute;
  top: -2rem;
  left: -5rem;
}

.menu__list-item:nth-of-type(even) .menu__img figcaption {
  left: auto;
  right: -4rem;
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 8.5rem 0 9rem;
}

.gallery__slider {
  height: 20rem;
  margin: 6rem 0 9rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  margin: 0 0.5rem;
}

/*============================
	access
============================*/
.access {
  padding: 13rem 0 17.5rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / cover;
  width: 75.4rem;
  height: 37.4rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 60rem;
    height: 29.7rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 9.5rem;
  margin: 8.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 52rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__img::before {
  content: "";
  background: url("../img/access_img-deco.png") no-repeat center / contain;
  width: 20.4rem;
  height: 38.2rem;
  position: absolute;
  left: -13rem;
  bottom: -17rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .access__img::before {
    width: 16rem;
    height: 30rem;
    left: auto;
    right: -5rem;
    bottom: -15rem;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -1.6rem 0 4.5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 4.5rem;
  }
}

.access__list dt,
.access__list dd {
  padding: 2.3rem 1.6rem;
}

.access__list dt {
  width: max(75px, 12rem);
  font-weight: 400;
}

.access__list dd {
  width: calc(100% - max(75px, 12rem));
}

.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: 10.5rem 0 16rem;
  position: relative;
  z-index: 1;
}

.insta::before,
.insta::after {
  content: "";
  background: url("../img/insta_deco.png") no-repeat center / contain;
  width: 29.4rem;
  height: 41rem;
  position: absolute;
  top: 8rem;
  left: 7.5rem;
  pointer-events: none;
}

.insta::after {
  width: 30.4rem;
  height: 42.4rem;
  transform: scale(-1, 1);
  top: auto;
  left: auto;
  right: 4rem;
  bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .insta::before,
  .insta::after {
    width: 23rem;
    height: 32rem;
    top: 5rem;
    left: -2rem;
  }

  .insta::after {
    top: auto;
    left: auto;
    right: -4rem;
    bottom: 2rem;
  }
}

.insta__contents {
  width: 87rem;
  margin: 7.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.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;
  }
}
