@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-adobe);
  font-size: max(24px, 4rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  font-family: var(--font-sans);
  font-size: max(12px, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.insta .common__ttl span {
  text-transform: capitalize;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(30px, 4.5rem);
  height: max(17.3px, 2.6rem);
}

.common__ttl--wt::before {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.common__btn {
  width: max(160px, 21.7rem);
  height: max(40px, 5.3rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--pink);
  width: 100%;
  height: 100%;
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn--gray a {
  background-color: #464646;
}

/*============================
	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;
}

/*============================
	news
============================*/
.news {
  padding: 9.5rem 0;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 34.8rem;
  height: 10rem;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.news::before {
  top: 6.5rem;
  right: 8rem;
}

.news::after {
  left: 6rem;
  bottom: 8rem;
}

@media (max-width: 767px) {
  .news::before,
  .news::after {
    width: 27rem;
    height: 7.7rem;
  }

  .news::before {
    top: 2rem;
    right: 1rem;
  }

  .news::after {
    left: 1rem;
    bottom: 2rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 6rem 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 {
  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: 10.5rem 0 13rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy {
    padding: 8rem 0 16rem;
    position: relative;
  }
}

.policy::after {
  content: "";
  background: url("../img/policy_deco-2.png") no-repeat center / contain;
  width: 71.6rem;
  height: 46.5rem;
  position: absolute;
  right: -12rem;
  bottom: -27rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy::after {
    width: 55rem;
    height: 35.7rem;
    right: -5rem;
    bottom: -13rem;
  }
}

.policy__ttl-wrapper {
  background: url("../img/policy_bg.jpg") repeat center top / cover;
  width: 72rem;
  display: flex;
  justify-content: flex-end;
  padding: 11rem 23rem 7rem 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .policy__ttl-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 8rem 5% 15rem;
    margin-bottom: -10rem;
    position: relative;
    top: auto;
    left: auto;
  }
}

.policy__ttl {
  background-color: var(--pink);
  font-family: var(--font-adobe);
  font-size: max(20px, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  padding: 3.5rem 2.2rem 4rem;
  position: absolute;
  top: 0;
  right: 9rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .policy__ttl {
    writing-mode: vertical-rl;
  }
}

@media (max-width: 767px) {
  .policy__ttl {
    width: max-content;
    padding: 1.5rem 4rem;
    margin-bottom: 4rem;
    position: static;
  }
}

.policy__ttl span {
  display: block;
  font-size: max(12px, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  .policy__ttl span {
    margin-top: -3rem;
    margin-left: 0.6rem;
  }
}

.policy__ttl-wrapper h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (min-width: 768px) {
  .policy__ttl-wrapper h3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.policy__img-wrapper {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto max(90px, 13rem);
}

@media (max-width: 767px) {
  .policy__img-wrapper {
    width: 90%;
    margin: 0 auto 4rem;
  }
}

.policy__img {
  display: block;
  width: 50rem;
  flex-shrink: 0;
  position: relative;
}

.policy__img-2 {
  height: 100%;
  margin-top: 4.5rem;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
  }

  .policy__img-2 {
    margin-top: 0;
  }
}

.policy__img-1::before {
  content: "";
  background: url("../img/policy_deco-1.png") no-repeat center / contain;
  width: 47.8rem;
  height: 46.8rem;
  position: absolute;
  top: -10rem;
  right: -14.5rem;
  pointer-events: none;
  z-index: -1;
}

.policy__txt-wrapper {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 6.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__txt-wrapper {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-bottom: 5.5rem;
}

.policy .common__btn {
  margin: 0;
}

/*============================
	menu
============================*/
.menu {
  padding: 10rem 0 12rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -2;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 27.2rem;
  height: 8.4rem;
  top: 11.5rem;
  left: 3rem;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 30.6rem;
  height: 12.2rem;
  right: -3rem;
  bottom: 43.5rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 22rem;
    height: 6.8rem;
    top: 5rem;
    left: 1rem;
  }

  .menu::after {
    width: 23rem;
    height: 9.2rem;
    right: -3rem;
    bottom: 2rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 12rem;
  margin: 8rem auto 13rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 6rem 3.5rem;
  position: relative;
}

.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__list-item:nth-of-type(2)::before {
  content: "";
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 21.7rem;
  height: 34.7rem;
  position: absolute;
  right: -9rem;
  bottom: -21.5rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(2)::before {
    width: 17rem;
    height: 27.2rem;
    right: -3rem;
    bottom: -24rem;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: max(370px, 37.5rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    padding-left: max(70px, 12rem);
  }
}

.menu__txt-wrapper h3 {
  font-size: max(14px, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 2.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 {
    margin: 0 0 3rem;
  }
}

.menu__txt-wrapper h3 span {
  background: url("../img/menu_txt-deco.png") no-repeat center / contain;
  width: max(52px, 9.1rem);
  height: max(92px, 16.1rem);
  font-family: var(--font-adobe);
  font-size: max(16px, 2.6rem);
  font-weight: 400;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.menu__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__img::before {
  content: "";
  background-color: var(--pink);
  width: 31.4rem;
  height: 31.4rem;
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(even) .menu__img::before {
  right: auto;
  left: -4rem;
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 13.5rem 0 14.5rem;
}

.gallery__inner {
  width: 110rem;
  display: flex;
  align-items: center;
  gap: 6rem 8rem;
  padding-left: 4rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .gallery__inner {
    display: block;
    width: 90%;
    padding: 0;
  }
}

.gallery__ttl-wrapper {
  width: max-content;
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .gallery__ttl-wrapper {
    margin: 0 auto;
  }
}

.gallery__slider {
  width: 100vw;
  height: 22.6rem;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

@media (max-width: 767px) {
  .gallery__slider {
    width: 100vw;
    height: 20rem;
    margin: 7rem calc(50% - 50vw) 8rem;
    overflow: hidden;
  }
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
  margin: 0 0.7rem;
}

/*============================
	access
============================*/
.access {
  padding: 11.5rem 0 14.5rem;
  position: relative;
}

.access::before,
.access::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 34.8rem;
  height: 10rem;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.access::before {
  top: 9.5rem;
  left: -6rem;
}

.access::after {
  right: -8.5rem;
  bottom: 7rem;
}

@media (max-width: 767px) {
  .access::before,
  .access::after {
    width: 27rem;
    height: 7.7rem;
  }

  .access::before {
    top: 2rem;
    left: 1rem;
  }

  .access::after {
    right: 1rem;
    bottom: 2rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 5rem;
  margin: 8.5rem auto 6rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 56rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .access__list {
    height: 100%;
    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, 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(--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-2);
  padding: 9rem 0 16rem;
  position: relative;
  z-index: 1;
}

.insta::before,
.insta::after {
  content: "";
  background: url("../img/insta_deco.png") no-repeat center / contain;
  width: 34.8rem;
  height: 10rem;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.insta::before {
  top: 10.5rem;
  left: 5rem;
}

.insta::after {
  right: 7rem;
  bottom: 11.5rem;
}

@media (max-width: 767px) {
  .insta::before,
  .insta::after {
    width: 27rem;
    height: 7.7rem;
  }

  .insta::before {
    top: 3rem;
    left: 2rem;
  }

  .insta::after {
    right: 1rem;
    bottom: 2rem;
  }
}

.insta__contents {
  width: 87rem;
  margin: 7rem 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;
  }
}

/*============================
  parallax
============================*/
.parallax {
  width: 100%;
  height: 45rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .parallax {
    height: 40rem;
  }
}

.parallax::before {
  content: "";
  background: url("../img/parallax_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
