@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco-1.png") no-repeat center / contain;
  width: max(40px, 5.8rem);
  height: max(25.5px, 3.7rem);
}

.common__ttl--wt::before {
  background: url("../img/ttl_deco-1-wt.png") no-repeat center / contain;
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(30px, 4.2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sister .common__ttl span {
  font-size: max(28px, 3.8rem);
}

.common__ttl span::before,
.common__ttl span::after {
  content: "";
  display: block;
  background: url("../img/ttl_deco-2.png") no-repeat center / contain;
  width: max(20px, 3rem);
  height: max(20px, 3rem);
}

.common__ttl span::after {
  transform: scale(-1, 1);
}

.common__ttl--wt span::before,
.common__ttl--wt span::after {
  background: url("../img/ttl_deco-2-wt.png") no-repeat center / contain;
}

.common__btn {
  width: max(167.7px, 20.5rem);
  height: max(45px, 5.5rem);
  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%;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 max(5px, 0.8rem) max(4px, 0.6rem) 0;
  position: relative;
}

.common__btn--wt a {
  background: url("../img/btn_bg-wt.png") no-repeat center / contain;
  color: var(--white);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 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: 11rem 0 15rem;
}

.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(--black);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: var(--bg-2);
  color: var(--white);
  padding: 14rem 0 10rem;
  position: relative;
}

@media (max-width: 767px) {
  .concept {
    padding: 10rem 0 12rem;
  }
}

.concept::before {
  content: "";
  background: url("../img/concept_deco.png") no-repeat center / contain;
  width: 40.7rem;
  height: 37.2rem;
  position: absolute;
  right: 12rem;
  bottom: -20rem;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .concept::before {
    width: 30rem;
    height: 27.4rem;
    right: 1rem;
    bottom: -13rem;
  }
}

.concept__contents {
  width: 110rem;
  display: flex;
  gap: 6rem 15rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    padding-top: 3rem;
  }
}

