@charset "UTF-8";

:root {
  --header-height: 144px;
}

body{
  overflow-x: visible;
}

.bredlist.lp{
  margin-bottom: 0;
}

.main-area{
  overflow-x: visible;
}

#footer_emmi {
  margin-top: 9.7rem;
}

/*******************************
em250501COOLCOLLECTION
*******************************/
#em250501COOLCOLLECTION{
  display: block;
  width: 100%;
  padding: 0 0 0;
  box-sizing: border-box;
}

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

#em250501COOLCOLLECTION .lpWrap{
  display: block;
  width: 100%;
  padding: 0 0 0;
  margin: 0 auto;
}

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

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



/*******************************
creditLinks
*******************************/
#em250501COOLCOLLECTION .creditArea{
  display: block;
  padding-top: 2.8rem;
}

#em250501COOLCOLLECTION .creditLinks{
  display: block;
  width: 100%;
  text-align: center;
}

#em250501COOLCOLLECTION .creditLinks > a,
#em250501COOLCOLLECTION .creditLinks > span{
  display: inline-block;
  white-space: nowrap;
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.46667rem;
  letter-spacing: 0.05em;
  line-height: 1.818179958681912;
  color: #000000;
  text-decoration: none;
  font-feature-settings: "palt";
}


#em250501COOLCOLLECTION .creditLinks >  a + a,
#em250501COOLCOLLECTION .creditLinks >  span + a,
#em250501COOLCOLLECTION .creditLinks >  span + span,
#em250501COOLCOLLECTION .creditLinks >  a + span,
#em250501COOLCOLLECTION .creditLinks >  br.spView + a,
#em250501COOLCOLLECTION .creditLinks >  br.spView + span{
  margin-left: 0.7em;
}


/*******************************
fadeInSetting
*******************************/
#em250501COOLCOLLECTION .fadeInBlock{
  opacity: 0;
  transition: opacity 1s ease;
}


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

#em250501COOLCOLLECTION .fadeInList > *{
  opacity: 0;
  transition: opacity 0.4s ease;
}


#em250501COOLCOLLECTION .fadeInList > *.view{
  opacity: 1;
}


#em250501COOLCOLLECTION .secTTL{
  display: block;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease 0.6s, opacity .2s ease 0.6s;
}

#em250501COOLCOLLECTION .secTTL.view{
  opacity: 1;
  clip-path: inset(0);
}




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

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

#em250501COOLCOLLECTION .figSlider .sliderWrapper{}

#em250501COOLCOLLECTION .figSlider .slider{
  display: block;
  width: 100%;
  margin: 0;
}

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


/*******************************
mvBlock
*******************************/
#mvBlock{
  display: block;
  width: 50rem;
  margin: 0 auto 6rem;
  padding: 8rem 0 0 8rem;
  position: relative;
}

#mvBlock .mvText{
  display: block;
  width: 2.40947rem;
  position: absolute;
  left: 4.49941rem;
  top: 20.97478rem;
  z-index: 1;
  pointer-events: none;
}

#mvBlock .mvOuter{
  display: block;
  width: 41rem;
  height: 60rem;
  margin: 0 auto 0 0;
  position: relative;
}

#mvBlock .mvOuter .img01{
  width: 20rem;
  position: absolute;
  right: 0;
  top: 0;
}

#mvBlock .mvOuter .img02{
  width: 20rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

#mvBlock .mvOuter .img03{
  width: 20rem;
  position: absolute;
  left: 0;
  top: 0;
}

#mvBlock .mvOuter .img04{
  width: 20rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

#mvBlock .mvOuter .img05{
  width: 20rem;
  position: absolute;
  left: 0;
  top: 17rem;
}



/*******************************
firstLede
*******************************/
#em250501COOLCOLLECTION .firstLede{
  display: block;
}

#em250501COOLCOLLECTION .firstLede > p{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #000000;
  text-align: center;
}



/*******************************
lpMainWrap
*******************************/
#em250501COOLCOLLECTION .lpMainWrap{
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 120rem;
  margin: -1rem auto 0;
}

/**mainTTLBlock ********/
#em250501COOLCOLLECTION .lpMainWrap #mainTTLBlock{
  display: block;
  width: 35rem;
  padding-right: 3.2rem;
  padding-bottom: calc(76.6rem / 2);
}

