@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(21px, 3rem);
  font-weight: 700;
  color: var(--brown);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.common__ttl--wt {
  color: var(--white);
}

.common__btn {
  width: max-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_arw.png") no-repeat right bottom / contain;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4rem 2rem;
  position: relative;
}

.common__btn--wt a {
  background: url("../img/btn_arw-wt.png") no-repeat right bottom / contain;
  color: var(--white);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(74.5rem, 100vh);
  padding-left: 38rem;
  padding-bottom: 25px;
  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: 20px;
  left: 38rem !important;
  bottom: 0 !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    transform: translateX(-50%);
    left: 50% !important;
    bottom: -20px !important;
  }
}

.hero .swiper-pagination-bullet {
  background-color: transparent;
  width: 10px !important;
  height: 10px !important;
  border: solid 1px var(--brown);
  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: 13rem 0 17.5rem;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 30.8rem;
  height: 6.4rem;
  position: absolute;
  pointer-events: none;
}

.news::before {
  top: 11.5rem;
  left: 6rem;
}

.news::after {
  right: 4rem;
  bottom: 17.5rem;
}

@media (max-width: 767px) {
  .news::before,
  .news::after {
    width: 22rem;
    height: 4.5rem;
  }

  .news::before {
    top: 8rem;
    left: 2rem;
  }

  .news::after {
    right: 2rem;
    bottom: 5rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 4.5rem auto 9.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-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/policy_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 7rem 0 8.5rem;
  position: relative;
}

.policy::after {
  content: "";
  background: url("../img/policy_deco-1.png") no-repeat center / contain;
  width: 27.9rem;
  height: 41.7rem;
  position: absolute;
  right: 14rem;
  bottom: -12rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy::after {
    width: 23rem;
    height: 34.4rem;
    right: 1rem;
    bottom: -10rem;
  }
}

.policy__ttl {
  width: max(60px, 9.8rem);
  height: max-content;
  border: solid 1px var(--white);
  border-top: none;
  border-bottom: none;
  font-size: max(21px, 3rem);
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  margin: 0 auto;
}

.policy__contents {
  width: 90%;
  margin: 5rem auto 7rem;
  position: relative;
}

@media (min-width: 768px) {
  .policy__contents {
    width: 80rem;
    margin: 7rem auto 9rem;
  }
}

.policy__txt-wrapper {
  width: 100%;
  border: solid 1px var(--white);
  border-radius: 2rem;
  text-align: center;
  padding: 7.5rem 8rem 8.5rem;
}

.policy__txt-wrapper h3 {
  font-size: max(14px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3.5rem;
}

.policy__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.policy__img {
  width: 24rem;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
}

.policy__img-1 {
  top: -11.5rem;
  right: -12.5rem;
}

.policy__img-2 {
  left: -14rem;
  bottom: -13rem;
}

@media (max-width: 767px) {
  .policy__img-1 {
    top: -20rem;
    right: -3rem;
  }

  .policy__img-2 {
    left: -3rem;
    bottom: -16rem;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 16.5rem 0 15rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 37.2rem;
  height: 37.2rem;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu::before {
  top: 6rem;
  left: 7.5rem;
}

.menu::after {
  right: 6.5rem;
  bottom: 8rem;
}

@media (max-width: 767px) {
  .menu::before,
  .menu::after {
    width: 32rem;
    height: 32rem;
  }

  .menu::before {
    top: 2rem;
    left: 1rem;
  }

  .menu::after {
    right: 1rem;
    bottom: 2rem;
  }
}

.menu__list {
  width: 114rem;
  display: flex;
  flex-direction: column;
  row-gap: 11.5rem;
  margin: 12.5rem auto 8rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 9rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 5rem 8rem;
  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;
  z-index: -1;
}

.menu__list-item:nth-of-type(1)::before {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 49rem;
  height: 51rem;
  top: -31rem;
  left: -14rem;
}

.menu__list-item:nth-of-type(2)::before {
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 51rem;
  height: 40.2rem;
  right: -16.5rem;
  bottom: -26rem;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1)::before {
    width: 36rem;
    height: 37.5rem;
    top: -26rem;
    left: -3rem;
  }

  .menu__list-item:nth-of-type(2)::before {
    width: 37rem;
    height: 29.2rem;
    right: -3rem;
    bottom: -20rem;
  }
}

.menu__txt-wrapper {
  width: 100%;
  padding-right: max(65px, 12rem);
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: max(400px, 40rem);
    writing-mode: vertical-rl;
    padding: 0;
  }
}

.menu__txt-wrapper h3 {
  border-left: solid 1px var(--black);
  font-size: max(16px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 3.5rem;
  margin-left: 3.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 {
    border-left: none;
    border-bottom: solid 1px var(--black);
    padding: 0 0 2rem;
    margin: 0 0 3rem;
  }
}

.menu__txt-wrapper h3 span {
  background: url("../img/menu_txt-bg.png") no-repeat center / contain;
  width: max(50px, 8.1rem);
  height: max(137px, 22.3rem);
  font-size: max(16px, 2.4rem);
  color: var(--white);
  display: flex;
  align-items: center;
  padding-top: 4.5rem;
  margin-left: 3.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

@media (min-width: 768px) {
  .menu__txt-wrapper h4,
  .menu__txt-wrapper p {
    text-orientation: upright;
  }

  .menu__txt-wrapper p {
    letter-spacing: 0;
  }
}

.menu__img {
  width: 60rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.menu__list-item:nth-of-type(2) .menu__img {
  width: 60.2rem;
  margin: -6rem -3rem 0 0;
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(2) .menu__img {
    width: 100%;
    margin: 0;
  }
}

.menu__list-item:nth-of-type(1) .menu__img::before {
  content: "";
  background: url("../img/deco_2.png") no-repeat center / contain;
  width: 20.6rem;
  height: 28.2rem;
  position: absolute;
  top: -16rem;
  left: 8rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1) .menu__img::before {
    width: 17rem;
    height: 23.2rem;
    top: -13rem;
    left: 1rem;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 13rem 0 16.5rem;
  position: relative;
}

.gallery::before,
.gallery::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 30.8rem;
  height: 6.4rem;
  opacity: 0.5;
  position: absolute;
  pointer-events: none;
}

.gallery::before {
  top: 11.5rem;
  left: 6rem;
}

.gallery::after {
  right: 4rem;
  bottom: 11.5rem;
}

@media (max-width: 767px) {
  .gallery::before,
  .gallery::after {
    width: 22rem;
    height: 4.5rem;
  }

  .gallery::before {
    top: 8rem;
    left: 2rem;
  }

  .gallery::after {
    right: 2rem;
    bottom: 5rem;
  }
}

.gallery__slider {
  height: 22.6rem;
  margin: 11rem 0 13rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 29rem;
  margin: 0 0.6rem;
}

/*============================
	access
============================*/
.access {
  padding: 16rem 0 18rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/deco_2.png") no-repeat center / contain;
  width: 20.6rem;
  height: 28.2rem;
  position: absolute;
  top: -13rem;
  left: 17rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    top: -9rem;
    left: 2rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 7rem;
  margin: 11rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 65rem;
  height: 100%;
  flex-shrink: 0;
  margin-right: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem 0 5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.2rem 1.6rem;
}

.access__list dt {
  width: max(75px, 12rem);
  font-weight: 700;
}

.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;
  }
}

/*============================
	others
============================*/
.others {
  background: url("../img/others_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 12rem 0 11.5rem;
}

.others__list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .others__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.others__list li {
  background: url("../img/others_list-bg.jpg") no-repeat center / cover;
  border: solid 2px var(--white);
  padding: 5.5rem 5rem 7rem;
  position: relative;
}

.others__list li::before {
  content: "";
  background: url("../img/others_deco-1.png") no-repeat center / contain;
  width: 17.4rem;
  height: 17.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.others .common__ttl span {
  display: block;
  font-size: max(14px, 2.2rem);
  letter-spacing: 0.1em;
  margin-top: 4rem;
}

.others__list p {
  text-align: center;
  margin: 2.5rem 0 5rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 13.5rem 0 18.5rem;
}

.insta__contents {
  width: 82rem;
  margin: 10.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;
  }
}
