@charset "UTF-8";

:root {
  --lpSetSize: (100vw / 1440);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

.pc-header-main.is-fixed {
  display: none;
}

/*-------------------------
 Content
-------------------------*/
.l-container {
  width: 100%;
  overflow: clip;
}

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  color: #000;
  display: flex;
}

#feature .feature__inner {
  width: 100%;
  height: fit-content;
  margin: auto;
  position: relative;
  overflow: clip;
  font-feature-settings: "palt";
}

#feature a {
  transition: all 0.3s ease-in-out;
  display: block;
  transform: none;
  text-decoration: none;
}

#feature a:hover {
  cursor: pointer;
  opacity: .6;
  transition: all 0.3s ease-in-out;
}

#feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

#feature .left {
  width: 57.1429%;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#feature .right {
  width: 42.8571%;
}

#feature .section__inner {
  width: 100%;
}

#feature .block_area {
  position: relative;
  height: fit-content;
}

#feature .section {
  position: relative;
}

/*-------------------------
 Fade
-------------------------*/
#feature .fadeUp {
  opacity: 0;
  transition: ease-in, opacity 1000ms, transform 500ms;
  transform: translateY(calc(100 * var(--lpSetSize)));
}

#feature .fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}

#feature .fadeBottom {
  opacity: 0;
  transform: translateY(calc(-100 * var(--lpSetSize)));
  transition:
    opacity 1000ms ease,
    transform 500ms ease;
}

#feature .fadeBottom.active {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------
 Loading
-------------------------*/
#feature #loading {
  width: 100%;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  overflow: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#feature #loading.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#feature .loading_img,
#feature .loading_img img {
  width: 100%;
  height: 100vh;
}

#feature .loading_img img {
  object-fit: cover;
  display: block;
}

#feature .loading_bar {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 8px;
  overflow: hidden;
}

#feature .loading_bar span {
  display: block;
  width: 0;
  height: 100%;
  background: #7cc3d4;
  transition: width 0.3s ease;
}

#feature #title {
  height: 100vh;
  /* display: grid; */
  place-items: start;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  position: sticky;
  top: min(calc(120 * var(--lpSetSize)), 120px);
}

#feature #title.is-show {
  opacity: 1;
}

#feature .hero_logo {
  position: absolute;
  top: 50%;
  right: 13%;
  width: 24.44%;
}

/*-------------------------
 Main
-------------------------*/
#feature main {
  width: 100%;
  margin: auto;
}

#feature .hero_area {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#feature .main_img {
  width: min(calc(790 * var(--lpSetSize)), 790px);
  margin-top: calc(37 * var(--lpSetSize));
}

#feature .main_ttl {
  width: min(calc(622 * var(--lpSetSize)), 622px);
  margin: calc(-24* var(--lpSetSize)) auto 0;
}

#feature .main_txt {
  width: min(calc(513 * var(--lpSetSize)), 513px);
  margin: calc(16* var(--lpSetSize)) auto 0;
}

#feature .fixed {
  height: min(calc(72.84 * var(--lpSetSize)), 72.84px);
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

#feature .sub_ttl {
  width: min(calc(205.56 * var(--lpSetSize)), 205.56px);
  margin-left: calc(45 * var(--lpSetSize));
  padding: min(calc(30 * var(--lpSetSize)), 30px) 0;
}

/*-------------------------
 Gallery
-------------------------*/
#feature .hero_area,
#feature .gallery {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

#feature .gallery {
  position: sticky;
  display: flex;
  width: 100%;
  top: 0;
  margin-top: calc(-40 * var(--lpSetSize));
  padding-top: min(calc(120 * var(--lpSetSize)), 120px);
  background: #fff;
}

#feature .thumb_area {
  width: 58.52%;
  height: fit-content;
}

#feature .gallery_thumb {
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  box-sizing: border-box;
  object-position: top;
}

#feature .gallery_thumb a {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

#feature .gallery_thumb a video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#feature .gallery_thumb img {
  width: 100%;
  cursor: pointer;
  display: block;
  transition: opacity 0.4s ease;
}

