@charset "UTF-8";

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

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

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

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

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

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

#st240619SUMMERBAG a:hover{
  opacity: .6;
}

#st240619SUMMERBAG video{display: block; width: 100%; height: auto;}
#st240619SUMMERBAG .videoStop{
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}
#st240619SUMMERBAG .videoStop.stop::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/btn_movie_play.svg") center center no-repeat;
  background-size: 8.9rem auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


/*******************************
lpContentsWrap
*******************************/
#st240619SUMMERBAG .lpContentsWrap{
  display: block;
  width: 100%;
  margin: 0 auto 0;
}

/*******************************
mv
*******************************/
#st240619SUMMERBAG .firstBlock{
  display: block;
  width: 70rem;
  margin: 0 auto 11.3rem;
}

/************/
#st240619SUMMERBAG .lpMainTTL{
  display: block;
  margin-bottom: 4rem;
  font-family: "acumin-pro", sans-serif;
}

#st240619SUMMERBAG .lpMainTTL > span:nth-of-type(1){
  display: block;
  margin-bottom: 1.2rem;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  font-feature-settings: 'palt';
}
#st240619SUMMERBAG .lpMainTTL > span:nth-of-type(2){
  display: block;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
#st240619SUMMERBAG .lpMainTTL > span:nth-of-type(2) > em{
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
}

/************/
#st240619SUMMERBAG .mvBlock{
  display: block;
  margin-bottom: 7.2rem;
}
#st240619SUMMERBAG .mvBlock .outer{
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#st240619SUMMERBAG .mvBlock .outer > picture{
  display: block;
  width: 50%;
}
#st240619SUMMERBAG .mvBlock .outer > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*********/
#st240619SUMMERBAG .firstLede{
  display: block;
  font-size: 1.4rem;
  line-height: 2.142857142857143;
  letter-spacing: 0.12em;
  font-weight: 300;
  text-align: center;
  font-feature-settings: 'palt';
}

/*******************************
ttlBlock
*******************************/
#st240619SUMMERBAG .ttlBlock{
  display: block;
  font-family: "acumin-pro", sans-serif;
}
#st240619SUMMERBAG .ttlBlock .outer{display: block;}


#st240619SUMMERBAG .lpSecTTL{
  display: block;
  margin-bottom: 1.6rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  font-feature-settings: 'palt';
}
#st240619SUMMERBAG .lpSecTTL > span{
  font-size: 2.2rem;
  font-weight: 700;
}

#st240619SUMMERBAG .ttlBlock .variation{
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: 'palt';
}

#st240619SUMMERBAG .ttlBlock .price{
  display: block;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: 'palt';
}

/*******************************
itemPointBox
*******************************/
#st240619SUMMERBAG .itemPointBox{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;  
}

/* itemSlider *******/
#st240619SUMMERBAG .itemSlider{
  width: 30rem;
	overflow: hidden;
	position: relative;
  text-align: center;
}

#st240619SUMMERBAG #sec03 .itemSlider{width: 32rem;}

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

#st240619SUMMERBAG .itemSlider .sliderWrapper{}

#st240619SUMMERBAG .itemSlider .slider{
  display: block;
  width: 100%;
}

#st240619SUMMERBAG .itemSlider .slider a{
  display: block;
  width: 100%;
  height: auto;
}

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

#st240619SUMMERBAG .itemSlider .slider.swiper-slide-active{
  pointer-events: auto;
}

#st240619SUMMERBAG .itemSlider ul.pager{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem 0.8rem;
  width: 100%;
  max-width: 7.2rem;
  margin-top: 0.7rem;
}

#st240619SUMMERBAG .itemSlider ul.pager > li{
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  border: 1px solid #DDDDDD;
  transition: opacity 0.3s ease;
  cursor: pointer;
  opacity: 1;
}

#st240619SUMMERBAG .productsSlider ul.pager > li.swiper-pagination-bullet-active{
  opacity: 1;
  pointer-events: none;
}


