@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}

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;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

.feature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-family: "acumin-pro", sans-serif;
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 300;
  margin: 0 auto 12.86vw;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.feature a {
  color: #000;
  transition: 0.5s;
  display: block;
  transform: none;
}
.feature a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.feature img,
svg,video{
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.l-container {
  width: 100%;
  overflow: hidden;
}

.feature #sp-only{
  display: none !important;
}

.feature .js-fade{
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.feature .js-fade.active{
  opacity: 1;
  transform: translateY(0);
}

/* credit */

.feature .creditList{
  bottom: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  transform: translateY(105%);
  transition: transform .6s ease, opacity .6s ease;
  width: 100%;
  z-index: 2;
}
.feature .creditList.on{
  pointer-events: all;
  transform: translateY(0%);
}

.feature .credit{
  display: flex;
  flex-direction: column;
  gap: 1.14vw 0;
  padding: 0 0 2.57vw 2.86vw;
  position: relative;
}

.feature .credit li{
  color: #fff;
  display: flex;
  font-size: 1.43vw;
  letter-spacing: 0.043em;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.feature .credit li a{
  color: #fff;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.43vw;
  letter-spacing: 0.043em;
  line-height: 1;
}

.feature .credit li a .price{
  letter-spacing: 0.055em;
}

.feature .creditBtn{
  display: block;
  bottom: 2.29vw;
  right: 2.86vw;
  position: absolute;
  height: 2vw;
  width: 2vw;
  z-index: 10;
}
.feature .creditBtn span{
  display: block;
  opacity: .8;
  position: relative;
  height: 100%;
  width: 100%;
}
.feature .creditBtn span::before,
.feature .creditBtn span::after{
  background: #fff;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 0.07vw;
  width: 100%;
}
.feature .creditBtn span::after{
  transition: transform .6s ease, opacity .6s ease;
  height: 100%;
  width: 0.07vw;
}

.feature .creditBtn.on span::after{
  transform: rotate(-90deg);
}

.feature .creditBtn:hover{
  cursor: pointer;
}

.feature .sec__model .sec__img::before,
.feature .sec__model .sec__slide::before{
  background: linear-gradient(0deg, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0) 100%);
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  transition: transform .6s ease, opacity .6s ease;
  transform: translateY(100%);
  height: 11.43vw;
  width: 100%;
  z-index: 2;
}
.feature .sec__model .sec__img.on::before,
.feature .sec__model .sec__slide.on::before{
  transform: translateY(0%);
}

/* hero */

.feature .hero{
  margin: auto;
  width: 100%;
}

.feature .hero .hero__video{
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  height: 56.25vw;
  width: 100%;
}

.feature .hero .video__body{
  height: 100%;
  width: 100%;
}
.feature .hero .video__body--content{
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: auto;
}

.feature .hero__video .hero__sound{
  background: url("../img/sound_on.svg") center top / contain no-repeat;
  bottom: 1vw;
  right: 1.07vw;
  position: absolute;
  height: 1.62vw;
  width: 1.93vw;
}
.feature .hero__video .hero__sound.on{
  background: url("../img/sound_off.svg") center top / contain no-repeat;
}

/* sec */

.feature .section{
  position: relative;
  width: 100%;
}

.feature .section .inner{
  margin: auto;
  position: relative;
  width: 100%;
}

.feature .section .sec__model{
  display: flex;
}

.feature .section .sec__model .sec__img{
  overflow: hidden;
  position: relative;
}
.feature .section .sec__model > .sec__img{
  width: 50%;
}
.feature .section .sec__model > .sec__img > a,
.feature .section .sec__model > .sec__img > a > img{
  height: 100%;
}
.feature .section .sec__model .sec__img > a{
  position: relative;
  z-index: 1;
}

.feature .section .sec__slide{
  overflow: clip;
  position: relative;
  width: 50%;
}
.feature .section .sec__model .sec__slider{
  width: 100%;
}

/* sec15 */

.feature .sec15 .sec__flex{
  display: flex;
}

.feature .sec15 .sec__staff{
  position: relative;
}

.feature .sec15 .sec__staff .sec__staff-text{
  color: #fff;
  font-size: 1vw;
  letter-spacing: 0.035em;
  line-height: 1.357;
  bottom: 2.43vw;
  left: 2.86vw;
  position: absolute;
  height: fit-content;
  width: fit-content;
}

.feature .sec15 .sec__btn{
  margin: 7.14vw auto 0;
  width: 77.14vw;
}

.feature .sec15 .sec__text{
  color: #000;
  font-size: 1vw;
  letter-spacing: 0.035em;
  line-height: 1.357;
  margin: 4.29vw 0 0 11.43vw;
}
.feature .sec15 .sec__text a{
  display: inline-block;
}

.feature .sec15 .sec__note{
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-feature-settings: inherit;
  font-size: 0.71vw;
  letter-spacing: 0.06em;
  line-height: 1.35;
  margin: 2.39vw 0 0 11.43vw;
}

.l-footer{
  padding: 0;
}
.pc-footer{
  margin: 0;
}