#em250501COOLCOLLECTION .lpMainWrap #mainTTLBlock .mainTTL{
  display: block;
  width: 2.40947rem;
  height: 34.041rem;
  margin: 0 0 0 auto;
  padding-top: 4.2rem;
  position: sticky;
  left: 0;
  top: calc(50% + var(--header-height) / 2 - 34.041rem / 2 - 4.2rem);
  transition: top .8s ease;
}

#em250501COOLCOLLECTION .lpMainWrap #mainTTLBlock.hideHead .mainTTL{
  top: calc(50% - 34.041rem / 2 - 4.2rem);
}


/**mainTTLBlock ********/
#em250501COOLCOLLECTION .lpMainWrap .lpNavBlock{
  display: block;
  width: 35rem;
  padding-right: 3.5rem;
  padding-bottom: calc(34.041rem / 2);
}

#em250501COOLCOLLECTION .lpMainWrap #lpNav{
  display: block;
  width: 25.6rem;
  height: 76.6rem;
  margin: 0 0 0 auto;
  padding-top: 4rem;
  position: sticky;
  left: 0;
  top: calc(50% + var(--header-height) / 2 - 76.6rem / 2 - 4rem);
  transition: top .8s ease;
}

#em250501COOLCOLLECTION .lpMainWrap #lpNav.hideHead{
  top: calc(50% - 76.6rem / 2 - 4rem);
}


#em250501COOLCOLLECTION .lpMainWrap #lpNav > li{
  display: block;
  width: 12.6rem;
  margin: 0 auto 0 0;
}

#em250501COOLCOLLECTION .lpMainWrap #lpNav > li:nth-of-type(2n){
  margin: 0 0 0 auto;
}

#em250501COOLCOLLECTION .lpMainWrap #lpNav > li:nth-of-type(n + 2){
  margin-top: -2.6rem;
}

#em250501COOLCOLLECTION .lpMainWrap #lpNav > li > a{
  display: block;
  width: 100%;
  opacity: .4;
  transition: opacity .3s ease;
  pointer-events: none;
}

#em250501COOLCOLLECTION .lpMainWrap #lpNav > li.current > a,
#em250501COOLCOLLECTION .lpMainWrap #lpNav > li.current > a:hover{
  opacity: 1;
}

#em250501COOLCOLLECTION .lpMainWrap #lpNav > li:not(.current) > a:hover{
  opacity: .4;
}

/*******************************
lpMainBlock
*******************************/
#em250501COOLCOLLECTION .lpMainBlock{
  display: block;
  width: 50rem;
  overflow: hidden;
}

#em250501COOLCOLLECTION .lpMainSection{
  padding-top: 9rem;
  position: relative;
}

#em250501COOLCOLLECTION .secTTL{
  display: block;
  width: 18.7667rem;
  position: absolute;
  top: 3.2rem;
  z-index: 3;
  pointer-events: none;
}


#em250501COOLCOLLECTION .lpMainSection .secIcon{
  display: block;
  margin-bottom: 1.6rem;
}

#em250501COOLCOLLECTION .lpMainSection .secIcon > ul{
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0 1.33333rem;
}

#em250501COOLCOLLECTION .lpMainSection .secIcon > ul > li{
  display: block;
  width: 6.66667rem;
}


/**pickupPoint *******************/
#em250501COOLCOLLECTION .pickupPoint{
  display: block;
  width: 100%;
  padding: 0 2.61665rem;
  position: relative;
}

#em250501COOLCOLLECTION .pickupPoint::before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  top: calc(4.66667rem / 2);
}
#em250501COOLCOLLECTION .pickupPoint::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}


#em250501COOLCOLLECTION .pickupPoint > .inner{
  display: block;
  width: 100%;
  padding-bottom: 5.8rem;
  position: relative;
  z-index: 2;
}

#em250501COOLCOLLECTION .pickupPoint > .inner::before{
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 4.66667rem / 2);
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}
#em250501COOLCOLLECTION .pickupPoint > .inner::after{
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 4.66667rem / 2);
  background: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
}


