@charset "UTF-8";

.por{
    position: relative;
}

.sec-intro .bt{
    width: 29%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
    margin-left: auto;
    margin-right: auto;
}

.sec-cta01 .box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35%;
    margin-left: auto;
    margin-right: auto;
}
.sec-cta01 .box .bt{
    display: block;
    width: 29%;
    position: absolute;
}
.sec-cta01 .box .bt01{
    left: 20%;
}
.sec-cta01 .box .bt02{
    right: 20%;
}

.sec-osusume .bt{
    width: 29%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin-left: auto;
    margin-right: auto;
}

.sec-product .box{
    height: 44%;
    position: absolute;
    left: 0;
    right: 0;
    top: 27%;
    margin-left: auto;
    margin-right: auto;
}
.sec-product .bt{
    width: 52%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.sec-product .bt.bt02{
    top: 35%;
}
.sec-product .bt.bt03{
    bottom: 0;
}

.sec-movie{
    padding: 100px 15px;
}
.sec-movie .inner{
    max-width: 754px;
    margin: 0 auto;
}
.sec-movie iframe{
    width: 100%;
    height: 426px;
}

.sec-cta02 .box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 43.5%;
    margin-left: auto;
    margin-right: auto;
}
.sec-cta02 .box .bt{
    display: block;
    width: 29%;
    position: absolute;
}
.sec-cta02 .box .bt01{
    left: 20%;
}
.sec-cta02 .box .bt02{
    right: 20%;
}
.sec-cta02 .bt03{
    display: block;
    width: 29%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
    margin-left: auto;
    margin-right: auto;
}



/*SP表示*/
@media screen and (max-width: 749px) {
    .pc_display{
        display:none !important;
    }
    .sp_display{
        display:block !important;
    }

    .sec-intro .bt{
        width: 69%;
    }
    
    .sec-cta01 .box{
        bottom: 48%;
    }
    .sec-cta01 .box .bt{
        width: 69%;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
    .sec-cta01 .box .bt02{
        margin-top: 16%;
    }
    
    .sec-osusume .bt{
        width: 69%;
    }

    .sec-product .box{
        top: 9%;
        height: 48.5%;
    }
    .sec-product .bt{
        width: 92%;
    }
    .sec-product .bt.bt02{
        top: 35%;
    }
    
    .sec-movie{
        padding: 50px 15px;
    }
    .sec-movie .inner{
        max-width: 414px;
    }
    .sec-movie iframe{
        height: 195px;
    }
    
    .sec-cta02 .box{
        bottom: 53%;
    }
    .sec-cta02 .box .bt{
        width: 69%;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
    .sec-cta02 .box .bt02{
        margin-top: 16%;
    }
    .sec-cta02 .bt03{
        width: 69%;
        bottom: 3%!important;
    }

    .sec-gif{
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 50px;
    }

    .violetgif img{
        width: 100%;
    }

}

/*PC表示*/
@media screen and (min-width: 750px) {
    .sp_display{
        display:none !important;
        }
    .pc_display{
        display:block !important;
        }

     .sec-gif{
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 70px;
    }

    .violetgif img{
        width: 100%;
    }
    }

.bg0{
    background-color: #fcfbf9;
}

.w800{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.w800 img{
    width: 100%;
}

.head_color{
    background-color: #972642;
    height: 65px;
    width: 100%;
    margin-bottom: 70px;
}

.lr_pa{
    padding-left: 5%;
    padding-right: 5%;
}

.bg_lr_pa{
    background-image: url(../img/line_sales/bg_01.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 494%;
    padding-bottom: 28%;
    margin-bottom: 100px;
}

.bt_teiki{
    background-color: #972642;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 200px;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 1em;
    font-family: serif;
    border-radius: 35px;
}

.bt_teiki a{
     color: #FFFFFF;
}

.bt_teiki a{
     text-decoration: none !important;
}

.bt_teiki a:hover{
    color: #FFFFFF !important;
}

.footer_color{
    background-color: #972642;
    height: 65px;
    width: 100%;
    margin-bottom: 0px;
}

.link_page{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 8%;
    font-size: 16px;
}

.link_page a{
    color: #3e3a39;
}

.link_page a{
    text-decoration: underline !important;
}

.link_page a:hover{
    color: #3e3a39 !important;
}

.mb100{
    margin-bottom: 100px;
}