@charset "UTF-8";
#CE260206goods {
  --pc-width: 1400;
  --sp-width: 750;
  --pc-artboard-width: 480;
  --sp-artboard-width: 750;
  --formula: calc(var(--variable) * var(--ratio));
  --formula_pc: calc(var(--variable) * 1);
}
@media (max-width: 767px) {
  #CE260206goods {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #CE260206goods {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}
@media (min-width: 1400px) {
  #CE260206goods {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: 1px;
  }
}

:root{
  --scrollbarSize: 0;
}

#CE260206goods {
  --font-ja: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', メイリオ, sans-serif;
  --font-crimson: 'Crimson Text', sans-serif;
  font-style: normal;
  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray: #474747;
  --color-green: #aadb9c;
  --color-light-pink: #f7f0f4;
  overflow: clip;
  font-family: var(--font-crimson);
  color: var(--color-gray);
  text-align: center;
  font-weight: var(--fw-regular);
  overflow-x: clip;
}

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


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


/*******************************
img setting
*******************************/
#CE260206goods .commingComment {
  width: 100%; /* 親の幅を確定させる */
  overflow: hidden; /* 万が一、SVGがはみ出した場合の保険 */
}

#CE260206goods .commingComment picture {
  display: block; /* pictureタグもブロック要素にする */
  width: 100%;
}

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

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


/*******************************
creditLinks
*******************************/
#CE260206goods .creditArea{
  display: block;
  padding-top: calc(60 * var(--formula));
  position: relative;
  z-index: 3;
}

#CE260206goods .creditLinks{
  display: block;
  white-space: nowrap;
  text-align: center;
}

#CE260206goods .creditArea.alignRight .creditLinks{
  text-align: right;
}

#CE260206goods .creditArea.alignLeft .creditLinks{
  text-align: left;
}

#CE260206goods .creditLinks > a,
#CE260206goods .creditLinks > span{
  display: inline-block;
  /*
  padding-bottom: calc(2 * var(--formula));
  */
  border-bottom: calc(2 * var(--formula)) solid #b2b2b2;
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 * var(--formula));
  letter-spacing: 0.025em;
  line-height: 1;
  color: var(--color-gray);
  text-decoration: none;
  font-feature-settings: "palt";
}

#CE260206goods .creditLinks > a + a,
#CE260206goods .creditLinks > span + span,
#CE260206goods .creditLinks > a + span,
#CE260206goods .creditLinks > span + a{
  margin-left: calc(18 * var(--formula));
}

#CE260206goods .creditLinks > br + a,
#CE260206goods .creditLinks > br + span,
#CE260206goods .creditLinks > br + a + a,
#CE260206goods .creditLinks > br + a + span,
#CE260206goods .creditLinks > br + span + a,
#CE260206goods .creditLinks > br + span + span{
  margin-top: calc(26 * var(--formula));
}

/*
#CE260206goods .creditLinks > a:not(:nth-last-of-type(1))::after,
#CE260206goods .creditLinks > span:not(:nth-last-of-type(1))::after{
  content: ',';
  display: inline-block;
}
*/

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


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

#CE260206goods .figSlider .sliderWrapper{}

#CE260206goods .figSlider .slider{
  display: block;
  width: 100%;
  background: #FFFFFF;
}

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

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

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

#CE260206goods .figSlider ul.pager{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 calc(12 * var(--formula));
  width: calc(100% - 36 * var(--formula));
  position: absolute;
  left: initial;
  right: calc(20 * var(--formula));
  bottom: calc(20 * var(--formula));
  z-index: 2;
}

#CE260206goods .figSlider ul.pager > li{
  display: block;
  width: calc(12 * var(--formula));
  height: calc(12 * var(--formula));
  background-color: inherit;
  border: calc(2 * var(--formula)) solid #FFFFFF;
  margin-left: 0;
  margin-right: 0;
  transition: background 0.3s ease;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

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