#em250501COOLCOLLECTION .pickupPoint .pickupPointTTL{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 32.66667rem;
  height: 4.66667rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.93333333333rem;
  background: #FFFFFF;
}

#em250501COOLCOLLECTION .pickupPoint .pickupPointTTL{
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease 0.6s, opacity .2s ease 0.6s;
}

#em250501COOLCOLLECTION .pickupPoint .pickupPointTTL.view{
  opacity: 1;
  clip-path: inset(0);
}




#em250501COOLCOLLECTION #sec04 .pickupPoint .pickupPointTTL > picture{
  width: 30.06123rem;
}

#em250501COOLCOLLECTION #sec07 .pickupPoint .pickupPointTTL > picture{
  width: 30rem;
}


#em250501COOLCOLLECTION .pickupPoint .pickUpText{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #000000;
  text-align: center;
}

#em250501COOLCOLLECTION .pickupPoint .pickUpCaution{
  margin-top: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.33333rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #000000;
  text-align: center;
}


/*******************************
sec01
*******************************/
#sec01{}

#em250501COOLCOLLECTION #sec01 .secTTL{
  left: -1.38333rem;
}

#sec01 .secIcon{
  padding-right: 1.4rem;
}
#em250501COOLCOLLECTION .lpMainSection#sec01 .secIcon > ul{
  justify-content: flex-end;
}

#sec01 .img01{
  display: block;
  width: 47rem;
  margin-left: 1.5rem;
  margin-right: auto;
  margin-bottom: 1.33333rem;
}

#sec01 .img0203Wrap{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

#sec01 .img02{
  width: 24.33333rem;
}

#sec01 .img03{
  width: 24.33333rem;
}


/*******************************
sec02
*******************************/
#sec02{
  margin-top: -0.6rem;
}

#em250501COOLCOLLECTION #sec02 .secTTL{
  right: -1.4rem;
}

#sec02 .secIcon{
  padding-left: 1.3333333333rem;
}
#em250501COOLCOLLECTION .lpMainSection#sec02 .secIcon > ul{
  justify-content: flex-start;
}


#sec02 .imgWrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}


#sec02 .img01,
#sec02 .img02,
#sec02 .img03,
#sec02 .img04{
  width: 50%;
}

/*******************************
sec03
*******************************/
#sec03{
  margin-top: -0.7rem;
}

#em250501COOLCOLLECTION #sec03 .secTTL{
  left: 1.28333rem;
}

#sec03 .secIcon{
  padding-right: 6.9rem;
}
#em250501COOLCOLLECTION .lpMainSection#sec03 .secIcon > ul{
  justify-content: flex-end;
}

#sec03 .img01{
  width: 36rem;
  margin: 0 auto 1.3rem;
}

#sec03 .img02{
  width: 36rem;
  margin: 0 auto;
}



/*******************************
sec04
*******************************/
#sec04{
  margin-top: -0.6rem;
}

#em250501COOLCOLLECTION #sec04 .secTTL{
  right: 3.3rem;
}


#sec04 .secIcon{
  padding-left: 4rem;
}
#em250501COOLCOLLECTION .lpMainSection#sec04 .secIcon > ul{
  justify-content: flex-start;
}

#sec04 .img01{
  display: block;
  width: calc(100% - 4.33333rem + 1.33333333rem / 2);
  margin-left: calc(4.33333rem - 1.33333333rem / 2);
}

#sec04 .img01 .figSlider{
  width: 100%;
  overflow: hidden;
}

#sec04 .img01 .figSlider .container{
  display: block;
  margin-left: 0;
  width: calc(30rem + 1.33333333rem);
  overflow: visible;
}

#sec04 .img01 .figSlider .container .sliderWrapper{}
#sec04 .img01 .figSlider .container .sliderWrapper .slider{
  display: block;
  width: calc(30rem + 1.33333333rem);
  padding: 0 calc(1.33333333rem / 2);
}

#sec04 .creditArea{
  margin-bottom: 8.8rem;
  padding-left: 4.33333rem;
}

#sec04 .creditLinks{
  text-align: left;
}


#sec04 .img02{
  width: 33rem;
  margin: 0 auto;
}

#sec04 .pickupPoint .creditArea{
  padding-left: 0;
  margin-bottom: 3.8rem;
}

