@charset "UTF-8";

#footer_emmi {
  padding-top: calc(148*(100vw / 750));
}

/*******************************
em250101item
*******************************/
#em250101item{
  display: block;
  width: 100%;
  padding: 0 0 0;
  color: #000000;
  box-sizing: border-box;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "yu-gothic-pr6n", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

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

#em250101item .lpWrap{
  display: block; 
  width: 100%;
  padding: 0 0 calc(0 * (100vw / 750));
  margin: 0 auto;
  overflow: hidden;
}

/*******************************
imgSetting
*******************************/
#em250101item .imgOuter{
  display: block;
  width: 100%;
  background: #FFFFFF;
}

#em250101item .imgOuter a,
#em250101item .imgOuter span,
#em250101item picture,
#em250101item img{display: block; width: 100%;}



/*******************************
creditLinks
*******************************/
#em250101item .creditArea{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#em250101item .creditArea:not(.open)::after{
  content: '';
  display: block;
  width: 100%;
  height: calc(240 * (100vw / 750));
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: .16;
  position: absolute;
  left: 0;
  bottom: 0;
}


#em250101item .creditArea > .openBtn{
  display: block;
  width: calc(60 * (100vw / 750));
  height: calc(60 * (100vw / 750));
  position: absolute;
  bottom: calc(20 * (100vw / 750));
  left: calc(20 * (100vw / 750));
  z-index: 2;
  cursor: pointer;
}

#em250101item .creditArea > .openBtn::before,
#em250101item .creditArea > .openBtn::after{
  content: '';
  display: block;
  width: 100%;
  height: calc(3 * (100vw / 750));
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: calc(50% - 3 * (100vw / 750) / 2);
  transition: transform .3s ease;
}
#em250101item .creditArea:not(.open) > .openBtn::after{
  transform: rotate(90deg);
}


#em250101item .creditLinks{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 calc(40 * (100vw / 750)) calc(42 * (100vw / 750));
  background-color: rgba(0,0,0,.32);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 1;
}

#em250101item .creditArea.open .creditLinks{
  opacity: 1;
}


#em250101item .creditLinks > a,
#em250101item .creditLinks > span{
  display: inline-block;
  white-space: nowrap;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(23 * (100vw / 750));
  letter-spacing: 0.05em;
  line-height: 1.826086956521739;
  color: #FFFFFF;
  text-decoration: none;
}

/*******************************
fadeInSetting
*******************************/
#em250101item .fadeInBlock{
  opacity: 0;
  transition: opacity 1.5s ease;
}


#em250101item .fadeInBlock.view{
  opacity: 1;
}


/*******************************
figSlider
*******************************/
#em250101item .figSlider{
	overflow: hidden;
	position: relative;
}

#em250101item .figSlider .container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#em250101item .figSlider .sliderWrapper{}

#em250101item .figSlider .slider{
  display: block;
  width: 100%;
}

#em250101item .figSlider .slider a{
  display: block;
  width: 100%;
  height: auto;
}

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

#em250101item .figSlider .slider.swiper-slide-active{
  pointer-events: auto;
}



/*******************************
subWrap
*******************************/
#em250101item .subWrap{
  display: block;
  width: 100%;
  padding: calc(80 * (100vw / 750)) 0 calc(80 * (100vw / 750));
  border-top: calc(6 * (100vw / 750)) solid #000000;
  border-bottom: calc(6 * (100vw / 750)) solid #000000;
}


#em250101item .subImages{
  display: block;
  width: 100%;
  overflow: hidden;
}

#em250101item .subImages .container{
  display: block;
  width: calc(370 * (100vw / 750));
  height: 100%;
  margin: 0 auto;
  overflow: visible;
}

#em250101item .subImages .container .sliderWrapper{}


#em250101item .subImages .container .sliderWrapper .slider{
  width: calc(370 * (100vw / 750));
  padding: 0 calc(5 * (100vw / 750));
}

#em250101item .subImages .container .sliderWrapper .slider > a{display: block;}

#em250101item .subImages .container .sliderWrapper .slider picture,
#em250101item .subImages .container .sliderWrapper .slider img{
  display: block;
  width: 100%;
  height: auto;
}

#em250101item .subImages .container .sliderWrapper .slider dl{
  display: block;
  padding-top: calc(42 * (100vw / 750));
}

#em250101item .subImages .container .sliderWrapper .slider dl > dt{
  display: block;
  margin-bottom: calc(16 * (100vw / 750));
  font-family: "pragmatica", "游ゴシック体", "Yu Gothic", YuGothic, "yu-gothic-pr6n", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.75;
  /*
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  */
}

#em250101item .subImages .container .sliderWrapper .slider dl > dd{
  display: block;
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(21 * (100vw / 750));
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1;
  color: #000000;
}

#em250101item .subImages .container .sliderWrapper .slider dl > dd > em{
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "yu-gothic-pr6n", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(21 * (100vw / 750));
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 2;
  color: #FF0000;
}

/*　価格　********/
#em250101item .subImages .container .sliderWrapper .slider dl > dd .normalPrice{
  display: block;
  text-align: center;
  text-decoration: line-through;
  margin-bottom: calc(10 * (100vw / 750));
}

#em250101item .subImages .container .sliderWrapper .slider dl > dd .lpDiscountRate{color: #FF0000;}


/*******************************
movieBlock
*******************************/
#em250101item .movieBlock{
  display: block;
}

#em250101item .movieBlock > a,
#em250101item .movieBlock video{
  display: block;
  width: 100%;
  height: auto;
}

/*******************************
secTTL
*******************************/
#em250101item .secTTL{
  display: block;
  position: absolute;
  z-index: 1;
}