/*******************************
fadeInSetting
*******************************/
#CE260206goods .fadeInBlock{
  opacity: 0;
  transform: translate(0,calc(30 * var(--formula)));
  transition: opacity 0.85s cubic-bezier(0.33, 1, 0.68, 1),transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

#CE260206goods .fadeInBlock.leftIn{
  transform: translate(0, 0);
  opacity: 1;
}

#CE260206goods .fadeInBlock.rightIn{
  transform: translate(0, 0);
  opacity: 1;
}

#CE260206goods .fadeInBlock.topIn{
  transform: translate(0, 0);
  opacity: 1;
}

#CE260206goods .fadeInBlock.topIn .imgOuter{
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#CE260206goods .fadeInBlock.leftIn .imgOuter{
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#CE260206goods .fadeInBlock.rightIn .imgOuter{
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#CE260206goods .fadeInBlock.topIn .imgOuter img,
#CE260206goods .fadeInBlock.leftIn .imgOuter img,
#CE260206goods .fadeInBlock.rightIn .imgOuter img{
  transform: scale(1.3) translate3d(0, 0, 0);
  transition: transform 1.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}


/*secTTL*/
#CE260206goods .fadeInBlock.leftIn .secTTL{
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) .6s;
}
#CE260206goods .fadeInBlock.rightIn .secTTL{
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) .6s;
}

/*mv*/
#CE260206goods .mvBlock.fadeInBlock:not(.view){
  transform: translate(0, 0);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#CE260206goods .mvBlock.fadeInBlock .mainTTL .ttlHeadMain{
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) .85s;
}

#CE260206goods .mvBlock.fadeInBlock .mainTTL .ttlHead{
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.45s;
}



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

#CE260206goods .fadeInBlock.topIn.view .imgOuter,
#CE260206goods .fadeInBlock.leftIn.view .imgOuter,
#CE260206goods .fadeInBlock.rightIn.view .imgOuter{
  clip-path: inset(0);
}

#CE260206goods .fadeInBlock.topIn.view .imgOuter img,
#CE260206goods .fadeInBlock.leftIn.view .imgOuter img,
#CE260206goods .fadeInBlock.rightIn.view .imgOuter img{
  transform: scale(1) translate3d(0, 0, 0);
}

#CE260206goods .fadeInBlock.view .secTTL{
  clip-path: inset(0);
}


#CE260206goods .mvBlock.fadeInBlock.view .mainTTL .ttlHeadMain,
#CE260206goods .mvBlock.fadeInBlock.view .mainTTL .ttlHead {
  clip-path: inset(0);
}

/*******************************
lpMainWrap
*******************************/
#CE260206goods .lpMainWrap{
  display: block;
  width: 100%;
}


@media screen and (max-width:767px) {
  #CE260206goods .lpMainWrap{
    display: block;
    width: 100%;
    overflow: hidden;
  }
}


#CE260206goods .leftTTL{
  display: none;
}

#CE260206goods .rightAllItems{
  display: block;
  width: calc(220 * var(--formula));
  height: calc(220 * var(--formula));
  position: fixed;
  right: calc(10 * var(--formula));
  bottom: calc(10 * var(--formula));
  z-index: 99;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

#CE260206goods .rightAllItems.view{
  opacity: 1;
  pointer-events: auto;
}

#CE260206goods .rightAllItems a.pcView{display: none;}

#CE260206goods .rightAllItems a.spView{
  display: block;
  width: 100%;
  height: 100%;
}


#CE260206goods .lpMainBlock{
  display: block;
  width: 100%;
}


