@charset "UTF-8";


.archive{border-top: none!important;}

/*******************************
FR241219umeharucollection
*******************************/
#FR241219umeharucollection{
  display: block;
  width: 100%;
  padding: 0 0 calc(150 * (100vw / 750));
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
}

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


#FR241219umeharucollection .lpSection{
  display: block;
  width: 100%;
  overflow: hidden;
}

/*******************************
img setting
*******************************/
#FR241219umeharucollection .imgOuter{
  display: block;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  pointer-events: none;
}

#FR241219umeharucollection .imgOuter > .outer,
#FR241219umeharucollection .imgOuter picture,
#FR241219umeharucollection .imgOuter img{
  display: block;
  width: 100%;
  height: auto;
}
#FR241219umeharucollection .imgOuter > a{
  display: block;
  width: 100%;
  height: auto;
  pointer-events: auto;
}


/*******************************
creditLinks
*******************************/
#FR241219umeharucollection .creditArea{
  display: block;
  text-align: left;
}

#FR241219umeharucollection .creditLinks{
  display: block;
  white-space: nowrap;
}

#FR241219umeharucollection .creditLinks > a,
#FR241219umeharucollection .creditLinks > span{
  display: inline-block;
  white-space: nowrap;
  font-family: "scotch-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(22 * (100vw / 750));
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #58595B;
  text-decoration: none;
  font-feature-settings: "palt";
}

#FR241219umeharucollection .creditLinks > a + a::before,
#FR241219umeharucollection .creditLinks > span + span::before,
#FR241219umeharucollection .creditLinks > span + a::before,
#FR241219umeharucollection .creditLinks > a + span::before,
#FR241219umeharucollection .creditLinks > br.pcView + a::before,
#FR241219umeharucollection .creditLinks > a.pcView + span::before{
  content: ',';
  display: inline-block;
  padding: 0 0.3em 0 0;
  margin-left: -0.14em;
}

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

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

#FR241219umeharucollection .figSlider .sliderWrapper{}

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

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

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

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

#FR241219umeharucollection .figSlider ul.pager{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 calc(20 * (100vw / 750));
  width: calc(100% - 40 * (100vw / 750));
  position: absolute;
  left: calc(20 * (100vw / 750));
  bottom: calc(20 * (100vw / 750));
  z-index: 2;
}

#FR241219umeharucollection .figSlider ul.pager > li{
  display: block;
  width: calc(10 * (100vw / 750));
  height: calc(10 * (100vw / 750));
  background-color: inherit;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 0;
  transition: background 0.3s ease;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

#FR241219umeharucollection .figSlider ul.pager > li.swiper-pagination-bullet-active{
  opacity: 1;
  background: #000000;
}



/*******************************
fadeInSetting
*******************************/
#FR241219umeharucollection .fadeInBlock{
  opacity: 0;
  transform: translate(0,calc(60 * (100vw / 750)));
  transition: opacity 1s ease,transform 1s ease;
}

#FR241219umeharucollection .fadeInBlock.view{
  opacity: 1;
  transform: translate(0,0);
}


/*fadeInList *****************/
#FR241219umeharucollection .fadeInList{}

#FR241219umeharucollection .fadeInList > *{
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.4s ease,filter 0.4s ease;
}

#FR241219umeharucollection .fadeInList > *.view{
  opacity: 1;
  filter: blur(0);
}

/*******************************
mvBlock
*******************************/
#FR241219umeharucollection .secTTL{
  display: block;
  width: calc(525.4971 * (100vw / 750));
}

#FR241219umeharucollection .secTTL svg{
  display: block;
  width: 100%;
  height: auto;
}

#FR241219umeharucollection .secTTL svg path{
  fill: #d3d3d3;
}

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

#FR241219umeharucollection .mvBlock .mvOuter{
  display: block;
  width: 100%;
  height: auto;
}

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

/*******************************
firstLede
*******************************/
#FR241219umeharucollection .firstLede{
  display: block;
  margin: 0 auto calc(126 * (100vw / 750));
}

#FR241219umeharucollection .firstLede p{
  font-family: "ryo-display-plusn", sans-serif;
  font-size: calc(26 * (100vw / 750));
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-feature-settings: "palt";
}


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


#FR241219umeharucollection #sec01 .img01{
  display: block;
  width: calc(675 * (100vw / 750));
  margin: 0 auto calc(60 * (100vw / 750)) 0;
}

