@charset "UTF-8";

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


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

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

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

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

#st250402NEWLOOK a{}


/*******************************
creditLinks
*******************************/
#st250402NEWLOOK .creditArea{
  display: block;
  padding-top: calc(36 * (100vw / 750));
}


#st250402NEWLOOK .creditLinks{
  display: block;
  white-space: nowrap;
  text-align: center;
}

#st250402NEWLOOK .creditLinks > a,
#st250402NEWLOOK .creditLinks > span{
  display: inline-block;
  font-family: "urbane", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(20 * (100vw / 750));
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #000000;
  text-decoration: none;
  text-decoration-skip-ink: none;
  font-feature-settings: "palt";
}


#st250402NEWLOOK .creditLinks > a + a::before,
#st250402NEWLOOK .creditLinks > br.spView + a::before{
  content: '/';
  display: inline-block;
  padding: 0 0.6em 0 0.6em;
}



/*******************************
figSlider
*******************************/
#st250402NEWLOOK .figSliderSP{
	position: relative;
}

#st250402NEWLOOK .imgOuter.figSliderSP{
  width: 100%;
  overflow: hidden;
  background-color: inherit;
}

#st250402NEWLOOK .imgOuter.figSliderSP .container{
  display: block;
  width: calc(630 * (100vw / 750));
  margin: 0 0 0 auto;
}

#st250402NEWLOOK .figSliderSP .sliderWrapper{}

#st250402NEWLOOK .figSliderSP .slider{
  width: calc(630 * (100vw / 750));
  background: #bbc4cd;
}

#st250402NEWLOOK .figSliderSP .slider a{
  display: block;
  width: 100%;
  height: auto;
}

#st250402NEWLOOK .figSliderSP .slider a > picture{
  display: block;
  width: 100%;
  overflow: hidden;
}

#st250402NEWLOOK .figSliderSP .slider a > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#st250402NEWLOOK .figSliderSP .slider.swiper-slide-active{
  pointer-events: auto;
}



/*******************************
secText
*******************************/
#st250402NEWLOOK .secText{
  display: block;
}

#st250402NEWLOOK .secText > span{
  display: block;
  text-align: center;
}

#st250402NEWLOOK .secText > span > span{
  font-family: "urbane", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(20 * (100vw / 750));
  letter-spacing: 0.12em;
  line-height: 2.5;
  color: #000000;
  opacity: 0;
  transition: opacity .2s ease;
}

#st250402NEWLOOK .secText.view > span > span{
  opacity: 1;
}


/*******************************
fadeInSetting
*******************************/
#st250402NEWLOOK .fadeInBlock{}
#st250402NEWLOOK .fadeInBlock.view{}

#st250402NEWLOOK .fadeInBlock.imgFade{
  overflow: hidden;
}

#st250402NEWLOOK .fadeInBlock.imgFade img{
  filter: blur(10px);
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: filter 1s ease 0s, opacity 1s ease 0s, transform 1s ease 0s;
}

#st250402NEWLOOK .fadeInBlock.imgFade.view img{
  filter: blur(0px);
  opacity: 1;
  transform: scale(1);
}


/*******************************
mv
*******************************/
#st250402NEWLOOK .mvBlock{
  display: block;
  width: 100%;
  margin: 0 auto calc(106 * (100vw / 750));
}

#st250402NEWLOOK .mvBlock .imgOuter{}

/*******************************
firstLede
*******************************/
#st250402NEWLOOK .firstLede{
  display: block;
  margin-bottom: calc(188 * (100vw / 750));
}

#st250402NEWLOOK .firstLede > p{
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-size: calc(26 * (100vw / 750));
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  font-feature-settings: "palt";
}


/*******************************
sec01
*******************************/
#sec01{
  display: block;
  width: 100%;
  margin: 0 auto calc(190 * (100vw / 750));
}


