@charset "UTF-8";


@media screen and (max-width:767px) {
  :root {
    --lpSetSize: (100vw / 750);
  }
}

@media screen and (min-width:768px) {
  :root {
    --lpNavSetSize: (100vw / 1400);
    --lpSetSize: 0.64px;
  }
}

:root{
  --scrollbarSize: 0;
}

/*
@media screen and (min-width:768px) and (max-width:1400px) {
  :root {
    --lpSetSize: (100vw / 1400) * 0.64px;
  }
}

@media screen and (min-width:1401px){
  :root {
    --lpSetSize: 0.64px;
  }
}
*/

#CE251009AW2nd {
  --font-ja: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', メイリオ, sans-serif;
  --font-warbler: "warbler-display", 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: #B2B2B2;
  --color-purple: #B391AC;
  overflow: clip;
  font-family: var(--font-crimson);
  color: var(--color-black);
  text-align: center;
}

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


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


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

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


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

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

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

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

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

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

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

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

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


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

#CE251009AW2nd .figSlider .sliderWrapper{}

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

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

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

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

#CE251009AW2nd .figSlider ul.pager{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 calc(15 * var(--lpSetSize));
  width: calc(100% - 35 * var(--lpSetSize));
  position: absolute;
  left: calc(15 * var(--lpSetSize));
  bottom: calc(20 * var(--lpSetSize));
  z-index: 2;
}

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

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



/*******************************
fadeInSetting
*******************************/
#CE251009AW2nd .fadeInBlock{
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#CE251009AW2nd .fadeInBlock.leftIn:not(.view){
  transform: translate(calc(-60 * var(--lpSetSize)), 0);
}

#CE251009AW2nd .fadeInBlock.rightIn:not(.view){
  transform: translate(calc(60 * var(--lpSetSize)), 0);
}

#CE251009AW2nd .fadeInBlock.bottomIn:not(.view){
  transform: translate(0,calc(60 * var(--lpSetSize)));
}

#CE251009AW2nd .fadeInBlock.leftIn img{
  scale: 1.1;
  filter: blur(5px);
  transition: 1.3s ease 0s;
}

#CE251009AW2nd .fadeInBlock.rightIn img{
  scale: 1.1;
  filter: blur(5px);
  transition: 1.3s ease 0s;
}

#CE251009AW2nd .fadeInBlock.bottomIn img{
  scale: 1.1;
  filter: blur(5px);
  transition: 1.3s ease 0s;
}

#CE251009AW2nd .fadeInBlock.leftIn.view img{
  scale: 1;
  filter: blur(0);
}

#CE251009AW2nd .fadeInBlock.rightIn.view img{
  scale: 1;
  filter: blur(0);
}

#CE251009AW2nd .fadeInBlock.bottomIn.view img{
  scale: 1;
  filter: blur(0);
}

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


#CE251009AW2nd .fadeInBlock.zoomOut{
  opacity: 1;
  overflow: hidden;
}

#CE251009AW2nd .fadeInBlock.zoomOut .imgOuter{
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  scale: 1.1;
}

#CE251009AW2nd .fadeInBlock.zoomOut.view .imgOuter{
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  scale: 1;
  transition: 1.3s ease 0s;
}


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


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


#CE251009AW2nd .leftTTL{
  display: none;
}

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

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

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

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


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


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

  #CE251009AW2nd .lpMainWrap{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    position: relative;
  }

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

  #CE251009AW2nd .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;
  }

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

  #CE251009AW2nd .leftTTL > picture{
    display: block;
    width: 100%;
    position: sticky;
    left: 0;
    top: calc(50% - 72.043 * var(--lpNavSetSize) / 2);
  }
  
  #CE251009AW2nd .leftTTL > picture > img{
    display: block;
    width: calc(239.0332 * var(--lpNavSetSize));
    margin: 0 auto;
  }

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

  #CE251009AW2nd .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;
  }

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

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

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


  #CE251009AW2nd .lpMainBlock{
    order: 2;
    display: block;
    width: calc(750 * var(--lpSetSize));
    background-color: var(--color-white);
  }
  
}


/*******************************
mvBlock
*******************************/
#CE251009AW2nd .mvBlock{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto calc(75 * var(--lpSetSize));
}


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

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

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

/*******************************
firstLede
*******************************/
#CE251009AW2nd #firstLede{
  display: block;
  margin: 0 auto calc(178 * var(--lpSetSize));
}

