@charset "utf-8";
br.sp{display: none;}
img{width: 100%;}

#paxiel_2526_cp{
	position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #ffd200;
  font-size: 1.0em;
}

/*  PC */

@media screen and (min-width: 1201px) {
#paxiel_2526_cp h1{
	position: relative;
  z-index: 10;
}
#campaignInfo{
	position: relative;
  background: url("../img/bg_cnt1_pc.png") no-repeat top center/cover;
  margin-top: -6vh;
  padding-bottom: 120px;
}
#campaignInfo .illust1{
	position: absolute;
  top: 6vh;
  z-index: 0;
}
#campaignInfo .illust2{
	position: absolute;
  bottom: 0;
  z-index: 0;
}
#campaignInfo h2{
  position: relative;
  z-index: 10;
  max-width: 740px;
  margin: 0 auto;
  padding: 170px 0 0;
}
#campaignInfo .bn{
  position: relative;
  z-index: 10;
  max-width: 737px;
  margin: 0 auto 40px;
}
#campaignInfo .schedulebox{
  position: relative;
  z-index: 10;
  max-width: 820px;
  margin: 0 auto 20px;
  display: flex;
}
#campaignInfo .schedulebox dt{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  background: #550000;
  border-radius: 20px 0 0 20px;
  width: 200px;
  color: #FFE100;
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
#campaignInfo .schedulebox dd{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  background: #fff;
  border-radius: 0 20px 20px 0;
  width: 620px;
  color: #550000;
  text-align: center;
  font-size: 32px;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#productsList{
	position: relative;
  background: url("../img/bg_cnt2_pc.png") no-repeat top center/cover,#faf6cf;
  padding-top: 120px;
  padding-bottom: 120px;
}
#productsList h2{
  width: 394px;
  margin: 0 auto;
  padding-bottom: 80px;
}
#productsList .listblock{
  max-width: 1035px;
  width: 90%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 22px;
  margin: 0 auto;
}
#productsList .listblock li {
  flex-grow: 1;
  max-width: 315px;
  width: 30%;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 17px 4%;
}
#productsList .listblock li:nth-child(4) {
  margin: 0 2% 0 18%;
}
#productsList .listblock li:nth-child(5) {
  margin: 0 18% 0 2%;
}
#productsList .listblock li p{
  margin-top: 7%;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #550000;
  font-size: 20px;
  line-height: 1.6;
}
#productsList .listblock li p span{
  font-size: 14px;
  display: block;
}


#ouboStep{
	position: relative;
  background: url("../img/bg_cnt3_pc.png") no-repeat top center/100% 560px,
    linear-gradient(
    to bottom,
    #280E0E 0%,
    #4E2D22 50%,
    #280E0E 100%
  );
  padding-top: 120px;
  padding-bottom: 120px;
}
#ouboStep .illust1{
  position: absolute;
  width: 18%;
  right: 2%;
  top: 7%;
  z-index: 0;
}
#ouboStep h2{
  width: 21%;
  margin: 0 auto;
  padding-bottom: 45px;
}
#ouboStep .text{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 20px;
  margin: 0 auto 10px;
  max-width: 820px;
	position: relative;
  z-index: 10;
}
#ouboStep .note{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 14px;
  margin: 0 auto 230px;
  max-width: 820px;
	position: relative;
  z-index: 10;
}
#ouboStep .stepblock > li.step1,
#ouboStep .stepblock > li.step3{
  background: #FAF6D8;
  border-radius: 20px;
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 0 60px;
}
#ouboStep .stepblock > li.step2{
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  display: block;
  background: #FAF6D8;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0 0 0 60px;
}
#ouboStep .stepblock > li.step2 .flex{
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  flex-wrap: wrap;
}
#ouboStep .stepblock > li.arrow{
  width: 112px;
  margin: 35px auto 20px;
}
#ouboStep .stepblock > li.step .textblock{
  width: 510px;