/* itemPoint *******/
#st240619SUMMERBAG .itemPoint{
  display: block;
  padding: calc(4.0rem + 0.95rem) 1rem calc(6rem + 0.95rem) calc(4.5rem + 0.95rem);
  position: relative;
}

#st240619SUMMERBAG .itemPoint::before{
  content: '';
  display: block;
  width: 10rem;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0.95rem;
}

#st240619SUMMERBAG .itemPoint::after{
  content: '';
  display: block;
  width: 1px;
  height: 10rem;
  background: #000000;
  position: absolute;
  left: 0.95rem;
  top: 0;
}

#st240619SUMMERBAG dl.itemPointInner{display: block;}

#st240619SUMMERBAG dl.itemPointInner::before{
  content: '';
  display: block;
  width: 10rem;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 0;
  bottom: 0.95rem;
}

#st240619SUMMERBAG dl.itemPointInner::after{
  content: '';
  display: block;
  width: 1px;
  height: 10rem;
  background: #000000;
  position: absolute;
  right: 0.95rem;
  bottom: 0;
}


#st240619SUMMERBAG dl.itemPointInner > dt{
  display: block;
  padding-bottom: 6rem;
  font-family: "acumin-pro", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  text-align: left;
  font-feature-settings: 'palt';
}

#st240619SUMMERBAG dl.itemPointInner > dd{
  display: block;
  margin-top: calc((-1em * 2.142857142857143 + 1em) / 2);
  margin-bottom: calc((-1em * 2.142857142857143 + 1em) / 2);
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.12em;
  line-height: 2.142857142857143;
  font-feature-settings: 'palt';
}


/*******************************
#sec01
*******************************/
#sec01{
  display: block;
  margin-bottom: 11.2rem;
}

#sec01 > .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1rem;
  width: 73rem;
  margin: 0 auto 11.9rem;
}

#sec01 > .inner > .ttlBlock{
  width: 36rem;
  text-align: left;
  margin-top: -1.0rem;
}

#sec01 > .inner > .img01,
#sec01 > .inner > .img02,
#sec01 > .inner > .img03{
  width: 36rem;
}


#sec01 .itemPointBox{
  width: 77.6rem;
  transform: translateX(0.8rem);
}

#sec01 .itemPointBox .itemPoint{
  width: 41.6rem;
}

#st240619SUMMERBAG #sec01 .itemSlider ul.pager > li:nth-of-type(1){background: #FFFFB8;}
#st240619SUMMERBAG #sec01 .itemSlider ul.pager > li:nth-of-type(2){background: #AF8F6F;}
#st240619SUMMERBAG #sec01 .itemSlider ul.pager > li:nth-of-type(3){background: #000000;}


#sec01 .expansionStepBox{
  display: block;
  width: 93.9rem;
  padding-left: 0.4rem;
  margin: 10rem auto 0;
  position: relative;
}

#sec01 .expansionStepBox > ol{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

#sec01 .expansionStepBox > ol > li{
  display: block;
  width: 25rem;
  position: relative;
}

#sec01 .expansionStepBox > ol > li > .imgOuter,
#sec01 .expansionStepBox > ol > li > .imgOuter > .outer{display: block;}


#sec01 .expansionStepBox > ol > li:nth-of-type(1){margin-right: 8.1rem;}
#sec01 .expansionStepBox > ol > li:nth-of-type(3){margin-right: 0; margin-left: auto;}

#sec01 .expansionStepBox .stepArrow{
  display: block;
  width: 8.25rem;
  height: 8.433rem;
  position: absolute;
  top: 14.5817rem;
  pointer-events: none;
  z-index: 2;
}

#sec01 .expansionStepBox .stepArrow:nth-of-type(1){
  left: 23.3rem;
}
#sec01 .expansionStepBox .stepArrow:nth-of-type(2){
  left: 59.2rem;
}

#sec01 .expansionStepBox .stepArrow svg{display: block; width: 100%; height: auto;}

#sec01 .expansionStepBox .stepArrow svg g{
  stroke-dasharray: 200%;
  stroke-dashoffset: 200%;
  animation: stepArrowDraw 2s ease infinite;
}



