@charset "UTF-8";
/* CSS Document */

/* ---------- COMMON ---------- */
.item_detail h1{
    /*height: 45.83vw;*/
    height: 47.135416vw;
    overflow: hidden;
}

.item_detail h1 span{
    display: none;
}

/* ---------- Mobile / Tablet ---------- */
@media(max-width:1022px){
    .item_detail section{
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ---------- Mobile ---------- */
@media(max-width:737px) {
    .item_detail{
        padding-top: 44px;
    }

    .item_detail h1{
        margin-bottom: 10px;
    }

    .item_detail section p{
        margin-bottom: 20px;
    }

    .item_detail section figure:not(.good_design){
        margin-bottom: 10px;
    }

    .good_design{
        margin-bottom: 20px;
    }

    .good_design img{
        height: 17px;
    }
}

/* ---------- Portlate ---------- */
@media(max-width:567px) {}

/* ---------- Tablet / PC ---------- */
@media (min-width: 738px) {
    .item_detail h1{
        margin-bottom: 20px;
    }

    .image_group{
        display: flex;
        justify-content:space-between;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ---------- Tablet ---------- */
@media(max-width:1022px) and (min-width: 737px){

    .item_detail section p{
        margin-bottom: 10px;
    }

    .item_detail section figure:not(.good_design){
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 79%;
    }

    .good_design{
        margin-bottom: 40px;
    }

    .good_design img{
        height: 27px;
    }

    .image_group{
        width: 79%;
    }
}

/* ---------- PC ---------- */
@media(min-width:1023px){

    .item_detail section{
        margin-left: auto;
        margin-right: auto;
        max-width: 1130px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .item_detail section p{
        margin-bottom: 20px;
    }

    .item_detail section figure:not(.good_design){
        margin-bottom: 35px;
    }

    .good_design{
        margin-bottom: 80px;
    }

    .good_design img{
        height: 45px;
    }
}