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

:root{
  --scrollbarSize: 0;
}

#CE260710AW1st {
  --font-ja: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', メイリオ, sans-serif;
  --font-dashiell-fine: "dashiell-fine", 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-red-brown: #473942;
  overflow: clip;
  font-family: var(--font-dashiell-fine);
  color: var(--color-red-brown);
  text-align: center;
  font-weight: var(--fw-regular);
  overflow-x: clip;
}

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


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


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

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

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

#CE260710AW1st .imgOuter-bg{
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  background: none;
}


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


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

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

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

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

#CE260710AW1st .creditLinks > a,
#CE260710AW1st .creditLinks > span{
  display: inline-block;
  /*
  padding-bottom: calc(2 * var(--formula));
  */
  border-bottom: calc(2 * var(--formula)) solid #796b74;
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  font-size: calc(23 * var(--formula));
  letter-spacing: 0;
  line-height: 1;
  color: var(--color-red-brown);
  text-decoration: none;
  font-feature-settings: "palt";
}

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

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

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

/*******************************
figSlider
*******************************/
#CE260710AW1st .figSlider{
	overflow: clip;
	position: relative;
}


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

#CE260710AW1st .figSlider .sliderWrapper{}

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

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

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

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

#CE260710AW1st .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(15 * var(--formula));
  bottom: calc(15 * var(--formula));
  z-index: 2;
}

#CE260710AW1st .figSlider ul.nav-top-left{
  right: initial;
  left: calc(15 * var(--formula));
  bottom: initial;
  top: calc(15 * var(--formula));
  justify-content: flex-start;
}

#CE260710AW1st .figSlider ul.nav-top-right{
  bottom: initial;
  top: calc(15 * var(--formula));
}

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

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

#CE260710AW1st .figSlider ul.color-yellow > li{
  border: calc(2 * var(--formula)) solid #fff8dc;
}

#CE260710AW1st .figSlider ul.color-yellow > li.swiper-pagination-bullet-active{
  background: #fff8dc;
}

#CE260710AW1st .figSlider ul.color-white > li{
  border: calc(2 * var(--formula)) solid #ffffff;
}

#CE260710AW1st .figSlider ul.color-white > li.swiper-pagination-bullet-active{
  background: #ffffff;
}



/*******************************
fadeInSetting
*******************************/
#CE260710AW1st .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);
}

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

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

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

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

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

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

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

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

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

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


#CE260710AW1st .fadeInBlock.zoomOut{
  opacity: 1;
  overflow: clip;
}

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

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

#CE260710AW1st .fadeInBlock.ani-clip--to-right {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
}
#CE260710AW1st .fadeInBlock.ani-clip--to-right.view {
  clip-path: inset(0);
}

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


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

#CE260710AW1st .lp-look__container {
  width: calc(750 * var(--formula));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

#CE260710AW1st .lp-look__container .lp-look__title{
  width: calc(18.5 * var(--formula));
  position: absolute;
  top: 0;
  right: calc(14 * var(--formula));
  z-index: 2;
  pointer-events: none;
}
#CE260710AW1st .lp-look__container .lp-look__lead{
  width: calc(476 * var(--formula));
  position: absolute;
  bottom: calc(7 * var(--formula));
  right: calc(-20 * var(--formula));
  z-index: 2;
  pointer-events: none;
}