#CE251009AW2nd #firstLede .mainTTL{
  font-family: var(--font-warbler);
  font-size: calc(50 * var(--lpSetSize));
  line-height: 1;
  letter-spacing: 0.075em;
  color: var(--color-purple);
  font-weight: var(--fw-regular);
  font-feature-settings: "palt";
}

#CE251009AW2nd #firstLede p{
  font-family: var(--font-ja);
  font-size: calc(24 * var(--lpSetSize));
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: var(--fw-medium);
  font-feature-settings: "palt";
  margin-top: calc(45 * var(--lpSetSize));
}


#CE251009AW2nd .commingComment{
  display: block;
  margin: calc(82 * var(--lpSetSize)) auto 0;
  width: calc(655 * var(--lpSetSize));
  padding: calc(42 * var(--lpSetSize)) 0 calc(38 * var(--lpSetSize));
  border: 1px solid var(--color-purple);
  position: relative;
}

#CE251009AW2nd .commingComment .commingTTL{
  display: block;
  width: calc(220 * var(--lpSetSize));
  background: #FFFFFF;
  position: absolute;
  left: calc(50% - 110 * var(--lpSetSize));
  top: calc(-14 * var(--lpSetSize));
  z-index: 1;
}

#CE251009AW2nd .commingComment .commingTTL > picture{
  display: block;
  width: calc(180 * var(--lpSetSize));
  margin: 0 auto;
}


#CE251009AW2nd #firstLede .commingComment p{
  font-family: var(--font-crimson);
  font-weight: var(--fw-regular);
  line-height: 1;
  font-size: calc(30 * var(--lpSetSize));
  letter-spacing: 0.075em;
  color: var(--color-purple);
  text-align: center;
  font-feature-settings: "palt";
  margin-top: 0;
}

#CE251009AW2nd #firstLede .commingComment p > span{
  font-size: calc(24 * var(--lpSetSize));
}


/*******************************
sec01
*******************************/
#CE251009AW2nd #sec01{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
  position: relative;
}

#CE251009AW2nd #sec01::after{
  content: '';
  display: block;
  width: 100%;
  height: calc(3309 * var(--lpSetSize));
  background: url("../img/bg01.jpg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: calc(-60 * var(--lpSetSize));
  z-index: 1;
}

#CE251009AW2nd #sec01 .img01{
  display: block;
  width: calc(710 * var(--lpSetSize));
  margin-left: 0;
  border-radius: calc(300 * var(--lpSetSize)) 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}


#CE251009AW2nd #sec01 .img02{
  display: block;
  width: calc(640 * var(--lpSetSize));
  margin: calc(61 * var(--lpSetSize)) auto 0 calc(110 * var(--lpSetSize));
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec01 .creditArea{
  padding-top:  calc(60 * var(--lpSetSize));
  padding-left: calc(110 * var(--lpSetSize));
}

/*******************************
sec02
*******************************/
#CE251009AW2nd #sec02{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec02 .img01{
  display: block;
  width: calc(700 * var(--lpSetSize));
  margin-left: 0;
  position: relative;
  z-index: 2;
}
#CE251009AW2nd #sec02 .creditArea{
  padding-top: calc(62 * var(--lpSetSize));
  padding-right: calc(50 * var(--lpSetSize));
}

/*******************************
sec03
*******************************/
#CE251009AW2nd #sec03{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec03 .img01{
  display: block;
  width: calc(630 * var(--lpSetSize));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec03 .img02{
  display: block;
  width: calc(700 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0;
  position: relative;
  z-index: 2;
}
#CE251009AW2nd #sec03 .img02::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-black);
  box-sizing: border-box;
  z-index: 3;
  pointer-events: none;
}