#feature .gallery_thumb a:hover img,
#feature .gallery_thumb a.is-active img {
  opacity: 0.5;
}

#feature .gallery_main {
  width: 39.25%;
  height: 100dvh;
  position: sticky;
  top: min(calc(72.84 * var(--lpSetSize)), 72.84px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  overflow: hidden;
}

#feature #mainMedia {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition:
    opacity 0.6s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.6s ease;
  will-change: opacity, transform, filter;
}

#feature #mainMedia.is-hidden {
  opacity: 0;
  transform: scale(1);
}

#feature .gallery_main img {
  height: 100%;
  max-width: none;
  max-height: none;
  display: block;
  object-position: top;
}

#feature .gallery_main video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 60px));
  width: min(calc(357 * var(--lpSetSize)), 357px);
  height: auto;
}

/*-------------------------
 Gallery main
-------------------------*/
#feature .gallery_main {
  cursor: default;
}

#feature #mainMedia {
  opacity: 1;
  transition: opacity 0.7s ease;
}

#feature #mainMedia.is-hidden {
  opacity: 0;
}

#feature .gallery_thumb img,
#feature .gallery_thumb video {
  width: 100%;
  display: block;
  object-fit: cover;
}

#feature .gallery_thumb a {
  display: block;
  cursor: pointer;
}

#feature .gallery_thumb a.is-active {
  opacity: 0.6;
}

/*-------------------------
 Modal
-------------------------*/
#feature .gallery_thumb a video {
  pointer-events: none;
}

#feature .gallery_thumb a.is-video {
  cursor: default;
}

#feature .splide__arrow svg,
#feature .splide__arrows--ltr {
  display: none;
}

#feature .gallery_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c1bdb7;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

#feature .gallery_modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#feature .gallery_modal_slider {
  width: 317px !important;
  height: 475px !important;
  overflow: visible;
  height: fit-content;
  order: 2;
}

#feature .gallery_modal .splide__slide {
  display: grid;
  place-content: start center;
}

#feature .gallery_modal .splide__slide img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 85vh;
  margin: auto;
  object-fit: contain;
  border: calc(2* var(--lpSetSize)) solid #fff;
}

#feature .gallery_modal .splide__slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#feature .gallery_modal_close {
  position: absolute;
  top: calc(10 * var(--lpSetSize));
  right: calc(27 * var(--lpSetSize));
  width: calc(30 * var(--lpSetSize));
  cursor: pointer;
  z-index: 10;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

#feature .gallery_modal_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 1px;
  background: #fff;
}

#feature .gallery_modal_close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

#feature .gallery_modal_close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.is-modal-open {
  overflow: hidden;
}

#feature .splide__arrow {
  top: calc(-22 * var(--lpSetSize));
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  opacity: 1;
  z-index: 100;
  position: relative;
}

#feature .splide__arrow--prev {
  left: calc(-175 * var(--lpSetSize));
  order: 1;
}

#feature .splide__arrow--next {
  left: calc(175 * var(--lpSetSize));
  order: 3;
}

#feature .splide__arrow img {
  width: 100%;
  display: block;
}

/*-------------------------
 Btn
-------------------------*/
#feature .btn_area {
  margin: calc(78 * var(--lpSetSize)) 0 0 calc(44 * var(--lpSetSize));
}

#feature .btn {
  width: calc(457 * var(--lpSetSize));
}

#feature .staff {
  width: calc(448 * var(--lpSetSize));
  margin: calc(35 * var(--lpSetSize)) 0 calc(40 * var(--lpSetSize)) 0;
}

/*-------------------------
 Credit
-------------------------*/
#feature .credit-inner {
  margin-top: min(1.5rem, 15px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 min(1rem, 10px);
}

#feature .credit-inner a {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8571428571vw;
  font-size: min(1.2rem, 12px);
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
}

#feature .credit-inner .price {
  margin-left: min(0.3rem, 3px);
}