@media screen and (min-width:768px){

  #CE260206goods .lpMainWrap{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: var(--color-light-pink);
  }

  #CE260206goods .leftWrap{
    order: 1;
    display: block;
    width: calc(50vw - 480px / 2 - var(--scrollbarSize) / 2);
    position: relative;
    z-index: 99;
  }

  /* #CE260206goods .leftWrap::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/bg_pc01.jpg") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
  } */

  #CE260206goods .leftTTL{
    opacity: 0;
    transition: opacity 1.1s ease;
    pointer-events: none;
    width: calc(50vw - 480px / 2 - var(--scrollbarSize) / 2);
    padding-right: calc(10 * var(--formula_pc));
    height: 100%;
    display: block;
  }
  
  #CE260206goods .leftTTL.view{
    opacity: 1;
    pointer-events: auto;
  }

  #CE260206goods .leftTTL > picture{
    display: block;
    width: 100%;
    position: sticky;
    left: 0;
    top: calc(50% - 130 * var(--formula_pc) / 2);
    /* top: 50%; */
    padding-top: calc(5 * var(--formula_pc));
  }
  
  #CE260206goods .leftTTL > picture > img{
    display: block;
    width: calc(199 * var(--formula_pc));
    margin: 0 auto;
  }

  #CE260206goods .rightWrap{
    order: 3;
    display: block;
    height: auto;
    width: calc(50vw - 480px / 2 - var(--scrollbarSize) / 2);
    position: static;
  }

  /* #CE260206goods .rightWrap::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/bg_pc02.jpg") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
  } */

  #CE260206goods .rightAllItems{
    opacity: 0;
    transition: opacity 1.1s ease;
    pointer-events: none;
    width: calc(50vw - 480px / 2 - var(--scrollbarSize) / 2);
    padding-left: calc(10 * var(--formula_pc));
    height: 100%;
    position: relative;
    right: initial;
    bottom: initial;
  }

  #CE260206goods .rightAllItems.view{
    opacity: 1;
    pointer-events: auto;
  }

  #CE260206goods .rightAllItems a.spView{display: none;}
  
  #CE260206goods .rightAllItems a.pcView{
    display: block;
    width: calc(236  * var(--formula_pc));
    margin: 0 auto;
    padding-top: calc(20 * var(--formula_pc));
    position: sticky;
    right: 0;
    /* top: 50%; */
    top: calc(50% - 22 * var(--formula_pc) / 2);
    z-index: 99;
  }


  #CE260206goods .lpMainBlock{
    order: 2;
    display: block;
    width: calc(750 * var(--formula));
    background-color: var(--color-white);
    overflow: clip;
  }
  
}


/*******************************
mvBlock
*******************************/
#CE260206goods .mvBlock{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


/* @media screen and (max-width:767px) {
  #CE260206goods .mvBlock{
    width: 100%;
    margin: 0 auto calc(75 * var(--formula));
  }
} */

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

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

/*******************************
firstLede
*******************************/
#CE260206goods .firstLede{
  font-family: var(--font-ja);
  font-size: calc(24 * var(--formula));
  line-height: 2.2;
  letter-spacing: 0.06em;
  font-weight: var(--fw-medium);
  font-feature-settings: "palt";
  margin-top: calc(105 * var(--formula));
}

#CE260206goods .bagLede{
  font-family: var(--font-ja);
  font-size: calc(22 * var(--formula));
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: var(--fw-medium);
  font-feature-settings: "palt";
  margin: calc(50 * var(--formula)) auto 0;
  text-align: left;
  width: calc(600 * var(--formula));
  white-space: nowrap;
}


#CE260206goods .commingComment{
  display: block;
  margin: calc(85 * var(--formula)) auto 0;
  width: calc(750 * var(--formula));
}


/*******************************
sec01
*******************************/
#CE260206goods #sec01{
  display: block;
  margin: calc(156 * var(--formula)) auto 0;
  position: relative;
}

#CE260206goods #sec01::after{
  content: '';
  display: block;
  width: 100%;
  height: calc(2040 * var(--formula));
  background: url("../img/sec01_bg.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: calc(475 * var(--formula));
  z-index: 1;
}

#CE260206goods #sec01 .img01{
  display: block;
  width: calc(750 * var(--formula));
  margin: calc(78 * var(--formula)) auto 0;
  position: relative;
  z-index: 2;
}


#CE260206goods #sec01 .img02{
  display: block;
  width: calc(660 * var(--formula));
  margin: calc(98 * var(--formula)) auto 0 0;
  position: relative;
  z-index: 2;
}

