@charset "UTF-8";

.main-area{padding: 0;}
.main-area .main-inner{
  max-width: inherit;
  margin: 0 auto;
  width: 100%;
}

/*******************************
st240724look
*******************************/
#st240724look{
  display: block;
  width: 100%;
  padding: 0 0 13rem;
  box-sizing: border-box;
  overflow: hidden;
  font-family: acumin-pro, "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#st240724look *{box-sizing: border-box;}

#st240724look picture,
#st240724look figure,
#st240724look img{
  display: block;
  width: 100%;
  height: auto;
}

#st240724look .imgOuter > a
#st240724look .imgOuter > span{display: block; width: 100%; height: auto;}

#st240724look a{
  transition: opacity .3s;
}

#st240724look a:hover{
  opacity: .6;
}

#st240724look .spOnly{
  display: none;
}

/*******************************
lpContentsWrap
*******************************/
#st240724look .lpContentsWrap{
  display: block;
  width: 100%;
  margin: 0 auto 0;
}

/*******************************
mv
*******************************/
#st240724look .mv{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

#st240724look .mv .outer{
  display: block;
  width: 100%;
}

#st240724look .mv a.outer{color: #FFFFFF; text-decoration: none;}
#st240724look .mv a.outer:hover{opacity: 1;}

#st240724look .mv .outer picture{
  display: block;
  width: 100%;
  z-index: 1;
}


#st240724look .lpMainTTL{
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 4.6rem;
  pointer-events: none;
}

#st240724look .lpMainTTL .mv-logo,
#st240724look .lpMainTTL .ttl{
  display: block;
  font-weight: 700;
  /* font-size: calc(71 * (100vw / 1920)); */
}
#st240724look .lpMainTTL .mv-logo{
  width: 16rem;
  height: 34.105rem;
  margin-bottom: 4.1rem;
}
#st240724look .lpMainTTL .ttl{
  width: 38.6rem;
}


/*******************************
.introBlock
*******************************/


#st240724look .intro{
  font-size: 2rem;
  text-align: center;
  letter-spacing: -0.007em;
  line-height: 1.75;
  margin: 6.8rem 0 9rem;
  word-spacing: 0.1rem;
}
#st240724look .txt-adjust{
  display: inline-block;
}

/*******************************
#movieBlock
*******************************/

#st240724look video {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 0;
}
#st240724look video.sp_only {
  display: none;
}

#st240724look .volume__icon .on,
#st240724look .volume__icon .off {
  display: none;
}
#st240724look .volume__icon[data-sound-state="on"] .off,
#st240724look .volume__icon[data-sound-state="off"] .on {
  display: block;
}

#st240724look  .mainVisual-video{
  position: relative;
  margin-bottom: 12rem;
}
#st240724look .music span {
  display: none;
}
#st240724look .music span.active {
  display: block;
}

/* #st240724look .mvWrap__soundBtnWrap {
  position: absolute;
  display: block;
  right: 3rem;
  bottom: 2.9rem;
  cursor: pointer;
  z-index: 1;
  } */
  
  /* #st240724look .mvWrap__soundBtnWrap:hover{
    opacity: .7;
  } */
/* #st240724look .js-button{
  width: 3.6rem;
  height: 3.4rem;
  padding: 0.5rem;
} */
#st240724look .soundBtnInner__button{
  width: 2.6rem;
  height: 2.4rem;
}
#st240724look .soundBtnWrap-inner{
  position: absolute;
  display: block;
  right: 3rem;
  bottom: 2.9rem;
  cursor: pointer;
  z-index: 1;
}

/* #st240724look .js-button{
  display: none;
}
#st240724look .js-button.js-sound_active{
  display: block;
} */

@keyframes scrollGuide {
	0% {
		transform: scale(1, 1);
		transform-origin: center bottom;
	}
	20% {
		transform: scale(1, 1);
		transform-origin: center bottom;
	}
	50% {
		transform: scale(1, 0);
		transform-origin: center bottom;
	}
	50.1% {
		transform: scale(1, 0);
		transform-origin: center top;
	}
	80% {
		transform: scale(1, 1);
		transform-origin: center top;
	}
	100% {
		transform: scale(1, 1);
		transform-origin: center top;
	}
}

/*******************************
creditLinks
*******************************/
#st240724look .credit > .openBtn{
  position: absolute;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  right: 4rem;
  bottom: 3.3rem;
  z-index: 3;
  cursor: pointer;
}
#st240724look .credit > .openBtn::before,
#st240724look .credit > .openBtn::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: calc(50%);
  transform-origin: center center;
  transition: transform .6s ease,opacity .6s ease;
}
#st240724look .credit > .openBtn::after{
  transform: rotate(90deg);
}
/* #st240724look .credit > .openBtn.open::after,
#st240724look .img__wrap.js-open .credit > .openBtn::after{
  transform: rotate(0);
  opacity: 0;
} */