/*  padding: 0 0 0;*/
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#ouboStep .stepblock > li.step .textblock .icon{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 40px;
  width: 510px;
}
#ouboStep .stepblock > li.step1 .textblock .icon{
  background: url("../img/step1_pc.png") no-repeat top left/contain;
}
#ouboStep .stepblock > li.step2 .textblock .icon{
  background: url("../img/step2_pc.png") no-repeat top left/contain;
  color: #550000;
}
#ouboStep .stepblock > li.step3 .textblock .icon{
  background: url("../img/step3_pc.png") no-repeat top left/contain;
}
#ouboStep .stepblock > li.step .imgblock{
  width: 530px;
}
#ouboStep .stepblock > li.step1 .imgblock img{
  width: 260px;
  margin: 0 auto;
  display: block;
  padding: 26px 0 30px;
}
#ouboStep .stepblock > li.step .textblock h3{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 10px;
  color: #550000;
}
#ouboStep .stepblock > li.step .textblock .text1{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  margin: 0 0 10px;
  color: #550000;
  line-height: 1.6;
}
#ouboStep .stepblock > li.step .textblock .note2{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #550000;
  font-size: 14px;
  line-height: 1.6;
}
#ouboStep .stepblock > li.step2 .textblock{
  padding: 25px 0 20px;
}
#ouboStep .stepblock > li.step2 .imgblock img{
  width: 245px;
  margin: 0 auto;
  padding: 30px 0 15px;
  display: block;
}
#ouboStep .stepblock > li.step2 .imgblock_w100{
  max-width: 980px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 20px;
}

#ouboStep .stepblock > li.step3 .imgblock img{
  width: 300px;
  margin: 30px auto;
  display: block;
}

#ouboStep .howtoblock{
  background: #FFF;
  border-radius: 20px;
  max-width: 1100px;
  width: 95%;
  margin: 100px auto 0;
  padding: 50px 60px 40px;
  box-sizing: border-box;
}
#ouboStep .howtoblock h3{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #550000;
  font-size: 40px;
  margin: 0 auto 35px;
  text-align: center;
  font-weight: 600;
}
#ouboStep .howtoblock .text2{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  margin: 0 0 10px;
  color: #550000;
}
#ouboStep .howtoblock .note2{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  margin: 0 0 20px;
  color: #550000;
}
#ouboStep .howtoblock .note3{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  margin: 20px 0;
  color: #000;
  line-height: 1.6;
}
#ouboStep .howtoblock .schedulebox{
  position: relative;
  width: 100%;
  margin: 85px auto 0;
  border-top: 3px solid #f01c30;
  border-bottom: 3px solid #f01c30;
}
#ouboStep .howtoblock .schedulebox .innerblock{
  position: relative;
  width: 100%;
  margin: 5px auto;
  border-top: 2px solid #4f0005;
  border-bottom: 2px solid #4f0005;
  text-align: center;
  padding: 25px 0;
}
#ouboStep .howtoblock .schedulebox .innerblock .fukidashi{
    position: absolute;
    width: 280px;
    margin: 0 auto;
    top: -52px;
    left: 0;
    right: 0;
}
#ouboStep .howtoblock .schedulebox .innerblock p{
  font-family: "Inter", sans-serif;
  font-size: 36px;
  color: #550000;
  font-weight: bold;
}


#applicationTerms{
	position: relative;
  background: url("../img/bg_cnt4_pc.png") no-repeat top center/cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
#applicationTerms h2{
  width: 398px;
  margin: 0 auto;
  padding-bottom: 80px;
}

#applicationTerms .whiteblock{
  background: #fff;
  border-radius: 36px;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 60px 10px;
  box-sizing: border-box;
}
#applicationTerms .whiteblock .innerscroll{
  overflow-y: scroll;
  height: 420px;
  padding-right: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #280E0E;
}
#applicationTerms .whiteblock .innerscroll p{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  margin: 0 auto 20px;
  color: #280E0E;
}
#applicationTerms .btn{
  width: 255px;
  margin: 60px auto 0;
}
#applicationTerms .btn a:hover{
  opacity: 0.8;
}


#ContactBlock{
	position: relative;
  background: url("../img/bg_cnt5_pc.png") no-repeat top center/cover;
  padding-top: 120px;
  padding-bottom: 160px;
}
#ContactBlock .box{
  border: 2px solid #fff;
  margin: 0 auto 60px;
  border-radius: 36px;
  max-width: 1100px;
  width: 90%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 30px 0 40px;
}
#ContactBlock .box .title{
  margin: 0 auto 20px;
  font-size: 44px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#ContactBlock .box .text{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
}
#ContactBlock .box .text a{
  color: #fff;
  text-decoration: none;
}
#ContactBlock .box .note{
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#ContactBlock .banner{
    margin: 58px auto 0;
    width: 720px;
}
#ContactBlock .banner a:hover{
  opacity: 0.8;
}
  
