@charset "UTF-8";
.bread-wrapper > .container {
    margin-bottom: 30px;
}
.container-product-logo-v2 {
    margin-bottom: 20px;
}
h1.product-logo-v2 {
    margin: 0 0 0.2em 0;
    padding-right: 1.5em;
    font-size: 29px;
    display: inline-block;
}
h1.product-logo-v2 small {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans Japanese', "メイリオ", sans-serif;
    font-size: 60%;
    font-weight: 700;
}
h2.product-catch-v2 {
    font-family: Arial, 'Noto Sans Japanese', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.25;
    display: inline-block;
    margin: 0;
    font-feature-settings: "palt";
}
h2.product-catch-v2 .product-catch-sub-v2 {
    font-size: 72%;
    color: #606060;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans Japanese', "メイリオ", sans-serif;
    font-weight: 700;
    display: inline-block;
    line-height: 1.25;
}
/* ########### 1199px以下 ########### */
@media screen and (max-width: 1199px) {
    h1.product-logo-v2 {
        font-size: 27px;
        margin-bottom: 0.2em;
    }
    h2.product-catch-v2 {
        font-size: 23px;
    }
}
/* ########### 991px以下 ########### */
@media screen and (max-width: 991px) {
    .container-product-logo-v2 {
        margin-bottom: 15px;
    }
}
/* ########### 767px以下 ########### */
@media screen and (max-width: 767px) {
    h2.product-catch-v2 {
        font-size: 20px;
    }
	h2.product-catch-v2 .product-catch-sub-v2 {
    padding-top: 0.4em;
}
}
/* ########### 479px以下 ########### */
@media screen and (max-width: 479px) {
    h2.product-catch-v2 {
        font-size: 18.5px;
    }
}