@charset "UTF-8";

.main-area .main-inner{width: 100%; padding: 0;}

/*******************************
LB240430eclimited
*******************************/
#LB240430eclimited{
  display: block;
  width: 100%;
  padding: calc(58 * (100vw / 750)) 0 calc(200 * (100vw / 750));
  box-sizing: border-box;
  overflow: hidden;
}

#LB240430eclimited *{box-sizing: border-box;}


#LB240430eclimited .lpWrapSection{
  display: block;
  margin: 0 auto;
}

#LB240430eclimited img{
  display: block;
  width: 100%;
  height: auto;
}

#LB240430eclimited .imgOuter{display: block; background: #FFFFFF;}

#LB240430eclimited .imgOuter a{display: block; width: 100%; height: auto;}

/*******************************
fadeInSetting
*******************************/
#LB240430eclimited .fadeInBlock,
#LB240430eclimited .fadeInList .fadeInTarget{
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 10rem);
  transition: opacity 1s ease, transform 1s ease;
  pointer-events: none;
}


#LB240430eclimited .fadeInBlock.view,
#LB240430eclimited .fadeInList .fadeInTarget.view{
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0) rotateY(0);
  pointer-events: inherit;
}

#LB240430eclimited a.fadeInBlock.view:hover{
  opacity: .7;
}

/*******************************
mainTTL
*******************************/
#LB240430eclimited .mainTTLBlock{
  display: block;
  margin-bottom: calc(166 * (100vw / 750));
}

#LB240430eclimited .mainTTLBlock .mainTTL{
  display: block;
  margin-bottom: calc(42 * (100vw / 750));
  font-family: "freight-neo-pro", sans-serif;
  font-weight: 500;
  font-size: calc(62 * (100vw / 750));
  font-style: normal;
  text-align: center;
  letter-spacing: 0.31em;
  line-height: 1.5;
  color: #000000;
}

#LB240430eclimited .mainTTLBlock .mainTTL > span{
  color: #B3C5F4;
}

/*******************************
firstLede
*******************************/
#LB240430eclimited .firstLede{
  display: block;
  width: 100%;
  font-family: "游ゴシック Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: calc(27 * (100vw / 750));
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.925925925925926;
  font-weight: 500;
  /*font-feature-settings: "palt";*/
  color: #000000;
  padding-left: calc(8 * (100vw / 750));
  
}

/*******************************
creditLinks
*******************************/
#LB240430eclimited .creditArea{}

#LB240430eclimited .creditLinks{
  display: block;
  margin-top: calc((-1em * 2 + 1em) / 2);
  margin-bottom: calc((-1em * 2 + 1em) / 2);
  font-size: calc(26 * (100vw / 750));
  line-height: 2;
  letter-spacing: 0;
  /*font-feature-settings: "palt";*/
}

#LB240430eclimited .creditLinks >  a{
  display: inline-block;
  white-space: nowrap;
  font-family: "freight-neo-pro", sans-serif;
  font-weight: 500;
  font-size: calc(26 * (100vw / 750));
  line-height: 2;
  letter-spacing: 0;
}


#LB240430eclimited .creditLinks > a + a,
#LB240430eclimited .creditLinks > br.pcView + a{
  margin-left: calc(14 * (100vw / 750));
}


/*******************************
secTTL
*******************************/
#LB240430eclimited .secTTL{
  display: block;
}
#LB240430eclimited .secTTL picture,
#LB240430eclimited .secTTL img{
  display: block;
  width: 100%;
  height: auto;
}

/*******************************
sec01
*******************************/
#sec01{
  display: block;
  width: 100%;
  margin: 0 auto calc(150 * (100vw / 750));
  position: relative;
  z-index: 1;
}


#sec01::after{
  content: '';
  display: block;
  width: calc(680 * (100vw / 750));
  height: calc(1230 * (100vw / 750));
  background: #F2F2F2;
  position: absolute;
  left: 0;
  bottom: calc(162 * (100vw / 750));
  z-index: -1;
}


#sec01 .img0102{
  display: block;
}


#sec01 .img01{
  display: block;
  width: calc(610 * (100vw / 750));
  margin: 0 auto calc(100 * (100vw / 750));
  position: relative;
}

#sec01 .secTTL{
  display: block;
  width: calc(683.6593 * (100vw / 750));
  height:calc(994.2573 * (100vw / 750));
  position: absolute;
  left: calc(-35 * (100vw / 750));
  top: calc(-56 * (100vw / 750));
  z-index: 1;
  pointer-events: none;
}

#sec01 .img02{
  display: block;
  width: calc(580 * (100vw / 750));
  margin: 0 0 calc(150 * (100vw / 750)) auto;
}


#sec01 .creditArea{
  text-align: left;
  padding-top: calc(50 * (100vw / 750));
}



#sec01 dl.itemList{
  display: block;
  width: calc(520 * (100vw / 750));
  margin: 0 auto;
  position: relative;
}

