@charset "UTF-8";
.g-header__bottom {
display: none !important;
}

html.notIE body.brand_top main {
    margin-top: 120px !important;
}

.content > section {
    width: auto;
    max-width: 960px;
    margin: auto;
}

.content > .ttl {
    margin: 0 auto 0.4rem;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.content > section > .content_inner > .content_price_list_title {
    display: flex;
    font-size: 20px;
    justify-content: center;
    padding: 1rem 0 0.5rem;
    font-weight: 600;
}

.content > section > .content_inner > .content_price_list {
    display: grid;
    grid-template-columns: 180px 1fr 130px 130px;
    grid-template-rows: repeat(auto-fill, 1fr);
    border: 1px solid #e4e4e4;
    border-bottom: none;
}

.content > section > .content_inner > .content_price_list > dt {
    padding: 0.2rem 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e4e4e4;
}

.content > section > .content_inner > .content_price_list > dd {
    padding: 0.2rem 0.5rem;
    border-bottom: 1px solid #e4e4e4;
}

.content > section > .content_inner > .content_price_list > dt.box001 {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row: 1/3;
    justify-content: center;
    align-items: center;
}

.content > section > .content_inner > .content_price_list > dt.box002 {
    display: flex;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row: 1/3;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #e4e4e4;
}

.content > section > .content_inner > .content_price_list > dt.box003 {
    display: flex;
    grid-column-start: 3;
    grid-column-end: 5;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #e4e4e4;
}

.content > section > .content_inner > .content_price_list > dt.box004 {
    display: flex;
    grid-column-start: 3;
    grid-column-end: 4;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #e4e4e4;
}

.content > section > .content_inner > .content_price_list > dt.box005 {
    display: flex;
    grid-column-start: 4;
    grid-column-end: 5;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #e4e4e4;
}

.content > section > .content_inner > .content_price_list > dd.jan_code {
    display: block;
    text-align: center;
}

.content > section > .content_inner > .content_price_list > dd.product_name {
    display: block;
    border-left: 1px solid #e4e4e4;
    text-align: left;
}

.content > section > .content_inner > .content_price_list > dd.current_price {
    display: block;
    border-left: 1px solid #e4e4e4;
    text-align: right;
}

.content > section > .content_inner > .content_price_list > dd.new_price {
    display: block;
    border-left: 1px solid #e4e4e4;
    text-align: right;
}

.content > section > .content_inner > .note {
    padding-top: 10px;
    text-align: right;
}

@media screen and (max-width:750px) {

    html.notIE body.brand_top main {
        margin-top: 60px !important;
        padding-top: calc(60 / 750 * 100vw);
    }

    html.notIE .content {
        padding-bottom: calc(90 / 750 * 100vw);
    }

    .content > .ttl {
        margin: 0 auto calc(20 / 750 * 100vw);
        font-size: calc(44 / 750 * 100vw);
    }

    .content > section {
        width: 100%;
        max-width: 100vw;
        min-width: 100%;
    }

    .content > section > .content_inner {
        display: block;
        width: 100%;
        padding: 0 calc(40 / 750 * 100vw);
        overflow-x: scroll;
    }

    .content > section > .content_inner > .content_price_list_title {
        padding-top: 1.5rem;
        font-size: calc(36 / 750 * 100vw);
        width: 100%;
    }

    .content > section > .content_inner > .content_price_list {
        grid-template-columns: 160px 530px 120px 120px;
        overflow-x: scroll;
    }



    .content > section > .content_inner > .note {
        text-align: left;
    }
}

@media screen and (min-width:751px) {
    html.notIE .content {
        padding-bottom: 80px;
    }

    .u-pc_none {
        display: none;
    }
}