@charset "utf-8";
/* ==========================================================================
   Base
   ========================================================================== */
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;
}
/* ==========================================================================
   Typography & Utility
   ========================================================================== */
h1 {
    font-size: 48px;
    color: #485556;
    line-height: 1.1;
    margin-top: 50px;
}
h2.catchcopy {
    font-size: 20px;
    line-height: 1.65;
    margin-bottom: 15px;
}
.big-title {
    font-size: 112%;
    padding-left: 0.1em;
}
.c-red {
    color: #DC2224;
}
.responsive-img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* Arrow UI Element */
.arrow_circle {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    text-decoration: none;
    font-size: 19px;
    margin: 6px 0;
}
.arrow_circle::before {
    content: '';
    width: 1em;
    height: 1em;
    background: #3e8acc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.arrow_circle::after {
    content: '';
    width: 0.4em;
    height: 0.4em;
    border: solid #fff;
    border-width: 0.15em 0.15em 0 0;
    position: absolute;
    top: 50%;
    left: 0.25em;
    transform: translateY(-50%) rotate(45deg);
}
/* ==========================================================================
   Layout Containers
   ========================================================================== */
.container {
    width: 100%;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}
.contents {
    margin-top: 45px;
}
.pd {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 40px;
}
.cat-container {
    padding: 10px 10px 0;
    margin-bottom: 40px;
    border-top: 3px solid #bec2c4;
}
/* ==========================================================================
   Components: Product Section (Flexbox Modernized)
   ========================================================================== */
.product-section {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #bec2c4;
}
.product-section-end {
    border-bottom: none;
}
.product-block_left {
    width: 21%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-block_right {
    width: 79%;
    padding-left: 20px;
    margin-top: 5px;
}
h3.pr-copy {
    font-size: 24px;
    line-height: 1.4;
    margin: 8px 0;
}
.p-txt-category {
    font-size: 15px;
    margin-bottom: 20px;
    padding-right: 15%;
}
.pr-info-left {
    width: 100%;
    padding-right: 10px;
}
.pr-info-left a small {
    font-size: 65%;
    padding-left: 0.5em;
}
.p-txt-product {
    padding-left: 2em;
    margin-bottom: 20px;
}
/* Header & Footer */
.header_container {
    background: #111111;
}
.header {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* Counter Off-Screen */
.counter {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 920px) {
    h1 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    h2.catchcopy {
        font-size: 18px;
    }
    body {
        font-size: 13px;
    }
    h3.pr-copy {
        font-size: 21px;
    }
    .arrow_circle {
        font-size: 17px;
    }
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    h2.catchcopy {
        font-size: 14px;
    }
    .header {
        padding-right: 0;
        padding-left: 0;
    }
    h3.pr-copy {
        font-size: 22px;
        margin-top: 8px;
    }
    .arrow_circle {
        font-size: 16px;
    }
    .p-txt-category {
        font-size: 14px;
        padding-right: 0;
    }
    .product-section {
        padding-top: 20px;
        padding-bottom: 23px;
    }
}
@media only screen and (max-width: 500px) {
    .product-section {
        flex-direction: column;
    }
    .product-block_left {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
    }
    .product-block_left a {
        width: 50%;
    }
    .product-block_right {
        width: 100%;
        padding-left: 0;
    }
    .p-txt-product {
        margin-bottom: 10px;
    }
}