@charset "UTF-8";

.main-area{padding: 0;}
.main-area .main-inner{
  max-width: inherit;
  margin: 0 auto;
  width: 100%;
}

/*******************************
st250115LOOK
*******************************/
#st250115LOOK{
  display: block;
  width: 100%;
  padding: 0 0 13rem;
  box-sizing: border-box;
  overflow: hidden;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#st250115LOOK *{box-sizing: border-box;}

#st250115LOOK picture,
#st250115LOOK figure,
#st250115LOOK img{
  display: block;
  width: 100%;
  height: auto;
}

#st250115LOOK .imgOuter > a,
#st250115LOOK .imgOuter > span{display: block; width: 100%; height: auto;}

#st250115LOOK a{
  transition: opacity .3s;
}

#st250115LOOK a:hover{
  opacity: .7;
}

#st250115LOOK .imgOuter a.img_no-link {
  pointer-events: none;
}

#st250115LOOK .imgOuter a.img_no-link:hover {
  opacity: 1;
}

#st250115LOOK video{display: block; width: 100%; height: auto;}


/*******************************
creditLinks
*******************************/
#st250115LOOK .creditArea{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

#st250115LOOK .creditArea::after{
  content: '';
  display: block;
  width: 100%;
  height: calc(160 * (100vw / 1400));
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,.2));
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform .6s ease, opacity .6s ease;
}

#st250115LOOK .creditArea.open::after{
  transform: translateY(0);
  opacity: 1;
}


#st250115LOOK .creditArea > .openBtn{
  display: block;
  width: calc(28 * (100vw / 1400));
  height: calc(28 * (100vw / 1400));
  position: absolute;
  bottom: calc(33 * (100vw / 1400));
  right: calc(41 * (100vw / 1400));
  z-index: 2;
  cursor: pointer;
  pointer-events: auto;
}

#st250115LOOK .creditArea > .openBtn::before,
#st250115LOOK .creditArea > .openBtn::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: calc(50%);
  transition: transform .3s ease;
}
#st250115LOOK .creditArea:not(.open) > .openBtn::after{
  transform: rotate(90deg);
}


#st250115LOOK .creditLinks{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 calc(42 * (100vw / 1400)) calc(24 * (100vw / 1400));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(100%);
  transition: transform .6s ease, opacity .6s ease;
  
  text-shadow: 0 0 10px rgba(0,0,0,.3);
}

#st250115LOOK .creditArea.open .creditLinks{
  transform: translateY(0);
  opacity: 1;
}


#st250115LOOK .creditLinks > a,
#st250115LOOK .creditLinks > span{
  display: inline-block;
  white-space: nowrap;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(20 * (100vw / 1400));
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #FFFFFF;
  text-decoration: none;
  pointer-events: auto;
}




/*******************************
figSlider
*******************************/
#st250115LOOK .figSliderPC{
	overflow: hidden;
	position: relative;
}

#st250115LOOK .figSliderPC .container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#st250115LOOK .figSliderPC .sliderWrapper{}

#st250115LOOK .figSliderPC .slider{
  display: block;
  width: 100%;
}

#st250115LOOK .figSliderPC .slider a{
  display: block;
  width: 100%;
  height: auto;
}

#st250115LOOK .figSliderPC .slider a > img{
  display: block;
  width: 100%;
  height: auto;
}

#st250115LOOK .figSliderPC .slider.swiper-slide-active{
  pointer-events: auto;
}



/*******************************
fadeInSetting
*******************************/
#st250115LOOK .fadeInBlock{
  visibility: hidden;
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 1.5s ease, transform 1.5s ease;
  pointer-events: none;
}

#st250115LOOK .fadeInBlock.view{
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
  pointer-events: inherit;
}



/*******************************
lpContentsWrap
*******************************/
#st250115LOOK .lpContentsWrap{
  display: block;
  width: 100%;
  margin: 0 auto 0;
}

/*******************************
mv
*******************************/
#st250115LOOK .mvBlock{
  display: block;
  width: 100%;
  margin: 0 auto;
}

#st250115LOOK .mvBlock .outer{
  display: block;
  width: 100%;
  position: relative;
}

#st250115LOOK .mvBlock .lpMainTTL{
  display: block;
  width: 26.29167857142857%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
}

#st250115LOOK .mvBlock .img{
  display: block;
  width: 100%;
  height: auto;
}

/*******************************
movieBlock
*******************************/
#st250115LOOK #movieBlock{
  display: block;
  width: 100%;
  position: relative;
}

#st250115LOOK #movieBlock .movie{
  width: 100%;
}

