@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-en);
  font-size: max(36px, 7.4rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}

.common__ttl span {
  display: block;
  width: 23rem;
}

.common__ttl .common__ttl--grad {
  background: var(--grad);
  width: max-content;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.common__btn {
  width: max(130px, 18.5rem);
  height: max(32px, 4.2rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  width: 100%;
  height: 100%;
  border: solid 2px var(--blue);
  border-radius: 1rem;
  font-family: var(--font-en);
  font-size: max(14px, 2rem);
  color: var(--blue);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.common__btn--wt a {
  border: solid 2px var(--white);
  color: var(--white);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(12px, 2rem);
  height: max(11px, 1.9rem);
}

.common__btn--wt a::after {
  background: url("../img/btn_arw-wt.png") no-repeat center / contain;
}

/*============================
	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;
}

.hero__scroll {
  display: block;
  width: 9.2rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 2.5rem;
  z-index: 3;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.png") no-repeat center bottom / cover;
  color: var(--white);
  padding: 9rem 0 11rem;
  position: relative;
  z-index: 1;
}

.concept::before {
  content: "";
  background: url("../img/concept_deco-1.png") no-repeat center / contain;
  width: 34.8rem;
  height: 29.2rem;
  position: absolute;
  right: 12.5rem;
  bottom: -13rem;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 1050px) {
  .concept::before {
    width: 30rem;
    height: 25.1rem;
    right: 2rem;
  }
}

.concept__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

.concept__txt-wrapper h2 {
  font-size: max(16px, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.concept__txt-wrapper h2 span {
  display: block;
  font-family: var(--font-en);
  font-size: 10.3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5rem;
}

.concept__txt-wrapper p {
  line-height: 2;
  margin: 3.5rem 0;
}

.concept .common__btn {
  margin: 0;
}

.concept__img {
  width: 62rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: -8rem;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 19.5rem 0 18rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu {
    padding: 19.5rem 0 20rem;
  }
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 32.8rem;
  height: 61.6rem;
  top: -21.5rem;
  left: 0;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 43.6rem;
  height: 52.2rem;
  right: 0;
  bottom: -8.5rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu::before {
    width: 28rem;
    height: 52.5rem;
    top: -21rem;
  }

  .menu::after {
    width: 36rem;
    height: 43.1rem;
    bottom: -12rem;
  }
}

.menu__contents {
  width: 112rem;
  display: flex;
  gap: 5rem 10.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 4rem;
  }
}

.menu__txt-wrapper h2 {
  font-size: max(16px, 2.8rem);
  font-weight: 900;
  color: var(--pink);
  letter-spacing: 0.02em;
}

.menu__txt-wrapper h2 span {
  display: block;
  background: var(--grad);
  width: max-content;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--font-en);
  font-size: 10.3rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5.5rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.02em;
  line-height: 2;
  margin: 3rem 0 5rem;
}

.menu .common__btn {
  margin: 0;
}

.menu__img {
  width: 65.6rem;
  height: 100%;
  flex-shrink: 0;
  margin-right: -6.5rem;
}

@media (max-width: 767px) {
  .menu__img {
    width: 90%;
    margin: 0 0 0 auto;
  }
}

.menu__img img {
  border-radius: 4rem;
}

.menu__img img:nth-of-type(2) {
  width: 36rem;
  border-radius: 2rem;
  margin: -13.5rem 0 0 -6rem;
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  color: var(--white);
  padding: 10rem 0 9rem;
  position: relative;
}

.gallery::before {
  content: "";
  background: url("../img/gallery_deco-1.png") no-repeat center / contain;
  width: 34.8rem;
  height: 29.2rem;
  position: absolute;
  top: -13rem;
  left: 12.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .gallery::before {
    width: 30rem;
    height: 25.1rem;
    top: -15rem;
    left: 2rem;
  }
}

.gallery__slider {
  height: 22.6rem;
  margin: 5.5rem 0 7.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
}

/*============================
	access
============================*/
.access {
  padding: 9rem 0 10.5rem;
}

.access__bg {
  background: var(--grad);
  width: 99.4rem;
  border-radius: 3rem;
  padding: 1.8rem;
  margin: 0 auto;
  box-shadow: 8px 8px 0 rgba(0, 0, 5, 0.3);
  position: relative;
}

@media (max-width: 767px) {
  .access__bg {
    width: 90%;
  }
}

.access__bg::before,
.access__bg::after {
  content: "";
  background: url("../img/access_deco-1.png") no-repeat center / contain;
  width: 21.8rem;
  height: 25.2rem;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.access__bg::before {
  top: 1.5rem;
  right: -18.5rem;
}

.access__bg::after {
  left: -16rem;
  bottom: 0;
}

@media (max-width: 767px) {
  .access__bg::before,
  .access__bg::after {
    width: 18rem;
    height: 20.8rem;
  }

  .access__bg::before {
    top: -7rem;
    right: -3rem;
  }

  .access__bg::after {
    left: -3rem;
    bottom: -7rem;
  }
}

.access__contents {
  background-color: var(--white);
  width: 100%;
  border-radius: 1.8rem;
  display: flex;
  gap: 2rem 4.5rem;
  padding: 10rem 4rem 8.5rem 4.5rem;
}

@media (max-width: 767px) {
  .access__contents {
    flex-direction: column;
    padding: 6rem 5% 7rem;
  }
}

.access__ttl-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
}

.access__map {
  width: 35rem;
  height: 28rem;
  border-radius: 2rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .access__map {
    width: 100%;
    height: 40rem;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.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: 500;
  color: var(--pink);
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--pink);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--pink);
  }
}

@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;
  }
}

/*============================
	news
============================*/
.news {
  background: var(--bg-2);
  color: var(--white);
  padding: 12.5rem 0 14rem;
}

.news__inner {
  width: 112rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem 9.5rem;
  padding-right: 1rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news__inner {
    width: 90%;
    flex-direction: column;
    padding: 0;
  }
}

.news__ttl-wrapper {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6.5rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .news .common__btn {
    margin: 0;
  }

  .news .common__btn.sp {
    display: none;
  }
}

.CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.2rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 15rem;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.8rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}
