@charset "UTF-8";

/*@media screen and (max-width: 767px) {*/
body{
  background: #161630;
}
#wrap{
  width: 100%;
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
  background: #0d0d0d00;
  color: #fff;

  position: relative;
  z-index: 3;
}
.wrapBackBg{
  width: 100%;
  max-width: 465px;
  height: 100vh;

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

  background: url(../img/wrap_bg.png) #0d0d0d bottom left no-repeat;
  background-size: auto 100%;
}
.secInner{
  width: 90%;
  margin-left: auto;
  margin-right: auto; 
  position: relative;
}
.secInner.innerOver{
  width: 100%;
}
.secInner .standardTxt{ 
  font-size: 1.5rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #fff;
}
section img{
  width: 100%;
  height: auto;
}
/*.pcOnly{
  display: none !important;
}*/
/*===============================
  header
================================*/
header{
  max-width: 465px;

  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  background: #000;
  line-height: 1;
}
header.under_banner{
  top: 61px;
}
header .headerLogo{
  width: 160px;
  height: auto;
}

header .navList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0;
}
header .navList>li{
  margin-right: 15px;
}
header .navList>li:last-child{
  margin-right: 0px;
}
header .navList>li a{
    color: #fff;
}
header .navList .purchaseButton{
  padding: 10px 25px 12px 35px;
  font-size: 1.2rem;
  background: #fff;
  color: #010101;
  position: relative;
  cursor: pointer;
   border-radius: 0; 
  letter-spacing: 0.1em;
  /* border: solid 1px #fff; */
  background: linear-gradient(to right, #4d0369, #7f0fb7);
  color: #fff;
  text-align: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header.top .navList .purchaseButton::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .navList .purchaseButton>.on{
  font-size: 0.9em;
  padding-bottom: 2px;
  display: inline-block;
}
/*===============================
  footer
================================*/
footer{
  padding: 40px 0 50px;
  text-align: center;
  font-weight: bold;
  /*background: #0d0d0d;*/
  position: relative;
  z-index: 1;
}
footer .list{
  margin-bottom: 40px;
}
footer .list>li{
  text-align: left;
  display: block;
  font-size: 2.1rem;
  margin-bottom: 10px;
}
footer .list>li a{
  padding-right: 1.5em;
  display: inline-block;
  color: #fff;
  position: relative;
}
footer .list>li a::after{
  content: "";
  position: absolute;
  right: 0;
  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);
}
footer .list>li a .ja{
  font-size: 0.8em;
}

footer .underList{
/*  display: flex;
  justify-content: space-between;
  align-items: center;*/
}
footer .underList .left{
  width: 100%;
  text-align: center;
}
footer .underList .left>ul{
  margin-bottom: 20px;
}
footer .underList .left>ul>li{
  width: 100%;
  margin-bottom: 10px;
}
footer .underList .left a{
  color: #fff;
  font-size: 1.4rem;
  display: block;
}
footer .underList .right{
  width: 100%;
  text-align: center;
  
}
footer .underList .right li{
  display: inline-block;
  margin-right: 10px;
}
footer .underList .right img{
  width: 35px;
  height: auto;
}
/*======== footerLogoBlk ========*/
.footerLogoBlk .footerLogo{
  margin-bottom: 40px;
}
.footerLogoBlk .footerLogo .img{
  max-width: 210px;

}
.footerLogoBlk .footerLogo .txt{
  font-size: 1.5rem;
  color: #fff;
  text-align: left;
}

/*===============================
  fv
================================*/
.fv{
  background: url(../img/fv_bg.png) top right no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: 54px;
/*  height: 95vh;
  max-height: 900px;*/
  color: #fff;
  padding-bottom: 40px;
}
.fv .imgBlk{
  /*padding: 0 20px;*/
  /*margin-bottom: 10px;*/
  position: relative;
}
.fv .txt{
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 5px;
}
.titBgLine {
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.9;
}
/*======== noticeBlk ========*/
.noticeBlk{
  margin-top: 54px;
  padding: 4px 0;
  font-size: 1.0rem;
  line-height: 1.3;
  background-color: #000;
}
/*===============================
  btnSec
================================*/
.btnSec{
  color: #fff;
  padding: 40px 0 40px;
  margin-top: 30px;
  background: url(../img/sec2010_bg.png) top right no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.btnSec.top{
  margin-top: -35px;
  background: url(../img/sec2010_bg_top.png) top right no-repeat;
  background-size: 100% 100%;
}
.btnSec .spWrap{
  /*margin-top: -50px;*/
  margin-top: -190px;
  text-align: right;
}
.btnSec .tit{
  font-size: 2.2rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  display: inline-block;
  text-align: left;
  padding: 10px 20px;
  background: #00000040;
}

.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: 50%;*/
  margin-bottom: 25px;
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
}
.btnSec .imgBlk .right .priceList {
  /*width: 45%;*/
  /*padding-left: 30px;*/
  /*padding-top: 3rem;*/
}
.btnSec .imgBlk .right .priceList .wrap{
  display: block;
  margin: auto;
  max-width: 375px;
  text-align: center;
}
.btnSec .imgBlk .right .priceList .img{
  margin-bottom: 10px;
  max-width: 150px;
}
.btnSec .imgBlk .right .priceList .txt{
  margin-bottom: 20px;
  font-size: 1.1rem;
  text-align: center;
}
.btnSec .imgBlk .right .priceList .topPrice{
  line-height: 1.4;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.btnSec .imgBlk .right .priceList .price{
  /*margin-bottom: 20px;*/
  font-size: 3.6rem;
}
.btnSec .imgBlk .right .priceList .tax{
  font-size: 1.1rem;
}
.btnSec .imgBlk .right .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 .imgBlk .right .priceList .purchaseButton>.on{
  font-size: 0.7em;
  padding-bottom: 5px;
  display: inline-block;
}
.btnSec .imgBlk .right .btnTxt{
  font-size: 1.1rem;
  margin-bottom: 30px;
}
.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 12px 6px 12px;
  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.1rem;
  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: 200px;
}
/*===============================
  sec1
================================*/
.sec1{
  margin-bottom: 20px;
}
.sec1 .txt{
  margin: -30px 0 50px;
  font-size: 1.9rem;
  letter-spacing: 0;
  line-height: 2;
}
.sec1 .txt.txt1{
  margin: -60px 0 50px;
}
/*===============================
  sec2
================================*/
.sec2{
  margin-bottom: 40px;
}
.sec2 .tit{
  margin-top: -80px;
  margin-bottom: 0px;
  font-size: 2.7rem;
}
.sec2 .subTit{
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.sec2 .txt{
  /*margin: 30px 0;*/
  font-size: 1.9rem;
  line-height: 2;
}
/*===============================
  sec3
================================*/
.sec3{
  margin-bottom: 20px;
}
.sec3 .img1{
  margin-bottom: 10px;
}
.sec3 .txtImg{
  width: 70%;
  margin-bottom: 30px;
}
.sec3 .sec3_img2{
  margin-top: -32%;
}
.sec3 .priceTxt{
  margin-bottom: 20px;
  font-size: 2.0rem;
}
.sec3 .txt{
  margin-bottom: 35px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0;
}
.sec3 .lageTxt{
  margin-bottom: 35px;
  font-size: 4.0rem;
  line-height: 1;
}
.sec3 .lageTxt>span{
  background: url(../img/txt_under_line.png) bottom left no-repeat;
  background-size: auto 60%;
}
/*===============================
  secCp
================================*/
.secCp {
  padding: 68px 0;
  background: url(../img/secCp_bg.png) right 20% no-repeat;
  background-size: auto 50%;
  color: #fff;
}
.secCp .question {
  padding-bottom: 7.5px;
  margin-bottom: 50px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  border-bottom: solid 1px #fff;
  display: inline-block;
}
.secCp .tit{
  margin-bottom: 50px;
  font-size: 2.2rem;
  line-height: 1.9;
  letter-spacing: 0;
}
.secCp .tit2{
  margin-bottom: 40px;
  padding: 14px 0 12px;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  background: #3D6B80;
}
.secCp .logoImg{
  margin-bottom: 30px;
  max-width: 260px;
}
.secCp .txt{
  font-size: 1.2rem;
  line-height: 2;
}

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

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

/*===============================
  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: 30px;
  font-size: 1.8rem;
  line-height: 1;
}

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

  margin-bottom: 40px;
}
.sec4 .ytList>li{
  width: 49%;
  margin-bottom: 30px;
}
.sec4 .ytList .viewsTxt{
  padding: 7px 0;
  margin-top: -1px;
  margin-bottom: 5px;
  font-size: 1.1rem;
  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: 1rem;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
/*===============================
  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: 30px;
}
.secVoices .titImgBlk>.titImg{
  width: 70%;
}

.secVoices .voiceList{
  margin-bottom: 30px;
}
.secVoices .voiceList>li{
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.secVoices .voiceList>li::after{
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.secVoices .voiceList>li .bg {
  content: "";
  height: 95%;
  width: 80%;
  background: linear-gradient(to right, #eb6e6e00, #ff22b16b);
  position: absolute;
  bottom: 0;
  /*top: 0;*/
  left: 0;
  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.4rem;
  margin-bottom: 30px;
  position:relative;
  z-index: 1;
}
.secVoices .voiceList>li .txt{
  font-size: 1.4rem;
  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;
}

/*===============================
  sec5
================================*/
.sec5{
  /*margin-bottom: 50px;*/
}
.sec5 .txt{
  margin: 30px 0;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0;
}
.sec5 .txt2{
  padding: 30px 0;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  width: 80%;
}
.sec5 .txt2::before {
  content: "";
  width: 100%;
  height: 15px;
  background: url(../img/sec5_line_img.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.sec5 .txt2::after {
  content: "";
  width: 100%;
  height: 15px;
  background: url(../img/sec5_line_img.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*===============================
  secMovie
================================*/
.secMovie{
  margin-bottom: 80px;
  margin-top: 70px;
}
.secMovie .secInner.bg{
  padding: 30px 10px 20px;
  background: url(../img/secMovie_bg.png) top 0.6em center no-repeat;
  background-size: cover;
}
.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: 10px;
  text-align: center;
  width: 80%;
}
.secMovie .txt{
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.3rem;
}

/*===============================
  secQaTop
================================*/
.secQaTop{
  /*margin-top: 60px;*/
  margin-bottom: 60px;
  color: #fff;
}

.secQaTop .qaList{

}
.secQaTop .qaList>li{
  margin-bottom: 60px;
  padding: 0 5% 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;
}
/*===============================
  sec6
================================*/
.sec6{
  margin-bottom: 60px;
}

/*===============================
  secFeature
================================*/
.secFeature {
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
.secFeature .titImg{
  margin-bottom: 10px;
}
.secFeature .featureList{

}
.secFeature .featureList>li{
  padding: 50px 20px;
}
.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;
}
.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;
}
.secFeature .featureList>li .bottomTxt{
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
}
.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: 0;
  bottom: -15px;
  font-size: 1rem;*/
  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: 20px;
}
.secWinterSF .secTitImg{
  width: 90%;
}
.secWinterSF .topBlk{
  padding: 140px 0 50px;
  margin-bottom: 20px;
  margin-top: -35%;
  text-align: center;
  background: url(../img/secWinterSF_bg1.png) center center no-repeat;
  background-size: 120% 105%;
}
.secWinterSF .topBlk .lTxt{
  font-size: 2.4rem;
  margin-bottom: 30px;
  text-align: left;
}
.secWinterSF .topBlk .img{
    margin-bottom: 15px;
}
.secWinterSF .topBlk .txt{
    font-size: 1.5rem;
}
/* numList
================================*/
.secWinterSF .numList{

}
.secWinterSF .numList>li{
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #a2a2a2;
}
/*======== head ========*/
.secWinterSF .numList>li .head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.secWinterSF .numList>li .head .num{
  font-size: 7rem;
  letter-spacing: 0;
  line-height: 1;
}
.secWinterSF .numList>li .head .txt{
  font-size: 2rem;
  text-align: right;
  letter-spacing: 0;
}
.secWinterSF .numList>li .head .txt .small{
  font-size: 0.5em;
  display: block;
}
/*======== content ========*/
.secWinterSF .numList>li .content{
  margin-top: 30px;
  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{
  color: #fff;
  letter-spacing: 0;
  overflow: hidden;
}
.secThought .img{
  margin-bottom: -70px;
}
.secThought .tit{
  font-size: 1.9rem;
  margin-bottom: 30px;
  line-height: 2.2;
}
.secThought .tit.tit2{
  margin-bottom: 10px;
}
.secThought .listTxt{
  padding: 5px 0;
  font-size: 1.2rem;
  margin-bottom: 50px;
  line-height: 2.2;
  letter-spacing: -0.02em;
  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;
}
/*===============================
  sec7
================================*/
.sec7{
  margin-bottom: 80px;
}


/*===============================
  sec2010_Limit
================================*/
.sec2010_Limit {
  padding: 40px 0 50px;
  margin-bottom: 50px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
.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);
}
.pageBottomtxt{
  padding: 40px 0;
  color: #fff;
  font-size: 1.2rem;
}
.pageBottomtxt{
  padding: 0px 0 30px; 
  color: #fff;
  font-size: 1.0rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pageBottomtxt .en{
  margin-left: 5px;
  font-size: 1.4rem;
}











/*}*/