#CE260710AW1st .rightAllItems{
  display: block;
  width: calc(240 * var(--formula));
  height: calc(240 * 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;
}

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

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


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

  #CE260710AW1st .lp-look__image {
    width: 100%;
    height: auto;
    margin-inline: auto;
  }


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

  #CE260710AW1st .lpMainWrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #CE260710AW1st .mvBlock{
    align-items: center;
    height: calc(100dvh - var(--header-height, 0));
    transition: height 0.1s ease;
    overflow: clip;
    position: sticky;
    left: 0;
    top: var(--header-height, 0);
  }

  #CE260710AW1st .lp-look__container {
    width: 100%;
    height: 100%;
  }

  #CE260710AW1st .lp-look__image {
    width: 100%;
    height: 100%;
  }

  #CE260710AW1st .lpMainBlock{
    overflow: clip;
  }

  #CE260710AW1st .lpMainBlock_inner{
    /* width: calc(var(--pc-artboard-width) * var(--formula_pc)); */
    width: 100%;
    margin-inline: auto;
  }

  #CE260710AW1st .sec {
    width: calc(var(--pc-artboard-width) * var(--formula_pc));
    margin-inline: auto;
  }
  
  #CE260710AW1st .lp-look__container .lp-look__title{
    /* width: calc(17 * var(--formula));
    right: calc(14 * var(--formula)); */
    width: calc(17*(100vw / 1400));
    right: calc(29 * var(--formula));
  }
  #CE260710AW1st .lp-look__container .lp-look__lead{
    width: calc(389*(100vw / 1400));
    bottom: calc(10 * var(--formula));
    right: calc(30 * var(--formula));
  }

  #CE260710AW1st .rightAllItems{
    width: calc(120 *(100vw / 1400));
    height: calc(120 *(100vw / 1400));
    right: calc(49 * var(--formula));
    bottom: calc(49 * var(--formula));
  }
}

/*******************************
firstLede
*******************************/
#CE260710AW1st #firstLede{
  display: block;
  margin: calc(75 * var(--formula)) auto 0;
  width: calc(750 * var(--formula));
}

#CE260710AW1st #firstLede .mainTTL{
  width: calc(648 * var(--formula));
  margin-left: calc(60 * var(--formula));
}

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


#CE260710AW1st .commingComment{
  display: block;
  margin: calc(84 * var(--formula)) auto 0;
  width: 100%;
  position: relative;
  z-index: 2;
}

#CE260710AW1st .commingComment::before{
  content: " ";
  display: block;
  width: 100%;
  height: calc(80 * var(--formula));
  background-color: #ccb8c4;
  position: absolute;
  top: calc(0 * var(--formula));
  left: 0;
  z-index: -1;
}

#CE260710AW1st .commingComment picture{
  display: block;
  width: calc(674 * var(--formula));
  margin: 0 auto; 
  padding-block: calc(22 * var(--formula));
}


/*******************************
sec01
*******************************/
#CE260710AW1st #sec01{
  display: block;
  margin: calc(160 * var(--formula)) auto 0;
}

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


#CE260710AW1st #sec01 .img02{
  display: block;
  width: calc(700 * var(--formula));
  margin: calc(80 * var(--formula)) auto 0 calc(50 * var(--formula));
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec01 .creditArea{
  padding-top: calc(42 * var(--formula));
  padding-right: calc(40 * var(--formula));
}

@media screen and (min-width:768px) {
  #CE260710AW1st #sec01 .img02 {
    margin: calc(61 * var(--formula)) auto 0 calc(131 * var(--formula));
  }
}
/*******************************
sec02
*******************************/
#CE260710AW1st #sec02{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
}

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

#CE260710AW1st #sec02 .img02{
  display: block;
  width: calc(680 * var(--formula));
  margin: calc(20 * var(--formula)) auto 0;
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec02 .creditArea{
  padding-top: calc(41 * var(--formula));
}

/*******************************
sec03
*******************************/
#CE260710AW1st #sec03{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
}

#CE260710AW1st #sec03 .img01{
  display: block;
  width: calc(700 * var(--formula));
  margin: 0 auto 0 calc(50 * var(--formula));
  position: relative;
  z-index: 2;
}

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

#CE260710AW1st #sec03 .creditArea {
  padding-top: calc(40 * var(--formula));
  padding-left: calc(40 * var(--formula));
}

/*******************************
sec04
*******************************/
#CE260710AW1st #sec04{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
  position: relative;
}