#sec04 .pickupPoint .creditArea .creditLinks{
  text-align: center;
}

/*******************************
sec05
*******************************/
#sec05{}

#em250501COOLCOLLECTION #sec05 .secTTL{
  left: -2.71667rem;
}


#sec05 .secIcon{
  padding-right: 1.4rem;
}
#em250501COOLCOLLECTION .lpMainSection#sec05 .secIcon > ul{
  justify-content: flex-end;
}

#sec05 .img01{
  display: block;
  width: calc(100% - 5.66667rem + 1.33333333rem / 2);
  margin-left: calc(5.66667rem - 1.33333333rem / 2);
}

#sec05 .img01 .figSlider{
  width: 100%;
  overflow: hidden;
}

#sec05 .img01 .figSlider .container{
  display: block;
  margin-left: 0;
  width: calc(32rem + 1.33333333rem);
  overflow: visible;
}

#sec05 .img01 .figSlider .container .sliderWrapper{}
#sec05 .img01 .figSlider .container .sliderWrapper .slider{
  display: block;
  width: calc(32rem + 1.33333333rem);
  padding: 0 calc(1.33333333rem / 2);
}

#sec05 .creditLinks{
  padding-left: 5.66667rem;
  text-align: left;
}

/*******************************
sec06
*******************************/
#sec06{
  margin-top: -0.5rem;
}

#em250501COOLCOLLECTION .lpMainSection#sec06{
  padding-top: 8.8rem;
}

#em250501COOLCOLLECTION #sec06 .secTTL{
  right: -2.0rem;
}

#sec06 .secIcon{
  padding-left: 1.3333333333rem;
}
#em250501COOLCOLLECTION .lpMainSection#sec06 .secIcon > ul{
  justify-content: flex-start;
}


#sec06 .imgWrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}


#sec06 .img01,
#sec06 .img02,
#sec06 .img03,
#sec06 .img04{
  width: 50%;
}

#em250501COOLCOLLECTION #sec06 .imgWrap .secTTL{
  top: inherit;
  bottom: -21.4rem;
  right: -2.4rem;
}

#sec06 .creditArea{
  padding-left: 2.66667rem;
}

#sec06 .creditLinks{
  text-align: left;
}

#sec06 .pickupPoint .creditArea{
  padding-left: 0;
}

#sec06 .pickupPoint .creditArea .creditLinks{
  text-align: center;
}

/*******************************
sec07
*******************************/
#sec07{
  margin-top: 7.3rem;
}

#em250501COOLCOLLECTION #sec07 .secTTL{
  left: -1.38333rem;
}


#sec07 .secIcon{
  padding-right: 7.9rem;
}
#em250501COOLCOLLECTION .lpMainSection#sec07 .secIcon > ul{
  justify-content: flex-end;
}

#sec07 .img01{
  display: block;
  width: 34rem;
  margin: 0 auto 1.5rem;
}

#sec07 .img02{
  display: block;
  width: 34rem;
  margin: 0 auto;
}

#sec07 .creditArea{
  margin-bottom: 8.3rem;
}


#sec07 .img03{
  width: 33rem;
  margin: 0 auto;
}

#sec07 .pickupPointTTL{
  padding-top: 0.5rem;
}

#sec07 .pickupPoint .creditArea{
  margin-bottom: 4.7rem;
}

#sec07 .pickUpSubTTL{
  width: 35.90693rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.6rem;
}

/*******************************
btnAllItems
*******************************/
#em250501COOLCOLLECTION .btnAllItems{
  display: block;
  margin-top: 8.6rem;
  margin-bottom: 7.9rem;
}

#em250501COOLCOLLECTION .btnAllItems > a{
  display: block;
  width: 22.1rem;
  margin: 0 auto;
}

/*******************************
btnAllItems
*******************************/
#em250501COOLCOLLECTION .staffList{
  display: block;
}

#em250501COOLCOLLECTION .staffList > dl > dt,
#em250501COOLCOLLECTION .staffList > dl > dd{
  display: block;
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.46665rem;
  line-height: 2.181822520710463;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt";
}

#em250501COOLCOLLECTION .staffList > dl > dt{
  letter-spacing: 0.1em;
}

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







