﻿@charset "UTF-8";
/* CSS Document */

.lp_content {
    width: 950px;
    margin: auto;
    position: relative;
}
.lp_content img {
    margin: 0;
    border: 0;
    display: block;
}
#btn_top {
    background: url(../images/btn-top.png);
    background-size: 100% 100%;
    width: 150px;
    height: 150px;
    position: fixed;
    bottom: 10px;
    right: calc( (100% - 950px) / 2 + 10px );
    display: inline-block;
    
/*    display: none;*/
}
#btn_top.fixed {
    position: fixed;
}
#btn_top.absolute {
    position: absolute;
    right: 10px;
}
.r {
    position: relative;
} 
.btn_more {
    display: inline-block;
    background: url(../images/liftage_LP_btn01.png);
    width: 411px;
    height: 65px;
    position: absolute;
    bottom: 70px;
    right: 65px;
}
.btn_more:hover {
    background: url(../images/liftage_LP_btn01_over.png);
}
.y50 .btn_more {
    right: inherit;
    left: 65px;
}
.btn_buy {
    display: inline-block;
    background: url(../images/liftage_LP_btn02.png);
    width: 711px;
    height: 73px;
    position: absolute;
    left: 104px;
    bottom: 80px;
}
.btn_buy:hover {
    background: url(../images/liftage_LP_btn02_over.png);
}
.lp_content.inner .btn_buy {
    background: url(../images/liftage_LP_btn03.png);
    width: 669px;
    height: 68px;
    left: 133px;
    bottom: 105px;
}
.lp_content.inner .btn_buy:hover {
    background: url(../images/liftage_LP_btn03_over.png);
}
.video_wrap iframe {
    position: absolute;
    left: 106px;
    bottom: 33px;
}
