@charset "utf-8"; /* CSS Document */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img{
    width: 100%;
    vertical-align: bottom;
}

#wrapper{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

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

    #wrapper{
        width: 100%;
    }

}

.btn_a{
    position: absolute;
    aspect-ratio:640/167;
    width: 80%;
    left: 10% 
}

.btn_b{
    position: absolute;
    aspect-ratio: 800/325;
    width: 100%;
    left: 0%;
}

.link{
    position: absolute;
    aspect-ratio: 360/150;
    width: 45%;
}

.top{
    position: relative;
    aspect-ratio: 800/2035;
}

.top_l{
    left: 2%;
}

.top_r{
    right: 2%;
}

.top_fast{
    bottom: 11%;
    display: flex;
    align-items: end;
}

.top_second{
    bottom: 3%;
    display: flex;
    align-items: end;
}

.offer_01{
    position: relative;
    aspect-ratio: 800/4326;
}

.btn_01-1{
    top: 34.1%;
}

.btn_01-2{
    bottom: 0%;
}

.offer_02{
    position: relative;
    aspect-ratio: 800/4387;
}

.btn_02-1{
    top: 35%;
}

.btn_02-2{
    bottom: 0%;
}

.offer_03{
    position: relative;
    aspect-ratio: 800/4387;
}

.offer_03_movie{
    position: absolute;
    aspect-ratio: 384 / 216;
    width: 76%;
    bottom: 10.5%;
    left: 12%;
}

video {
    width: 100%;
}

.btn_03-1{
    top: 35.1%;
}

.btn_03-2{
    bottom: 0%;
}

.offer_04{
    position: relative;
    aspect-ratio: 800/4387;
}

.btn_04-1{
    top: 35.1%;
}

.btn_04-2{
    bottom: 0%;
}

.movie{
    position: absolute;
    aspect-ratio: 0/0;
    left: 0%;
    bottom: 0%;
}

.teiki{
    width: 100%;
    padding: 0 10%;    
    font-size: 15px;
}

@media screen and (max-width: 640px) {
    .teiki{
        font-size: 80%;
    }
}

.teiki p{
    padding-bottom: 1vh;
}

.teiki .bold{
    font-size: 18px;
}

@media screen and (max-width: 640px){
.teiki .bold{
    font-size: 3.2vw !important;
}
}

.teiki .red{
    color: #dc143c;
}

.teiki a{
    text-decoration: underline;
}

.block-page-top{
display: none !important;
}

#last{
	width: 100%;
    position: relative;
    background-color: #ffe6e9;
    z-index: 2;	
}

#last p{
	width: 800px;
	margin:20px auto 10px;
	padding: 0 5px 20px;
	font-size: 16px;
}

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

#last{
    background-color: #ffe6e9;	
}

#last p{
    width: 100%;
    margin: 20px auto 10px;
    padding: 0px 20px 20px;
    font-size: 16px;
}

}

#bunner{
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: -70%;
    right: 3%;
    width: 20%;
    max-width: 200px;
    transition: 1s;
    opacity: 1;
    z-index: 1;
}

.bunner_in{
    transition: 1s;
    opacity: 0!important;
}

.bunner_out{
    transition: 1s;
    bottom: 5%!important;
}

.block-page-top{
display: none !important;
}

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

    #bunner{
        flex-wrap: nowrap;
        position: fixed;
        max-width: 100%;
        width: 100%;
        bottom: -20%;
        right: 0;
        width: 100%;
    }

    #bunner a:hover{
        opacity: 1;
    }

    .bunner_out{
        transition: 1s;
        bottom: 0!important;
    }

}

@keyframes bunner_out{
    100%{opacity: 0;}
}

a, dt {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover, .con_btn:hover, input:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
}

.cam {
    display: block;
    margin-top: -30px;
    padding-top: 30px;
}

@media screen and (max-width: 640px) {
    .cam {
        display: block;
        margin-top: -60px;
        padding-top: 60px;
    }
}