#sec01 .img01{
  display: block;
  width: 100%;
  margin-bottom: calc(20 * (100vw / 750));
  position: relative;
}

#sec01 .img01 .imgOuter{}


#sec01 .img02wrap{
  display: block;
}

#sec01 .img02{
  display: block;
  width: 100%;
  padding-left: calc(210 * (100vw / 750));
  background: #E8D5D1;  
}

#sec01 .img02wrap .secText{
  display: block;
  padding-top: calc(104 * (100vw / 750));
  padding-bottom: calc(104 * (100vw / 750));
}

#sec01 .img03wrap{
  display: block;
}

#sec01 .img03{
  width: 100%;
  padding-right: calc(210 * (100vw / 750));
  background: url("../img/img_01_03_bg_sp.jpg") right center no-repeat;
  background-size: auto 100%;
}

#sec01 .img03wrap .creditArea{
}



/*******************************
sec02
*******************************/
#sec02{
  display: block;
  width: 100%;
  margin: 0 auto calc(190 * (100vw / 750));
}

#sec02 .img01wrap{
  display: block;
}

#sec02 .img01{
  display: block;
  width: 100%;
  padding-right: calc(120 * (100vw / 750));
  background: #F3F5BC;
}

#sec02 .img01wrap .secText{
  display: block;
  padding-top: calc(104 * (100vw / 750));
  padding-bottom: calc(104 * (100vw / 750));
}


#sec02 .img02{
  display: block;
  width: 100%;
  margin-bottom: calc(20 * (100vw / 750));
}


#sec02 .img04wrap{
  display: block;
}


#sec02 .img04{
  width: 100%;
  padding-left: calc(60 * (100vw / 750));
  background: #E8D5D1;
}

#sec02 .img04wrap .creditArea{
}


/*******************************
sec03
*******************************/
#sec03{
  display: block;
  width: 100%;
  margin: 0 auto calc(110 * (100vw / 750));
}

#sec03 .img0102wrap{
  display: block;
  width: 100%;
  margin-bottom: calc(20 * (100vw / 750));
}

#sec03 .img0102wrap .bg,
#sec03 .img0102wrap .img01wrap,
#sec03 .img0102wrap .img02wrap{
  width: 100%;
  height: calc(100dvh - var(--lpHeaderHeight));
  min-height: calc(1195 * (100vw / 750));
  position: sticky;
  top: var(--lpHeaderHeight);
  left: 0;
}

#sec03 .img0102wrap .bg > picture{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#sec03 .img0102wrap .bg > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec03 .img0102wrap .img01{
  display: block;
  width: calc(540 * (100vw / 750));
  margin: 0 auto;
  padding-top: calc(237.5 * (100vw / 750));
}

#sec03 .img0102wrap .img02{
  display: block;
  width: calc(540 * (100vw / 750));
  margin: 0 auto;
  padding-top: calc(237.5 * (100vw / 750));
}

#sec03 .img0102wrap .fadeInSticky{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity .5s ease,transform .5s ease;
}
#sec03 .img0102wrap .fadeInSticky.view{
  opacity: 1;
  transform: translateY(0);
}


#sec03 .img03wrap{
  display: block;
}

#sec03 .img03wrap .img03{
  width: 100%;
  padding-right: calc(210 * (100vw / 750));
  background: url("../img/img_03_03_bg_sp.jpg") right center no-repeat;
  background-size: auto 100%;
}

#sec03 .img03wrap .creditArea{
}

/*******************************
allItemBtn
*******************************/
#st250402NEWLOOK .allItemBtn{
  display: block;
  width: calc(480 * (100vw / 750));
  margin: 0 auto;
}

#st250402NEWLOOK .allItemBtn a,
#st250402NEWLOOK .allItemBtn picture,
#st250402NEWLOOK .allItemBtn img{
  display: block;
  width: 100%;
  height: auto;
}


/*******************************
overRide
*******************************/
#st250402NEWLOOK .pcView{display: none!important;}











