@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-adobe);
  font-size: max(28px, 4.8rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.common__btn {
  width: max(160px, 24rem);
  height: max(42px, 5.4rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--red);
  width: 100%;
  height: 100%;
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.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;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.hero__scroll {
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  left: 13.5rem;
  bottom: -6.5rem;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 1px;
  height: max(80px, 16.6rem);
  animation: scroll 2.5s infinite;
}

.hero__scroll p {
  margin-top: 1.4rem;
}

/*============================
	news
============================*/
.news {
  padding: 16.5rem 0 12rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 7rem 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(--white);
  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;
  padding: 15.5rem 0;
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 12rem 14rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    padding-right: 4.5rem;
  }
}

.policy__txt-wrapper::before {
  content: "";
  background: url("../img/policy_txt-deco.png") no-repeat center / contain;
  width: 39.6rem;
  height: 43.4rem;
  position: absolute;
  bottom: -13.5rem;
  right: -16rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy__txt-wrapper::before {
    width: 36rem;
    height: 39.4rem;
    bottom: -12rem;
    right: -3rem;
  }
}

.policy__ttl {
  width: max-content;
  font-family: var(--font-adobe);
  font-size: max(20px, 3.7rem);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3rem;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .policy__ttl {
    margin: -3.5rem 0 0 -3rem;
  }
}

.policy__ttl::before,
.policy__ttl::after {
  content: "";
  background: url("../img/policy_ttl-deco.png") no-repeat center / contain;
  width: 5.8rem;
  height: 19.5rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -3.5rem;
  pointer-events: none;
}

.policy__ttl::after {
  transform: translateY(-50%) scale(-1, 1);
  left: auto;
  right: -3.5rem;
}

.policy__ttl span {
  display: block;
  font-size: max(30px, 6.9rem);
  margin-top: 1rem;
}

.policy__ttl strong {
  display: block;
  font-size: max(40px, 8.7rem);
  font-weight: 400;
}

.policy__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin: 5rem 0 7rem;
}

.policy .common__btn {
  margin: 0;
}

.policy__img {
  width: 68rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  position: relative;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
    margin: 0;
  }
}

.policy__img::before {
  content: "";
  background: url("../img/policy_img-deco.png") no-repeat center / contain;
  width: 36.9rem;
  height: 30rem;
  position: absolute;
  right: -8.5rem;
  bottom: -10rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy__img::before {
    width: 30rem;
    height: 24.4rem;
    right: -2rem;
    bottom: -8rem;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 14rem 0 12rem;
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8rem 6rem;
  margin: 9rem auto;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  width: 31.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu__list-item:nth-of-type(1),
.menu__list-item:nth-of-type(2) {
  width: 38rem;
  margin: 0 1rem;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(1),
  .menu__list-item:nth-of-type(2) {
    width: 100%;
    margin: 0;
  }
}

.menu__txt-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.menu__txt-wrapper h3 {
  background: url("../img/menu_ttl-deco.png") no-repeat center / contain;
  width: max(195px, 27.8rem);
  height: max(45px, 6.4rem);
  font-size: max(12px, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 1rem;
}

.menu__img {
  width: 100%;
  margin-bottom: -2.5rem;
  position: relative;
}

.menu__list-item:nth-of-type(1) .menu__img,
.menu__list-item:nth-of-type(2) .menu__img {
  margin-bottom: -3rem;
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(1) .menu__img,
  .menu__list-item:nth-of-type(2) .menu__img {
    margin: 0;
  }
}

.menu__img::before {
  content: "";
  background: url("../img/menu_img-deco.png") no-repeat center / contain;
  width: 32rem;
  height: 31.2rem;
  position: absolute;
  transform: translateX(-50%);
  top: -3rem;
  left: 50%;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(1) .menu__img::before,
.menu__list-item:nth-of-type(2) .menu__img::before {
  width: 40rem;
  height: 39.1rem;
}

@media (max-width: 767px) {
  .menu__img::before,
  .menu__list-item:nth-of-type(1) .menu__img::before,
  .menu__list-item:nth-of-type(2) .menu__img::before {
    width: 56rem;
    height: 54.7rem;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  color: var(--black);
  padding: 12rem 0 14.5rem;
}

.gallery__slider {
  height: 22rem;
  margin: 9rem 0 12.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 26.6rem;
  margin: 0 0.8rem;
}

/*============================
	access
============================*/
.access {
  padding: 17rem 0 19.5rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / cover;
  position: absolute;
  inset: 0;
  pointer-events: none;
    z-index: -1;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 8rem;
  margin: 9.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 60rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 4rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 4rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--white);
  }
}

@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 {
  padding: 14rem 0 15.5rem;
}

.insta__contents {
  width: 87rem;
  margin: 10rem 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;
  }
}
