@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;
}

.manage_wrap {
    width: 800px;
    margin: 0 auto 1vh;
}

.lp_manage {
    font-size: 16px;
    text-align: center;
    width: 16vw;
    border: 1px solid;
}

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

    #wrapper{
        width: 100%;
    }

    .lp_manage {
        font-size: 4vw;
        text-align: center;
        width: 60vw;
        border: 1px solid;
        margin-left: 1vw;
    }
    
    .manage_wrap {
        width: 100%;
    }
}

.btn_01{
    position: absolute;
    aspect-ratio: 673/143;
    width: 84.125%;
    left: 7.9375%;
}

.btn_02{
    position: absolute;
    aspect-ratio: 539/107;
    width: 67.375%;
    left: 16.3125%;
}

.btn_03{
    position: absolute;
    aspect-ratio: 578/103;
    width: 72.25%;
    left: 13.875%;
}


.cont_02{
    position: relative;
    aspect-ratio: 800/3000;
}

.cont_02btn_01{
    top: 50%;
}

.cont_02btn_02{
    bottom: 5%;
}

.cont_04{
    position: relative;
    aspect-ratio: 800/1114;
}

.cont_04btn{
    bottom: 4%;    
}

.cont_05{
    position: relative;
    aspect-ratio: 800/826;
}

.cont_05btn{
    bottom: 7%;    
}

@media screen and (max-width:640px){
    .btn_move{
        animation: 3s btn_move infinite;
    }
    
    @keyframes btn_move{
    0%{top: 50%;}
    70%{top: 50%;}
    80%{top: 49.4%;}
    100%{top: 50%;}
    }
}

#last{
	width: 100%;
    background-color: #ffe6e9;	
}

#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;
}

}

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;
    }
}
