@charset "UTF-8";

@media screen and (min-width: 800px) {
body{
  background: #161630;
}

.wrapBackBg{
  width: 100%;
  /*min-width: 1080px;*/
  /*max-width: 1280px;*/
  height: 100vh;

  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;

  background: url(../img/single/single_bg.png) #0d0d0d center center no-repeat;
  background-size: 105% 105%;
  opacity: 0.4;
}
.secInner,.secInner_pc{
  width: 870px;
  margin-left: auto;
  margin-right: auto; 
  position: relative;
}
/* .secInner.secInner_s{
  width: 45%;
  max-width: 600px;
}
.secInner.secInner_m{
  width: 85%;
  max-width: 1000px;
}
.secInner.secInner_l{
  width: 90%;
  max-width: 1080px;
} */
.secInner img{
  width: 100%;
  height: auto;
}
section img{
  width: 100%;
  height: auto;
}
.secInner .standardTxt{
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #fff;
}

.button_hover {
  transition: 0.3s ease-in-out;
}
.button_hover:hover {
/*  background-color: #0d0d0d !important;
  color: #fff !important;*/
  transition: 0.2s ease-in-out;
  /*border: solid 1px #fff;*/
}
.button_hover.white:hover {
  background-color: #fff !important;
  color: #0d0d0d !important;
  transition: 0.2s ease-in-out;
  border: none;
}
.titBgLine{
  color: #fff;
  font-size: 1.9rem;
}

/*===============================
  fv
================================*/
.fv{
  /*margin-bottom: 35px;*/
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /*padding-bottom: 40px;*/
  margin-top: 62px;
}
.fv h1{
  display: block;
  line-height: 0;
}
.fv .img{
  width: 100%;
  height: auto;
}
.titBgLine{
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.4em;
  line-height: 2;
}
.fv .subTit{
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2rem;
}
/*===============================
  sec1_pc
================================*/
.sec1_pc{
  color: #fff;
  margin-bottom: 80px;
  margin-top: 80px;
}
.sec1_pc .oneSet{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec1_pc .oneSet .imgBlk{
  width: 50%;
  padding-bottom: 180px;
}
.sec1_pc .oneSet .imgBlk .img,
.sec1_pc .oneSet .txtBlk .img{
  width: 100%;
  height: auto;
}
.sec1_pc .oneSet .imgBlk .img{
  max-width: 500px;
  display: inline-block;
}
/*.sec1_pc .oneSet .txtBlk .img{
  max-width: 450px;
}*/
.sec1_pc .oneSet .txtBlk{
  width: 50%;
}
.sec1_pc .oneSet .txtBlk .wrap{
  max-width: 450px;
  display: inline-block;
}
.sec1_pc .oneSet .txtBlk .txt{
  font-size: 1.9rem;
  letter-spacing: 0;
  line-height: 2;
  text-align: right;
  margin-top: -60px;
}
/* set2
================================*/
.sec1_pc .oneSet.set2{
  margin-top: -50px;
  align-items: flex-start;
}
.sec1_pc .oneSet.set2 .imgBlk{
  text-align: right;
  padding-top: 180px;
  padding-bottom: 0px;
}
.sec1_pc .oneSet.set2 .txtBlk{
  text-align: right;
}
.sec1_pc .oneSet.set2 .txtBlk .txt{
  text-align: left;
  margin-top: -50px;
}
/*===============================
  sec2
================================*/
.sec2_pc{
  color: #fff;
  background: url(../img/pc2101/sec2_bg.png) center bottom 30px no-repeat;
  background-size: 110% 60%;
  margin-bottom: 100px;
}
.sec2_pc .imgWrap .img{
  width: 45%;
}
.sec2_pc .tit{
  margin-top: -80px;
  margin-bottom: 0px;
  font-size: 2.7rem;
}
.sec2_pc .subTit{
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.sec2_pc .txt{
  /*margin: 30px 0;*/
  font-size: 1.9rem;
  line-height: 2;
}
/*===============================
  sec3
================================*/
.sec3_pc{
  margin-bottom: 100px;
}
.sec3_pc .imgWrap{
  max-width: 760px;
  margin: auto;
}
.sec3_pc .imgWrap .img{
  width: 100%;
}
.sec3_pc .imgWrap .img.img1{
  margin-bottom: 80px;
}

/*===============================
  sec4
================================*/
.sec4{
  margin-bottom: 40px;
  text-align: center;
}
.sec4 .txt{
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2;
}
.sec4 .img{
  margin-bottom: 40px;
}
.sec4 .img2{
  width: 80%;
}
.sec4 .lTxt{
  margin-bottom: 50px;
  font-size: 1.8rem;
  line-height: 1;
}

.sec4 .ytList{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;

  margin-bottom: 70px;
}
.sec4 .ytList>li{
  width: 48%;
  margin-bottom: 30px;
}
.sec4 .ytList .viewsTxt{
  padding: 10px 0;
  margin-top: -1px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #212121;
}
.sec4 .ytList .ytWrap{
  width: 100%;
  height: 0;
  padding-top: 56.4%;
  position: relative;
}
.sec4 .ytList .ytWrap .yt{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sec4 .ytList .ytTxt{
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

/*===============================
  sec5
================================*/
.sec5{
  color: #fff;
  padding: 40px 0 40px;
  margin-top: 60px;
  margin-bottom: 80px;
/*  background: url(../img/sec2010/sec2010_bg.png) top right no-repeat;
  background-size: auto 100%;*/
/*  background: url(../img/single/single_bg.png) center center no-repeat;
  background-size: 120% 120%;*/
  position: relative;
}
.sec5 .pcImgWrap{
  background: url(../img/pc2101/sec5_bg1.png) center center no-repeat;
  background-size: 120% 80%;
  margin-bottom: 30px;
}
.sec5 .pcImgWrap>.img{
  width: 840px;
}
.sec5 .txt{
  margin: 30px 0;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0;
}
.sec5 .txt2{
  padding: 50px 90px;
  font-size: 2rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  width: auto;
}
.sec5 .txt2::before,
.sec5 .txt2::after {
  content: "";
  width: 100%;
  height: 15px;
  display: inline-block;
  background: url(../img/sec5_line_img.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.sec5 .txt2::before {
  top: 0;
}
.sec5 .txt2::after {
  bottom: 0;
}

.btnSec .imgBlk{
/*  display: flex;
  justify-content: space-between;
  align-items: flex-start;*/
}
.btnSec .imgBlk>li{
  text-align: center;
  /*width: 45%;*/
}
.btnSec .imgBlk>li.right{
/*  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;*/
}
.btnSec .imgBlk .right .leftImg{
  width: 40%;
  margin-bottom: 25px;
  margin-right: 20px;
}
.btnSec .imgBlk .right .wrap{
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnSec .imgBlk .right .wrap .img{
  width: 240px;
}
.btnSec .imgBlk .right .wrap .txt{
  margin-bottom: 20px;
  font-size: 1.3rem;
  text-align: center;
}
.btnSec .imgBlk .right .wrap .priceList{
  width: 40%;
  color: #fff;
}
.btnSec .imgBlk .right .wrap .topPrice{
  line-height: 1.4;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.btnSec .imgBlk .right .wrap .price{
  margin-bottom: 10px;
  font-size: 5.0rem;
  line-height: 1;
}
.btnSec .imgBlk .right .wrap .tax{
  font-size: 0.3em;
}
.btnSec .imgBlk .right .wrap .purchaseButton{
  padding: 14px 20px 14px 25px;
  margin: 0 auto 15px;
  display: block;
  font-size: 1.6rem;
  background: #fff;
  color: #010101;
  position: relative;
  cursor: pointer;
  border-radius: 25px;
  letter-spacing: 0.1em;
  max-width: 300px;
  line-height: 1.4;
  background: linear-gradient(to right top, #EB6E6E, #A60ACB);
  color: #fff;
}
.btnSec .imgBlk .right .wrap .purchaseButton>.on{
  font-size: 0.7em;
  padding-bottom: 5px;
  display: inline-block;
}
.btnSec .imgBlk .right .btnTxt{
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.btnSec .imgBlk .right .btnTxt.plusTxt{
  line-height: 2;
  font-size: 1.2rem;
}
.btnSec .imgBlk .right .nextTxt{
  font-size: 1rem;
  border-bottom: solid 1px #fff;
  display: inline-block;
}
.dateCaution{
  text-align: center;
}
/* willEndSoonBlk
================================*/
.willEndSoonBlk{
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
.willEndSoonBlk .tit{
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  /* display: inline-block; */
  text-align: center;
  padding: 0;
  background: initial;
  margin-bottom: 10px;
}
.willEndSoonBlk .tit>span{
/*  background: url(../img/txt_under_line.png) bottom left no-repeat;
  background-size: auto 60%;*/
}
.willEndSoonBlk .subTit{
  font-size: 2rem;
   padding-bottom: 13px; 
  margin-bottom: 20px;
  position: relative;
}
.willEndSoonBlk .subTit::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 1px;
  background-color: #fff;
}
.willEndSoonBlk .txt{
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.9;
}
.willEndSoonBlk .linkTxt{
  padding: 6px 17px 6px 17px;
  margin: 0 auto 10px;
  display: block;
  font-size: 1.3rem;
  background: #fff;
  color: #010101;
  position: relative;
  cursor: pointer;
  border-radius: 25px;
  letter-spacing: 0;
  display: inline-block;
  max-width: 300px;
  line-height: 1.4;
  background: linear-gradient(to bottom, #EB6E6E, #A60ACB);
  color: #fff;
}
.willEndSoonBlk .small{
  font-size: 0.7em;
}


/* priceList
================================*/
.priceList .apTxt{
  display: inline-block;
  margin: 0px auto 5px;
  padding-right: 1em;
  font-size: 1.3rem;
  letter-spacing: 0;
  position: relative;
}
.priceList .apTxt::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: -8px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.priceList .apPurchaseButton{
  margin: auto;
  display: block;
  max-width: 240px;
}

/*===============================
  secInfluencer
================================*/
.secInfluencer{
  margin-bottom: 40px;
  text-align: center;
}
.secInfluencer .tit{
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2;
}
.secInfluencer .ytWidth{
  width: 90%;
  max-width: 400px;
  margin: 0 auto 25px;
}
.secInfluencer .ytWrap{
  width: 100%;
  height: 0;
  padding-top: 56.4%;
  position: relative;
}
.secInfluencer .ytWrap .yt{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.secInfluencer .txt{
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1;
}
/*===============================
  secVoices
================================*/
.secVoices{
  margin-bottom: 50px;
}
.secVoices .titImgBlk{
  text-align: right;
  margin-bottom: 50px;
}
.secVoices .titImgBlk>.titImg{
  width: 40%;
}

.secVoices .voiceList{
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.secVoices .voiceList>li{
  position: relative;
  padding-bottom: 40px;
  width: 31%;
}
/*.secVoices .voiceList>li::after{
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: : 0;
}*/
.secVoices .voiceList>li .bg {
  content: "";
  height: 75%;
  width: 80%;
  background: linear-gradient(to right, #eb6e6e00, #ff22b16b);
  position: absolute;
  bottom: 0;
  /*top: 0;*/
  right: -10px;
  margin: auto;
}
.secVoices .voiceList>li .bg.bg2 {
  background: linear-gradient(to right, #eb6e6e00, #f9fff06b);
}
.secVoices .voiceList>li .bg.bg3 {
  background: linear-gradient(to right, #eb6e6e00, #91def56b);
}
.secVoices .voiceList>li .tit{
  font-size: 2.1rem;
  margin-bottom: 30px;
  position:relative;
  z-index: 1;
}
.secVoices .voiceList>li .txt{
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0;
  position:relative;
  z-index: 1;
}
.secVoices .voiceList>li .txt .small{
  font-size: 0.8em;
  padding-top: 15px;
  display: inline-block;
  letter-spacing: 0.1em;
}
.secVoices .voicesLink{
  padding: 15px 30px;
  border: solid 1px ;
  color: #fff;
  display: inline-block;
}

/*===============================
  sec6
================================*/
.sec6{
  color: #fff;
  /*background: #0d0d0d;*/
  padding: 30px 0 50px;
}
.sec6 .list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.sec6 .list>li{
  width: 100%;
}
.sec6 .list>li .wrap{
  display: inline-block;
  margin-top: 15px;
}
.sec6 .list>li .tit{
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 15px;
  text-decoration: underline;
}
.sec6 .list>li .tit a{
  /*color: #fff;*/
}
.sec6 .list>li .txt{
  font-size: 1.2rem;
  line-height: 2em;
}

/*===============================
  sec7
================================*/
/*.sec7{
  color: #fff;
  background: #0d0d0d;
  position: relative;
  height: 140vh;
  overflow: hidden;
}

.sec7 .wrapImg{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sec7/sec7_wrap_sp.png) #ffffff4d center right no-repeat;
  background-size: auto 100%;
  z-index: 8;
  opacity: 0.8;
}
.sec7 .list{
  position: relative;
  z-index: 0;
height: 100%;
width: 100%;
}
.sec7 .list>img{
  width: 85%;
  position: absolute;
}
.sec7 .list>.img1{
left: 0;
top: 0;
}
.sec7 .list>.img2{
right: 0;
bottom: 0;
}*/
.sec7{
  color: #fff;
  /*background: #0d0d0d;*/
  position: relative;
  margin-bottom: 50px;
}
.sec7 .img{
  width: 100%;
  height: auto;
}

.sec7 .wrapImg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004d;
}
.sec7 .list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec7 .list>img{
  width: 50%;
}

/*===============================
  sec8
================================*/
.sec8{
  color: #fff;
  background: #0d0d0d;
  position: relative;
  padding: 40px 0 0;
}
.sec8 .list{
  margin-bottom: 50px;
}
.sec8 .list>li{
  margin-bottom: 40px;
}
.sec8 .list>li .tit{
  font-size: 1.6rem;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: solid 1px #fff;
}
.sec8 .list>li .txt{
  font-size: 1.2rem;
  line-height: 1.8em;
}
.sec8 .nextTit{
  font-size: 2.4rem;
  line-height: 1.8em;
  letter-spacing: 0.3em;
  text-align: left;
}

/*===============================
  sec9
================================*/
.sec9{
  color: #fff;
  padding: 30px 0 30px;
  background: url(../img/sec9/sec9_bg_sp.png) #0d0d0d center center no-repeat;
  background-size: 100% auto;
  position: relative;
}
.sec9 .img{
  width: 220px;
  height: auto;
}

/*===============================
  sec10
================================*/
.sec10{
  color: #fff;
  background: #0d0d0d;
  /*padding: 10px 0 20px;*/
  position: relative;
  margin-bottom: 100px;
}
.sec10 .titBlk{
  margin-bottom: 20px;
}
.sec10 .titBlk .en{
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.sec10 .titBlk .tit{
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
}
/*list*/
.sec10 .list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;

  width: 85%;
  max-width: 1000px;
  margin: auto;
}
.sec10 .list>li{
  padding: 50px 0;
  width: 49%;
  height: 180px;
  background: url(../img/sec7/sec7_wrap.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.sec10 .list>li:last-child{
  margin-bottom: 0px;
}
.sec10 .list>li .tit{
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  color: #FFEA4E;
}
.sec10 .list>li .txt{
  font-size: 1.5rem;
}

/*===============================
  sec11
================================*/
.sec11{
  padding: 60px 0 60px;
  position: relative;
  background: url(../img/sec13/sec13_bg.png) #fff center center no-repeat;
  /*background: url(../img/sec11/sec11_bg_sp.png) #fff center right no-repeat;*/
  background-size: cover;
}
.sec11::before{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 65%;
  height: 65%;
  z-index: 0;
  background: url(../img/sec17/sec17_numbg4.png) center center no-repeat;
  background-size: contain;
  opacity: 0.9;
}
.titNumBlk{
  padding: 3rem;
  /*background: url(../img/sec11/sec11_numbg1.png) center center no-repeat;
  background-size: contain;*/
}
.titNumBlk .en{
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
.titNumBlk .ja{
  font-size: 1.6rem;
}

.sec11.no2{
  padding: 60px 0 60px;
  position: relative;
  background: url(../img/sec13/sec13_bg.png) #fff center center no-repeat;
  background-size: cover;
}
.sec11.no2::before{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 65%;
  height: 65%;
  z-index: 0;
  background: url(../img/common/secNum_numbg1.png) center center no-repeat;
  background-size: contain;
  opacity: 0.9;
}
/*===============================
  sec12
================================*/
.sec12{
  padding: 30px 0 30px;
  position: relative;
  background: #0d0d0d;
  color: #fff;
  overflow: hidden;
}
.sideBgImg{
  display: none;
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
}
.sideBgImg.left{
  left: -10px;
}
.sideBgImg.right{
  right: -10px;
}
/*list*/
.sec12 .list{
  /*width: 630px;*/

}
.sec12 .list>li{
/*  display: flex;
  justify-content: center;
  align-items: center;*/
  margin-bottom: 40px;
  position: relative;
}
/*.sec12 .list>li::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 75%;
  background: #fff;
  left: 10px;
  bottom: -50%;
}*/
.sec12 .list>li:last-child{
  margin-bottom: 0px;
}
.sec12 .list>li .img{
  /*width: 400px;*/
  /*padding-right: 80px;*/
  margin-bottom: 10px;
}
.sec12 .list>li .right{
  /*width: 220px;*/
}
.sec12 .list>li .right .tit{
  font-size: 1.8rem;
  margin-bottom: 15px;
  border-bottom: solid 2px #fff;
}
.sec12 .list>li .right .txt1{
  font-size: 1rem;
  margin-bottom: 5px;
  color: #707070;
}
.sec12 .list>li .right .txt2{
  font-size: 1.4rem;
  line-height: 2em;
}

/*===============================
  sec13
================================*/
.sec13{
  padding: 60px 0 60px;
  position: relative;
  background: url(../img/sec13/sec13_bg.png) #fff center center no-repeat;
  background-size: cover;
}
.sec13::before{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 65%;
  height: 65%;
  z-index: 0;
  background: url(../img/common/secNum_numbg3.png) center center no-repeat;
  background-size: contain;
  /*opacity: 0.9;*/
}
.sec13 .titNumBlk{
/*  background: url(../img/sec13/sec13_numbg2.png) center center no-repeat;
  background-size: contain;*/
}

/*===============================
  sec14
================================*/
.sec14{
  padding: 60px 0 60px;
  position: relative;
  background: #0d0d0d;
  color: #fff;
  overflow: hidden;
}
.sec14 .tit{
  font-size: 1.6rem;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  display: inline-block;
}
.sec14 .img{
  margin-bottom: 20px;
  width: 240px;
}
.sec14 .txt1{
  width: 96%;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0.2em
}
.sec14 .txt2{
  width: 96%;
  font-size: 1.2rem;
  line-height: 1.8em;
}

/*===============================
  sec15
================================*/
.sec15{
  padding: 60px 0 60px;
  position: relative;
  background: url(../img/sec13/sec13_bg.png) #fff center center no-repeat;
  /*background: url(../img/sec15/sec15_bg.png) #fff center center no-repeat;*/
  background-size: cover;
}
.sec15::before{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 65%;
  height: 65%;
  z-index: 0;
  background: url(../img/common/secNum_numbg2.png) center center no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.sec15 .titNumBlk{
/*  background: url(../img/sec15/sec15_numbg3.png) center center no-repeat;
  background-size: contain;*/
}

/*===============================
  sec16
================================*/
.sec16{
  padding: 60px 0 40px;
  position: relative;
  background: #000;
  color: #fff;
  overflow: hidden;
}
/*.sec16 .tit{
  font-size: 1.6rem;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  display: inline-block;
}*/
.sec16 .tit{
  font-size: 1.8rem;
  margin-bottom: 15px;
  border-bottom: solid 2px #fff;
}
.sec16 .img{
  width: 100%;
  margin-bottom: 5px;
}
.sec16 .txt1{
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0.1em
}
.sec16 .txt2{
  font-size: 1.2rem;
  line-height: 1.8em;
}

/*===============================
  sec17
================================*/
.sec17{
  /*margin-top: 50px;*/
  padding: 60px 0 60px;
  position: relative;
  background: url(../img/sec2010/pc/sec17_bg_sp.jpg) #fff center center no-repeat;
  background-size: auto 100%;
}
.sec17::before{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 65%;
  height: 65%;
  z-index: 0;
  background: initial;
  background-size: contain;
  opacity: 0.9;
}
.sec17 .titNumBlk{

  letter-spacing: 0;
  padding-right: 0;
  padding-left: 0;
}
.sec17 .titNumBlk .ja{
  letter-spacing: 0;
}
.sec17 .titNumBlk .en{
  font-size: 2rem;
  margin-top: 5px;
}

/*===============================
  sec18
================================*/
.sec18{
  padding: 60px 0 40px;
  position: relative;
  background: #0d0d0d;
  color: #fff;
  overflow: hidden;
}
.sec18 .tit{
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2.1em;
  margin-bottom: 40px;
}
.sec18 .list{
/*  display: flex;
  justify-content: center;
  align-items: center;*/
}
.sec18 .list>li{
  width: 100%;
  /*margin-right: 30px;*/
  margin-bottom: 40px;
}
.sec18 .list>li:last-child{
  margin-right: 0px;
}

.sec18 .list>li .img{
  width: 180px;
  margin-bottom: 10px;
}
.sec18 .list>li .txt{
font-size: 1.2rem;
line-height: 2em;
}

/*===============================
  sec19
================================*/
.sec19{
  padding: 80px 0 80px;
  position: relative;
  min-height: 65vh;
  color: #fff;
  background: url(../img/sec19/sec19_bg_sp.png) #0d0d0d top -30px center no-repeat;
  background-size: cover;

  margin-top: -100px;
  z-index: 0;
}
.sec19 .wrap{
  position: absolute;
  left: 50%;
  /*right: 0;*/
  top: 68%;
  /*left: 35%;*/
  margin: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.sec19 .img{
  width: 250px;
  margin: 0 auto 10px;
}
.sec19 .txt{
  font-size: 1.9rem;
}


/*===============================
  sec20
================================*/
.sec20{
  padding: 0px 0 0px;
  position: relative;
  background: #0d0d0d;
  color: #fff;
  margin-bottom: 50px;
}
.sec20 .tit{
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.9em;
  margin-bottom: 60px;
}
.btnSec .priceBlk{

}
.btnSec .priceBlk{
  /*margin-bottom: 70px;*/
}
.btnSec .priceBlk .leftImg{
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.btnSec .priceBlk .priceList .wrap{
  display: block;
  margin: auto;
  max-width: 375px;
  text-align: center;
  /*padding-top: 3rem;*/
}
.btnSec .priceBlk .priceList .img{
  margin-bottom: 10px;
  max-width: 150px;
}
.btnSec .priceBlk .priceList .txt{
  margin-bottom: 20px;
  font-size: 1.1rem;
  text-align: center;
}
.btnSec .priceBlk .priceList .price{
  margin-bottom: 20px;
  font-size: 3.6rem;
}
.btnSec .priceBlk .priceList .tax{
  font-size: 1rem;
}
.btnSec .priceBlk .priceList .purchaseButton{
  padding: 14px 15px 14px 15px;
  margin: 0 auto 10px;
  display: block;
  font-size: 1.4rem;
  background: #fff;
  color: #010101;
  position: relative;
  cursor: pointer;
  border-radius: 25px;
  letter-spacing: 0.1em;
  max-width: 300px;
  line-height: 1.4;
  background: linear-gradient(to bottom, #EB6E6E, #A60ACB);
  color: #fff;
}
.btnSec .priceBlk .priceList .purchaseButton>.on{
  font-size: 0.7em;
  padding-bottom: 5px;
  display: inline-block;
}
.btnSec .priceBlk .btnTxt{
  font-size: 1rem;
  margin-bottom: 20px;
}
.sec20 .nextTxt{
  font-size: 1.1rem;
  border-bottom: solid 1px #fff;
  display: inline-block;
  margin-bottom: 30px;
}
.sec20 .vonmie .tit {
    font-size: 1.6rem;
    line-height: 2em;
    margin-bottom: 15px;
    text-decoration: underline;
    text-align: left;
}
.sec20 .vonmie .tit a{
  /*color: #fff;*/
}
.sec20 .vonmie .img{
    margin-bottom: 15px;
}
.sec20 .vonmie .txt {
    font-size: 1rem;
    line-height: 2em;
    text-align: left;
}
.sec20 .vonmie .txt2 {
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 2em;
    /*text-align: left;*/
    word-break: break-all;
}
.sec20 .topPrice{
  line-height: 1.4;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.topPrice sup{
  vertical-align: super;
}

/*===============================
  whatIsI
================================*/
.whatIsI{
  padding: 50px 0 50px;
  position: relative;
  background: #0d0d0d;
  color: #fff;
  overflow: hidden;
}
.whatIsI .whatIsIBg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/whatisi/whatisi_bg.png) #000 center center no-repeat;
  background-size: cover;
  opacity: 0.1;
}
.whatIsI .innerDesc{
/*  display: flex;
  justify-content: space-around;
  align-items: flex-start;*/
}
.whatIsI .innerDesc dt{
  width: 100%;
  text-align: left;
  /*margin-bottom: 10px;*/
}
.whatIsI .innerDesc dt .tit{
  letter-spacing: 0;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1;
}
.whatIsI .innerDesc dt .tit_flex{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  margin: auto;
}
.whatIsI .innerDesc dt .tit_flex img{
  width: 100%;
  height: auto;
}
.whatIsI .innerDesc dt .tit_flex .left{
  width: 40%;
  margin-right: 30px;
}
.whatIsI .innerDesc dt .tit_flex .right{
  width: 40%;
}

.whatIsI .innerDesc dd {
  width: 100%;
}
.whatIsI .innerDesc dd .tit{
  letter-spacing: 0;
  margin-bottom: 10px;
}
.whatIsI .innerDesc dd .txt{
  font-size: 1.2rem;
  line-height: 1.8;
  word-break: break-all;
}
/*===============================
  secCanIs
================================*/
.secCanIs{
  background: #0D0D0D;
  color: #fff;
  padding: 0px 0 10px;
}
.secCanIs .secInner{
/*  display: flex;
  justify-content: space-between;
  align-items: flex-start;*/
}

.secCanIs .secInner .qaLink{
  color: #cacaca;
  font-size: 1.6rem;
  /* text-decoration: underline; */
  border-bottom: solid 1px #fff;
  margin-top: 1.5rem;
  padding-right: 1em;
  display: inline-block;
  position: relative;
}
.secCanIs .secInner .qaLink::after{
  content: "";
  position: absolute;
  right: 0.2em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.secCanIs .secInner .topImg{
  /*margin-bottom: 20px;*/
}
.secCanIs .left{
  /*width: 57%;*/
}
.secCanIs .right{
  /*width: 43%;*/
  padding-left: 5px;
  /*letter-spacing: 0.3em;*/
  /*line-height: 1.9em;*/
  font-size: 2rem;
  padding-top: 20px;
}
.secCanIs .right .rightTit{
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.secCanIs .right .CanIsList li{
  margin-bottom: 10px;
}
.secCanIs .right .CanIsList .tit{
  font-size: 1.6rem;
  margin-bottom: 5px;
  display: inline-block;
  letter-spacing: 0em;
  border-bottom: solid 1px #fff;
}
.secCanIs .right .CanIsList .txt{
  font-size: 1.1rem;
  letter-spacing: 0em;
  line-height: 1.4;
}
.secCanIs .right .headtxt{
  font-size: 1.9rem;
  letter-spacing: 0em;
  line-height: 1.6;
  /*margin-bottom: 15px;*/
}
.secCanIs .right .emphasis{
  width: 50%;
  display: inline-block;
  max-width: 200px;
}
/*===============================
  secMovie
================================*/
/*.secMovie{
  margin-bottom: 30px;
  text-align: left;
}
.secMovie .secInner{
  padding: 0 10px 20px;
  background: url(../img/sec2010/pc/secMovie_bg.png) center center no-repeat;
  background-size: 80% 100%;
}
.secMovie .titImg{
  width: 300px;
}
.secMovie .ytWrap{
  width: 60%;
  height: 0;
  padding-top: 33.8%;
  position: relative;
  margin: auto;
}
.secMovie .yt{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.secMovie .linkTxt{
  text-align: right;
  margin-top: 5px;
  font-size: 1.4rem;
}
.secMovie .linkTxt>a{
  border-bottom: solid 1px;
  padding-bottom: 2px;
  color: #fff;
}
.secMovie .txt{
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.6rem;
  margin-left: -150px;
}*/
/*===============================
  secMovie
================================*/
.secMovie{
  margin-bottom: 80px;
  margin-top: 70px;
}
.secMovie .titImg{
  width: 300px;
}
.secMovie .secInner.bg{
  padding: 30px 60px 20px;
  background: url(../img/secMovie_bg.png) top 0.6em center no-repeat;
  background-size: cover;
  width: 780px;
}
.secMovie .ytWrap{
  width: 100%;
  height: 0;
  padding-top: 56.4%;
  position: relative;
}
.secMovie .yt{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.secMovie .linkTxt{
  text-align: right;
  margin-top: 5px;
  font-size: 1.4rem;
}
.secMovie .linkTxt>a{
  border-bottom: solid 1px;
  padding-bottom: 2px;
  color: #fff;
}
.secMovie .titImg{
  margin-bottom: 20px;
  text-align: left;
  width: 45%;
  margin-left: 0;
}
.secMovie .txt{
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
}


/*===============================
  secInfo
================================*/
.secInfo{
  color: #fff;
  background: url(../img/secInfo/secInfo_bg.png) #000 center right no-repeat;
  background-size: auto 100%;
}
.secInfo .secInner{
/*  display: flex;
  justify-content: space-around;
  align-items: flex-start;*/
  padding: 25px 0 25px;
}
.secInfo .secInner .topImg{

}
.secInfo .left{
  width: 100%;
  letter-spacing: 0.2em;
  line-height: 2.1em;
  font-size: 1.4rem;
  /*padding-top: 2em;*/
}
.secInfo .left .tit{
  display: flex;
  justify-content: flex-start;
  align-content: center;
  line-height: 1.7;
  margin-bottom: 20px;
}
.secInfo .left .tit .titImg{
  font-size: 2rem;
  width: 7em;
  height: auto;
  margin-right: 0.5em;
}
.secInfo .left .txt{

}
.secInfo .left .txt .smallCaution,
.secLimit .txt .smallCaution,
.smallCaution{
  line-height: 1;
  font-size: 0.6em;
  letter-spacing: 0;
  color: #b5b5b5;
}
.smallCaution.underImg{
  margin-top: 15px;
}
.secInfo .right{
  display: none;
}
.secInfo .line-space{
  padding-top: 1em;
  display: block;
}
/*===============================
  secLimit
================================*/
.secLimit{
  color: #fff;
  background: url(../img/secLimit/secLimit_bg_sp.png) #000 center right no-repeat;
  background-size: cover;
  padding: 40px 0 50px;
  margin-bottom: 50px;
}
/*.secLimit .secInner{
    
}
.secLimit .tit{
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.2em;
  text-decoration: underline;
  margin-bottom: 15px;
}
.secLimit .txt{
  font-size: 1.3rem;
  line-height: 2.4;
}*/

/* startBlk
================================*/
.secLimit .startBlk{
  color: #fff;
  display: block;
  max-width: 380px;
  margin-bottom: 50px;
}
.secLimit .startBlk .tit{
  margin-bottom: 15px;
  width: 190px;
}
.secLimit .startBlk .txt{
  font-size: 2rem;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
}
.secLimit .startBlk img{
  display: block;
}
.secLimit .startBlk .start{
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  padding: 0 10px;
}
.secLimit .startBlk .start.under{
  color: #b5b5b5;
}
.secLimit .startBlk .start .line{
  height: 1px;
  background: #fff;
  flex-grow: 1;
  margin: 0 10px;
}
.secLimit .startBlk .start.under .line{
  max-width: 3em;
  background-color: #b5b5b5;
}

/* endBlk
================================*/
.secLimit .endBlk{
  margin-bottom: 30px;
}
.secLimit .endBlk .dateTit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.secLimit .endBlk .dateTit span{
  height: 1px;
  background: #fff;
  flex-grow: 1;
}
.secLimit .endBlk .dateTit .txt{
  padding: 0 10px;
}
.secLimit .endBlk .gTit{
  font-size: 2.5rem;
  margin-bottom: 5px;
  padding-left: 10px;
}
.secLimit .endBlk .checkList{
  font-size: 1.5rem;
  padding-left: 10px;
}

.secLimit .bgTit{
  font-size: 2.0rem;
  margin-bottom: 15px;
}
.secLimit .bgSubTit{
  font-size: 1.2rem;
  margin-bottom: 30px;
}




.secLimit .txt .toCampaign{
  padding: 0 1.5em 5px 0;
  position: relative;
  border-bottom: solid 1px;
  color: #fff;
}
.secLimit .txt .toCampaign::after{
  content: "";
  position: absolute;
  right: 0.5em;
  top: -3px;
  bottom: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*===============================
  secimage
================================*/
.secimage{
  color: #fff
}
.secimage .tit{
  margin-bottom: 10px;
}
.secimage .under_caution{
  font-size: 1rem;
}
/*===============================
  sec_cr
================================*/
.sec_cr{
  line-height: 0;
  max-width: 550px;
  margin: auto;
}

/*===============================
  temporaryNotice
================================*/
.temporaryNotice{
  color: #fff;
  padding: 10px 0 10px;
  /*background: #46464e;*/
  background: #161630;
}
.temporaryNotice .pdfLink{
  padding: 0 1.5em 0px 0;
  position: relative;
  border-bottom: solid 1px;
  color: #fff;
  font-size: 1.2rem;
}
.temporaryNotice .pdfLink::after{
  content: "";
  position: absolute;
  right: 0.5em;
  top: -3px;
  bottom: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*===============================
 secAboutUse 
================================*/
.secAboutUse{
  color: #fff;
  /*padding-bottom: 60px;*/
}
.secAboutUse .topTxt{
  margin-bottom: -100px;
}
.secAboutUse .tit{
  font-size: 2.4rem;
  margin-bottom: 5px;
}
.secAboutUse .txt{
  font-size: 1.6rem;
}
.secAboutUse .txt .small{
  font-size: 0.6em;
}

/*======== gBgBlk ========*/
.gBgBlk{
  padding: 30px 10px;
  background: linear-gradient(to left, #EB6E6E, #A60ACB);
}
.gBgBlk .dateTit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.gBgBlk .dateTit span{
  height: 1px;
  background: #fff;
  flex-grow: 1;
  /*margin: 0 10px;*/
}
.gBgBlk .dateTit .txt{
  padding: 0 10px;
}
.gBgBlk .gTit{
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.gBgBlk .checkList{
  font-size: 1.5rem;
}

.checkMark{
  width: 1em;
  height: 1em;
  border: 1px solid ;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
}
.checkMark::before {
  content: "";
  position: absolute;
  top: -20%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  width: 0.2em;
  height: 0.4em;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

/*======== bgBlk ========*/
.secAboutUse .bgBlk{
  padding: 30px 10px;
  background: url(../img/secCanIs/secAboutUse.png) #000 center right no-repeat;
  background-size: cover;
}
.secAboutUse .bgBlk .bgTit{
  font-size: 2.0rem;
}
.secAboutUse .bgBlk .bgSubTit{
  font-size: 1.2rem;
  margin-bottom: 50px;
}
.secAboutUse .bgBlk .txt1{
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.secAboutUse .bgBlk .txt2{
  font-size: 1.2rem;
}
.secAboutUse .bgBlk .img{
  width: 250px;
  margin-bottom: 10px;
}
/*===============================
  sec17New
================================*/
.sec17New{
  padding: 70px 0 30px;
  color: #fff;
}
.sec17New .list{

}
.sec17New .list>li{
/*  background: url(../img/sec17/sec17New_bg1.png) top center no-repeat;
  background-size: 100% auto;*/
  margin-bottom: 40px;
}
.sec17New .list>li .secInner{
  display: flex;
  justify-content: space-evenly;
  /*align-items: flex-start;*/
  align-items: center;
  width: 780px;
}
.sec17New .list>li .secInner .wrap{
  width: 65%;
  padding: 20px 0 50px 50px;
  background: url(../img/sec17/sec17New_bg1.png) center left no-repeat;
  background-size: 50% 100%;
  text-align: left;
}
.sec17New .list>li .tit{
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  margin-bottom: 0px;
}
.sec17New .list>li .tit .num{
  font-size: 1.5em;
}
.sec17New .list>li .subTit{
  font-size: 1.4rem;
}
.sec17New .list>li .img{
  width: 270px;
}

/*===============================
  infoLinkBlk
================================*/
.infoLinkBlk{
  padding: 10px 0px;
  color: #FFFF83;
  /* text-decoration: underline; */
  font-size: 1.2rem;
}
/*.infoLinkBlk>a{
  color: #FFFF83;
  text-decoration: underline;
  font-size: 1.4rem;
  
}*/
/*===============================
  fallWinter
================================*/
.fallWinter{
  color: #fff;

}
.fallWinter .tit{
  font-size: 2rem;
  margin-bottom: 15px;
}
.fallWinter .tit .txtBg{
  background: url(../img/single/txt_gr_bg.png) bottom center no-repeat;
  background-size: 100% 50%;
}
.fallWinter .topTxt{
  font-size: 1.4rem;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.fallWinter .subTit{
  font-size: 1.8rem;
  margin-bottom: 15px;
  text-decoration: underline;
}
/*======== reasonList ========*/
.fallWinter .reasonList{
  font-size: 1.8rem;
  margin-bottom: 50px;
}
.fallWinter .reasonList li{
  margin-bottom: 20px;
}
.fallWinter .reasonList li .listTit{
  padding-left: 1.2em;
  font-size: 1.5rem;
  /*border-bottom: solid 1px;*/
  margin-bottom: 5px;
  position: relative;
  line-height: 1.2;
}
.fallWinter .reasonList li .listTit::before{
  content: "";
  position: absolute;
  left: 0;
  top: -0.2em;
  bottom: 0;
  margin: auto;
  height: 0.8em;
  width: 0.8em;
  background: #dec6bd;
  border-radius: 2px;
}
.fallWinter .reasonList li .listTxt{
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1.4;
}

/*===============================
  secQaTop
================================*/
.secQaTop{
  margin-top: 100px;
  margin-bottom: 80px;

  color: #fff;
}
.secQaTop .tit_ja{
  margin-bottom: 30px;
  font-size: 2rem;
  display: inline-block;
  background: url(../img/single/txt_gr_bg.png) bottom center no-repeat;
  background-size: 100% 50%;
  padding: 0 10px;
}
.secQaTop .secTitImg{
  padding: 50px 0 35px;
  background: url(../img/pc2101/secQaTop_bg.jpg) bottom center no-repeat;
  background-size: cover;
}
.secQaTop .secTitImg .img{
  width: 170px;
  height: auto;
}

.secQaTop .qaList{
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.secQaTop .qaList>li{
  width: 390px;
  margin-right: 3%;
  padding: 0 10px 50px;
  background: url(../img/secQaTop_bg.png) center top 15px no-repeat;
  background-size: cover;
}
.secQaTop .qaList>li .tit{
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.secQaTop .qaList>li .tit::after{
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.secQaTop .qaList>li .txt{
  font-size: 1.4rem;
  line-height: 2.1;

}
.secQaTop .qaList>li .img{
  width: 300px;
  margin-top: 10px;
}
.secQaTop .more{
  color: #fff;
  font-size: 1.4rem;
}
.secQaTop .more i{

}
.secQaTop .secTitImg{
margin-bottom: 50px;
}
/*===============================
  sec1008_1
================================*/
.sec1008_1{
  color: #fff;
  padding-bottom: 50px;
}
.sec1008_1 .img{
  margin-bottom: -120px;
}
.sec1008_1 .txt{
  line-height: 2.7;
  font-size: 1.35rem;
  letter-spacing: 0;
}
/*===============================
  sec1008_2
================================*/
.sec1008_2{
  padding: 50px 0 130px;
  
  color: #fff;

  background: url(../img/secCanIs/img_2010_bg.png) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
.sec1008_2 .tit{
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
.sec1008_2 .bottomTxt{
  padding-bottom: 25px;
  font-size: 1.6rem;

  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.sec1008_2 .bottomTxt::after{
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);

  position: absolute;
  bottom: 00px;
  left: 0;
  right: 0;
  margin: auto;
}
/*===============================
  sec1008_underPurchase
================================*/
.sec1008_underPurchase{
  margin-bottom: 40px;
  color: #fff;
}
.sec1008_underPurchase .tit{
  line-height: 1.8;
  margin-bottom: 25px;
}
.sec1008_underPurchase .beltTxt{
  margin-bottom: 40px;
  padding: 10px 0;
  background: linear-gradient(to right, #EB6E6E, #A60ACB);
  font-size: 2.1rem;
}

.sec1008_underPurchase .notime{
  font-size: 1.3rem;
  line-height: 2;
}
.sec1008_underPurchase .notime .notimeImg{
  width: 75%;
}

/*===============================
  sec1008_campaign
================================*/
.sec1008_campaign {
  padding: 30px 0;
  color: #fff;
  position: relative;
}
.sec1008_campaign .bgBlk {
  width: 100%;
  height: 250px;
  background: linear-gradient(to right top, #EB6E6E, #A60ACB);
  position: absolute;
  top: 0;
  left: 0;
}
.sec1008_campaign .titImg {
  width: 85%;
  margin-bottom: 15px;
}
/* underBlk
================================*/
.sec1008_campaign .underBlk {
  padding: 40px 10px;
  background: url(../img/fv/fv_bg_sp.jpg) top center no-repeat;
  background-size: cover;
}
.sec1008_campaign .underBlk .tit {
  margin-bottom: 30px;
  padding: 5px 10px 1px;
  font-size: 3rem;
  background: #fff;
  color: #000;
  display: inline-block;
  letter-spacing: 0;
}
.sec1008_campaign .underBlk .txt {
  margin-bottom: 20px;
  font-size: 1.65rem;
  line-height: 2;
}
.sec1008_campaign .underBlk .checkListBlk{
  margin-bottom: 30px;
}
.sec1008_campaign .underBlk .checkList{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec1008_campaign .underBlk .checkList .checkMark{
  margin-right: 10px;
}
.sec1008_campaign .underBlk .campaignTxtImg{
  width: 80%;
}
.sec1008_campaign .underBlk .bottomTxt{
  font-size: 1.2rem;
}
/*===============================
  sec1008_3
================================*/
.sec1008_3{
  color: #fff;
  padding-bottom: 30px;
}
.sec1008_3 .img{
  margin-bottom: -210px;
}
.sec1008_3 .txt{
  margin-bottom: 30px;
  line-height: 2.1;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.sec1008_3 .txt2{
  line-height: 1.9;
  font-size: 1.2rem;
  letter-spacing: 0;
}
/* sec1008_3-2
================================*/
.sec1008_3.sec1008_3-2{
  padding: 10px 0 30px;
  background: url(../img/secLimit/secLimit_bg_sp.png) bottom center no-repeat;
  background-size: cover;
}
.sec1008_3.sec1008_3-2 .txt{
  margin-bottom: 15px;
}
/*===============================
  sec1008_4
================================*/
.sec1008_4{
  padding: 40px 0 20px;
  position: relative;
  background: #0d0d0d;
  color: #fff;
  overflow: hidden;
}
.sec1008_4 .tit{
  font-size: 2.1rem;
  line-height: 1.9em;
  letter-spacing: 0.1em;
}
.sec1008_4 .img{
/*  margin-bottom: 20px;
  width: 240px;*/
}
.sec1008_4 .txt1{
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.2em;
}
.sec1008_4 .txt2{
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-top: 10px;
  margin-bottom: 30px;
}
/*===============================
  sec1009
================================*/
.sec1009 .img{
  display: block;
}
.sec1009_howto{
  margin-bottom: 20px;
}
.sec1009_howto .img{
  width: 450px;
}
/*===============================
  sec1009_1
================================*/
.sec1009_1 {
  color: #fff;
  background-color: #000;
}
.sec1009_1 .topBlk {

}
.sec1009_1 .topBlk .txt {
  width: 80%;
  max-width: 800px;
  margin-bottom: 30px;
  padding: 170px 0 80px;
  font-size: 2.1rem;
  line-height: 2.5;
  letter-spacing: 0em;

  background: url(../img/sec2010/pc/sec2010_2_top.png) center right no-repeat;
  background-size: auto 100%;
}
.sec1009_1 .beltBg {
  height: 300px;
  width: 100%;
  background: url(../img/sec2010/sec2010_2_middle.png) top 40% left no-repeat;
  background-size: cover;
}
.sec1009_1 .bottomBlk {
  position: relative;
  padding: 100px 0;
  margin-bottom: 30px;
  background: url(../img/sec2010/pc/sec2010_2_bottombg.png) bottom center no-repeat;
  background-size: 100% auto;
}
.sec1009_1 .bottomBlk.mb0{
  margin-bottom: 0;
}
.sec1009_1 .bottomBlk .txtBlk {
  width: 100%;
}
.sec1009_1 .bottomBlk .txtBlk .tit {
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.sec1009_1 .bottomBlk .txtBlk .txt {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  position: relative;
}
.sec1009_1 .bottomBlk .txtBlk .txt::after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1.5em;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*===============================
  sec2010_4
================================*/
.sec2010_4 {
  position: relative;
  color: #fff;
  padding: 40px 0 50px;
  margin: 80px auto 0px;
  text-align: center;
}
.sec2010_4 .belt{
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

  background: linear-gradient(to right, #EB6E6E, #A60ACB);
  opacity: 0.5;
}
.sec2010_4 .txtBlk{
  width: 85%;
}
.sec2010_4 .txtBlk .tit{
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.sec2010_4 .txtBlk .txt{
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.sec2010_4 .txtBlk .subTxt{
  font-size: 1.0rem;
}
/*===============================
  sec2010_Limit
================================*/
/*.sec2010_Limit {
  color: #000;
  background-color: #fff;
  padding: 40px 0 50px;
  margin-bottom: 50px;
}
.sec2010_Limit .bgTit{
  font-size: 2.5rem;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.sec2010_Limit .toCampaign{
  padding-bottom: 5px;
  font-size: 2.2rem;
  border-bottom: solid 1px;
  letter-spacing: 0.1em;
}
.sec2010_Limit .toCampaign .icon{
  width: 1em;
  height: 1em;
  position: relative;
  padding-left: 0.8em;
}
.sec2010_Limit .toCampaign .icon::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
*/
/*===============================
  sec2010_Limit
================================*/
.sec2010_Limit {
  padding: 30px 0 35px;
  font-size: 1.8rem;
  margin-bottom: 50px;
/*  border-top: solid 1px;
  border-bottom: solid 1px;*/
  border: solid 1px;
  
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sec2010_Limit .bgTit{
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.sec2010_Limit .toCampaign{
  font-size: 1.5rem;
  border-bottom: solid 2px;
  letter-spacing: 0em;
  /*display: block;*/
  color: #fff;
}
.sec2010_Limit .toCampaign .icon{
  width: 1em;
  height: 1em;
  position: relative;
  padding-left: 0.8em;
}
.sec2010_Limit .toCampaign .icon::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*===============================
  secCp
================================*/
.secCp {
  padding: 68px 0 75px;
  background: url(../img/single/single_bg.png) center center no-repeat;
  background-size: 120% 120%;
  color: #fff;
  position: relative;
}
.secCp .secInner{
  position: relative;
  z-index: 1;
}
.secCp .question {
  padding-bottom: 7.5px;
  margin-bottom: 50px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  border-bottom: solid 1px #fff;
  display: inline-block;
}
.secCp .tit{
  margin-bottom: 30px;
  font-size: 2.1rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}
.secCp .tit2{
  margin-bottom: 40px;
  padding: 14px 40px 12px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  background: #3D6B80;
  display: inline-block;
}
.secCp .logoImg{
  margin-bottom: 30px;
  max-width: 280px;
  display: block;
}
.secCp .txt{
  font-size: 1.4rem;
  line-height: 2;
}
.secCp .pcBgImg{
  height: 70%;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

/*===============================
  secCampaignAbout
================================*/
.secCampaignAbout {
  padding: 60px 0 50px;
  margin-bottom: 60px;
/*  background: url(../img/sec2010/secCampaignAbout_bg.png) right center no-repeat;
  background-size: 100% 100%;*/
  background: url(../img/secCampaignAbout_bg.png) right center no-repeat;
  background-size: 100% auto;
  color: #fff;
}
.secCampaignAbout .img{
  max-width: 320px;
}
.secCampaignAbout .nosSub1 {
  font-size: 1.4rem;
}
.secCampaignAbout .nosSub2 {
  font-size: 2.4rem;
}
.secCampaignAbout .nosTit {
  margin-bottom: 5px;
}
.secCampaignAbout .nosCam {
  margin-bottom: 20px;

}
.secCampaignAbout .camTxt {
  font-size: 1.9rem;
  line-height: 2;
  margin-bottom: 20px;
}

/*---------- camList ----------*/
.secCampaignAbout .camList {
  display: inline-block;
  margin-bottom: 30px;
}
.secCampaignAbout .camList>li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.secCampaignAbout .camList>li>.check{
  width: 1.4em;
  height: 1.4em;
  background: url(../img/sec2010/check_icon.png) center left no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.6em;
}


.secCampaignAbout .camSubTit {
  font-size: 3.6rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 5px;
}
.secCampaignAbout .camTit {
  margin-bottom: 30px;
  font-size: 6.9rem;
  line-height: 1;
}
.secCampaignAbout .caution {
  font-size: 1.4rem;
  letter-spacing: 0;
}
/*===============================
  secFeature
================================*/
.secFeature {
  color: #fff;
  line-height: 1;
  margin-bottom: 100px;
}

.secFeature>.img{
  width: 100%;
  display: block;
}
.secFeature>.secInner{
  text-align: right;
}
.secFeature .titImg{
  width: 60%;
  height: auto;
  margin-bottom: 50px;
}
/*.secFeature .featureList{

}
.secFeature .featureList>li{
  margin-bottom: 10px;
  padding: 30px 0 20px;
}
.secFeature .featureList>li.blk1{
  background: url(../img/sec2010/pc/secFeature_bg1.png) center center no-repeat;
  background-size: auto 100%;
}
.secFeature .featureList>li.blk2{
  background: url(../img/sec2010/pc/secFeature_bg2.png) center center no-repeat;
  background-size: auto 100%;
}
.secFeature .featureList>li.blk3{
  background: url(../img/sec2010/pc/secFeature_bg3.png) center center no-repeat;
  background-size: auto 100%;
}
.secFeature .featureList>li.blk4{
  background: url(../img/sec2010/pc/secFeature_bg4.png) center center no-repeat;
  background-size: auto 100%;
}
.secFeature .featureList>li .num{
  font-size: 3.3rem;
  margin-bottom: 15px;
}
.secFeature .featureList>li .topTit{
  font-size: 4.5rem;
  margin-bottom: 20px;
}
.secFeature .featureList>li .topTxt{
  font-size: 2.0rem;
  letter-spacing: 0;
  line-height: 1.9;
  margin-bottom: 50px;
}
.secFeature .featureList>li .img{
  width: 48%;
}
.secFeature .featureList>li.blk2 .img{
  width: 60%;

}
.secFeature .featureList>li .bottomTit{
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2.5rem;
  border-bottom: solid 1px;
}
.secFeature .featureList>li .bottomTxt{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}*/
/*======== wrap ========*/
/*.secFeature .featureList>li .wrap{
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.secFeature .featureList>li .wrap .right{
  width: 45%;
}*/
.secFeature .featureList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.secFeature .featureList>li{
  padding: 40px 10px;
}
.secFeature .featureList>li>.secInner{
  width: auto;
  min-width: auto;
}
.secFeature .featureList>li.blk1{
  background: url(../img/secFeature_bg1.jpg) center left no-repeat;
  background-size: cover;
}
.secFeature .featureList>li.blk2{
  background: url(../img/secFeature_bg2.jpg) center left no-repeat;
  background-size: cover;
}
.secFeature .featureList>li.blk3{
  background: url(../img/secFeature_bg3.jpg) center left no-repeat;
  background-size: cover;
}
.secFeature .featureList>li.blk4{
  background: url(../img/secFeature_bg4.jpg) center left no-repeat;
  background-size: cover;
}

.secFeature .featureList>li .num{
  font-size: 2.1rem;
  margin-bottom: 15px;
}
.secFeature .featureList>li .topTit{
  font-size: 2.8rem;
  margin-bottom: 10px;
}
.secFeature .featureList>li .topTxt{
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 20px;
  min-height: 60px;
}
.secFeature .featureList>li .img{
  margin-bottom: 25px;
}
.secFeature .featureList>li .bottomTit{
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2.0rem;
  border-bottom: solid 1px;
  line-height: 1.4;
  text-align: left;
}
.secFeature .featureList>li .bottomTxt{
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: left;
}
.caution_sup{
  font-size: 1rem;
  vertical-align: super;
}
/* caution_txt
================================*/
.secFeature .featureList>li.blk1{
  position: relative;
}
.secFeature .featureList>li.blk1 .caution_txt{
  position: absolute;
  right: 5%;
  bottom: 10px;
  font-size: 1rem;
}
.secFeature .featureList>li.blk4{
  position: relative;
}
.secFeature .featureList>li.blk4 .caution_txt{
  position: absolute;
  right: 5%;
  bottom: 10px;
  font-size: 1rem;
}
/*===============================
  secWinterSF
================================*/
.secWinterSF{
  margin-bottom: 150px;
}
.secWinterSF .secTitImg{
  width: 480px;
}
.secWinterSF .topBlk{
  padding: 0px 0 50px;
  margin-bottom: 20px;
  text-align: center;
  background: url(../img/secWinterSF_bg1.png) top center no-repeat;
  background-size: 100% 65%;
}
.secWinterSF .topBlk .lTxt{
  font-size: 2.4rem;
  margin-bottom: 30px;
  text-align: left;
}
.secWinterSF .topBlk .img{
    margin-bottom: 15px;
}
.secWinterSF .topBlk .txt{
    font-size: 2.2rem;
}
/* numList
================================*/
.secWinterSF .numList{

}
.secWinterSF .numList>li{
  padding: 0 0 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #a2a2a2;
}
/*======== head ========*/
.secWinterSF .numList>li .head{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.secWinterSF .numList>li .head .num{
  font-size: 7rem;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 50px;
}
.secWinterSF .numList>li .head .txt{
  font-size: 2.3rem;
  text-align: left;
  letter-spacing: 0;
}
.secWinterSF .numList>li .head .txt .small{
  font-size: 0.5em;
  display: block;
}
/*======== content ========*/
.secWinterSF .numList>li .content{
  margin-top: 40px;
  text-align: center;
}

.secWinterSF .numList>li .content.num5 .img{
  width: 200px;
}
.secWinterSF .numList>li .content.num5 .txt1{
  font-size: 1.8rem
}
.secWinterSF .numList>li .content.num5 .txt2{
  font-size: 1.4rem
}

/*===============================
  secThought
================================*/
.secThought{
  margin-top: 80px;
  color: #fff;
  letter-spacing: 0;
  overflow: hidden;
}
.secThought .img{
  width: 100%;
  height: auto;
  margin-bottom: -150px;
}
.secThought .tit{
  font-size: 2.8rem;
  margin-bottom: 30px;
  line-height: 2.2;
}
.secThought .tit.tit2{
  margin-bottom: 10px;
}
.secThought .listTxt{
  padding: 35px 30px;
  font-size: 1.5rem;
  margin-bottom: 50px;
  line-height: 2.2;
  letter-spacing: 0;
  position: relative;
}
.secThought .listTxt .innerWrap{
  position: relative;
  z-index: 1;
}
.secThought .listTxt::before{
  content: "";
  width: 120%;
  height: 100%;
  left: -2%;
  top: 0;
  position: absolute;
  background: #2d2d2d;
  opacity: 0.5;
  z-index: 0;
}
.secThought .listTxt.part2::before{
  right: -2%;
  left: auto;
}
.secThought .listTxt.listTxt2{
  margin-bottom: 0px;
}
/*===============================
  sec2010_5
================================*/
.sec2010_5{
  color: #fff;
  letter-spacing: 0;
  width: 770px;
  margin: auto;
  padding-top: 100px;
}
.sec2010_5 .img{
  width: 55%;
  display: block;
  margin-bottom: -220px;
}
.sec2010_5 .wrap{
  margin-bottom: 80px;
  display: block;
  text-align: left;
  overflow: hidden;
  float: right;
  width: 50%;
}
.sec2010_5 .tit{
  font-size: 1.9rem;
  margin-bottom: 30px;
  line-height: 2.2;
  display: inline-block;
  width: auto;
}
.sec2010_5 .listTxt{
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 2.2;
  letter-spacing: -0.02em;
  display: inline-block;
  width: auto;
}
.cb{
  clear: both;
}

/*===============================
  secImg
================================*/
.secImg {
  background: #000;
  padding: 50px 0;
}
.secImg .pcWidth1{
  width: 80%;
  max-width: 800px;
}


/*.pageBottomtxt{
  padding: 15px 30px 15px;
  color: #fff;
  background: #121212;
  font-size: 1.0rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-align: left;
}
.pageBottomtxt .en{
  margin-left: 5px;
  font-size: 1.4rem;
}*/







}