@charset "UTF-8";

body{
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings : 'palt';
  line-height : 1.5;
  text-align : justify;
}

video {
  width: 100%;
}

@media screen and (min-width:751px){
  #lp_contents{
    font-size : 10px;
  }
}
@media screen and (max-width:750px){
  #lp_contents{
    font-size : 1.33vw;
  }
}

  
#lp_contents {
  background : #fff; 
	color : #000;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings : 'palt';
  line-height : 1.5;
	text-align : justify;
}

#lp_contents a:hover,
#lp_contents a img:hover{
  cursor: pointer;
  opacity:0.8;
}

#lp_contents img{
  display : block;
  height:auto;
  width   : 100%;
}

#lp_contents p{
  color:#000;
}

#lp_contents .header,
#lp_contents .main{
  margin : 0 auto;
  max-width  : 750px;
}

#lp_contents .onsp{
  display: none;
}
@media screen and (max-width:750px){
  #lp_contents .onsp{
    display: block;
  }
}


#lp_contents .fv__offer{
  margin:0 ;
  position:relative;
}

#lp_contents .fv__offer__btn{
    bottom: 2%;
    position: absolute;
    right: 11%;
    width: 583px;
    height: 165px;
}
#lp_contents .fv__offer__btn_final{
    bottom: 63%;
    position: absolute;
    right: 11%;
    width: 583px;
    height: 175px;
}
#lp_contents .offer{
  position:relative;
}

#lp_contents .offer__btn{
  bottom:6.57%;
  position:absolute;
  right:0;
  width: 52.1%;
}

#lp_contents .content-oyaji{
  background: #000;
}

#lp_contents .content-oyaji__tab{
  display: none; 
  position:relative;
}

#lp_contents .content-oyaji__tab.active{
  display: block; 
}

#lp_contents .content-oyaji__tab__list{
  align-items: center;
  display: flex;
  justify-content: space-between;
  left:0;
  margin:0 6%;
  position:absolute;
  top:0.5%;
  width: 88%;
}

#lp_contents .content-oyaji__tab__list li{
  width:48.6%;
}

#lp_contents .content-oyaji__tab__change-btn--wrapper{
  background: #000;
  padding:11% 16% 10.4%;
}

#lp_contents .content02{
  margin: 0 0 10.6%;
}

#lp_contents .content02__text{
  font-size:2.6em;
  margin:2.6% 5.3% 13.3%;
}

#lp_contents .content02__text__arrow{
  color:#c80000;
}

#lp_contents .content02__text a{
  color: #000;
  text-decoration: underline;
}

#lp_contents .content05__text{
  font-size:1.6em;
  margin:0% 5.3% 10.6%;
}



#lp_contents .q-and-a{
  padding:5.3% 5.3% 10.6%;
  background-image: url(../images/qabg.jpg);
}

#lp_contents .q-and-a__title{
  margin: auto;
  
}
.acd-label div{
    width: 100%;
    border-bottom: 2px solid #000;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 1%;
    color: #b90000;
}
#lp_contents .q-and-a__list{
box-shadow: 5px 5px 15px -12px #0d0d0d;
background-image: url(../images/qaboxbg.jpg);
  margin:4% 0 ;
  padding:5.97% 5.97% 5.97%;
}


#lp_contents .q-and-a__list dt{
  align-items: center;
  display: flex;
  font-size:3.2em;
  font-weight:bold;
  margin:0 0 2.6%;
}

#lp_contents .q-and-a__list dt:before{
  background: url("../images/q-and-a__list__icon--q.png") no-repeat center center/100% auto;
  content:'';
  display:block;
  height: 80px;
  margin:0 2.98% 0 0;
  width: 80px;
}
@media screen and (max-width: 750px) {
  #lp_contents .q-and-a__list dt:before{
    height: 10.6vw;
    width: 10.6vw;
  }
}

#lp_contents .q-and-a__list dd{
  align-items: flex-start;
  display: flex;
  font-size:3.2em;
  margin:0 0 9.7%;
}

#lp_contents .q-and-a__list dd:last-child{
  margin:0;
}

#lp_contents .q-and-a__list dd:before{
  background: url("../images/q-and-a__list__icon--a.png") no-repeat center center/100% auto  ;
  content:'';
  display:block;
  flex-shrink: 0;
  height: 80px;
  margin:0 2.98% 0 0;
  width: 80px;
}
@media screen and (max-width: 750px) {
  #lp_contents .q-and-a__list .acd-label:before,
	#lp_contents .q-and-a__list .acd-content:before{
    height: 10.6vw;
    width: 10.6vw;
  }
}



#lp_contents .offer-detail__text{
  font-size:2.4em;
  margin:1.3% 10.6% 0;
}

#lp_contents .offer-detail__text li{
  margin:0 0 0 1em;
  text-indent:-1em;
}

#lp_contents .offer-detail__text a{
  color: #000;
  text-decoration: underline;
}

#lp_contents .offer-detail__footnote {
    background: #000;
    color: #fff;
    font-size: 2.4em;
    line-height: 1.5;
    padding: 5.3% 5.3% 10.6%;
}

#lp_contents .offer-detail__footnote__red-text{
  color:#c80000; 
}

