@media all and (min-width: 641px) {
    .page-title-holder {
        background: url(../img/bg-main.jpg) center top no-repeat
    }

    .page-title-holder .title-svg {
        width: 317px
    }

    .page-title-holder .page-title-products {
        width: 49px;
        margin-left: 360px;
        bottom: 0;
        margin-bottom: -62px
    }

    .section-howto .section--inner {
        margin-top: 95px
    }
}

@media screen and (max-width: 640px) {
    .page-title-holder {
        height: 63.125vw;
        background: url("../img/page-title-base-sp.jpg") center top no-repeat;
        position: relative;
        text-align: center;
        padding-top: 9.375vw
    }

    .page-title-holder .page-title {
        margin: 0 auto
    }

    .page-title-holder .page-title img {
        width: 55vw
    }

    .page-title-holder .page-title-products {
        width: 7.96875vw;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: -10.15625vw !important
    }

    .section-howto {
        margin: auto
    }

    .section-howto .section--inner {
        padding: 0 4.6875vw;
        margin-top: 18.75vw
    }

    .section-howto .block .box.n1 {
        margin-top: 3.4375vw
    }

    .section-howto .block .pic-illust {
        width: 68.75vw;
        margin: 7.8125vw auto 0
    }
    
    .section-product .product-block.n7 .holder {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .section-product .product-block.n7 .holder .item {
        width: 100%;
        display: initial;
        margin: 0;
    }
    .section-product .product-block.n7 .holder .item .pic {
        /* margin-bottom: -48%; */
        width: 75%;
        margin: auto;
    }
    .section-product .product-block.n7 .holder .item .item-name {
        width: 100%;
        font-weight: bold;
        font-size: 4.6875vw;
        margin-top: -9rem;
        margin-bottom: 3rem;
    }
}
.section-product .product-block.n7 .holder .item {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
    /* flex-direction: column; */
    /* margin: 0 0 10% 0; */
}
.section-product .product-block.n7 .holder {
    flex-wrap: wrap;
}
.section-product .product-block.n7 .holder .item .item-name {
    /* width: 100%; */
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.5;
}
.section-product .product-block.n7 .holder .item .products-btn-list {
    /* margin-top: auto; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
@media screen and (max-width: 640px) {
    .section-product .product-block.n7 .holder {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .section-product .product-block.n7 .holder .item {
        width: 100%;
        display: initial;

        margin: 0;

    }

    .section-product .product-block.n7 .holder .item .pic {
        /* margin-bottom: -48%; */
        width: 75%;
        margin: auto;
    }

    .section-product .product-block.n7 .holder .item .item-name {
        width: 100%;
        font-weight: bold;
        font-size: 4.6875vw;
        margin-top: -9rem;
        margin-bottom: 3rem;
    }

    .section-product .product-block.n7 .holder .item .item-type {
        width: 100%;
    }

    .section-product .product-block.n7 .holder .item .item-class {
        width: 100%;
    }

    .section-product .product-block.n7 .holder .item .products-btn-list {

        margin-top: auto;
    }

    .section-product .product-block.n7 .holder .item .products-btn-list .btn-buy {
        margin-top: initial;
    }

    .section-product .product-block.n7 .holder .item .products-btn-list .btn-default {
        margin-top: 3.125vw;
    }
}