#FR241219umeharucollection #sec01 .img02{
  display: block;
  width: calc(585 * (100vw / 750));
  margin: 0 0 0 auto;
}

#FR241219umeharucollection #sec01 .creditArea{
  display: block;
  width: calc(585 * (100vw / 750));
  padding-top: calc(30 * (100vw / 750));
  margin: 0 0 0 auto;
  text-align: left;
  opacity: 0;
  transform: translate(0,calc(60 * (100vw / 750)));
  transition: opacity 1s ease,transform 1s ease;
}

#FR241219umeharucollection #sec01 .img02.view + .creditArea{
  opacity: 1;
  transform: translate(0);
}


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


#FR241219umeharucollection #sec02 .imgWrap{
  display: block;
  width: 100%;
  overflow: hidden;
}



#FR241219umeharucollection #sec02 .imgWrap .figSliderSP{width: 100%;}
#FR241219umeharucollection #sec02 .imgWrap .container{
  display: block;
  width: calc(635 * (100vw / 750));
  margin: 0 auto;
} 

#FR241219umeharucollection #sec02 .imgWrap .container > ul.sliderWrapper{
  width: 100%;
  height: 100%;
}

#FR241219umeharucollection #sec02 .imgWrap .container > ul > li.slider{
  display: block;
  width: calc(635 * (100vw / 750));
  padding: 0 calc(10 * (100vw / 750));
  overflow: hidden;
  pointer-events: auto;
}


#FR241219umeharucollection #sec02 .creditArea{
  display: block;
  width: 100%;
  padding-top: calc(30 * (100vw / 750));
  text-align: center;
}


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

#FR241219umeharucollection #sec03 .img01{
  width: 100%;
  margin: 0 auto calc(60 * (100vw / 750)) auto;
}


#FR241219umeharucollection #sec03 .img02{
  width: calc(570 * (100vw / 750));
  margin: 0 auto 0 calc(40 * (100vw / 750));
  position: relative;
}

#FR241219umeharucollection #sec03 .img02 .creditArea{
  padding-top: calc(32 * (100vw / 750));
  text-align: left;
}

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

#FR241219umeharucollection #sec04 .img01{
  width: calc(660 * (100vw / 750));
  margin: 0 auto calc(60 * (100vw / 750));
}

#FR241219umeharucollection #sec04 .img02{
  width: calc(510 * (100vw / 750));
  margin: 0 0 calc(100 * (100vw / 750)) auto;
}

#FR241219umeharucollection #sec04 .img02.fadeInBlock{
  transform: translate(calc(-60 * (100vw / 750)),0);
}
#FR241219umeharucollection #sec04 .img02.fadeInBlock.view{
  transform: translate(0,0);
}


#FR241219umeharucollection #sec04 .img03{
  width: calc(660 * (100vw / 750));
  margin: 0 auto 0 0;
}
#FR241219umeharucollection #sec04 .img03.fadeInBlock{
  transform: translate(calc(60 * (100vw / 750)),0);
}
#FR241219umeharucollection #sec04 .img03.fadeInBlock.view{
  transform: translate(0,0);
}

#FR241219umeharucollection #sec04 .img03 .creditArea{
  width: calc(660 * (100vw / 750));
  margin: 0 auto 0 0;
  padding-top: calc(34 * (100vw / 750));
  text-align: right;
}


/*******************************
sec05
*******************************/
#FR241219umeharucollection #sec05{
  display: block;
  width: 100%;
  margin: 0 auto calc(190 * (100vw / 750));
  padding-top: calc(200 * (100vw / 750));
  position: relative;
}

#FR241219umeharucollection #sec05 .img01{
  width: 100%;
  position: relative;
  z-index: 2;
}

#FR241219umeharucollection #sec05 .img01 .creditArea{
  padding-top: calc(32 * (100vw / 750));
  text-align: center;
}

#FR241219umeharucollection #sec05 .secTTL{
  width: calc(525.4971 * (100vw / 750));
  position: absolute;
  left: 0;
  top: 0;
}

/*******************************
sec06
*******************************/
#FR241219umeharucollection #sec06{
  display: block;
  width: 100%;
  margin: 0 auto calc(192 * (100vw / 750));
  position: relative;
}

#FR241219umeharucollection #sec06 .img01{
  width: calc(600 * (100vw / 750));
  margin: 0 auto calc(20 * (100vw / 750));
}

