@charset "UTF-8";
/* CSS Document */


#container.brand-content .brand-section {
    padding-top: 30px;
}
.prodlist-series {
    padding-top: 30px;
    padding-bottom: 0.5em;
    padding-left: calc((100vw - 940px) / 2);
}
#relatedCorousel {
    display: none;
}
.prodlist.bg-blue {
    padding-left: calc((100vw - 940px) / 2);
    margin: 0 auto;
}

	
/****************************** BREAK POINT *******************************
PCのみ Layout
******************************* BREAK POINT ******************************/
@media screen and (min-width: 769px) {
/* -------------------------------------------------------------------------------------------------------*/



}
/****************************** BREAK POINT *******************************
タブレット Layout
******************************* BREAK POINT ******************************/
@media screen and (max-width: 768px) {
.prodlist.bg-blue {
    box-sizing: border-box;
    padding-left: 15px;
    margin-top: -50px;
}
/*.prodlist-series {
    padding-left: 15px;
}*/
.prodlist-brand {
    padding-left: 0;
}
.prodlist-list {
    padding-left: 0;
}



}
/****************************** BREAK POINT *******************************
SP Layout
******************************* BREAK POINT ******************************/
@media screen and (max-width: 480px) {


}