.concept__txt-wrapper h2 {
  font-size: max(16px, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 3rem;
  position: relative;
}

.concept__txt-wrapper h2::before {
  content: "";
  background: url("../img/concept_line.png") repeat-x center left / contain;
  width: 100%;
  height: max(4px, 0.6rem);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.concept__txt-wrapper h2 span {
  display: block;
  width: max-content;
  font-family: var(--font-en);
  font-size: max(40px, 7.8rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
  position: relative;
}

.concept__txt-wrapper h2 span::before {
  content: "";
  background: url("../img/concept_ttl-deco.png") no-repeat center / contain;
  width: 14.6rem;
  height: 11rem;
  position: absolute;
  transform: translate(100%, -50%);
  top: 50%;
  right: -2rem;
  pointer-events: none;
}

.concept__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 3.5rem 0 4.5rem;
}

@media (min-width: 768px) {
  .concept .common__btn {
    margin: 0;
  }
}

.concept__img-list {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  margin-right: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .concept__img-list {
    width: 90%;
    margin: 0 0 0 auto;
  }
}

.concept__img-list li:nth-of-type(2) {
  display: block;
  width: 40rem;
  margin: -8.5rem 0 0 -13.5rem;
}

@media (max-width: 767px) {
  .concept__img-list li:nth-of-type(2) {
    width: 60%;
    margin: -8.5rem 0 0 -7rem;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 12.5rem 0 16rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / cover;
  width: 68.6rem;
  height: 41.6rem;
  top: 0;
  left: 0;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / cover;
  width: 42.6rem;
  height: 39.2rem;
  right: 7.5rem;
  bottom: 5rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 45rem;
    height: 27.3rem;
  }

  .menu::after {
    width: 30rem;
    height: 27.6rem;
    right: 2rem;
    bottom: 2rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 7.5rem;
  margin: 10.5rem auto 14rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 8rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 9.5rem;
}

.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__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 2rem;
  }
}

.menu__txt-wrapper::before {
  content: "";
  background: url("../img/menu_txt-deco-1.png") no-repeat center / contain;
  width: 22.6rem;
  height: 22.6rem;
  position: absolute;
  top: -2.5rem;
  right: -6rem;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
  background: url("../img/menu_txt-deco-2.png") no-repeat center / contain;
  top: -1rem;
  right: -7rem;
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__img {
  width: 56rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__img > img {
  border-radius: 2rem;
}

.menu__img span {
  display: block;
  width: 23.1rem;
  position: absolute;
  right: -6rem;
  bottom: -3.5rem;
}

.menu__list-item:nth-of-type(2) .menu__img span {
  width: 29.6rem;
  left: -6.5rem;
  right: auto;
}

@media (max-width: 767px) {
  .menu__img span,
  .menu__list-item:nth-of-type(2) .menu__img span {
    left: auto;
    right: -3rem;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-3);
  padding: 8rem 0 10.5rem;
  position: relative;
}

.gallery::before {
  content: "";
  background: url("../img/gallery_deco.png") no-repeat center / contain;
  width: 40.1rem;
  height: 26.8rem;
  position: absolute;
  top: -23.5rem;
  left: 9rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .gallery::before {
    width: 28rem;
    height: 18.7rem;
    top: -16rem;
    left: 2rem;
  }
}

.gallery__slider {
  height: 20rem;
  margin: 6.5rem 0 10rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 29rem;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 0.7rem;
}

/*============================
	access
============================*/
.access {
  padding-top: 11rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 32.4rem;
  height: 37.8rem;
  position: absolute;
  top: 2.7rem;
  right: 5.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 24rem;
    height: 28rem;
    right: 2rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 9rem;
  margin: 8.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 72rem;
  height: 100%;
  border-radius: 2rem;
  flex-shrink: 0;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -4rem 0 5.5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5.5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 3.5rem 1.6rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 500;
  color: var(--brown);
}

.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;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.top__map {
  height: 42rem;
}

/*============================
	sister
============================*/
.sister {
  padding: 13.5rem 0 16.5rem;
}

@media (max-width: 767px) {
  .sister {
    padding: 13.5rem 0 30rem;
  }
}

.sister__contents {
  background: url("../img/sister_bg.jpg") no-repeat center / cover;
  width: 90rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .sister__contents {
    background: url("../img/sister_bg-sp.jpg") no-repeat center / cover;
    width: 90%;
    padding-top: 40rem;
  }
}

.sister__contents::before,
.sister__contents::after {
  content: "";
  background: url("../img/sister_deco.png") no-repeat center / contain;
  width: 21.8rem;
  height: 34.8rem;
  position: absolute;
  transform: translate(-100%, -50%);
  top: 50%;
  left: -2.5rem;
  pointer-events: none;
}

.sister__contents::after {
  transform: translate(100%, -50%) scale(-1, 1);
  left: auto;
  right: -2.5rem;
}

@media (max-width: 767px) {
  .sister__contents::before,
  .sister__contents::after {
    width: 16rem;
    height: 25.5rem;
    transform: translateY(100%);
    top: auto;
    bottom: -4rem;
    left: 0;
    z-index: -2;
  }

  .sister__contents::after {
    transform: translateY(100%) scale(-1, 1);
    left: auto;
    right: 0;
  }
}

.sister__txt-wrapper {
  background-color: rgba(35, 175, 207, 0.95);
  width: max(300px, 40rem);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem 1rem;
}

@media (max-width: 767px) {
  .sister__txt-wrapper {
    width: 100%;
    padding: 4rem;
  }
}

.sister__txt-wrapper p {
  text-align: center;
  margin: 2rem auto 3rem;
}

/*============================
	insta
============================*/
.insta {
  background: url("../img/insta_bg.jpg") no-repeat center / cover;
  padding: 9rem 0 20rem;
}

@media screen and (max-width: 767px) {
  .insta {
    padding: 9rem 0 15rem;
  }
}

.insta__contents {
  width: 88.7rem;
  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: 2.4rem 2.9rem;
}

.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: 27.6rem;
  height: 27.6rem;
  border-radius: 1.2rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