/*  animetion */
.anim {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
}

.anim.inview {
  opacity: 1;
  transform: translateY(0);
}

  

}

/*  SP */
@media screen and (max-width: 1200px) {
br.sp{display: block;}
br.pc{display: none;}

#paxiel_2526_cp h1{
	position: relative;
  z-index: 10;
}
#campaignInfo{
	position: relative;
  background: url("../img/bg_cnt1_sp.png") no-repeat bottom center/cover;
  margin-top: 100px;
  padding-bottom: 80px;
}
#campaignInfo .illust1{
	display: none;
}
#campaignInfo .illust2{
	display: none;
}
#campaignInfo h2{
  position: relative;
  z-index: 10;
/*  max-width: 394px;*/
  width: 90%;
  margin: 0 auto;
  padding: 0 0 60px;
}
#campaignInfo .bn{
  position: relative;
  z-index: 10;
  width: 86%;
  margin: 0 auto 40px;
}
#campaignInfo .schedulebox{
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto 20px;
}
  
#campaignInfo .schedulebox dt{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  background: #550000;
  border-radius: 16px 16px 0 0;
  width: 100%;
  color: #FFE100;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 20px 10px;
}
#campaignInfo .schedulebox dd{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  background: #fff;
  border-radius: 0 0 16px 16px;
  width: 100%;
  color: #550000;
  text-align: center;
  font-size: 24px;
  padding: 20px 10px;
  box-sizing: border-box;
  line-height: 1.4;
}
  


#productsList{
	position: relative;
  background: url("../img/bg_cnt2_sp.png") no-repeat top center/cover,#faf6cf;
  padding-top: 120px;
  padding-bottom: 100px;
}
#productsList h2{
  max-width: 394px;
  width: 86%;
  margin: 0 auto;
  padding-bottom: 85px;
}
#productsList .listblock{
  width: 90%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 22px;
  margin: 0 auto;
}
#productsList .listblock li {
  flex-grow: 1;
  max-width: 315px;
  width: 46%;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 0 10px;
}
/*
#productsList .listblock li:nth-child(1),
#productsList .listblock li:nth-child(4) {
  margin: 0 6% 0 0;
}
*/
#productsList .listblock li:nth-child(2),
#productsList .listblock li:nth-child(5) {
  margin: 0 0 0 6%;
}
#productsList .listblock li:nth-child(3) {
  margin: 0 28% 0 28%;
}
#productsList .listblock li p{
  margin-top: 10px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #550000;
  font-size: 16px;
  line-height: 1.6;
}
#productsList .listblock li p span{
  font-size: 14px;
  display: block;
}



#ouboStep{
	position: relative;
  background: url("../img/bg_cnt3_sp.png") no-repeat top center/100%,
    linear-gradient(
    to bottom,
    #280E0E 0%,
    #4E2D22 50%,
    #280E0E 100%
  );
  padding-top: 100px;
  padding-bottom: 100px;
}
#ouboStep .illust1{
	display: none;
}
#ouboStep h2{
  max-width: 394px;
  width: 86%;
  margin: 0 auto;
  padding-bottom: 45px;
}

#ouboStep .text{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 18px;
  width: 86%;
  margin: 0 auto 20px;
}
#ouboStep .note{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 14px;
  width: 86%;
  margin: 0 auto 160px;
}
  
#ouboStep .stepblock > li.step{
  background: #FAF6D8;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
}

#ouboStep .stepblock > li.arrow{
  width: 85px;
  margin: 25px auto 15px;
}

