@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(12px, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  position: relative;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(130px, 20.2rem);
  height: max(130px, 20.2rem);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  z-index: -1;
}

.menu .common__ttl::before,
.insta .common__ttl::before {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(28px, 4.3rem);
  font-weight: 800;
  color: var(--brown);
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.common__btn-1 {
  width: max-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn-2 {
  width: max(197px, 26.3rem);
  height: max(45px, 6rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn-1 a {
  width: 100%;
  height: 100%;
  border-bottom: solid 1px var(--white);
  font-size: max(12px, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  padding: 0 0.6rem 1rem 1.5rem;
}

.common__btn-2 a {
  background: url("../img/btn_bg.jpg") no-repeat center / contain;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: var(--black);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding-left: 3rem;
}

.common__btn-1 a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw-wt.png") no-repeat center / contain;
  width: max(7px, 0.9rem);
  height: max(11px, 1.5rem);
}

.common__btn-2 a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(12px, 1.5rem);
  height: max(16px, 2.1rem);
}

/*============================
	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;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: 2rem;
  transform: translateX(-50%) !important;
  left: 50% !important;
  bottom: 3rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: #e0d9c9;
  width: max(10px, 1.3rem) !important;
  height: max(10px, 1.3rem) !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(--red);
}

@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 {
  font-size: max(10px, 1.2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  left: 6rem;
  bottom: 0;
  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(40px, 7.6rem);
  animation: scroll 2.5s infinite;
}

/*============================
	news
============================*/
.news {
  background: var(--bg-1);
  padding: 6rem 0 7rem;
}

@media (max-width: 767px) {
  .news {
    padding: 12rem 0 8rem;
  }
}

.news__inner {
  width: 107rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news__inner {
    width: 90%;
    flex-direction: column;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .news .common__ttl {
    margin-bottom: 4rem;
  }
}

.news__contents {
  width: 80rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .news__contents {
    width: 100%;
    margin-top: 8rem;
  }
}

.CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  margin-bottom: 3.6rem;
}

.CMS-NEWS-LINK-CONTENT {
  border-bottom: dashed 1px #888;
  display: flex;
  gap: 1rem 3rem;
  padding: 2.7rem 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK-CONTENT {
    flex-direction: column;
  }
}

.CMS-NEWS-TIME {
  font-weight: 700;
  flex-shrink: 0;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

@media (min-width: 768px) {
  .news .common__btn-1 {
    margin: 0 0 0 auto;
  }
}

/*============================
	concept
============================*/
.concept {
  background: var(--bg-2);
  padding: 44rem 0 16rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .concept {
    padding: 36rem 0 16rem;
  }
}

.concept::before,
.concept::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.concept::before {
  background: url("../img/concept_deco.png") no-repeat center / cover;
  width: 101.6rem;
  height: 63.3rem;
  top: 0;
  left: 0;
}

.concept::after {
  background: var(--bg-3);
  width: 100%;
  height: 33rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .concept::before {
    width: 80rem;
    height: 49.8rem;
  }

  .concept::after {
    height: 16rem;
  }
}

.concept__ttl {
  background: url("../img/concept_txt-deco.png") no-repeat center / contain;
  width: 93.4rem;
  height: 93.4rem;
  font-size: max(14px, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  position: absolute;
  top: -9rem;
  right: -14rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .concept__ttl {
    width: 40rem;
    height: 40rem;
    font-size: max(12px, 1.6rem);
    top: -10rem;
    left: -6rem;
    right: auto;
  }
}

.concept__ttl span {
  font-family: var(--font-en);
  font-size: max(30px, 6.6rem);
  font-weight: 800;
  color: var(--brown);
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .concept__ttl span {
    font-size: max(24px, 4rem);
  }
}

.concept__contents {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    width: 52rem;
  }
}

.concept__txt-wrapper h3 {
  font-size: max(18px, 3.6rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.concept__txt-wrapper h3 strong {
  font-size: max(24px, 4.7rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.25;
  margin: 5rem 0;
}

@media (min-width: 768px) {
  .concept .common__btn-1 {
    margin: 0;
  }
}

/*============================
	menu
============================*/
.menu {
  padding-bottom: 13rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu {
    padding: 20rem 0 13rem;
  }
}

.menu .common__ttl {
  position: absolute;
  top: -16rem;
  right: 20rem;
}

@media (max-width: 767px) {
  .menu .common__ttl {
    top: 0;
    right: 15%;
  }
}

.menu__list {
  width: 104rem;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 12rem;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
  gap: 4rem 8rem;
}

@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 {
    height: 100%;
    padding-top: 3rem;
  }
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
  content: "";
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 36.6rem;
  height: 34.8rem;
  position: absolute;
  top: 0;
  right: -37.5rem;
  pointer-events: none;
}

.menu__list-item:nth-of-type(3) .menu__txt-wrapper::before {
  content: "";
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 27rem;
  height: 25.2rem;
  position: absolute;
  left: -27rem;
  bottom: -9.4rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
    width: 26rem;
    height: 24.7rem;
    top: auto;
    right: -8rem;
    bottom: -10rem;
  }

  .menu__list-item:nth-of-type(3) .menu__txt-wrapper::before {
    width: 20rem;
    height: 18.7rem;
    left: -4rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.menu__txt-wrapper h3 strong {
  font-size: max(20px, 3.5rem);
  font-weight: 700;
  color: #a50a12;
  letter-spacing: 0.1em;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.25;
  margin: 3rem 0 8rem;
}

@media (min-width: 768px) {
  .menu .common__btn-2 {
    margin: 0 0 0 auto;
  }
}

.menu__img {
  width: 70rem;
  height: 100%;
  flex-shrink: 0;
}

.menu__list-item:nth-of-type(odd) .menu__img {
  margin-right: calc(50% - 50vw);
}

.menu__list-item:nth-of-type(even) .menu__img {
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(odd) .menu__img,
  .menu__list-item:nth-of-type(even) .menu__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-1);
  padding: 14rem 0 9rem;
  position: relative;
}

.gallery::before,
.gallery::after {
  content: "";
  background-color: #e60012;
  width: 100%;
  height: 3.2rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.gallery::after {
  top: auto;
  bottom: 0;
}

.gallery__slider {
  background-color: #760005;
  height: 32rem;
  border-top: solid max(6px, 1rem) #4d0001;
  border-bottom: solid max(6px, 1rem) #4d0001;
  padding: 1.8rem 0 2.2rem;
  margin: 10rem 0 5.5rem;
  position: relative;
}

.gallery__slider::after {
  top: auto;
  bottom: 0;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 35.6rem;
  margin: 0 0.6rem;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-2);
  padding: 13rem 0 12.5rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 12.5rem;
  margin: 13.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 43rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem 0 8rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 8rem;
  }
}

.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));
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt {
    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-1 {
    margin: 0 0 0 auto;
  }
}

.top__map {
  height: 37.2rem;
}

/*============================
	sister
============================*/
.sister {
  background: url("../img/sister_bg.jpg") repeat center / 100% auto;
  border-top: solid max(6px, 1.1rem) var(--red);
  border-bottom: solid max(6px, 1.1rem) var(--red);
  padding: 8rem 0;
}

.sister__contents {
  background-color: #16130c;
  width: 110rem;
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sister__contents {
    width: 90%;
    flex-direction: column;
  }
}

.sister__ttl {
  background-color: var(--red);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 6rem;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .sister__ttl {
    padding: 5rem 0;
    clip-path: none;
  }
}

.sister__ttl h2 {
  font-size: max(12px, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.sister__ttl h2 span {
  font-family: var(--font-en);
  font-size: max(21px, 3.6rem);
  font-weight: 800;
  color: var(--brown);
  letter-spacing: 0.05em;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}

.sister__ttl h2 span::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: max(30px, 6rem);
  height: 1px;
}

.sister__txt-wrapper {
  display: flex;
  align-items: center;
  gap: 4rem 9rem;
  padding: 3.5rem 4rem;
}

@media screen and (max-width: 767px) {
  .sister__txt-wrapper {
    flex-direction: column;
    padding: 5rem 10%;
  }
}

.sister__txt-wrapper h3 {
  display: block;
  width: 12.5rem;
  flex-shrink: 0;
}

.sister__txt-wrapper p {
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}

.sister__btn {
  width: max(160px, 22.5rem);
  height: max(40px, 5rem);
}

@media screen and (max-width: 767px) {
  .sister__btn {
    margin: 0 auto;
  }
}

.sister__btn a {
  width: 100%;
  height: 100%;
  border: solid 1px var(--white);
  font-size: max(12px, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.15em;
}

/*============================
	insta
============================*/
.insta {
  padding: 13.5rem 0 4.5rem;
  position: relative;
}

.insta::before,
.insta::after {
  content: "";
  width: 24rem;
  height: 18.4rem;
  position: absolute;
  pointer-events: none;
}

.insta::before {
  background: url("../img/insta_deco-1.png") no-repeat center / contain;
  top: 10.5rem;
  left: -3rem;
}

.insta::after {
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  right: -4.5rem;
  bottom: -2rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .insta::before,
  .insta::after {
    width: 20rem;
    height: 15.3rem;
  }

  .insta::before {
    top: 6rem;
  }

  .insta::after {
    bottom: -5rem;
  }
}

.insta__contents {
  width: 88.7rem;
  margin: 11rem 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;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