#st250115LOOK #movieBlock .movie a,
#st250115LOOK #movieBlock .movie video{
  display: block;
  width: 100%;
  height: auto;
}


#st250115LOOK #movieBlock #soundBtn{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(27.5 * (100vw / 1400));
  height: calc(23.8733 * (100vw / 1400));
  position: absolute;
  right: calc(16.5 * (100vw / 1400));
  bottom: calc(13 * (100vw / 1400));
  z-index: 1;
  cursor: pointer;
}


#st250115LOOK #movieBlock #soundBtn > span{
  display: block;
  width: calc(27.5 * (100vw / 1400));
  height: calc(22.9188 * (100vw / 1400));
  background: url("../img/btn_sound_on.svg") center center no-repeat;
  background-size: 100% auto;
}

#st250115LOOK #movieBlock #soundBtn.on > span{
  display: block;
  width: calc(27.5 * (100vw / 1400));
  height: calc(23.8733 * (100vw / 1400));
  background: url("../img/btn_sound_off.svg") center center no-repeat;
  background-size: 100% auto;
}

/*******************************
imageList
*******************************/
#st250115LOOK #imageList{
  display: block;
  width: 100%;
  margin: 0 auto 10rem;
}

/*******************************
imgOneLine
*******************************/
#st250115LOOK .imgOneLine{
  display: block;
  width: 100%;
}

#st250115LOOK .imgOneLine > .outer > .inner > .creditArea{display: none;}

#st250115LOOK .imgOneLine > .outer > .inner{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

#st250115LOOK .imgOneLine > .outer > .inner > .imgOneitem{
  width: 50%;
  position: relative;
}

#st250115LOOK .imgOneLine > .outer > .inner > .imgOneitem .imgOuter,
#st250115LOOK .imgOneLine > .outer > .inner > .imgOneitem .imgOuter > a,
#st250115LOOK .imgOneLine > .outer > .inner > .imgOneitem .imgOuter > span{
  width: 100%;
  height: 100%;
}
#st250115LOOK .imgOneLine > .outer > .inner > .imgOneitem .imgOuter picture{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#st250115LOOK .imgOneLine > .outer > .inner > .imgOneitem .imgOuter picture > img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}

/*******************************
sec10
*******************************/
#st250115LOOK #sec10 .img01{
  order: 2;
}
#st250115LOOK #sec10 .img02{
  order: 1;
}

/*******************************
interval
*******************************/
#st250115LOOK #interval01{
  width: 100%;
}

#st250115LOOK #interval02SP{display: none;}
#st250115LOOK #interval03SP{display: none;}
#st250115LOOK #interval04SP{display: none;}


#st250115LOOK #interval0203PC{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}


#st250115LOOK #interval0203PC > .outer{
  display: block;
  width: 50%;
  position: relative;
}


#st250115LOOK #interval0203PC dl.staffList{
  display: block;
  position: absolute;
  left: calc(40 * (100vw / 1400));
  bottom: calc(37 * (100vw / 1400));
  z-index: 1;
}


#st250115LOOK #interval0203PC dl.staffList > dt,
#st250115LOOK #interval0203PC dl.staffList > dd{
  display: block;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(14 * (100vw / 1400));
  text-align: left;
  line-height: 1.357142857142857;
  letter-spacing: 0.034em;
  color: #FFFFFF;
}


/*******************************
allItemBtn
*******************************/
#st250115LOOK .allItemBtn{
  display: block;
  width: 108rem;
  margin: 0 auto 6rem;
  text-align: center;
  position: relative;
}

#st250115LOOK .allItemBtn > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  border: 1px solid #000000;
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  padding-bottom: 0.2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #000000;
}



/*******************************
itemCoop
*******************************/
#st250115LOOK .itemCoop{
  display: block;
  width: 108rem;
  margin: 0 auto 4rem;
  position: relative;
}

#st250115LOOK .itemCoop > dl{
  display: block;
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  line-height: 1.357142857142857;
  letter-spacing: 0.034em;
  font-weight: 300;
  text-align: left;
  color: #000000;
}
#st250115LOOK .itemCoop > dl + dl{
  margin-top: 1em;
}

/*******************************
lpCaution
*******************************/
#st250115LOOK .lpCaution{
  display: block;
  width: 108rem;
  margin: 0 auto;
  position: relative;
}

#st250115LOOK .lpCaution > ul{
  display: block;
}
#st250115LOOK .lpCaution > ul > li{
  display: block;
  font-size: 1.0rem;
  line-height: 1.35;
  letter-spacing: 0.035em;
  font-weight: 300;
  text-align: left;
  color: #000000;
}

/*******************************
overRide
*******************************/
#st250115LOOK .spView{display: none;}