@keyframes stepArrowDraw {
  0% {
    stroke-dashoffset: 400%;
  }
  50% {
    stroke-dashoffset: 200%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}


/*******************************
#sec02
*******************************/
#sec02{
  display: block;
  margin-bottom: 11rem;
}

#sec02 > .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0 1rem;
  width: 73rem;
  margin: 0 auto 11.9rem;
}

#sec02 > .inner > .ttlBlock{
  width: 100%;
  padding-bottom: 2.5rem;
  text-align: right;
}

#sec02 > .inner > .img01,
#sec02 > .inner > .img02,
#sec02 > .inner > .img03{
  width: 36rem;
}

#sec02 > .inner > .img03{margin-top: 4rem;}


#sec02 .itemPointBox{
  width: 72.9rem;
  transform: translateX(-1.55rem);
}

#sec02 .itemPointBox .itemPoint{
  width: 36.9rem;
}


#st240619SUMMERBAG #sec02 .itemSlider ul.pager > li:nth-of-type(1){background: #AF8F6F;}
#st240619SUMMERBAG #sec02 .itemSlider ul.pager > li:nth-of-type(2){background: #000000;}



/*******************************
#sec02
*******************************/
#sec03{
  display: block;
  margin-bottom: 14rem;
}

#sec03 > .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0 1rem;
  width: 73rem;
  margin: 0 auto 12rem;
}

#sec03 > .inner > .ttlBlock{
  width: 100%;
  margin-bottom: 2.3rem;
  text-align: left;
}

#sec03 > .inner > .img01{width: 100%; margin-bottom: 1rem;}
#sec03 > .inner > .img01 .imgOuter{width: 36rem; margin: 0 0 0 auto;}


#sec03 > .inner > .img02,
#sec03 > .inner > .img03{
  width: 36rem;
}


#sec03 .itemPointBox{
  width: 76.3rem;
  transform: translateX(0.15rem);
}

#sec03 .itemPointBox .itemPoint{
  width: 42.3rem;
}


#st240619SUMMERBAG #sec03 .itemSlider ul.pager > li:nth-of-type(1){background: #F6EEC9;}
#st240619SUMMERBAG #sec03 .itemSlider ul.pager > li:nth-of-type(2){background: #BFF6C3;}
#st240619SUMMERBAG #sec03 .itemSlider ul.pager > li:nth-of-type(3){background: #FF0000;}
#st240619SUMMERBAG #sec03 .itemSlider ul.pager > li:nth-of-type(4){background: #74512D;}
#st240619SUMMERBAG #sec03 .itemSlider ul.pager > li:nth-of-type(5){background: #FF9EAA;}
#st240619SUMMERBAG #sec03 .itemSlider ul.pager > li:nth-of-type(6){background: #01204E;}
#st240619SUMMERBAG #sec03 .itemSlider ul.pager > li:nth-of-type(7){background: #000000;}



/*******************************
allItemBtn
*******************************/
#st240619SUMMERBAG .allItemBtn{
  display: block;
  width: 46rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#st240619SUMMERBAG .allItemBtn > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  padding-left: 0.3rem;
  background: #000000;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

#st240619SUMMERBAG .allItemBtn > a > picture{
  display: block;
  width: 19.08735rem;
}

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


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

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

#st240619SUMMERBAG .figSlider .sliderWrapper{}

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

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

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

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



/*******************************
fadeInSetting
*******************************/
#st240619SUMMERBAG .fadeInBlock{
  visibility: hidden;
  opacity: 0;
  /*transform: translateY(4rem);*/
  transition: opacity 1.5s ease, transform 1.5s ease;
  pointer-events: none;
}

#st240619SUMMERBAG .fadeInList .fadeInTarget .imgOuter{
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

#st240619SUMMERBAG .fadeInBlock.view,
#st240619SUMMERBAG .fadeInList .fadeInTarget.view .imgOuter{
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
  pointer-events: inherit;
}


/*******************************
overRide
*******************************/
#st240619SUMMERBAG .spView{display: none;}











