@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  height: 12.3rem;
  width: 100%;
  margin: 0 auto;
}
.common__ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.common__btn {
  width: 22rem;
  height: 6rem;
  margin: 0 auto;
}

.common__btn a {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .common__btn {
    width: 29rem;
    height: 8rem;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(400px, 44rem);
  }
}

.hero::before {
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  width: 100%;
  height: 23rem;
  opacity: 0.52;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero__ttl {
  font-size: max(24px, 4rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 24rem;
  right: 16rem;
  z-index: 2;
}

.hero__ttl_txt{
  font-size: max(16px, 2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 24rem;
  right: 42rem;
  z-index: 2;
  padding-right: 5rem;
}

@media (max-width: 767px){
  .hero__ttl_txt{
    writing-mode: horizontal-tb;
    left: 5%;
    font-size: max(12px, 2rem);
    right: auto;
    top: 30rem;
    padding-top: 5rem;
    text-shadow: 1px 1px 2px black;
  }
}

@media (max-width: 500px){
  .hero__ttl_txt{
    writing-mode: horizontal-tb;
    left: 5%;
    font-size: max(12px, 2rem);
    right: auto;
    top: 46rem;
    padding-top: 5rem;
    text-shadow: 1px 1px 2px black;
  }
}

@media (max-width: 767px) {
  .hero__ttl {
    font-size: max(24px, 4rem);
    writing-mode: horizontal-tb;
    top: auto;
    right: auto;
    left: 5%;
    bottom: 37%;
  }
}

.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 {
  font-size: max(14px, 2rem);
  letter-spacing: 0.05em;
  line-height: 1;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  left: 14.3rem;
  bottom: -3rem;
  z-index: 10;
  color: #FFF;
}

@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;
}

/*============================
	news
============================*/
.news {
  background: url("../img/news_bg.jpg") no-repeat center / cover;
  padding: 11rem 0 13.9rem;
  color: #000;
  position: relative;
  z-index: 2;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 2.4rem auto 7.3rem;
}

@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: 1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0;
  line-height: 1.7;
}
.CMS-NEWS-TIME {
  font-size: max(10px,1.4rem);
  letter-spacing: 0.1em;
  border-bottom: 0.5px solid #b40000;
  margin-top: 3.5rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  line-height: 1;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	menu
============================*/
.menu {
  background: url(../img/news_bg.jpg) top center / 100% auto;
  padding: 17.7rem 0 13rem;
  margin-top: -34rem;
  position: relative;
}
.menu-top {
  position: relative;
  height: 0;
  z-index: 4;
  margin-top: 17rem;
}

.menu-deco-1 {
    position: absolute;
    top: -53.7rem;
    right: 0;
    width: 52.6rem;
    height: auto;
    pointer-events: none;
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 9.5rem;
  margin: 7.5rem auto 15rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
  .menu-deco-1 {
    top: -34.7rem;
    width: 25.6rem;
  }
}

.menu__list-item {
  display: flex;
  color: #000;
  gap: 7rem;
}

.menu__list-item:nth-of-type(2) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
}
.menu-deco-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 39.6rem;
  height: auto;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: -1;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: max(300px, 41.2rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(18px, 2.2rem);
  font-weight: 700;
  color: #231815;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 2.4rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 {
    margin: 0 0 3rem;
  }
  .menu-deco-2 {
      top: -2rem;
      right: 10rem;
      width: 49.6rem;
  }
}

.menu__txt-wrapper h3 span {
  display: block;
  background-color: #c80000;
  color: #FFF;
  height: max-content;
  padding: 1.5rem 1.35rem;
}


@media (max-width: 767px) {
  .menu__txt-wrapper h3 span {
    width: max-content;
    padding: 0.5rem 1rem;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.16em;
  line-height: 2;
}

.menu__img-1 {
  width: 60rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}
.menu__img-1::after {
  content: "";
  position: absolute;
  border: 1px solid #FFF;
  top: 2rem;
  right: -2rem;
  width: 100%;
  height: 100%;
}

.menu__img-2 {
  width: 41rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img-1,
  .menu__img-2 {
    width: 100%;
  }
}

.menu__contents {
  width: 100rem;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.menu__contents .menu__txt-wrapper {
  width: 100%;
  padding: 4rem;
  margin: 0;
}

@media (min-width: 768px) {
  .menu__contents .menu__txt-wrapper {
    height: max(285px, 28.5rem);
    padding: 3.5rem 8rem 3.5rem 25rem;
    margin: 3.5rem 0 0 -22rem;
  }
}

.menu__contents .menu__txt-wrapper h3 {
  font-size: max(12px, 1.8rem);
  margin-top: -7rem;
}

@media (max-width: 767px) {
  .menu__contents .menu__txt-wrapper h3 {
    margin-top: 0;
  }
}

.menu__contents .menu__txt-wrapper h3 span:nth-of-type(2) {
  font-size: max(16px, 2.1rem);
}


/*============================
	concept
============================*/
.concept {
  background: url(../img/bg_concept.jpg) no-repeat top center / cover;
  padding: 18.2rem 0 20.4rem;
  position: relative;
  z-index: 1;
  color: #FFF;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
.concept h2 {
  font-size: max(35px, 5.8rem);
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.07em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  margin-bottom: 1.3rem;
}
.policy-deco-1 {
  position: absolute;
  bottom: -43rem;
  left: 0;
  width: 74rem;
  height: auto;
  pointer-events: none;
}
.policy-deco-2 {
  position: absolute;
  top: 10rem;
  right: 4.3rem;
  width: 46.6rem;
  height: auto;
}

.concept__list {
  width: 110.4rem;
  display: flex;
  flex-direction: column;
  row-gap: 32rem;
  margin: 0 auto 0;
}

@media (max-width: 767px) {
  .concept__list {
    width: 90%;
  }
  .policy-deco-1 {
    bottom: -26rem;
    width: 48rem;
  }
  .policy-deco-2 {
    top: 75rem;
    width: 26.6rem;
  }
  .concept {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
    padding: 18.2rem 0 14.4rem;
  }
}

.concept__list-item {
  display: flex;
  gap: 4rem 6.1rem;
  position: relative;
}

.concept__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .concept__list-item,
  .concept__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}


.concept__txt-wrapper {
  width: 100%;
}

.concept__txt-wrapper h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 700;
  color: #FFF;
  line-height: calc(43/23);
  letter-spacing: 0.1em;
}

.concept__txt-wrapper h3 strong {
  font-size: max(20px, 3rem);
  font-weight: 900;
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: calc(39/16);
  margin: 3.5rem 0 4.5rem;
}

@media (min-width: 768px) {
  .concept .common__btn {
    margin: 0;
  }
}

.concept__img {
  width: 54.8rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  margin-top: 15.1rem;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
    margin: 0;
  }
}

