@charset "UTF-8";

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

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

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

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

#st250402NEWLOOK .imgOuter{
  background: #FFFFFF;
}

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

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

#st250402NEWLOOK a:hover{
  opacity: .7;
}

/*******************************
creditLinks
*******************************/
#st250402NEWLOOK .creditArea{
  display: block;
}


#st250402NEWLOOK .creditLinks{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
  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.5em 0 0.4em;
}
*/



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

#st250402NEWLOOK .imgOuter.figSliderSP{
  background-color: inherit;
}

#st250402NEWLOOK .imgOuter.figSliderSP .container{
  display: block;
  width: 100%;
}

#st250402NEWLOOK .figSliderSP .sliderWrapper{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

#st250402NEWLOOK .figSliderSP .slider{
  display: block;
  width: 50%;
  pointer-events: auto;
  background: #FFFFFF;
}

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

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

#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: 1.2rem;
  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: 50rem;
  margin: 0 auto 8.9rem;
}

#st250402NEWLOOK .mvBlock .imgOuter{}

/*******************************
firstLede
*******************************/
#st250402NEWLOOK .firstLede{
  display: block;
  margin-bottom: 14rem;
}

#st250402NEWLOOK .firstLede > p{
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 300;
  letter-spacing: 0.025em;
  text-align: center;
  color: #000000;
  font-feature-settings: "palt";
}


/*******************************
sec01
*******************************/
#sec01{
  display: block;
  width: 84rem;
  margin: 0 auto 4rem;
}


#sec01 .img01{
  display: block;
  width: 100%;
  padding-right: 24rem;
  background: #E8D5D1;
  position: relative;
}

#sec01 .img01 .imgOuter{}


#sec01 .img02wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #E8D5D1;
}

#sec01 .img02{
  order: 2;
  display: block;
  width: 42rem;
}

#sec01 .img02wrap .secText{
  order: 1;
  display: block;
  width: calc(100% - 42rem);
}

#sec01 .img03wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../img/img_01_03_bg.jpg") right center no-repeat;
  background-size: auto 100%;
}

#sec01 .img03{
  width: 39rem;
}

#sec01 .img03wrap .creditArea{
  width: calc(100% - 39rem);
}



/*******************************
sec02
*******************************/
#sec02{
  display: block;
  width: 84rem;
  margin: 0 auto 4rem;
}

#sec02 .img01wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F3F5BC;
}

#sec02 .img01{
  display: block;
  width: 45rem;
}

#sec02 .img01wrap .secText{
  display: block;
  width: calc(100% - 45rem);
}


#sec02 .img02{
  display: block;
  width: 100%;
  background: #F3F5BC;
}


#sec02 .img04wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E8D5D1;
}


#sec02 .img04{
  order: 2;
  width: 54rem;
}

#sec02 .img04wrap .creditArea{
  order: 1;
  width: calc(100% - 54rem);
}


/*******************************
sec03
*******************************/
#sec03{
  display: block;
  width: 84rem;
  margin: 0 auto 10rem;
}

#sec03 .img0102wrap{
  display: block;
  width: 100%;
}

#sec03 .img0102wrap .bg,
#sec03 .img0102wrap .img01wrap,
#sec03 .img0102wrap .img02wrap{
  width: 100%;
  height: calc(100vh - 50px);
  min-height: 90rem;
  position: sticky;
  top: 50px;
  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: 33rem;
  margin-left: 9rem;
  padding-top: 12rem;
}

#sec03 .img0102wrap .img02{
  display: block;
  width: 36rem;
  margin-left: 39rem;
  padding-top: 30rem;
}

#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: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../img/img_03_03_bg.jpg") right center no-repeat;
  background-size: auto 100%;
}

#sec03 .img03wrap .img03{
  width: 45rem;
}

#sec03 .img03wrap .creditArea{
  width: calc(100% - 45rem);
}

/*******************************
allItemBtn
*******************************/
#st250402NEWLOOK .allItemBtn{
  display: block;
  width: 46rem;
  margin: 0 auto;
}

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


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











