img{
    display: block;
}
body{
    font-family: "Zen Maru Gothic", serif;
}
a{
    cursor: pointer;
}
.body_wrapper{
    max-width: 768px;
    margin: 0 auto;
}
.cta{
    position: relative;
}
.cta_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
footer{
    padding: 0 0 5% 0;
}
.logo{
    max-width: 300px;
    width: 50%;
    margin: 4% auto 3%;
}
.address{
    text-align: center;
    font-size: min(4.0vw,24px);
    font-weight: bold;
    color: #5d5d5d;
}
.footer_list{
    display: flex;
    justify-content: center;
    gap: 5%;
    margin-top: 1%;
}
.footer_list a{
    color: #eb6146;
    font-size: min(4.0vw,24px);
    font-weight: bold;
    text-decoration: none;
}
.img4{
    position: relative;
}
.popup_button{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 49%;
    width: 75%;
    cursor: pointer;
}
.popup{
    /* width: 100vw;
    height: 100vh; */
    position:fixed;
    top: 0;
    left:0;
    z-index:100;
    /* max-width: 768px; */
    margin: 0 auto;
    /* background-color: #1515158f; */
    /* position: relative; */
}
.bg{
    width: 100vw;
    height: 100vh;
    background-color: #1515158f;
}
.popup_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 95%;
}
.popup_close{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(570%, -695%);
    max-width: 57px;
    width: 8%;
    z-index: 20;
}

.img5{
    position: relative;
}
.img5_btn{
    display:flex;
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
.img5_btn img{
    width: 50%;
    cursor: pointer;
}

.one_plan, .w_plan{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    bottom: 6%;
}

.img9{
    position: relative;
}
.img5_btn_2{
    display:flex;
    position: absolute;
    top: 11.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
.img5_btn_2 img{
    width: 50%;
    cursor: pointer;
}

.one_plan_2, .w_plan_2{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    top: 19%;
}
.img7 {
    position: relative;
}
.cta_img7 {
    position: absolute;
    top: 20%;
    left: 21%;
    width: 50%;
}