@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-adobe);
  font-size: max(24px, 3.8rem);
  font-weight: 400;
  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::after {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(92px, 14.2rem);
  height: max(13px, 2rem);
}

.common__ttl--wt::after {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.common__btn {
  width: max(160px, 22rem);
  height: max(40px, 5.4rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--orange);
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.8rem);
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn--bl a {
  background-color: var(--black);
}

/*============================
	header
============================*/
.header.top {
  height: max(90rem, 100vh);
}

@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    padding-top: 9rem;
  }

  .header.top .header__logo {
    margin: 0 auto 10rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 900px) {
  .header.top {
    height: max(95rem, 100vh);
  }
}

@media (max-width: 767px) {
  .header.top {
    height: auto;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  padding-left: 34rem;
  position: relative;
}

@media (max-width: 900px) {
  .hero {
    height: max(95rem, 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;
  flex-direction: column;
  gap: 14px;
  left: 30rem !important;
  bottom: 4px !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    flex-direction: row;
    left: 5% !important;
    bottom: -20px !important;
  }
}

.hero .swiper-pagination-bullet {
  background-color: transparent;
  border: solid 1px var(--black);
  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(--black);
}

/*============================
	news
============================*/
.news {
  padding: 14rem 0 13rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 4.5rem auto 6rem;
}

@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: 15rem 0 16rem;
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 14rem 7rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 8.5rem;
  position: relative;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: 410px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-top: 1.5rem;
  }
}

.policy__txt-wrapper::before {
  content: "";
  background: url("../img/policy_deco.png") no-repeat center / contain;
  width: 55.4rem;
  height: 54.2rem;
  position: absolute;
  top: -11.5rem;
  right: -15rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .policy__txt-wrapper::before {
    width: 50rem;
    height: 48.9rem;
    top: -8rem;
    right: -5rem;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(16px, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-left: 4rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 {
    margin: 0 0 3rem;
  }
}

.policy__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

@media (min-width: 768px) {
  .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) {
  width: 36.4rem;
  margin: -7rem -7rem 0 auto;
}

@media (max-width: 767px) {
  .policy__img img:nth-of-type(2) {
    width: 60%;
  }
}

.policy__img::before {
  content: "";
  background: url("../img/policy_img-deco.png") no-repeat center / contain;
  width: 55.6rem;
  height: 55rem;
  position: absolute;
  left: -10rem;
  bottom: -30rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy__img::before {
    width: 45rem;
    height: 44.5rem;
    left: -3rem;
    bottom: -12rem;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 12rem 0 14rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  background: url("../img/menu_deco.png") no-repeat center / contain;
  width: 33.8rem;
  height: 9.4rem;
  position: absolute;
  pointer-events: none;
}

.menu::before {
  top: 13rem;
  right: 12rem;
}

.menu::after {
  left: 9rem;
  bottom: 15.5rem;
}

@media (max-width: 767px) {
  .menu::before,
  .menu::after {
    width: 26rem;
    height: 7.2rem;
  }

  .menu::before {
    top: 3rem;
    right: 2rem;
  }

  .menu::after {
    left: 2rem;
    bottom: 5rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 9rem;
  margin: 11rem auto 11.5rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 7rem;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 3rem;
  }
}

.menu__txt-wrapper::before {
  content: "";
  background: url("../img/menu_txt-deco.png") no-repeat center / contain;
  width: 55.4rem;
  height: 54.2rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: -4rem;
  left: -12.5rem;
  pointer-events: none;
}

.menu__list-item:nth-of-type(even) .menu__txt-wrapper::before {
  top: -1.5rem;
  right: -15rem;
  left: auto;
}

@media (max-width: 767px) {
  .menu__txt-wrapper::before {
    width: 50rem;
    height: 48.9rem;
    top: -8rem;
    left: -5rem;
  }

  .menu__list-item:nth-of-type(even) .menu__txt-wrapper::before {
    top: -8rem;
    right: -5rem;
    left: auto;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
}

.menu__txt-wrapper p {
  background: var(--bg-2);
  color: var(--white);
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 4.5rem 6rem 6rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .menu__txt-wrapper p {
    margin-right: -11rem;
  }

  .menu__list-item:nth-of-type(even) .menu__txt-wrapper p {
    margin: 0 0 0 -11rem;
  }
}

.menu__txt-wrapper p::before {
  content: "";
  width: calc(100% - 2.8rem);
  height: calc(100% - 2.8rem);
  border: solid 1px var(--white);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.menu__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__img figcaption {
  display: block;
  width: max(35px, 6.5rem);
  position: absolute;
  top: -3rem;
  right: 2rem;
}

.menu__list-item:nth-of-type(2) .menu__img figcaption {
  right: auto;
  left: 3rem;
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 9.5rem 0 13rem;
}

.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: 10.5rem 0 13.5rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 46rem;
  height: 46rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 40rem;
    height: 40rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 4.5rem;
  margin: 11.5rem auto 7.5rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 47rem;
  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.5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 10rem);
  font-weight: 700;
}

.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;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 10.5rem 0 17rem;
}

.insta__contents {
  width: 90rem;
  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: 29rem;
  height: 28rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
