/* .section_title_box{
    margin-bottom: 50px;
    font-family: 'MaruBuri-Regular';
    text-align: center;
}
.section_title{
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 15px;
}
.section_subtitle{
    font-size: 16px;
    display: inline-block;
    border-top: 1px solid;
    padding-top: 15px;
}


.subject_title{
    position: relative;
    font-size: 22px;
    font-weight: 900;
}

.subject_subtitle{
    position: relative;
    font-size: 15px;
    color: #525252;
}


.product_item_box{
    float: left;
    box-sizing: border-box;
    position: relative;
}
.product_item_img{
    position: relative;
    overflow: hidden;
}
.product_item_img>a{
    display: block;
    width: 100%;
    height: 100%;
}
.product_item_img img{
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.product_item_disc_box{
    position: relative;
}
.product_item_disc_box>.title,
.product_item_disc_box>.disc{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product_item_disc_box>.price{
    color: #F24726;
    font-weight: 900;
}
.product_item_disc_box{
    position: relative;
}
.product_item_disc_box a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.bg_setting{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width : 768px) {
    .section_title_box{
        margin-bottom: 30px;
    }
    .section_title{
        font-size: 18px;
        padding-bottom: 5px;
    }
    .section_subtitle{
        padding-top: 5px;
        font-size: 14px;
    }
    .subject_title{
        font-size: 17px;
    }
    .subject_subtitle{
        font-size: 14px;
    }
}



@media screen and (max-width : 425px) {
    .subject_title {
        font-size: 17px;
    }
    .subject_subtitle {
        padding-left: unset;
        font-size: 14px;
    }
    .product_section{
        margin-bottom: 50px;
    }
}
 */