#sec01 dl.itemList > dt{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(140 * (100vw / 750));
  height: calc(140 * (100vw / 750));
  padding-top: calc(4 * (100vw / 750));
  border-radius: 50%;
  background: #000000;
  font-family: "freight-neo-pro", sans-serif;
  font-weight: 500;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: calc(-100 * (100vw / 750));
  top: calc(-50 * (100vw / 750));
}


#sec01 dl.itemList > dd{display: block; width: 100%;}

#sec01 dl.itemList > dd > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: calc(20 * (100vw / 750)) calc(20 * (100vw / 750));
}

#sec01 dl.itemList > dd > ul > li{
  display: block;
  width: calc(250 * (100vw / 750));
  flex-shrink: 1;
}

#sec01 dl.itemList > dd > ul > li a,
#sec01 dl.itemList > dd > ul > li img{
  display: block;
  width: 100%;
  height: auto;
}


/*******************************
sec02
*******************************/
#sec02{
  display: block;
  width: 100%;
  margin: 0 auto calc(164 * (100vw / 750));
  position: relative;
  z-index: 1;
}


#sec02::after{
  content: '';
  display: block;
  width: 100%;
  height: calc(1970 * (100vw / 750));
  background: #F9F8EA;
  position: absolute;
  left: 0;
  top: calc(507 * (100vw / 750));
  z-index: -1;
}


#sec02 .img0102{
  display: block;
}


#sec02 .img01{
  display: block;
  width: calc(680 * (100vw / 750));
  margin: 0 auto calc(100 * (100vw / 750));
  position: relative;
}


#sec02 .creditArea{
  text-align: left;
  padding-top: calc(50 * (100vw / 750));
}


#sec02 .img02{
  width: calc(520 * (100vw / 750));
  margin: 0 auto calc(222 * (100vw / 750)) calc(130 * (100vw / 750));
  position: relative;
}


#sec02 .secTTL{
  display: block;
  width: calc(581.6797 * (100vw / 750));
  height: calc(719.5913 * (100vw / 750));
  position: absolute;
  left: calc(-70.0762 * (100vw / 750));
  top: calc(113 * (100vw / 750));
  z-index: 1;
  pointer-events: none;
}


#sec02 dl.itemList{
  display: block;
  width: calc(730 * (100vw / 750));
  margin: 0 auto;
  position: relative;
}

#sec02 dl.itemList > dt{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(140 * (100vw / 750));
  height: calc(140 * (100vw / 750));
  padding-top: calc(2 * (100vw / 750));
  border-radius: 50%;
  background: #162042;
  font-family: "freight-neo-pro", sans-serif;
  font-weight: 500;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: calc(120 * (100vw / 750));
  top: calc(-50 * (100vw / 750));
}


#sec02 dl.itemList > dd{display: block; width: 100%;}

#sec02 dl.itemList > dd > ul{
  display: block;
  height: calc(383.8889 * (100vw / 750));
  position: relative;
}

#sec02 dl.itemList > dd > ul > li{
  display: block;
  width:  calc(250 * (100vw / 750));
  position: absolute;
}

#sec02 dl.itemList > dd > ul > li:nth-of-type(1){left: calc(50% - 250 * (100vw / 750) / 2); top: 0;}
#sec02 dl.itemList > dd > ul > li:nth-of-type(2){left: 0; bottom: 0;}
#sec02 dl.itemList > dd > ul > li:nth-of-type(3){right: 0; bottom: 0;}

#sec02 dl.itemList > dd > ul > li a,
#sec02 dl.itemList > dd > ul > li img{
  display: block;
  width: 100%;
  height: auto;
}


/*******************************
sec03
*******************************/
#sec03{
  display: block;
  width: calc(640 * (100vw / 750));
  margin: 0 0 calc(200 * (100vw / 750)) auto;
  position: relative;
  z-index: 1;
}

#sec03::after{
  content: '';
  display: block;
  width: calc(640 * (100vw / 750));
  height: calc(435.2 * (100vw / 750));
  background: #F3EFEC;
  position: absolute;
  left: calc(-50 * (100vw / 750));
  top: calc(50 * (100vw / 750));
  z-index: -1;
}

#sec03 .img01{
  display: block;
  width: calc(640 * (100vw / 750));
}

/*******************************
sec04
*******************************/
#sec04{
  display: block;
  width: 100%;
  margin-bottom: calc(150 * (100vw / 750));
  position: relative;
  z-index: 1;
}


#sec04::after{
  content: '';
  display: block;
  width: calc(240 * (100vw / 750));
  height: calc(1130 * (100vw / 750));
  background: #EDF0F9;
  position: absolute;
  right: 0;
  top: calc(320 * (100vw / 750));
  z-index: -1;
}


#sec04 .img01{
  display: block;
  width: calc(670 * (100vw / 750));
  margin: 0 auto calc(152 * (100vw / 750)) 0;
  position: relative;
}

#sec04 .creditArea{
  text-align: left;
  padding-top: calc(50 * (100vw / 750));
  padding-left: calc(30 * (100vw / 750));
}