#CE260710AW1st #sec04 .img01{
  display: block;
  width: calc(750 * var(--formula));
  height: calc(938 * var(--formula));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec04 .img01 .imgOuter {
  position: absolute;
  top: 0;
  left: 0;
}
#CE260710AW1st #sec04 .img01 .imgOuter:nth-of-type(1) {
  z-index: 2;
}
#CE260710AW1st #sec04 .img01 .imgOuter:nth-of-type(2) {
  z-index: 0;
}

#CE260710AW1st #sec04 .img01::before{
  display: block;
  content: " ";
  width: calc(720 * var(--formula));
  height: calc(907.5 * var(--formula));
  background-image: url(../img/img0401_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(15 * var(--formula));
  left: calc(15 * var(--formula));
  z-index: 1;
}

/* #CE260710AW1st #sec04 .img01-bg{
  display: block;
  width: calc(750 * var(--formula));
  height: calc(937.5 * var(--formula));
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
} */

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

#CE260710AW1st #sec04 .img02 .slider{
  width: calc(610 * var(--formula));
}

#CE260710AW1st #sec04 .img02 .slick-list {
  padding-left: calc(140 * var(--formula));
}
#CE260710AW1st #sec04 .img02 .slick-track a {
  width: calc(610 * var(--formula));
  margin-right: calc(20 * var(--formula));
}

#CE260710AW1st #sec04 .creditArea{
  padding-top: calc(40 * var(--formula));
}

#CE260710AW1st #sec04 .img03{
  width: calc(560 * var(--formula));
  height: calc(700 * var(--formula));
  margin: calc(142 * var(--formula)) auto 0;
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec04 .img03 .imgOuter {
  position: absolute;
  top: 0;
  left: 0;
}
#CE260710AW1st #sec04 .img03 .imgOuter:nth-of-type(1) {
  z-index: 2;
}
#CE260710AW1st #sec04 .img03 .imgOuter:nth-of-type(2) {
  z-index: 0;
}

#CE260710AW1st #sec04 .img03::after{
  display: block;
  content: " ";
  width: calc(560 * var(--formula));
  height: calc(700 * var(--formula));
  background-image: url(../img/img0501_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: calc(-16 * var(--formula));
  right: calc(-14 * var(--formula));
}

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

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

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

#CE260710AW1st #sec05 .img01 .imgOuter {
  position: absolute;
  top: 0;
  left: 0;
}
#CE260710AW1st #sec05 .img01 .imgOuter:nth-of-type(1) {
  z-index: 2;
}
#CE260710AW1st #sec05 .img01 .imgOuter:nth-of-type(2) {
  z-index: 0;
}

#CE260710AW1st #sec05 .img01::before{
  display: block;
  content: " ";
  width: calc(720 * var(--formula));
  height: calc(907.5 * var(--formula));
  background-image: url(../img/img0601_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(15 * var(--formula));
  left: calc(15 * var(--formula));
  z-index: 1;
}

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

#CE260710AW1st #sec05 .img-block{
  width: calc(750 * var(--formula));
  margin: calc(100 * var(--formula)) auto 0;
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec05 .img02{
  width: calc(620 * var(--formula));
  margin: 0 auto;
}

#CE260710AW1st #sec05 .img02-bg{
  display: block;
  width: calc(660 * var(--formula));
  position: absolute;
  z-index: -1;
  top: calc(-20 * var(--formula));
  left: 50%;
  transform: translateX(-50%);
}

/*******************************
sec06
*******************************/
#CE260710AW1st #sec06{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
  position: relative;
}

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

#CE260710AW1st #sec06 .img01-line{
  display: block;
  width: calc(725 * var(--formula));
  position: absolute;
  z-index: 3;
  top: calc(-12 * var(--formula));
  left: calc(12 * var(--formula));
  pointer-events: none;
}

#CE260710AW1st #sec06 .creditArea{
  padding-top: calc(54 * var(--formula));
}

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

}

