@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  width: max-content;
  font-size: max(24px, 3.2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  margin: 0 auto;
  position: relative;
}

.common__ttl span {
  font-size: max(12px, 1.7rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insta .common__ttl span {
  text-transform: capitalize;
}

.common__ttl::before,
.common__ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  pointer-events: none;
}

.common__ttl::before {
  background: url("../img/ttl_deco-1.png") no-repeat center / contain;
  width: max(20px, 2.8rem);
  height: max(26.4px, 3.7rem);
  transform: translate(-100%, -50%);
  left: -0.5rem;
}

.common__ttl::after {
  background: url("../img/ttl_deco-2.png") no-repeat center / contain;
  width: max(20px, 2.7rem);
  height: max(25.9px, 3.5rem);
  transform: translate(100%, -50%);
  right: -0.5rem;
}

.common__btn {
  width: max(173px, 22.1rem);
  height: max(40px, 5.1rem);
  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%;
  color: var(--white);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/*============================
	header
============================*/
@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    height: max(90rem, 100vh);
    padding-top: 9rem;
  }

  .header.top .header__logo {
    margin: 0 auto 7.5rem;
    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(90rem, 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;
  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: -4rem !important;
  }
}

.hero .swiper-pagination-bullet {
  background-color: transparent;
  width: 9px !important;
  height: 9px !important;
  border: solid 1px var(--black);
  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(--black);
}

/*============================
	news
============================*/
.news {
  padding: 16rem 0 11.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 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 {
  color: #000;
  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);
  padding: 14rem 0 12rem;
  position: relative;
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 14rem 7.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 7.5rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(460px, 46rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-right: -4rem;
    margin-left: auto;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(16px, 2.6rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: 0.1em;
  margin-left: 4.5rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 {
    margin: 0 0 3rem;
  }
}

.policy__txt-wrapper h2 span {
  display: block;
  background-color: var(--black);
  width: max-content;
  height: max-content;
  padding: 1.5rem 1.2rem;
}

.policy__txt-wrapper h2 span:nth-of-type(2) {
  margin: 4.5rem 2.4rem 0 0;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 span {
    padding: 1rem 1.5rem;
  }

  .policy__txt-wrapper h2 span:nth-of-type(2) {
    margin: 2.4rem 0 0 4.5rem;
  }
}

.policy__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

.policy__img-list {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .policy__img-list {
    width: 90%;
  }
}

.policy__img-list::before {
  content: "";
  background: url("../img/policy_img-deco.png") no-repeat center / contain;
  width: 51.3rem;
  height: 41rem;
  position: absolute;
  bottom: -25rem;
  left: -11rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy__img-list::before {
    width: 40rem;
    height: 32rem;
    bottom: -10rem;
    left: -2rem;
  }
}

.policy__img-list li:nth-of-type(2) {
  display: block;
  width: 40rem;
  margin: -8rem -7.5rem 0 auto;
}

@media (max-width: 767px) {
  .policy__img-list li:nth-of-type(2) {
    width: 55%;
    margin: -8rem -7rem 0 auto;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 12rem 0 16.5rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 25rem;
  height: 22.4rem;
  top: 8rem;
  right: 12rem;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 34.4rem;
  height: 18.6rem;
  left: 12rem;
  bottom: 8rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 20rem;
    height: 17.9rem;
    right: 2rem;
  }

  .menu::after {
    width: 26rem;
    height: 14rem;
    left: 2rem;
    bottom: 4rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 11rem;
  margin: 10.5rem auto 12rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 5rem;
  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:nth-of-type(2)::before {
  content: "";
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 18.6rem;
  height: 24.4rem;
  position: absolute;
  top: -12rem;
  left: 31rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(2)::before {
    width: 13rem;
    height: 17rem;
    top: 45rem;
    right: 0;
    left: auto;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper h3 {
    margin-left: 4.5rem;
  }
}

.menu__txt-wrapper h3 span {
  display: block;
  font-size: max(14px, 2.1rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.menu__txt-wrapper p {
  background: url("../img/menu_txt-bg.jpg") repeat center / 100% auto;
  letter-spacing: 0.1em;
  line-height: 2.25;
  padding: 3.5rem 3rem;
}

@media (min-width: 768px) {
  .menu__list-item:nth-of-type(odd) .menu__txt-wrapper p {
    margin-left: -13rem;
  }

  .menu__list-item:nth-of-type(even) .menu__txt-wrapper p {
    margin-right: -13rem;
  }
}

.menu__img {
  width: 68rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 9rem 0 10.5rem;
  position: relative;
}

.gallery::before {
  content: "";
  background: url("../img/gallery_deco.png") no-repeat center / contain;
  width: 33.8rem;
  height: 24.8rem;
  position: absolute;
  top: -18.5rem;
  right: 12rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .gallery::before {
    width: 24rem;
    height: 17.6rem;
    top: -9rem;
    right: 1rem;
  }
}

.gallery__slider {
  height: 20rem;
  margin: 9rem 0 5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  margin: 0 0.5rem;
}

/*============================
	access
============================*/
.access {
  padding: 10rem 0 13rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 29.4rem;
  height: 19.4rem;
  position: absolute;
  top: 4rem;
  right: 3.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 20rem;
    height: 13.2rem;
    right: 1rem;
  }
}

.access__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__inner {
    width: 90%;
  }
}

.access__contents {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 2rem 7rem;
  margin-top: 11rem;
}

@media (max-width: 767px) {
  .access__contents {
    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 {
    margin-top: -2.7rem;
  }
}

.access__list dt,
.access__list dd {
  color: #2b2b2b;
  letter-spacing: 0.02em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 10rem);
  font-weight: 500;
}

.access__list dd {
  width: calc(100% - max(75px, 10rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px #2b2b2b;
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px #2b2b2b;
  }
}

@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;
  }
}

.access__map {
  margin: 6rem 0 8.5rem;
}

@media (min-width: 768px) {
  .access__map {
    height: 32rem;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 9.5rem 0 16.5rem;
}

.insta__contents {
  width: 87rem;
  margin: 8.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;
  }
}