#ouboStep .stepblock > li.step .textblock .icon{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 40px;
  width: 100%;
}
#ouboStep .stepblock > li.step1 .textblock .icon{
  background: url("../img/step1_pc.png") no-repeat top left/contain;
}
#ouboStep .stepblock > li.step2 .textblock .icon{
  background: url("../img/step2_pc.png") no-repeat top left/contain;
  color: #550000;
}
#ouboStep .stepblock > li.step3 .textblock .icon{
  background: url("../img/step3_pc.png") no-repeat top left/contain;
}

  
#ouboStep .stepblock > li.step .textblock{
  width: 100%;
  box-sizing: border-box;
}
#ouboStep .stepblock > li.step .imgblock{
  width: 100%;
}
#ouboStep .stepblock > li .imgblock img{
  margin: 0 auto;
  display: block;
}

#ouboStep .stepblock > li.step .textblock h3{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 10px;
  color: #550000;
  line-height: 1.6;
}
#ouboStep .stepblock > li.step .textblock .text1{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
  color: #550000;
  line-height: 1.6;
}
#ouboStep .stepblock > li.step .textblock .note2{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #550000;
  font-size: 14px;
  line-height: 1.6;
}


#ouboStep .stepblock > li.step1 .imgblock img{
  max-width: 300px;
  width: 70%;
  padding: 10px 0 15px;
}
#ouboStep .stepblock > li.step2 .imgblock img{
  max-width: 300px;
  width: 70%;
  padding: 30px 0 15px;
}
#ouboStep .stepblock > li.step3 .imgblock img{
  max-width: 300px;
  width: 70%;
}


#ouboStep .howtoblock{
  background: #FFF;
  border-radius: 20px;
  width: 90%;
  margin: 80px auto 0;
  padding: 30px 20px 20px;
  box-sizing: border-box;
}
  
#ouboStep .howtoblock h3{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #550000;
  font-size: 28px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 600;
}
#ouboStep .howtoblock .text2{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 10px;
  color: #550000;
}
#ouboStep .howtoblock .note2{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  margin: 0 0 20px;
  color: #550000;
  line-height: 1.4;
}
#ouboStep .howtoblock .note3{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  margin: 20px 0;
  color: #000;
  line-height: 1.4;
}


#ouboStep .howtoblock .schedulebox{
  position: relative;
  width: 100%;
  margin: 85px auto 0;
  border-top: 4px solid #f01c30;
  border-bottom: 3px solid #f01c30;
}
#ouboStep .howtoblock .schedulebox .innerblock{
  position: relative;
  width: 100%;
  margin: 5px auto;
  border-top: 2px solid #4f0005;
  border-bottom: 2px solid #4f0005;
  text-align: center;
  padding: 20px 0;
}
#ouboStep .howtoblock .schedulebox .innerblock .fukidashi{
    position: absolute;
    width: 245px;
    margin: 0 auto;
    top: -45px;
    left: 0;
    right: 0;
}
#ouboStep .howtoblock .schedulebox .innerblock p{
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #550000;
  font-weight: bold;
  line-height: 1.4;
}




#applicationTerms{
	position: relative;
  background: url("../img/bg_cnt4_sp.png") no-repeat top center/cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
#applicationTerms h2{
  max-width: 394px;
  width: 86%;
  margin: 0 auto;
  padding-bottom: 60px;
}

#applicationTerms .whiteblock{
  background: #fff;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto 40px;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
#applicationTerms .whiteblock .innerscroll{
  overflow-y: scroll;
  height: 420px;
  padding-right: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #280E0E;
}
#applicationTerms .whiteblock .innerscroll p{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  margin: 0 auto 20px;
  color: #280E0E;
}
#applicationTerms .btn{
  max-width: 300px;
  width: 70%;
  margin: 0 auto;
}

#ContactBlock{
	position: relative;
  background: url("../img/bg_cnt5_sp.png") no-repeat top center/cover;
  padding-top: 100px;
  padding-bottom: 120px;
}
#ContactBlock .box{
  border: 2px solid #fff;
  margin: 0 auto;
  border-radius: 20px;
  width: 90%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 45px 10px 40px;
  box-sizing: border-box;
}


#ContactBlock .box .title{
  margin: 0 auto 20px;
  font-size: 28px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#ContactBlock .box .text{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
#ContactBlock .box .text a{
  color: #fff;
  text-decoration: none;
}
#ContactBlock .box .note{
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#ContactBlock .banner{
  max-width: 600px;
  margin: 60px auto 0;
  width: 90%;
}


}