@charset "UTF-8";

@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

#footer_emmi {
  margin-top: 12.8rem;
}

/*******************************
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 0;
  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;
  cursor: pointer;
}

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


#em250101item .creditArea > .openBtn{
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  cursor: pointer;
}

#em250101item .creditArea > .openBtn::before,
#em250101item .creditArea > .openBtn::after{
  content: '';
  display: block;
  width: 100%;
  height: 2.5px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: calc(50% - 1.25px);
  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 1.4rem 2.1rem;
  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: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  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: 4.5rem 0 4.9rem;
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
}


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

#em250101item .subImages .container{
  display: block;
  width: 100%;
  height: auto;
}

#em250101item .subImages .container .sliderWrapper{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 3rem;
  width: 100%;
}


#em250101item .subImages .container .sliderWrapper .slider{
  width: 27rem;
}

#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: 2.6rem;
}

#em250101item .subImages .container .sliderWrapper .slider dl > dt{
  display: block;
  margin-bottom: 0.8rem;
  font-family: "pragmatica", "游ゴシック体", "Yu Gothic", YuGothic, "yu-gothic-pr6n", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  /*
	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: 1.4rem;
  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: 1.4rem;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1.928571428571429;
  color: #FF0000;
}


/*　価格　********/
#em250101item .subImages .container .sliderWrapper .slider dl > dd .normalPrice{
  display: block;
  text-align: center;
  text-decoration: line-through;
  margin-bottom: 0.5rem;
}

#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: 90rem;
  margin: 0 auto 7.3rem;
}

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


/*******************************
firstLede
*******************************/
#em250101item .firstLede{
  display: block;
  margin-bottom: 11.2rem;
}

#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: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2;
  font-feature-settings: "palt";
}



/*******************************
#sec01
*******************************/
#sec01{
  display: block;
  margin-bottom: 16rem;
  position: relative;
}

#em250101item #sec01 .secTTL{
  width: 35.13896rem;
  left: calc(50% - 1.92759rem);
}


#sec01 .mainWrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 78.8rem;
  margin: 0 auto 10rem;
  padding-top: 6rem;
  position: relative;
  z-index: 2;
  transform: translateX(0.9rem);
}


#sec01 .img01{
  width: 42rem;
  position: relative;
}

#sec01 .movieBlock{
  width: 28.8rem;
  margin-top: 20.3rem;
}


/*******************************
#sec02
*******************************/
#sec02{
  display: block;
  margin-bottom: 16rem;
  position: relative;
}

#em250101item #sec02 .secTTL{
  width: 31.18818rem;
  left: calc(50% - 43.50957rem);
  top: 7.6rem;
}


#sec02 .mainWrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 76.4rem;
  margin: 0 auto 10rem;
  padding-top: 0;
  position: relative;
  z-index: 2;
  transform: translateX(5.8rem);
}


#sec02 .img01{
  width: 38rem;
  position: relative;
}

#sec02 .movieBlock{
  width: 32.4rem;
  margin-top: 18.2rem;
}



#em250101item #sec02 .creditArea > .openBtn{
  right: 1.5rem;
  left: auto;
}

#em250101item #sec02 .creditLinks{
  align-items: flex-start;
  padding-bottom: 2.3rem;
}



/*******************************
#sec03
*******************************/
#sec03{
  display: block;
  margin-bottom: 16rem;
  position: relative;
}

#em250101item #sec03 .secTTL{
  width: 26.58379rem;
  left: calc(50% - 13.55679rem);
}


#sec03 .mainWrap{
  display: block;
  width: 45rem;
  margin: 0 auto 10rem;
  padding-top: 7rem;
  position: relative;
  z-index: 2;
}


#sec03 .img01{
  width: 100%;
  position: relative;
}

#sec03 .movieBlock{
  width: 31.5rem;
  margin: 6rem auto 0;
}


/*******************************
#sec04
*******************************/
#sec04{
  display: block;
  margin-bottom: 16rem;
  position: relative;
}

#em250101item #sec04 .secTTL{
  width: 7.43081rem;
  left: calc(50% - 44.56841rem);
}


#sec04 .mainWrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 76.6rem;
  margin: 0 auto 10rem;
  padding-top: 0;
  position: relative;
  z-index: 2;
  transform: translateX(4.3rem);
}


#sec04 .img01{
  width: 38rem;
  margin-top: 12rem;
  position: relative;
}

#sec04 .movieBlock{
  width: 30.6rem;
}



#em250101item #sec04 .creditArea > .openBtn{
  right: 1.5rem;
  left: auto;
}

#em250101item #sec04 .creditLinks{
  align-items: flex-start;
  padding-bottom: 2.3rem;
}


/*******************************
#sec05
*******************************/
#sec05{
  display: block;
  margin-bottom: 12rem;
  position: relative;
}

#em250101item #sec05 .secTTL{
  width: 32.01821rem;
  left: calc(50% + 12.452rem);
  top: 7.9rem;
}


#sec05 .mainWrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80.6rem;
  margin: 0 auto 10rem;
  padding-top: 0;
  position: relative;
  z-index: 2;
  transform: translateX(-1.3rem);
}


#sec05 .img01{
  width: 40rem;
  margin-top: 14.4rem;
  position: relative;
}

#sec05 .movieBlock{
  width: 30.6rem;
}

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


/*******************************
allItemBtn
*******************************/
#em250101item .allItemBtn{
  display: block;
  width: 32rem;
  margin: 0 auto;
  padding: 0 0 0;
}

#em250101item .allItemBtn > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  position: relative;
}

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




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







