@charset "utf-8";
/* Base Settings */
body {
    font-family: Arial, Helvetica, Verdana, 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 14px;
    color: #575d61;
}
a:link, a:visited, a:active {
    color: #323638;
}
.inline-block {
    display: inline-block;
}
.responsive-img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* Layout Containers */
.container {
    max-width: 980px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.contents {
    margin-top: 45px;
}
.pd {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 40px;
}
/* Header & Footer */
.header_container {
    background: #111111;
}
.header {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* Typography */
h1 {
    font-size: 41px;
    color: #485556;
    line-height: 1.1;
    margin-top: 50px;
    margin-bottom: 15px;
}
h2.pr-copy {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: 8px;
}
.p-txt-category {
    font-size: 15px;
    margin-bottom: 20px;
    padding-right: 15%;
}
/* Components */
.arrow_circle {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    text-decoration: none;
    font-size: 19px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.arrow_circle::before {
    content: '';
    width: 1em;
    height: 1em;
    background: #3e8acc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
}
.arrow_circle::after {
    content: '';
    width: 0.4em;
    height: 0.4em;
    border: 0;
    border-top: solid 0.15em #fff;
    border-right: solid 0.15em #fff;
    position: absolute;
    top: 50%;
    left: 0.25em;
    margin-top: -0.2em;
    transform: rotate(45deg);
}
.arrow_circle small {
    font-size: 65%;
    padding-left: 0.5em;
}
/* Product Sections */
.cat-container {
    padding: 10px 10px 0;
    margin-bottom: 40px;
    border-top: 3px solid #bec2c4;
}
.product-section {
    display: flex;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #bec2c4;
}
.product-section-kg {
    padding-bottom: 50px;
}
.product-section-end {
    border-bottom: none;
}
.product-block_left {
    width: 21%;
    flex-shrink: 0;
}
.product-block_right {
    width: 79%;
    padding-left: 20px;
    margin-top: 5px;
}
.product-section-notice {
    padding-top: 4px;
    padding-bottom: 8px;
}
.product-section-notice .p-txt-category {
    margin-bottom: 0;
    padding-left: 21%;
}
/* Counter */
.counter {
    display: none;
}
/* --------------------------------------
   Responsive Styles
-------------------------------------- */
@media screen and (max-width: 920px) {
    body {
        font-size: 13px;
    }
    h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    h2.pr-copy {
        font-size: 21px;
    }
    .arrow_circle {
        font-size: 17px;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        margin-top: 30px;
    }
    h2.pr-copy {
        font-size: 20px;
    }
    .product-section {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 23px;
    }
    .product-section-kg {
        padding-bottom: 45px;
    }
    .product-block_left, .product-block_right {
        width: 100%;
    }
    .product-block_right {
        padding-left: 0;
    }
    .p-txt-category {
        font-size: 14px;
        margin-bottom: 7px;
        padding-right: 0;
    }
    .product-section-notice .p-txt-category {
        padding-left: 0;
        text-align: center;
    }
    .arrow_circle {
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .product-block_left img {
        width: 50%;
        margin-bottom: 10px;
    }
}