.loading {
  background: #1d1717;
  padding-inline: 20px;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.loading.is-hide {
  opacity: 0;
  visibility: hidden;
}

.js .loading {
  display: grid;
  inset: 0;
  place-items: center;
  position: fixed;
  z-index: 9999;
}

.loading__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.js .loading__inner {
  animation: fadeUp 0.8s ease forwards 0.3s;
  opacity: 0;
  transform: translateY(20px);
}

.loading__logo {
  aspect-ratio: 273/85;
  overflow: hidden;
  width: 273px;
}
.loading__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.loading__text {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #707070;
  color: #ef0910;
  margin-top: 38px;
  padding: 20px 20px 30px;
  text-align: center;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.loading__text-title {
  font-size: clamp(1.5rem, 1.3580978809rem + 0.6054490414vw, 1.875rem);
  font-weight: 900;
  letter-spacing: 3px;
  line-height: calc(44 / 30);
}

.loading__text-desc {
  font-size: 14px;
  font-weight: bold;
  line-height: calc(28.8 / 20);
  margin-top: 11px;
  opacity: 0.8;
  text-align: justify;
}

.fv {
  position: relative;
}

.fv-slide {
  position: relative;
}
.fv-slide.c-noise::before {
  z-index: 2;
}
.fv-slide::after {
  background-image: linear-gradient(to bottom, #1d1717, rgba(199, 164, 164, 0.1) 51%, #1d1717);
  bottom: -1px;
  content: "";
  height: calc(100% + 1px);
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.fv-slide__swiper {
  height: 100svh;
  max-height: 768px;
}
.fv-slide__swiper.swiper {
  overflow: hidden;
}
.fv-slide__swiper .swiper-slide {
  aspect-ratio: 1366/768;
}
.fv-slide__swiper .swiper-slide img {
  transform: scale(1);
  transition: transform 6.5s linear;
}
.fv-slide__swiper .swiper-slide-active img,
.fv-slide__swiper .swiper-slide-prev img {
  transform: scale(1.15);
}
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}

.fv-wrap {
  height: 100%;
  left: 50%;
  max-width: 1366px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  width: 100%;
  z-index: 5;
}

.fv-copy {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  pointer-events: visible;
  position: absolute;
  right: 20px;
  top: 80px;
  z-index: 4;
}

.fv-copy__en {
  color: #ef0910;
  font-family: "Crimson Text", serif;
  font-size: clamp(1.625rem, 1.5303985873rem + 0.4036326942vw, 1.875rem);
  letter-spacing: 0.04em;
  writing-mode: vertical-lr;
}

.fv-copy__title {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}
.fv-copy__title p {
  font-size: clamp(2.5rem, 1.5539858729rem + 4.0363269425vw, 5rem);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  writing-mode: vertical-lr;
}
.fv-copy__title p:nth-of-type(2) {
  padding-top: 60px;
}

.fv-logo {
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  left: 0px;
  padding-inline: 20px;
  pointer-events: visible;
  position: absolute;
  z-index: 5;
}

.fv-logo__img {
  background-color: #1d1818;
  overflow: hidden;
  padding: 11px 19px 17px 16px;
  width: clamp(14.375rem, 12.5302724521rem + 7.8708375378vw, 19.25rem);
}
.fv-logo__img img {
  aspect-ratio: 273/85;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv-logo__text {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.8;
  max-width: 369px;
}

.news {
  overflow: hidden;
  padding-bottom: 81px;
  padding-inline: 20px;
  padding-top: 60px;
  position: relative;
}

.news__bg {
  height: 222px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 267px;
}
.news__bg img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: visible;
  width: 100%;
}

.news__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-inline: auto;
  max-width: 1116px;
  position: relative;
  z-index: 1;
}

.news__left {
  flex-shrink: 0;
}
.news__left .c-btn-arrow {
  margin-left: auto;
  margin-top: 20px;
}

.news__right {
  width: 100%;
}

.pict {
  height: 300px;
  position: relative;
  width: 100%;
}
.pict.c-noise::before {
  z-index: 2;
}
.pict::after {
  background-image: linear-gradient(to bottom, rgba(199, 164, 164, 0), #1d1717);
  bottom: -1px;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.feature {
  padding-bottom: 80px;
  padding-inline: 20px;
}
.feature__sections {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}

.feature__section {
  border-radius: 20px;
  height: calc(100vh - 50px);
  left: 0;
  overflow: hidden;
  position: sticky;
  top: 25px;
}

.feature__section-img {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.feature__section-img::after {
  background-image: linear-gradient(to right, rgba(39, 35, 35, 0.9), rgba(199, 164, 164, 0));
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 93.3125972006%;
}

.feature__section-contents {
  left: 0px;
  padding-inline: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.feature__section-contents .c-desc {
  margin-top: 30px;
  max-width: 380px;
}

.feature__section-title {
  font-size: clamp(1.625rem, 1.5303985873rem + 0.4036326942vw, 1.875rem);
  line-height: 1.5;
}

.feature__sections-label {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Crimson Text", serif;
  font-size: 13px;
  gap: 5px;
  left: 50%;
  letter-spacing: 0.65px;
  line-height: 1.85;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  z-index: 2;
}
.feature__sections-label::before {
  background-color: #ef0910;
  content: "";
  height: 1px;
  width: 36px;
}

.feature-bottom-swiper {
  overflow: hidden;
  width: 100%;
}
.feature-bottom-swiper .swiper {
  overflow: visible;
}
.feature-bottom-swiper .swiper-slide {
  aspect-ratio: 500/400;
  overflow: hidden;
  position: relative;
  width: 200px;
}
.feature-bottom-swiper .swiper-slide::after {
  background-image: linear-gradient(to right, #272323, rgba(114, 101, 101, 0.25) 52%, #272323);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.menu {
  padding-inline: 20px;
  padding-top: 70px;
}

.menu__inner {
  margin-inline: auto;
  max-width: 1106px;
  width: 100%;
}
.menu__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.menu__btn {
  flex-shrink: 0;
  margin-left: auto;
  margin-top: 15px;
}
.menu__list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  width: 100%;
}

a.menu__link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  flex-direction: column;
  padding-block: 20px;
  padding-inline: 10px 45px;
  position: relative;
  row-gap: 10px;
  transition: color 0.3s ease;
}
a.menu__link:hover {
  color: #ef0910;
  opacity: 1;
}
a.menu__link::after {
  background-image: url(../images/arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0px, -50%);
  transition: transform 0.3s ease;
  width: 12px;
}
a.menu__link h1,
a.menu__link h2,
a.menu__link h3,
a.menu__link h4 {
  color: currentColor;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(26 / 18);
}
a.menu__link p {
  color: currentColor;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.47;
}

.map {
  padding-right: 20px;
  padding-top: 80px;
}
.map > .c-title-wrap {
  margin-left: 20px;
}

.map__wrap {
  position: relative;
  width: 100%;
}

.map__google {
  aspect-ratio: 1283/800;
  border-radius: 0 20px 20px 0;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.map__google > div {
  height: 100%;
  width: 100%;
}

.map-access {
  background-color: #1d1717;
  border-radius: 20px 0 0 0;
  padding-bottom: 68px;
  padding-left: 20px;
  padding-top: 40px;
  z-index: 2;
}

.map-access__contents {
  margin-left: auto;
  max-width: 547px;
  width: 100%;
}

.map-access__list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  position: relative;
}
.map-access__list::after {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}

.map-access__item {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: grid;
  gap: 23px;
  grid-template-columns: 100px 1fr;
  padding-block: 21px 22px;
  position: relative;
}
.map-access__item::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100px;
}
.map-access__item h1,
.map-access__item h2,
.map-access__item h3,
.map-access__item h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
}
.map-access__item p {
  line-height: 1.88;
}

.text-loop {
  padding-block: 30px 30px;
  position: relative;
}
.text-loop .bg-text__wrap {
  gap: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.text-loop .bg-text {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-family: "Crimson Text", serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.2;
}

.text-loop__img {
  aspect-ratio: 267/222;
  bottom: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  width: 120px;
  z-index: 1;
}

@media (min-width: 768px) {
  .loading__text-desc {
    text-align: center;
  }
  .fv-copy__en {
    padding-top: 3px;
  }
  .fv-copy__title {
    gap: 27px;
  }
  .fv-copy__title p:nth-of-type(2) {
    padding-top: 110px;
  }
  .fv-logo {
    bottom: 52px;
    left: 41px;
  }
  .pict {
    height: 401px;
  }
  .feature {
    margin-top: -82px;
    padding-bottom: 121px;
    padding-inline: 40px;
  }
  .feature__section-contents {
    left: 103px;
  }
  .feature__section-contents .c-desc {
    margin-top: 40px;
  }
  .feature__sections-label {
    flex-direction: column-reverse;
    gap: 13px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-lr;
  }
  .feature__sections-label::before {
    height: 36px;
    width: 1px;
  }
  .feature-bottom-swiper .swiper-slide {
    width: 500px;
  }
  .map__wrap {
    height: 840px;
  }
  .text-loop {
    padding-block: 91px 60px;
  }
  .text-loop .bg-text {
    font-size: 140px;
  }
  .text-loop__img {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 267px;
  }
}

@media (min-width: 1024px) {
  .loading__text {
    padding: 20px 30px 30px;
  }
  .loading__text-desc {
    font-size: 20px;
  }
  .fv-slide__swiper {
    height: 768px;
  }
  .fv-copy {
    gap: 16px;
    right: 41px;
    top: 60px;
  }
  .news__inner {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .news__left .c-btn-arrow {
    margin-left: 0;
    margin-top: 32px;
  }
  .news__right {
    max-width: 900px;
  }
  .feature__inner .c-title-wrap {
    margin-left: 53px;
  }
  .feature__sections {
    gap: 80px;
  }
  .menu {
    padding-top: 95px;
  }
  .menu__contents {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  .menu__btn {
    margin-left: 0;
    min-width: 150px;
  }
  .menu__list {
    max-width: 900px;
  }
  a.menu__link {
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-direction: row;
    padding: 35px 60px 35px 40px;
    row-gap: 15px;
  }
  a.menu__link::after {
    right: 40px;
  }
  a.menu__link h1,
  a.menu__link h2,
  a.menu__link h3,
  a.menu__link h4 {
    width: 150px;
  }
  .map {
    padding-right: 30px;
    padding-top: 130px;
  }
  .map > .c-title-wrap {
    margin-left: 131px;
  }
  .map__google {
    height: 800px;
  }
  .map-access {
    bottom: 0;
    max-width: 627px;
    padding-left: 30px;
    padding-top: 55px;
    position: absolute;
    right: -1px;
    width: 50%;
  }
  .map-access__list {
    margin-top: 40px;
  }
}

@media (min-width: 1366px) {
  .map {
    padding-right: 83px;
  }
  .map-access {
    width: 48.8698363211%;
  }
}