#st240724look .credit > .openBtn.open::after{
  transform: rotate(0);
  opacity: 0;
}


#st240724look .creditLinks{
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 4rem 3.2rem;
  font-size: calc(20 * (100vw / 1920));
  font-weight: 200;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(100%);
  transition: transform .6s ease,opacity .6s ease;
}

#st240724look .credit > .openBtn.open + .creditLinks{
  transform: translateY(0);
  opacity: 1;
  pointer-events: inherit;
}
/* #st240724look .credit > .openBtn.open + .creditLinks,
#st240724look .img__wrap.js-open .credit > .openBtn + .creditLinks{
  transform: translateY(0);
  opacity: 1;
  pointer-events: inherit;
} */

#st240724look .credit .creditLinks::after{
  content: '';
  display: block;
  width: 100%;
  height: calc(128 * (100vw / 1920));
  background: linear-gradient(to top, rgba(0,0,0,.2) 40%, rgba(0,0,0,0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity .6s ease;
}
#st240724look .credit > .openBtn.open + .creditLinks::after{
  opacity: 1;
}
/* #st240724look .credit > .openBtn.open + .creditLinks::after,
#st240724look .img__wrap.js-open .credit > .openBtn + .creditLinks::after{
  opacity: 1;
} */

#st240724look .creditLinks >  a{
  display: inline-block;
  white-space: nowrap;
  color: #FFFFFF;
  font-weight: 200;
  text-decoration: none;
}

#st240724look .creditLinks >  span{
  display: block;
  white-space: nowrap;
  color: #FFFFFF;
  font-weight: 200;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}
/*******************************
sec__wrap
*******************************/
#st240724look .flex_cont{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}

#st240724look .flex_cont > .img__wrap{
  width: calc(100% / 2 + 1px);
  /* height: calc(933.3333 * (100vw / 1920)); */
  overflow: hidden;
  margin-right: -1px;
  margin-top: -1px;
  background: #FFFFFF;
}

/* #st240724look .flex_cont > .img__wrap a{
  pointer-events: none;
}
#st240724look .flex_cont > .img__wrap.js-open a{
  pointer-events: all;
} */

#st240724look .imageList .imgOuter{
  width: 100%;
  position: relative;
}

#st240724look .swiper-slide{
  background: #fff;
  position: relative;
}

/*******************************
lpStaffList
*******************************/
#st240724look .lpStaffList{
  display: block;
  width: 108rem;
  margin: 15.6rem auto 6.8rem;
}

#st240724look .lpStaffList > dl{
  display: block;
  font-size: 1.4rem;
  line-height: 1.357142857142857;
  letter-spacing: 0.035em;
  font-weight: 200;
}

#st240724look .lpStaffList > dl + dl{margin-top: 2rem;}

#st240724look .lpStaffList > dl > dt{
  letter-spacing: 0.034em;
  font-weight: 400;
}

#st240724look .lpStaffList > dl > dd{
  font-weight: 200;
}

/*******************************
allItemBtn
*******************************/
#st240724look .allItemBtn{
  display: block;
  width: 108rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#st240724look .allItemBtn > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  border: 1px solid #000000;
  font-size: 2rem;
  padding-bottom: 0.2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

/*******************************
lpCaution
*******************************/
#st240724look .lpCautionBox{
  display: block;
  width: 108rem;
  margin: 6.9rem auto 0;
}


#st240724look .lpCaution > li{
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.035em;
  line-height: 1.35;
}


/*******************************
fadeInSetting
*******************************/
#st240724look .fadeInBlock,
#st240724look .fadeInList .fadeInTarget{
  visibility: hidden;
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 1.5s ease, transform 1.5s ease;
  pointer-events: none;
}

#st240724look .fadeInBlock .afterMove{
  visibility: hidden;
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 1s ease 1.5s, transform 1s ease 1.5s;
  pointer-events: none;
}

#st240724look .fadeInBlock.view,
#st240724look .fadeInList .fadeInTarget.view{
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0) rotateY(0);
  pointer-events: inherit;
}

#st240724look .fadeInBlock.view .afterMove{
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0) rotateY(0);
  pointer-events: inherit;
}

/*******************************
overRide
*******************************/
#st240724look .spView{display: none;}
