#contents_area br{
  display: inline!important;
}
@media print, screen and (min-width:769px){
	#contents_area .sp{display: none !important;}
}
@media only screen and (max-width:768px){
	#contents_area .pc{display: none !important;}
}

body.oubo{
  opacity: 0;
}

.section *,
#colorbox *{
  text-align: justify;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
  color: #231815;
}

.section img{
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: auto;
}

#sec_campaign{
  padding: 20px 0 100px;
}

#sec_campaign .block_inner{
  width: 1008px;
  margin: 0 auto;
}

#sec_campaign .campaign_img{
  margin: 0 auto 60px;
}

#sec_campaign .campaign_txt{
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  color: #c90915;
  padding: 10px;
  border: 3px solid #c90915;
  border-radius: 15px;
  margin: 0 auto 15px;
}

#sec_campaign .campaign_note{
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 10px;
}

#sec_campaign .campaign_btn{
  display: block;
  width: 100%;
  max-width: 280px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  background-color: #000;
  padding: 20px;
  margin: 0 auto;
}

#colorbox .modal_content{
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#colorbox .modal_top{
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  padding: 25px 40px 15px;
}
#colorbox .modal_box{
  overflow: auto;
  background-color: #f1f1f1;
  height: 100%;
  padding: 25px 40px;
}
#colorbox .modal_ttl{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
#colorbox .modal_txt{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 30px;
}
#colorbox .modal_txt a{
  color: #c90915;
}

#cboxClose{
  position: absolute;
  top: 25px;
  right: 25px;
  width: 35px;
  height: 35px;
  background: none;
}
#cboxClose::before,
#cboxClose::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 5px;
  background-color: #989898;
}
#cboxClose::before{
  transform: translate(-50%, -50%) rotate(45deg);
}
#cboxClose::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}


#sec_thankyou{
  padding: 70px 0 100px;
}
#sec_thankyou .thankyou_ttl{
  text-align: center;
  font-size: 52px;
  line-height: 1.6;
  margin: 0 0 70px;
}
#sec_thankyou .thankyou_txt{
  font-size: 17px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
#sec_thankyou .thankyou_img{
  display: block;
  margin: 35px 0 0;
}

@media screen and (max-width : 768px){
  html{font-size: calc(100vw / 750 * 10);}
  #sec_campaign{
    padding: 0 0 10rem;
  }
  #sec_campaign .block_inner{
    width: 100%;
    max-width: 100%;
  }
  #sec_campaign .campaign_img{
    margin: 0 auto 4.5rem;
  }
  #sec_campaign .campaign_txt{
    max-width: 56rem;
    font-size: 2.3rem;
    padding: 1rem;
    margin: 0 auto 2rem;
  }
  #sec_campaign .campaign_note{
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
  #sec_campaign .campaign_btn{
    max-width: 33rem;
    font-size: 2.6rem;
    padding: 2.5rem;
  }
  
  #colorbox .modal_top{
    font-size: 3.4rem;
    padding: 2.5rem 4rem 1.5rem;
  }
  #colorbox .modal_box{
    padding: 2.5rem 4rem;
  }
  #colorbox .modal_ttl{
    font-size: 2rem;
  }
  #colorbox .modal_txt{
    font-size: 2rem;
    margin: 0 0 3rem;
  }
  
  #cboxClose{
    top: 2.5rem;
    right: 2.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  
  #cboxClose::before,
  #cboxClose::after{
    width: 4rem;
    height: 0.5rem;
  }
  
  
  #sec_thankyou{
    padding: 10rem 2rem 13rem;
  }
  #sec_thankyou .thankyou_ttl{
    font-size: 4.2rem;
    margin: 0 0 11rem;
  }
  #sec_thankyou .thankyou_txt{
    font-size: 1.7rem;
  }
  #sec_thankyou .thankyou_img{
    margin: 6.5rem 0 0;
  }
  
  
  
}