/*******************************
sec07
*******************************/
#CE260710AW1st #sec07{
  display: block;
  margin: calc(266 * var(--formula)) auto 0;
  position: relative;
}

#CE260710AW1st #sec07 .img01{
  display: block;
  width: calc(680 * var(--formula));
  margin-left: calc(70 * var(--formula));
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec07 .img01-bg{
  display: block;
  width: calc(375 * var(--formula));
  position: absolute;
  z-index: -1;
  top: calc(-126 * var(--formula));
  left: calc(0 * var(--formula));
}

#CE260710AW1st #sec07 .creditArea{
  padding-top: calc(43 * var(--formula));
  padding-right: calc(40 * var(--formula));
}

/*******************************
sec08
*******************************/
#CE260710AW1st #sec08{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
  position: relative;
}

#CE260710AW1st #sec08 .img01{
  position: sticky;
  top: calc((100vh - 937.5 * var(--formula)) / 2);
}

#CE260710AW1st #sec08 .img02{
  position: relative;
  z-index: 3;
  width: calc(600 * var(--formula));
  margin: 0 auto;
  padding-bottom: calc(90 * var(--formula));
}

#CE260710AW1st #sec08 .img03{
  width: calc(540 * var(--formula));
  margin: calc(140 * var(--formula)) auto 0 calc(20 * var(--formula));
}

#CE260710AW1st #sec08 .creditArea{
  padding-top: calc(42 * var(--formula));
}

/*******************************
sec09
*******************************/
#CE260710AW1st #sec09{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
  position: relative;
}

#CE260710AW1st #sec09 .img01{
  display: block;
  width: calc(650 * var(--formula));
  margin-left: calc(100 * var(--formula));
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec09 .img02{
  display: block;
  width: calc(620 * var(--formula));
  margin: calc(79 * var(--formula)) auto 0 0;
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec09 .creditArea{
  padding-top: calc(43 * var(--formula));
  padding-left: calc(40 * var(--formula));
}

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

}

/*******************************
sec10
*******************************/
#CE260710AW1st #sec10{
  display: block;
  margin: calc(218 * var(--formula)) auto 0;
  position: relative;
}

#CE260710AW1st #sec10 .img01{
  display: block;
  width: calc(700 * var(--formula));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#CE260710AW1st #sec10 .img01::after{
  display: block;
  content: " ";
  width: calc(700 * var(--formula));
  height: calc(875 * var(--formula));
  background-image: url(../img/img12_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}

#CE260710AW1st #sec10 .img01-bg{
  display: block;
  width: calc(750 * var(--formula));
  height: calc(1174 * var(--formula));
  position: absolute;
  top: calc(-80 * var(--formula));
  left: 0;
  z-index: -1;
}

#CE260710AW1st #sec10 .creditArea{
  padding-top: calc(44 * var(--formula));
}

/*******************************
sec11
*******************************/
#CE260710AW1st #sec11{
  display: block;
  margin: calc(218 * var(--formula)) auto 0;
  position: relative;
}

#CE260710AW1st #sec11 .img01{
  display: block;
  width: calc(720 * var(--formula));
  margin-left: 0;
  position: relative;
  z-index: 2;
}


#CE260710AW1st #sec11 .img02{
  display: block;
  width: calc(600 * var(--formula));
  margin: calc(100 * var(--formula)) auto 0 calc(150 * var(--formula));
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec11 .creditArea{
  padding-top: calc(43 * var(--formula));
  padding-right: calc(40 * var(--formula));
}

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

}

/*******************************
sec12
*******************************/
#CE260710AW1st #sec12{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
  position: relative;
}

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

#CE260710AW1st #sec12 .img01 .slider{
  width: calc(620 * var(--formula));
}

#CE260710AW1st #sec12 .img01 .slick-list {
  padding-right: calc(140 * var(--formula));
}
#CE260710AW1st #sec12 .img01 .slick-track a {
  width: calc(620 * var(--formula));
  margin-right: calc(20 * var(--formula));
}