#FR241219umeharucollection #sec06 .img02{
  width: calc(600 * (100vw / 750));
  margin: 0 auto;
}

#FR241219umeharucollection #sec06 .img02 .creditArea{
  padding-top: calc(34 * (100vw / 750));
  text-align: center;
}

/*******************************
sec07
*******************************/
#FR241219umeharucollection #sec07{
  display: block;
  width: 100%;
  margin: 0 auto calc(196 * (100vw / 750));
  position: relative;
}

#FR241219umeharucollection #sec07 .img01{
  width: calc(675 * (100vw / 750));
  margin: 0 0 calc(60 * (100vw / 750)) auto;
}
#FR241219umeharucollection #sec07 .img02{
  width: calc(569 * (100vw / 750));
  margin: 0 auto 0 0;
}

#FR241219umeharucollection #sec07 .creditArea{
  padding-top: calc(32 * (100vw / 750));
  padding-left: calc(40 * (100vw / 750));
  text-align: left;
  opacity: 0;
  transform: translate(0,calc(60 * (100vw / 750)));
  transition: opacity 1s ease,transform 1s ease;
}

#FR241219umeharucollection #sec07 .img02.view + .creditArea{
  opacity: 1;
  transform: translate(0);
}


/*******************************
sec08
*******************************/
#FR241219umeharucollection #sec08{
  display: block;
  width: 100%;
  margin: 0 auto calc(168 * (100vw / 750));
  position: relative;
}

#FR241219umeharucollection #sec08 .img01{
  width: 100%;
  margin: 0 auto calc(60 * (100vw / 750)) auto;
}

#FR241219umeharucollection #sec08 .img01.fadeInBlock{
  transform: translate(calc(-60 * (100vw / 750)),0);
}
#FR241219umeharucollection #sec08 .img01.fadeInBlock.view{
  transform: translate(0,0);
}


#FR241219umeharucollection #sec08 .img02{
  width: calc(540 * (100vw / 750));
  margin: 0 auto calc(90 * (100vw / 750)) calc(40 * (100vw / 750));
  position: relative;
  z-index: 2;
}


#FR241219umeharucollection #sec08 .secTTL{
  width: calc(525.498 * (100vw / 750));
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}


#FR241219umeharucollection #sec08 .img03{
  width: calc(675 * (100vw / 750));
  margin: calc(-7.4 * (100vw / 750)) auto 0 auto;
  position: relative;
  z-index: 2;
}


#FR241219umeharucollection #sec08 .creditArea{
  padding-top: calc(34 * (100vw / 750));
  text-align: center;
  opacity: 0;
  transform: translate(0,calc(60 * (100vw / 750)));
  transition: opacity 1s ease,transform 1s ease;
}

#FR241219umeharucollection #sec08 .img03.view + .creditArea{
  opacity: 1;
  transform: translate(0);
}

/*******************************
allItemBtn
*******************************/
#FR241219umeharucollection .allItemBtn{
  display: block;
  width: calc(208 * (100vw / 750));
  margin: 0 auto calc(154 * (100vw / 750));
  position: relative;
}

#FR241219umeharucollection .allItemBtn a,
#FR241219umeharucollection .allItemBtn img{
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: calc(4 * (100vw / 750) + 3px);
  position: relative;
  font-family: "scotch-display", sans-serif;
  font-weight: 500;
  font-size: calc(36 * (100vw / 750));
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  text-align: center;
  color: #000000;
}

#FR241219umeharucollection .allItemBtn a::before,
#FR241219umeharucollection .allItemBtn a::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #58595B;
  position: absolute;
  left: 0;
  bottom: 0;
}

#FR241219umeharucollection .allItemBtn a::before{
  bottom: 2px;
}

#FR241219umeharucollection .allItemBtn img{
  width: calc(205.0156 * (100vw / 750));
  margin: 0 auto;
}


/*******************************
lpStaffList
*******************************/
#FR241219umeharucollection dl.lpStaffList{
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

#FR241219umeharucollection dl.lpStaffList > dt,
#FR241219umeharucollection dl.lpStaffList > dd{
  display: block;
  font-family: "scotch-display", sans-serif;
  font-weight: 500;
  font-size: calc(24 * (100vw / 750));
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  text-align: center;
  color: #58595B;
}


#FR241219umeharucollection dl.lpStaffList > dd > span{
  font-weight: 500;
}




/*******************************
overRide
*******************************/
#FR241219umeharucollection .pcView{display: none;}