/*******************************
sec04
*******************************/
#CE251009AW2nd #sec04{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec04 .img01{
  display: block;
  width: calc(560 * var(--lpSetSize));
  margin-left: 0;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec04 .img02{
  display: block;
  width: calc(750 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0;
  border-radius: calc(300 * var(--lpSetSize)) 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec04 .img03{
  display: block;
  width: calc(680 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0 calc(70 * var(--lpSetSize));
  border-radius: 0 0 calc(300 * var(--lpSetSize)) 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec04 .creditArea{
  padding-top: calc(62 * var(--lpSetSize));
  padding-left: calc(70 * var(--lpSetSize));
}


/*******************************
sec05
*******************************/
#CE251009AW2nd #sec05{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
  position: relative;
}

#CE251009AW2nd #sec05 .img01{
  display: block;
  width: calc(400 * var(--lpSetSize));
  margin-left: 0;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec05 .creditArea{
  position: absolute;
  bottom: calc(1 * var(--lpSetSize));
  right: calc(36 * var(--lpSetSize));
}
#CE251009AW2nd #sec05 .creditArea .creditLinks a{
  display: block;
  margin-left: 0;
  margin-top: calc(25 * var(--lpSetSize));
}
#CE251009AW2nd #sec05 .creditArea .creditLinks .width_small {
  display: inline-block;
}

/*******************************
sec06
*******************************/
#CE251009AW2nd #sec06{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec06 .img01{
  display: block;
  width: calc(750 * var(--lpSetSize));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

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

}

/*******************************
sec07
*******************************/
#CE251009AW2nd #sec07{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
  position: relative;
}

#CE251009AW2nd #sec07::after{
  content: '';
  display: block;
  width: calc(750 * var(--lpSetSize));
  height: calc(6823 * var(--lpSetSize));
  background: url("../img/bg02.jpg?20251007") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: calc(180 * var(--lpSetSize));
  z-index: 1;
}