#em250101item .secTTL picture,
#em250101item .secTTL img{display: block; width: 100%; height: auto;}


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

#em250101item #mvBlock .mvOuter,
#em250101item #mvBlock .picture,
#em250101item #mvBlock img{
  display: block;
  width: 100%;
  height: auto;
}


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

#em250101item .firstLede > p{
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "yu-gothic-pr6n", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2;
  font-feature-settings: "palt";
}



/*******************************
#sec01
*******************************/
#sec01{
  display: block;
  margin-bottom: calc(146 * (100vw / 750));
  position: relative;
}

#em250101item #sec01 .secTTL{
  width: calc(99.54 * (100vw / 750));
  left: calc(587.0322 * (100vw / 750));
  top: calc(8 * (100vw / 750));
}


#sec01 .mainWrap{
  display: block;
  width: 100%;
  padding-top: calc(60 * (100vw / 750));
  margin-bottom: calc(120 * (100vw / 750));
  position: relative;
  z-index: 2;
}


#sec01 .img01{
  width: calc(600 * (100vw / 750));
  margin: 0 auto calc(80 * (100vw / 750)) 0;
  position: relative;
}

#sec01 .movieBlock{
  width: calc(495 * (100vw / 750));
  margin: 0 0 0 auto;
}


/*******************************
#sec02
*******************************/
#sec02{
  display: block;
  margin-bottom: calc(140 * (100vw / 750));
  position: relative;
}

#em250101item #sec02 .secTTL{
  width: calc(99.541 * (100vw / 750));
  left: calc(134.4268 * (100vw / 750));
}


#sec02 .mainWrap{
  display: block;
  width: 100%;
  padding-top: calc(52.9004 * (100vw / 750));
  margin-bottom: calc(120 * (100vw / 750));
  position: relative;
  z-index: 2;
}


#sec02 .img01{
  width: calc(560 * (100vw / 750));
  margin: 0 auto 0 0;
  position: relative;
}

#sec02 .movieBlock{
  width: calc(486 * (100vw / 750));
  margin: 0 calc(35 * (100vw / 750)) calc(85 * (100vw / 750)) auto;
}



#em250101item #sec02 .creditArea > .openBtn{
  left: auto;
  right: calc(20 * (100vw / 750));
}

#em250101item #sec02 .creditLinks{
  align-items: flex-start;
  padding-left: calc(20 * (100vw / 750));
}



/*******************************
#sec03
*******************************/
#sec03{
  display: block;
  margin-bottom: calc(140 * (100vw / 750));
  position: relative;
}

#em250101item #sec03 .secTTL{
  width: calc(99.54 * (100vw / 750));
  left: calc(597.0332 * (100vw / 750));
}


#sec03 .mainWrap{
  display: block;
  width: 100%;
  margin-bottom: calc(120 * (100vw / 750));
  position: relative;
  z-index: 2;
}


#sec03 .img01{
  width: calc(600 * (100vw / 750));
  margin: 0 auto calc(80 * (100vw / 750)) 0;
  position: relative;
}

#sec03 .movieBlock{
  width: calc(513 * (100vw / 750));
  margin: 0 calc(35 * (100vw / 750)) 0 auto;
}

/*******************************
#sec04
*******************************/
#sec04{
  display: block;
  margin-bottom: calc(140 * (100vw / 750));
  position: relative;
}

#em250101item #sec04 .secTTL{
  width: calc(99.54 * (100vw / 750));
  left: calc(23.4268 * (100vw / 750));
}


#sec04 .mainWrap{
  display: block;
  width: 100%;
  margin-bottom: calc(120 * (100vw / 750));
  position: relative;
  z-index: 2;
}


#sec04 .img01{
  width: calc(540 * (100vw / 750));
  margin: 0 auto calc(80 * (100vw / 750)) calc(115 * (100vw / 750));
  position: relative;
}

#sec04 .movieBlock{
  width: calc(486 * (100vw / 750));
  margin: 0 auto 0 calc(140 * (100vw / 750));
}



#em250101item #sec04 .creditArea > .openBtn{
  left: auto;
  right: calc(20 * (100vw / 750));
}

#em250101item #sec04 .creditLinks{
  align-items: flex-start;
  padding-left: calc(20 * (100vw / 750));
}


/*******************************
#sec05
*******************************/
#sec05{
  display: block;
  margin-bottom: calc(150 * (100vw / 750));
  position: relative;
}

#em250101item #sec05 .secTTL{
  width: calc(99.54 * (100vw / 750));
  left: calc(570.0332 * (100vw / 750));
  top: calc(8 * (100vw / 750));
}


#sec05 .mainWrap{
  display: block;
  width: 100%;
  margin-bottom: calc(120 * (100vw / 750));
  position: relative;
  z-index: 2;
}


#sec05 .img01{
  width: calc(600 * (100vw / 750));
  margin: 0 0 0 auto;
  position: relative;
}

#sec05 .movieBlock{
  width: calc(513 * (100vw / 750));
  margin: 0 auto calc(80 * (100vw / 750)) calc(35 * (100vw / 750));
}

#em250101item #sec05 .creditArea .creditLinks{text-align: right;}

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

#em250101item .allItemBtn > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100 * (100vw / 750));
  position: relative;
}

#em250101item .allItemBtn > a > span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000000;
  padding-bottom: calc(6 * (100vw / 750));
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:  calc(52 * (100vw / 750));
  letter-spacing: 0.035em;
  line-height: 1;
  /*font-feature-settings: 'palt';*/
  color: #FFFFFF;
}




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