#CE260206goods #sec01 .creditArea{
  padding-top: calc(52 * var(--formula));
}

#CE260206goods #sec01 .firstLede{
  margin: calc(86 * var(--formula)) auto 0 0;
}

@media screen and (min-width:768px) {

}
/*******************************
sec02
*******************************/
#CE260206goods #sec02{
  width: calc(750 * var(--formula));
  margin: calc(105 * var(--formula)) auto 0;
  background-color: #f4eded;
  padding-block: calc(190 * var(--formula)) calc(100 * var(--formula));
}

#CE260206goods #sec02 .sec02_inner{
  width: calc(680 * var(--formula));
  margin: 0 auto;
  background-color: var(--color-white);
  position: relative;
  padding-block: calc(72 * var(--formula)) calc(46 * var(--formula));
}

#CE260206goods #sec02 .secTTL{
  width: calc(410 * var(--formula));
  position: absolute;
  z-index: 2;
  top: calc(-200 * var(--formula));
  left: calc(92 * var(--formula));
}

#CE260206goods #sec02 .img01{
  width: calc(600 * var(--formula));
  margin: 0 auto;
}
#CE260206goods #sec02 .img02{
  width: calc(600 * var(--formula));
  margin: calc(20 * var(--formula)) auto 0;
}

/*******************************
sec03
*******************************/
#CE260206goods #sec03{
  margin: calc(170 * var(--formula)) auto 0;
}

#CE260206goods #sec03 .img01{
  width: calc(670 * var(--formula));
  margin: calc(80 * var(--formula)) auto 0;
}

#CE260206goods #sec03 .creditArea {
  padding-top: calc(55 * var(--formula));
  padding-right: calc(40 * var(--formula));
}

#CE260206goods #sec03 .img02{
  display: block;
  width: calc(750 * var(--formula));
  margin: calc(100 * var(--formula)) auto 0;
  position: relative;
  z-index: 2;
}

#CE260206goods #sec03 .img02 .slider{
  width: calc(620 * var(--formula));
}

#CE260206goods #sec03 .img02 .slick-list {
  padding-left: calc(130 * var(--formula));
}
#CE260206goods #sec03 .img02 .slick-track a {
  width: calc(620 * var(--formula));
  margin-left: calc(20 * var(--formula));
}

#CE260206goods #sec03 .firstLede {
  margin-top: calc(83 * var(--formula));
}

/*******************************
sec04
*******************************/
#CE260206goods #sec04{
  width: calc(750 * var(--formula));
  margin: 0 auto;
  position: relative;
}

#CE260206goods #sec04::after{
  content: '';
  display: block;
  width: 100%;
  height: calc(3700 * var(--formula));
  background: url(../img/sec02_bg.jpg) center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: calc(-180 * var(--formula));
  z-index: 1;
}

#CE260206goods #sec04 .sec04_inner{
  width: calc(680 * var(--formula));
  margin: calc(296 * var(--formula)) auto 0;
  background-color: var(--color-white);
  position: relative;
  padding-block: calc(72 * var(--formula)) calc(46 * var(--formula));
  z-index: 2;
}

#CE260206goods #sec04 .secTTL{
  width: calc(447 * var(--formula));
  position: absolute;
  z-index: 3;
  top: calc(-204 * var(--formula));
  left: calc(72 * var(--formula));
}

#CE260206goods #sec04 .img01{
  width: calc(600 * var(--formula));
  margin: 0 auto;
}
#CE260206goods #sec04 .img02{
  width: calc(600 * var(--formula));
  margin: calc(20 * var(--formula)) auto 0;
}

#CE260206goods #sec04 .firstLede {
  position: relative;
  z-index: 3;
  margin-top: calc(188 * var(--formula));
}

#CE260206goods #sec04 .sec04_inner.inner02 {
  margin: calc(204 * var(--formula)) auto 0;
}
#CE260206goods #sec04 .sec04_inner.inner02 .secTTL {
  width: calc(459 * var(--formula));
  top: calc(-208 * var(--formula));
  left: calc(67 * var(--formula));
}