#CE260710AW1st #sec12 .img02{
  display: block;
  width: calc(750 * var(--formula));
  height: calc(938 * var(--formula));
  margin: calc(102 * var(--formula)) auto 0;
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec12 .img02 .imgOuter {
  position: absolute;
  top: 0;
  left: 0;
}
#CE260710AW1st #sec12 .img02 .imgOuter:nth-of-type(1) {
  z-index: 2;
}
#CE260710AW1st #sec12 .img02 .imgOuter:nth-of-type(2) {
  z-index: 0;
}

#CE260710AW1st #sec12 .img02::before{
  display: block;
  content: " ";
  width: calc(720 * var(--formula));
  height: calc(907.5 * var(--formula));
  background-image: url(../img/img1403_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(15 * var(--formula));
  left: calc(15 * var(--formula));
  z-index: 1;
}

#CE260710AW1st #sec12 .creditArea{
  padding-top: calc(40 * var(--formula));
}

/*******************************
sec13
*******************************/
#CE260710AW1st #sec13{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
  position: relative;
}

#CE260710AW1st #sec13 .img01{
  display: block;
  width: calc(670 * var(--formula));
  margin-left: calc(80 * var(--formula));
  position: relative;
  z-index: 2;
}


#CE260710AW1st #sec13 .img02{
  display: block;
  width: calc(640 * var(--formula));
  margin: calc(65 * var(--formula)) auto 0 0;
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec13 .creditArea{
  padding-top: calc(43 * var(--formula));
  padding-left: calc(40 * var(--formula));
}

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

}
/*******************************
sec14
*******************************/
#CE260710AW1st #sec14{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
  position: relative;
}

#CE260710AW1st #sec14 .img01{
  position: sticky;
  top: calc((100vh - 937.5 * var(--formula)) / 2);
}

#CE260710AW1st #sec14 .img02{
  position: relative;
  z-index: 3;
  width: calc(660 * var(--formula));
  margin: 0 auto;
  padding-bottom: calc(55 * var(--formula));
}

#CE260710AW1st #sec14 .creditArea{
  padding-top: calc(42 * var(--formula));
}

/*******************************
sec15
*******************************/
#CE260710AW1st #sec15{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
  position: relative;
}

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


#CE260710AW1st #sec15 .img02{
  display: block;
  width: calc(650 * var(--formula));
  margin: calc(20 * var(--formula)) auto 0 calc(100 * var(--formula));
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec15 .creditArea{
  padding-top: calc(42 * var(--formula));
  padding-right: calc(40 * var(--formula));
}

/*******************************
sec16
*******************************/
#CE260710AW1st #sec16{
  display: block;
  margin: calc(138 * var(--formula)) auto 0;
  position: relative;
}

#CE260710AW1st #sec16 .img01{
  display: block;
  width: calc(720 * var(--formula));
  margin-left: 0;
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec16 .img01-bg{
  display: block;
  width: calc(420 * var(--formula));
  position: absolute;
  z-index: -1;
  top: calc(640 * var(--formula));
  right: calc(0 * var(--formula));
}

#CE260710AW1st #sec16 .img02{
  display: block;
  width: calc(620 * var(--formula));
  margin: calc(80 * var(--formula)) auto 0 calc(130 * var(--formula));
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec16 .creditArea{
  padding-top: calc(42 * var(--formula));
  padding-right: calc(40 * var(--formula));
}

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

}
/*******************************
sec17
*******************************/
#CE260710AW1st #sec17{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
  position: relative;
}

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

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

#CE260710AW1st #sec17 .creditArea{
  padding-top: calc(42 * var(--formula));
}


/*******************************
sec18
*******************************/
#CE260710AW1st #sec18{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
  position: relative;
}

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

