.top_sec .deliv_wrap .inner .deliv_box {
    display: flex;
    background-color: #038787;
    justify-content: center;
    align-items: center;
}

.top_sec .deliv_wrap .inner .deliv_box .date_box {
    padding: 20px;
    color: white;
}

.top_sec .deliv_wrap .inner .deliv_box .date_box .deliv_date {
    font-size: x-large;
    letter-spacing: 2px;
    margin: 5px;
}

.top_sec .deliv_wrap .inner .deliv_box .date_box .deliv_date span#shortest_deliv {
    color: #FCEE21;
    font-weight: 700;
}

.top_sec .deliv_wrap .inner .deliv_box .date_box .annotation {
    display: flex;
}

.top_sec .deliv_wrap .inner .deliv_box .date_box .annotation .sub_date {
    margin: 5px;
}

.top_sec .deliv_wrap .inner .deliv_box .date_box .annotation .attention {
    margin: 5px;
}

.top_sec .mv_wrap {
    background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/main_back_v2.png);
}

.top_sec .mv_wrap .label {
    margin: 0;
    width: 140px;
    position: absolute;
    top: 0;
    right: 1%;
    left: auto;
}

.top_sec .mv_wrap .main_wrap {
    margin: 0 auto;
    width: 95%;
    max-width: 1080px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: normal;
    padding-top: 90px;
    align-items: center;
}

.top_sec .mv_wrap .main_wrap .copy {
    margin-right: 30px;
    margin-top: -50px;
    width: auto;
}

.top_sec .mv_wrap .main_wrap .image {
    width: auto;
    margin-top: 0px;
}

.top_sec .mv_wrap .long_term {
    background-color: grey;
    opacity: 70%;
}

.top_sec .mv_wrap .long_term .content {
    color: white;
    padding: 10px;
    text-align: center;
    font-size: xx-large;
    font-weight: 500;
    letter-spacing: 10px;
    margin: 15px;
}

.product_area .title_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_area .title_box .title {
    font-size: 50px;
    font-weight: bold;
    margin: 20px auto 0;
    color: #003534;
}

.product_area .product_box .s_box {
    margin: 0 auto;
    width: calc(25% - 20px);
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    position: relative;
    border-radius: 0px;
    border: 1px solid black;
    box-shadow: 2px 3px 5px 0 grey;
    overflow: hidden;
    transition: .5s;
    aspect-ratio: 1 / 1;
    display: flex;
}

.product_area .product_box .s_box:hover {
    border: 1px solid #039Ca0;
}

.product_area .product_box .s_box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: white;
    top: 0;
    left: 0;
}

.product_area .product_box .s_box a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: .5s;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    object-fit: contain;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.product_area .product_box .s_box .img {
    margin: 20px auto 0;
    max-width: 80%;
    display: flex;
    position: relative;
    height: 70%;
    width: auto;
    padding: 10px;
}

.product_area .product_box .s_box a .name {
    margin: 0 auto 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: black;
    text-align: center;
    position: relative;
    height: 30%;
    object-fit: contain;
    align-content: center;
    justify-content: center;
}

@media only screen and (max-width:767px) {
    .home .top_sec .mv_wrap {
        display: none;
    }

    .home .top_sec .deliv_wrap {
        display: none;
    }

    .home .top_sec .mv_wrap.sp {
        background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/main_back_sp_v2.png);
        background-size: auto;
        background-position: top;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 37px;
    }

    .home .top_sec .mv_wrap.sp .main_wrap {
        padding-top: 20px;
        justify-content: center;
    }

    .home .top_sec .mv_wrap.sp .main_wrap .copy {
        width: 80%;
        margin: 0;
    }

    .home .top_sec .mv_wrap.sp .main_wrap .label {
        width: 20%;
    }

    .home .top_sec .mv_wrap.sp .long_term {
        background-color: grey;
        opacity: 70%;
        width: 100%;
    }

    .home .top_sec .mv_wrap.sp .long_term .content {
        font-size: 6vw;
        letter-spacing: 5px;
        margin: 0;
        padding: 5px;
        font-weight: 500;
    }

    .home .top_sec .mv_wrap.sp .image {
        display: flex;
        justify-content: center;
        width: 80%;
        margin: 5px 0;
    }

    .home .top_sec .mv_wrap.sp .image {
        display: flex;
        justify-content: center;
        width: 80%;
        margin: 5px 0;
    }

    .home .top_sec .mv_wrap.sp .deliv_wrap {
        width: 100%;
        display: flex;
        flex-flow: column;
        background-color: #0099a0;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .home .top_sec .mv_wrap.sp .deliv_wrap .date_box {
        color: white;
        text-align: center;
        margin: 10px;
        font-size: 3vw;
    }

    .home .top_sec .mv_wrap.sp .deliv_wrap .date_box .deliv_date {
        font-size: 125%;
        letter-spacing: 2px;
        margin: 5px;
        font-weight: 500;
    }

    .home .top_sec .mv_wrap.sp .deliv_wrap .date_box .deliv_date span#shortest_deliv_sp {
        color: #FCEE21;
        font-weight: 700;
    }


    .home .top_sec .mv_wrap.sp .deliv_wrap .date_box .annotation .sub_date {
        margin: 0px;
    }

    .home .top_sec .mv_wrap.sp .deliv_wrap .date_box .annotation .attention {
        margin: 0px;
    }

    .home .top_sec .product_area .title_box .title {
        font-size: 6vw;
        font-weight: bold;
        margin: 5px;
    }

    .home .top_sec .product_area .wrap .product_box .s_box {
        width: calc(50% - 20px);
        padding: 0px;
    }

    .home .top_sec .product_area .wrap .product_box .s_box .img {
        height: 60%;
        margin: 5px auto 0;
    }

    .home .top_sec .product_area .wrap .product_box .s_box a .name {
        font-size: 3vw;
    }
}