#sec04 .secTTL{
  display: block;
  width: calc(228.7051 * (100vw / 750));
  height: calc(841.8342 * (100vw / 750));
  position: absolute;
  left: calc(50% + 42 * (100vw / 750));
  top: calc(64.5281 * (100vw / 750));
  z-index: 1;
  pointer-events: none;
}


#sec04 dl.itemList{
  display: block;
  width: calc(520 * (100vw / 750));
  margin: 0 auto;
  position: relative;
}

#sec04 dl.itemList > dt{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(140 * (100vw / 750));
  height: calc(140 * (100vw / 750));
  padding-top: calc(2 * (100vw / 750));
  border-radius: 50%;
  background: #D1E7E8;
  font-family: "freight-neo-pro", sans-serif;
  font-weight: 500;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: calc(-100 * (100vw / 750));
  top: calc(-50 * (100vw / 750));
}


#sec04 dl.itemList > dd{display: block; width: 100%;}

#sec04 dl.itemList > dd > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: calc(20 * (100vw / 750)) calc(20 * (100vw / 750));
}

#sec04 dl.itemList > dd > ul > li{
  display: block;
  width: calc(250 * (100vw / 750));
}

#sec04 dl.itemList > dd > ul > li a,
#sec04 dl.itemList > dd > ul > li img{
  display: block;
  width: 100%;
  height: auto;
}


/*******************************
sec05
*******************************/
#sec05{
  display: block;
  width: 100%;
  margin-bottom: calc(148 * (100vw / 750));
  position: relative;
  z-index: 1;
}


#sec05::after{
  content: '';
  display: block;
  width: 100%;
  height: calc(1990 * (100vw / 750));
  background: #F4F4F4;
  position: absolute;
  left: 0;
  top: calc(485 * (100vw / 750));
  z-index: -1;
}

#sec05 .img0102{
  display: block;
}


#sec05 .img01{
  display: block;
  width: calc(650 * (100vw / 750));
  margin: 0 auto calc(304 * (100vw / 750));
}

#sec05 .img02{
  width: calc(494 * (100vw / 750));
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
}

#sec05 .secTTL{
  display: block;
  width: calc(716.718 * (100vw / 750));
  height: calc(223.0586 * (100vw / 750));
  position: absolute;
  left: calc(-112.6673 * (100vw / 750));
  top: calc(-204 * (100vw / 750));
  z-index: 1;
  pointer-events: none;
}

#sec05 .creditArea{
  width: calc(494 * (100vw / 750));
  padding-top: calc(50 * (100vw / 750));
  text-align: left;
  margin: 0 auto calc(154 * (100vw / 750));
}



#sec05 dl.itemList{
  display: block;
  width: calc(520 * (100vw / 750));
  margin: 0 auto 0 auto;
  position: relative;
}

#sec05 dl.itemList > dt{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(140 * (100vw / 750));
  height: calc(140 * (100vw / 750));
  padding-top: calc(2 * (100vw / 750));
  border-radius: 50%;
  background: #D1E7E8;
  font-family: "freight-neo-pro", sans-serif;
  font-weight: 500;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: calc(-100 * (100vw / 750));
  top: calc(-54 * (100vw / 750));
}


#sec05 dl.itemList > dd{display: block; width: 100%;}

#sec05 dl.itemList > dd > ul{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: calc(20 * (100vw / 750)) calc(20 * (100vw / 750));
}

#sec05 dl.itemList > dd > ul > li{
  display: block;
  width: calc(250 * (100vw / 750));
}

#sec05 dl.itemList > dd > ul > li a,
#sec05 dl.itemList > dd > ul > li img{
  display: block;
  width: 100%;
  height: auto;
}

/*******************************
limitedColorBtn
*******************************/
#LB240430eclimited .limitedColorBtn{
  display: block;
  width: calc(680 * (100vw / 750));
  margin: 0 auto;
  padding: 0 0 calc(20 * (100vw / 750));
  position: relative;
}

#LB240430eclimited .limitedColorBtn > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(146 * (100vw / 750));
  padding-bottom: calc(8 * (100vw / 750));
  border: 1px solid #000000;
  font-family: "freight-neo-pro", sans-serif;
  font-weight: 500;
  font-size: calc(36 * (100vw / 750));
  text-align: center;
  letter-spacing: 0;
  color: #000000;
}

#LB240430eclimited .limitedColorBtn > a img{display: block; width: calc(581.6436 * (100vw / 750));}

/*******************************
allItemBtn
*******************************/
#LB240430eclimited .allItemBtn{
  display: block;
  width: calc(680 * (100vw / 750));
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#LB240430eclimited .allItemBtn > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(146 * (100vw / 750));
  padding-bottom: calc(8 * (100vw / 750));
  border: 1px solid #000000;
  font-family: "freight-neo-pro", sans-serif;
  font-weight: 500;
  font-size: calc(36 * (100vw / 750));
  text-align: center;
  letter-spacing: 0;
  color: #000000;
}


#LB240430eclimited .allItemBtn > a img{display: block; width: calc(190.2197 * (100vw / 750));}

/*******************************
overRide
*******************************/
#LB240430eclimited .pcView{display: none;}