.concept__img p {
  font-size: 9.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 0.9;
  text-transform: uppercase;
  opacity: 0.4;
  position: absolute;
  top: -5rem;
  right: -3.5rem;
}

.concept__list-item:nth-of-type(2) .concept__img p {
  right: auto;
  left: -3.5rem;
}

/*============================
	gallery
============================*/
.gallery {
  background: url(../img/bg-gallery.jpg)  top center / 100% auto;
  padding: 10.9rem 0 11.8rem;
  position: relative;
}
.gallery-deco-1 {
  position: absolute;
  top: 7rem;
  right: 7.9rem;
  width: 32rem;
  height: auto;
  pointer-events: none;
}
.gallery-deco-2 {
  position: absolute;
  bottom: 9.5rem;
  left: 10.9rem;
  width: 32rem;
  height: auto;
  pointer-events: none;
}


.gallery__slider {
  height: 22rem;
  margin: 6rem 0 11.2rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 26.6rem;
  margin: 0 0.6rem;
}

@media (max-width: 767px) {
  .gallery-deco-1 {
      top: 13rem;
      right: 1.9rem;
      width: 19rem;
  }
  .gallery-deco-2 {
      bottom: 13rem;
      left: 1.9rem;
      width: 19rem;
  }
}

/*============================
	access
============================*/
.access {
  background: url("../img/news_bg.jpg") no-repeat center / cover;
  padding: 11.9rem 0 15rem;
  color: #000;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 8.3rem;
  margin: 7.6rem auto 0;
}
.access .common__btn {
  margin: 0 auto 0 0;
}
@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
  .access .common__btn {
    margin: 0 auto;
  }
}

.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 2rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 6rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 600;
  color: #c80000;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
  border-bottom: solid 1px #000;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px #000;
  }
}

.access__list dt:last-of-type,
.access__list dd:last-of-type {
  border-bottom: none;
}


@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;
  }
}

.access__btn-1 {
  width: max-content;
  margin: 0 0 7rem auto;
}

.access__btn-1 a {
  font-size: max(12px, 1.4rem);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.access__btn-1 a::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 1.1rem;
  height: 1.3rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.access__btn-2 {
  width: max(240px, 40rem);
  height: max(60px, 8rem);
}

@media (max-width: 767px) {
  .access__btn-2 {
    margin: 0 auto;
  }
}

.access__btn-2 a {
  width: 100%;
  height: 100%;
  border: solid 2px var(--white);
  font-size: max(14px, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.access__btn-2 a::before {
  content: "";
  background-color: var(--white);
  width: max(12px, 1.8rem);
  height: max(10px, 1.5rem);
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
/*============================
	sister
============================*/
.sister {
  background: url("../img/news_bg.jpg") no-repeat center / cover;
  padding: 8.5rem 0 8.9rem;
  position: relative;
    /*z-index: 999;*/
}
.sister__contents {
  display: flex;
  justify-content: space-between;
  margin: 4.3rem auto 0;
  width: 98rem;
}
.sister__contents a {
  width: 46.7rem;
}
@media (max-width: 767px) {
  .sister__contents {
    flex-direction: column;
    width: 90%;
    gap: 3rem;
  }
  .sister__contents a {
    width: 100%;
  }
}

/*============================
	insta
============================*/
.insta {
  background: url("../img/bg_concept.jpg") no-repeat center / cover;
  padding: 8.5rem 0 20.7rem;
  position: relative;
}
.insta-deco-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.insta__contents {
  width: 87rem;
  margin: 5.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: 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;
  }
}

.insta .common__ttl{
    position: relative;
    z-index: 10;
    
}