#CE260206goods #sec04 .sec04_inner.inner02 .sub_title_img {
  width: calc(510 * var(--formula));
  margin: calc(-2 * var(--formula)) auto 0;
}

#CE260206goods #sec04 .sec04_inner.inner02 .img01 {
  margin: calc(58 * var(--formula)) auto 0;
}

@media screen and (min-width:768px) {
}

/*******************************
sec05
*******************************/
#CE260206goods #sec05{
  display: block;
  margin: calc(258 * var(--formula)) auto 0;
  position: relative;
}

#CE260206goods #sec05 .img01{
  display: block;
  width: calc(750 * var(--formula));
  margin: calc(80 * var(--formula)) auto 0;
  position: relative;
  z-index: 2;
}


#CE260206goods #sec05 .img02{
  display: block;
  width: calc(660 * var(--formula));
  margin: calc(99 * var(--formula)) auto 0;
  position: relative;
  z-index: 2;
}

#CE260206goods #sec05 .creditArea{
  padding-top: calc(52 * var(--formula));
}

#CE260206goods #sec05 .firstLede{
  margin: calc(86 * var(--formula)) auto 0 0;
}

@media screen and (min-width:768px) {

}
/*******************************
sec06
*******************************/
#CE260206goods #sec06{
  width: calc(750 * var(--formula));
  margin: calc(105 * var(--formula)) auto 0;
  background-color: #f4f4f4;
  padding-block: calc(190 * var(--formula)) calc(100 * var(--formula));
}

#CE260206goods #sec06 .sec06_inner{
  width: calc(680 * var(--formula));
  margin: 0 auto;
  background-color: var(--color-white);
  position: relative;
  padding-block: calc(72 * var(--formula)) calc(46 * var(--formula));
}

#CE260206goods #sec06 .secTTL{
  width: calc(410 * var(--formula));
  position: absolute;
  z-index: 2;
  top: calc(-200 * var(--formula));
  left: calc(92 * var(--formula));
}

#CE260206goods #sec06 .img01{
  width: calc(600 * var(--formula));
  margin: 0 auto;
}
#CE260206goods #sec06 .img02{
  width: calc(600 * var(--formula));
  margin: calc(20 * var(--formula)) auto 0;
}

/*******************************
lpMainBottomArea
*******************************/
#CE260206goods #lpMainBottomArea{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-block: calc(143 * var(--formula)) calc(38 * var(--formula));
  position: relative;
  z-index: 2;
}

@media screen and (min-width:768px){
  #CE260206goods #lpMainBottomArea {
    padding-block: calc(143 * var(--formula)) calc(180 * var(--formula));
  }
}

/*******************************
lpStaffList
*******************************/
#CE260206goods dl.lpStaffList{
  display: block;
  margin: 0 auto calc(52  * var(--formula));
  overflow: hidden;
}

#CE260206goods dl.lpStaffList > dt,
#CE260206goods dl.lpStaffList > dd{
  font-family: var(--font-crimson);
  display: block;
  font-weight: 400;
  font-family: var(--fw-regular);
  font-size: calc(24  * var(--formula));
  line-height: 1.666666666666667;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
  color: #4F546E;
  text-align: center;
}


#CE260206goods dl.lpStaffList > dd > span{
  font-family: var(--font-crimson);
  display: block;
  font-weight: 400;
  font-family: var(--fw-regular);
  font-size: calc(24  * var(--formula));
  line-height: 1.666666666666667;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
  color: #4F546E;
  text-align: center;
}


@media screen and (min-width:768px){

}


/*******************************
allItemBtn
*******************************/
#CE260206goods .allItemBtn{
  display: block;
  width: calc(540 * var(--formula));
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width:768px){

}


#CE260206goods *::before,
#CE260206goods *::after{
  box-sizing: border-box;
  pointer-events: none;
}


/*******************************
overRide
*******************************/
@media screen and (max-width:767px) {
  #CE260206goods .pcView{display: none;}
}

@media screen and (min-width:768px){
  #CE260206goods .spView{display: none;}
}