#lp_contents .offer-detail__footnote li{
  line-height: 1.35;
  margin:0 0 7.3% 1em;
  text-indent:-1em;
}

#lp_contents .offer-detail__footnote li:last-child{
  margin-bottom: 0;
}
#lp_contents img{
  object-fit: cover;
}

@media screen and (min-width: 751px) {

#lp_contents .imagefv{
  height: 1344px;
}
  
#lp_contents .image02{
  height: 1089px;
}

#lp_contents .image03{
  height: 1550px;
}

#lp_contents .image04{
  height: 1629px;
}

#lp_contents .image05{
  height: 756px;
}

#lp_contents .image06{
  height: 928px;
}

#lp_contents .image07{
  height: 395px;
}

#lp_contents .image08{
  height: 771px;
}

#lp_contents .image09{
  height: 1261px;
}

#lp_contents .image10{
  height: 1249px;
}

#lp_contents .image11{
  height: 1293px;
}

#lp_contents .image12{
  height: 1134px;
}
#lp_contents .image13{
  height: 1520px;
}

#lp_contents .image13toppa{
  height: 1242px;
}
#lp_contents .image14voice{
  height: 930px;
}
#lp_contents .image14{
  height: 819px;
}
#lp_contents .image15ippo{
  height: 393px;
}
#lp_contents .image15{
  height: 664px;
}
#lp_contents .image16{
  height: 770px;
}

#lp_contents .image16saiko{
  height: 1850px;
}

#lp_contents .image17{
  height: 658px;
}

#lp_contents .image18{
  height: 1110px;
}

#lp_contents .image19{
  height: 815px;
}

#lp_contents .imageqatitle{
  height: 308px;
}


}

@media screen and (max-width: 750px) {

#lp_contents .imagefv{
  height:179.2vw;
}
  
#lp_contents .image02{
  height:145.2vw;
}

#lp_contents .image03{
  height:206.667vw;
}

#lp_contents .image04{
  height:217.2vw;
}

#lp_contents .image05{
  height: 100.8vw;
}

#lp_contents .image06{
  height: 123.733vw;
}

#lp_contents .image07{
  height: 52.667vw;
}

#lp_contents .image08{
  height: 102.8vw;
}

#lp_contents .image09{
  height: 168.133vw;
}

#lp_contents .image10{
  height: 166.533vw;
}

#lp_contents .image11{
  height: 172.4vw;
}

#lp_contents .image12{
  height: 151.2vw;
}
#lp_contents .image13toppa{
  height: 165.6vw;
}
#lp_contents .image13{
  height: 202.667vw;
}
#lp_contents .image14voice{
  height: 124vw;
}

#lp_contents .image14{
  height: 109.2vw;
}
#lp_contents .image15ippo{
  height: 52.4vw;
}

#lp_contents .image15{
height: 88.533vw;
}
#lp_contents .image16saiko{
  height: 246.667vw;
}
#lp_contents .image16{
  height: 102.667vw;
}

#lp_contents .image17{
  height: 87.733vw;
}

#lp_contents .image18{
   height: 148vw;
}

#lp_contents .image19{
  height: 108.667vw;
}

#lp_contents .imageqatitle{
  height: 41.067vw;
}
#lp_contents .fv__offer__btn {
    bottom: 2%;
    position: absolute;
    right: 10%;
    width: 80vw;
    height: 23vw;
}
#lp_contents .fv__offer__btn_final {
bottom: 63%;
    position: absolute;
    right: 7%;
    width: 85vw;
    height: 25vw;
}
}



#form-section{
  padding:0 10px;
}
  
#form-section a{
  display: block;
  max-width:620px;
}
  
#form-section a img{
  display: block;
  width: 100%;
}

/*QA*/
.acd-check{
    display: none;
}
.acd-label{
	   
    font-size: 3.2em;
    font-weight: bold;
    color: #000;
    display: flex;
	align-items: center;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:before{
	  background: url("../images/q-and-a__list__icon--q.png") no-repeat center center/100% auto;
  content:'';
  display:block;
  height: 100px;
  margin:0 2.98% 0 0;
  width: 80px;
	
}


.acd-label:after{

    box-sizing: border-box;
    content: '＋';
    display: flex;
    height: 100%;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
	align-items: center;
}
.acd-content{
	align-items: flex-start;
    display: flex;
    font-size: 2.8em;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-content:before{
  background: url("../images/q-and-a__list__icon--a.png") no-repeat center center/100% auto  ;
  content:'';
  display:block;
  flex-shrink: 0;
  height: 80px;
  margin:0 2.98% 0 0;
  width: 80px;
}
.acd-check:checked + .acd-label:after{
    content: '−';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.l-footer-contact-wrapper .p-footer-mark {
    width: 100%!important;
    margin: 0 auto;
}
.p-footer-did__txt{
  text-align: center;
}


@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn {
    position: relative;
    display: block;

    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;

    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


/*-------------------------------------------
 footer
-----------------------------------------------*/
.footer-link {
  color: #5f5f61;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 1em;
}
.footer-link li{
  margin-bottom: .8em;
}
.footer-link a {
    color: #5f5f61;
}
#copy {
  text-align: center;
  color: #5f5f61;
  font-size: .9em;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1em 0 1em;
  line-height: 1.4em;
  border-bottom: .5em solid #3cb6cb;
}