#CE260710AW1st #sec18 .creditArea{
  padding-top: calc(42 * var(--formula));
  padding-left: calc(40 * var(--formula));
}

/*******************************
sec19
*******************************/
#CE260710AW1st #sec19{
  display: block;
  margin: calc(140 * var(--formula)) auto 0;
  position: relative;
}

#CE260710AW1st #sec19 .img01{
  display: block;
  width: calc(660 * var(--formula));
  margin: 0 auto 0 calc(90 * var(--formula));
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec19 .img02{
  display: block;
  width: calc(660 * var(--formula));
  margin: calc(20 * var(--formula)) auto 0 calc(90 * var(--formula));
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec19 .creditArea{
  padding-top: calc(42 * var(--formula));
  padding-left: calc(90 * var(--formula));
}

/*******************************
sec20
*******************************/
#CE260710AW1st #sec20{
  display: block;
  margin: calc(200 * var(--formula)) auto 0;
  position: relative;
}

#CE260710AW1st #sec20 .img01{
  display: block;
  width: calc(700 * var(--formula));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#CE260710AW1st #sec20 .img01-bg{
  display: block;
  width: calc(750 * var(--formula));
  position: absolute;
  top: calc(-60 * var(--formula));
  left: calc(0 * var(--formula));
  z-index: -1;
}

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

#CE260710AW1st #sec20 .img02 .slider{
  width: calc(600 * var(--formula));
}

#CE260710AW1st #sec20 .img02 .slick-list {
  padding-right: calc(150 * var(--formula));
}
#CE260710AW1st #sec20 .img02 .slick-track a {
  width: calc(600 * var(--formula));
  margin-right: calc(20 * var(--formula));
}

#CE260710AW1st #sec20 .creditArea{
  padding-top: calc(41 * var(--formula));
}

#CE260710AW1st #sec20 .img02 .imgBg {
  width: calc(600 * var(--formula));
  margin-right: calc(20 * var(--formula));
  background-color: #fff;
}

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

#CE260710AW1st #lpMainBottomArea .end-title-box{
  width: calc(750 * var(--formula));
  margin: 0 auto; 
  position: relative;
  z-index: 2;
}

#CE260710AW1st #lpMainBottomArea .end-title{
  display: block;
  width: calc(345 * var(--formula));
  margin: 0 auto 0 calc(196 * var(--formula)); 
}

#CE260710AW1st #lpMainBottomArea .end-lead{
  display: block;
  width: 100%;
  margin: calc(54 * var(--formula)) auto 0; 
  position: relative;
  z-index: 2;
}

#CE260710AW1st #lpMainBottomArea .end-lead::before{
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #661d4b;
  position: absolute;
  top: calc(46 * var(--formula));
  left: 0;
  z-index: -1;
}

#CE260710AW1st #lpMainBottomArea .end-lead picture{
  display: block;
  width: calc(550 * var(--formula));
  margin: 0 auto; 
}

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

}


/*******************************
lpStaffList
*******************************/
#CE260710AW1st dl.lpStaffList{
  display: block;
  margin: calc(68  * var(--formula)) auto 0;
  overflow: clip;
}

#CE260710AW1st dl.lpStaffList > dt,
#CE260710AW1st dl.lpStaffList > dd{
  font-family: var(--font-dashiell-fine);
  display: block;
  font-weight: 300;
  font-size: calc(24  * var(--formula));
  line-height: 1.8333333333;
  letter-spacing: 0;
  font-feature-settings: "palt";
  color: var(--color-red-brown);
  text-align: center;
}


#CE260710AW1st dl.lpStaffList > dd > span{
  font-family: var(--font-dashiell-fine);
  display: block;
  font-weight: 300;
  font-size: calc(24  * var(--formula));
  line-height: 1.8333333333;
  letter-spacing: 0;
  font-feature-settings: "palt";
  color: var(--color-red-brown);
  text-align: center;
}


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

}


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

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

}


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


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

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