#CE251009AW2nd #sec07 .img01{
  display: block;
  width: calc(700 * var(--lpSetSize));
  margin-left: 0;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec07 .img02{
  display: block;
  width: calc(600 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0 calc(150 * var(--lpSetSize));
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec07 .creditArea{
  padding-top:  calc(62 * var(--lpSetSize));
  padding-left:  calc(150 * var(--lpSetSize));
}

/*******************************
sec08
*******************************/
#CE251009AW2nd #sec08{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec08 .img01{
  display: block;
  width: calc(640 * var(--lpSetSize));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec08 .img02{
  display: block;
  width: calc(750 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec08 .img03{
  display: block;
  width: calc(560 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0;
  position: relative;
  z-index: 2;
}


/*******************************
sec09
*******************************/
#CE251009AW2nd #sec09{
  display: block;
  margin: 0 auto calc(280 * var(--lpSetSize));
}


#CE251009AW2nd #sec09 .img01{
  display: block;
  width: calc(680 * var(--lpSetSize));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/*******************************
sec10
*******************************/
#CE251009AW2nd #sec10{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec10 .img01{
  display: block;
  width: calc(600 * var(--lpSetSize));
  margin: 0 auto 0 calc(150 * var(--lpSetSize));
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec10 .img02{
  display: block;
  width: calc(700 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0 0;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec10 .creditArea{
  padding-top: calc(62 * var(--lpSetSize));
  padding-right: calc(50 * var(--lpSetSize));
}

/*******************************
sec11
*******************************/
#CE251009AW2nd #sec11{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec11 .img01{
  display: block;
  width: calc(660 * var(--lpSetSize));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


#CE251009AW2nd #sec11 .img02{
  display: block;
  width: calc(750 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0;
  border-radius: 0 0 calc(300 * var(--lpSetSize)) 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec11 .creditArea{
  padding-top: calc(62 * var(--lpSetSize));
}

/*******************************
sec12
*******************************/
#CE251009AW2nd #sec12{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec12 .img01{
  display: block;
  width: calc(630 * var(--lpSetSize));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


/*******************************
sec13
*******************************/
#CE251009AW2nd #sec13{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec13 .img01{
  display: block;
  width: calc(750 * var(--lpSetSize));
  margin: 0 auto;
  border-radius: calc(375 * var(--lpSetSize)) calc(375 * var(--lpSetSize)) 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec13 .img02{
  display: block;
  width: calc(670 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0 0;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec13 .creditArea{
  padding-right: calc(80 * var(--lpSetSize));
  padding-top: calc(62 * var(--lpSetSize));
}


/*******************************
sec14
*******************************/
#CE251009AW2nd #sec14{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec14 .img01{
  display: block;
  width: calc(420 * var(--lpSetSize));
  margin-left: calc(330 * var(--lpSetSize));
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec14 .creditArea{
  padding-top: calc(62 * var(--lpSetSize));
  padding-left: calc(330 * var(--lpSetSize));
}

/*******************************
sec15
*******************************/
#CE251009AW2nd #sec15{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec15 .img01{
  display: block;
  width: calc(710 * var(--lpSetSize));
  margin-left: 0;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec15 .img02{
  display: block;
  width: calc(680 * var(--lpSetSize));
  margin: calc(120 * var(--lpSetSize)) auto 0 calc(70 * var(--lpSetSize));
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec15 .img02::before{
  content: '';
  display: block;
  width: calc(340 * var(--lpSetSize));
  height: calc(580 * var(--lpSetSize));
  background: url("../img/bg03.jpg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: calc(-70 * var(--lpSetSize));
  top: calc(-60 * var(--lpSetSize));
  z-index: 0;
  pointer-events: none;
}

#CE251009AW2nd #sec15 .creditArea{
  padding-left: calc(70 * var(--lpSetSize));
}

/*******************************
sec16
*******************************/
#CE251009AW2nd #sec16{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec16 .img01{
  display: block;
  width: calc(680 * var(--lpSetSize));
  margin-left: calc(70 * var(--lpSetSize));
  border-radius: calc(300 * var(--lpSetSize)) 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec16 .img02{
  display: block;
  width: calc(660 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0 0;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec16 .creditArea{
  padding-right: calc(90 * var(--lpSetSize));
  padding-top: calc(62 * var(--lpSetSize));
}

/*******************************
sec17
*******************************/
#CE251009AW2nd #sec17{
  display: block;
  margin: 0 auto calc(240 * var(--lpSetSize));
}

#CE251009AW2nd #sec17 .img01{
  display: block;
  width: calc(660 * var(--lpSetSize));
  margin-left: 0;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec17 .img02{
  display: block;
  width: calc(710 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0 calc(40 * var(--lpSetSize));
  position: relative;
  z-index: 2;
}
#CE251009AW2nd #sec17 .img02::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-black);
  box-sizing: border-box;
  z-index: 3;
  pointer-events: none;
}

#CE251009AW2nd #sec17 .creditArea{
  padding-left: calc(40 * var(--lpSetSize));
}


/*******************************
sec18
*******************************/
#CE251009AW2nd #sec18{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
  position: relative;
}

#CE251009AW2nd #sec18::after{
  content: '';
  display: block;
  width: calc(750 * var(--lpSetSize));
  height: calc(6604 * var(--lpSetSize));
  background: url("../img/bg04.jpg?20251007") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: calc(-60 * var(--lpSetSize));
  z-index: 1;
}

#CE251009AW2nd #sec18 .img01{
  display: block;
  width: calc(640 * var(--lpSetSize));
  margin-left: calc(110 * var(--lpSetSize));
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec18 .img02{
  display: block;
  width: calc(660 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0;
  position: relative;
  z-index: 2;
}


/*******************************
sec19
*******************************/
#CE251009AW2nd #sec19{
  display: block;
  margin: 0 auto calc(180 * var(--lpSetSize));
}

#CE251009AW2nd #sec19 .img01{
  display: block;
  width: calc(680 * var(--lpSetSize));
  margin-left: 0;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec19 .creditArea{
  padding-top: calc(62 * var(--lpSetSize));
  padding-right: calc(70 * var(--lpSetSize));
}

/*******************************
sec20
*******************************/
#CE251009AW2nd #sec20{
  display: block;
  margin: 0 auto;
}

#CE251009AW2nd #sec20 .img01{
  display: block;
  width: calc(700 * var(--lpSetSize));
  margin-left: calc(50 * var(--lpSetSize));
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec20 .img02{
  display: block;
  width: calc(650 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto 0;
  position: relative;
  z-index: 2;
}

#CE251009AW2nd #sec20 .creditArea{
  padding-top: calc(62 * var(--lpSetSize));
}

/*******************************
lpMainBottomArea
*******************************/
#CE251009AW2nd #lpMainBottomArea{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: calc(174 * var(--lpSetSize)) 0 calc(120 * var(--lpSetSize));
  position: relative;
  z-index: 2;
}

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

}

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

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


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


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

}


/*******************************
allItemBtn
*******************************/
#CE251009AW2nd .allItemBtn{
  display: block;
  width: calc(660 * var(--lpSetSize));
  margin: 0 auto;
  position: relative;
}

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

}


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


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

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








