@charset "utf-8";

/** reset.css から移動 ここから */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td,
img {
    margin: 0;
    padding: 0;
}

body {
    font: 15px/1.3 "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #333;
    font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #fff;
    font-size: 90%;
    line-height: 150%;
    letter-spacing: 0em;

    &.user_sitemap #main section.page_group {
        width: calc(100% / 3);
        float: left;

        li {
            padding: 0 0 0 15px;
            margin: 1em 0 1em 0em;
            background: url("../img/bloc/icon-guide.gif") no-repeat left center;

            &.level1 {
                padding: 0 0 0 15px;
                margin: 1em 0 1em 0em;
                font-size: 120%;
            }

            &.level2 {
                margin: 0.5em 0 0.5em 2em;
                padding: 0 0 0 15px;
            }
        }
    }

    &.LC_Page_Products_Detail {

        /* この商品をシェア */
        .sns_share_button_area_outer {
            position: relative;

            .nouki {
                position: absolute;
                bottom: 0;
                right: 0;
            }
        }

        .sns_share_button_area {
            margin-top: 1.2em;

            >* {
                display: inline-block;
            }

            >p {
                vertical-align: text-bottom;
                padding-right: 1ex;
            }

            a+a {
                margin-left: 1ex;
            }
        }
    }

    &.LC_Page_Products_ReviewOne #undercolumn .tpl_level_agv {
        text-align: center;
        margin: 1em 0;

        .title {
            padding: 4px 10px;
            background: #333;
            font-size: 14px;
            color: #fff;
            text-align: center;
        }

        .body {
            padding: 10px;
            background: #f1f1f0;
            border: 1px solid #e0e0e0;
            border-top: none;

            .value {
                font-size: 2em;
                margin-bottom: 0.8ex;
            }
        }
    }

    &.LC_Page_Products_List.search {

        /*======================　表示調整用　======================*/
        #main_container {
            margin-top: 0px;
        }

        h2.heading_of_product_list {
            margin-top: 20px;
        }
    }
}

html,
body {
    background: #FFF;
    color: #000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    html {
        body {
            font-size: small;
        }

        input,
        textarea,
        select {
            font-size: 100%;
        }

        pre,
        code,
        kbd,
        samp,
        tt {
            font-size: 100%;
            line-height: 100%;
        }

        /* clearfix exlude MacIE5 \*/
        .cl {
            height: 1%;
        }
    }

    &:first-child {
        +html body {
            font-size: small;
        }

        +html+input,
        html+textarea,
        +html select {
            font-size: 100%;
        }

        +html pre,
        html+code,
        html+kbd,
        +html+samp,
        +html tt {
            font-size: 108%;
            line-height: 100%;
        }
    }
}

img {
    border: 0;

    /* 写真 */
    &.picture {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        aspect-ratio: 1 / 1;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-size: 100%;
}

ul,
dl,
ol {
    text-indent: 0;
}

li {
    list-style: none;

    &.photo150px {
        float: left;
        width: 153px;
        height: 180px;
        font-size: 10px;
        color: #666666;
        margin: 2px;
        padding: 5px;
        line-height: 120%;
        background: #fff;
        border: 1px solid #666;
        border-radius: 3px;
    }

    /*取り扱いブランド一覧ページ用 */
    &.brand_box {
        float: left;
        width: 100px;
        height: 130px;
        font-size: 10px;
        color: #666666;
        margin: 2px;
        padding: 3px;
        line-height: 120%;
        background: #fff;
        border: 1px solid #666;
        border-radius: 3px;
    }

    &.title_box {
        float: left;
        width: 98px;
        height: 128px;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        color: #000;
        margin: 2px;
        padding: 3px;
        background: #dbdbdb;
        border: 2px solid #666666;
        border-radius: 3px;
    }
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/** table.css から移動 ここから */
/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;

    th {
        color: #333;
        background-color: #eeeeee;
        font-weight: normal;
        border: 1px solid #A0A0A0;
        vertical-align: middle;
        padding: 5px;
    }

    td {
        padding: 8px;
        border-right: 1px solid #A0A0A0;
        border-bottom: 1px solid #A0A0A0;
        background: #fff;
        color: #333;
    }
}

th,
td {
    text-align: left;
    vertical-align: top;
}

caption {
    text-align: left;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
}

input,
select,
textarea {
    font-size: 100%;
    font-family: Verdana, Helvetica, sans-serif;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

@media screen and (min-width: 481px) {
    .mt0 {
        margin-top: 0px !important;
    }

    .mt5 {
        margin-top: 5px !important;
    }

    .mt10 {
        margin-top: 10px !important;
    }

    .mt15 {
        margin-top: 15px !important;
    }

    .mt20 {
        margin-top: 20px !important;
    }

    .mt30 {
        margin-top: 30px !important;
    }

    .mt40 {
        margin-top: 40px !important;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .mt60 {
        margin-top: 60px !important;
    }

    .mt70 {
        margin-top: 70px !important;
    }

    .mt80 {
        margin-top: 80px !important;
    }

    .mt90 {
        margin-top: 90px !important;
    }

    .mt100 {
        margin-top: 100px !important;
    }

    .mb10 {
        margin-bottom: 10px;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .mb30 {
        margin-bottom: 30px;
    }

    .mb40 {
        margin-bottom: 40px;
    }

    .mb50 {
        margin-bottom: 50px;
    }

    .mb60 {
        margin-bottom: 60px;
    }

    .mb70 {
        margin-bottom: 70px;
    }

    .mb80 {
        margin-bottom: 80px;
    }

    .mb90 {
        margin-bottom: 90px;
    }

    .mb100 {
        margin-bottom: 100px;
    }

    .w50 {
        width: 50px;
    }

    .w60 {
        width: 60px;
    }

    .w70 {
        width: 70px;
    }

    .w80 {
        width: 80px;
    }

    .w90 {
        width: 90px;
    }

    .w100 {
        width: 100px;
    }

    .w110 {
        width: 110px;
    }

    .w120 {
        width: 120px;
    }

    .w130 {
        width: 130px;
    }

    .w140 {
        width: 140px;
    }

    .w150 {
        width: 150px;
    }

    .w160 {
        width: 160px;
    }

    .w170 {
        width: 170px;
    }

    .w180 {
        width: 180px;
    }

    .w190 {
        width: 190px;
    }

    .w200 {
        width: 200px;
    }
}

@media screen and (max-width: 480px) {
    .mt0 {
        margin-top: 0px !important;
    }

    .mt5 {
        margin-top: 5px !important;
    }

    .mt10 {
        margin-top: 10px !important;
    }

    .mt15 {
        margin-top: 15px !important;
    }

    .mt20 {
        margin-top: 20px !important;
    }

    .mt30 {
        margin-top: 30px !important;
    }

    .mt40 {
        margin-top: 40px !important;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .mt60 {
        margin-top: 60px !important;
    }

    .mt70 {
        margin-top: 70px !important;
    }

    .mt80 {
        margin-top: 80px !important;
    }

    .mt90 {
        margin-top: 90px !important;
    }

    .mt100 {
        margin-top: 100px !important;
    }

    .mb10 {
        margin-bottom: 10px;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .mb30 {
        margin-bottom: 30px;
    }

    .mb40 {
        margin-bottom: 40px;
    }

    .mb50 {
        margin-bottom: 50px;
    }

    .mb60 {
        margin-bottom: 60px;
    }

    .mb70 {
        margin-bottom: 70px;
    }

    .mb80 {
        margin-bottom: 80px;
    }

    .mb90 {
        margin-bottom: 90px;
    }

    .mb100 {
        margin-bottom: 100px;
    }

    .w50 {
        width: 50px;
    }

    .w60 {
        width: 60px;
    }

    .w70 {
        width: 70px;
    }

    .w80 {
        width: 80px;
    }

    .w90 {
        width: 90px;
    }

    .w100 {
        width: 100px;
    }

    .w110 {
        width: 110px;
    }

    .w120 {
        width: 120px;
    }

    .w130 {
        width: 130px;
    }

    .w140 {
        width: 140px;
    }

    .w150 {
        width: 150px;
    }

    .w160 {
        width: 160px;
    }

    .w170 {
        width: 170px;
    }

    .w180 {
        width: 180px;
    }

    .w190 {
        width: 190px;
    }

    .w200 {
        width: 200px;
    }

    .wd70 img {
        width: 70%;
    }

    .wd75 img {
        width: 75%;
    }

    .wd80 img {
        width: 80%;
    }

    .wd85 img {
        width: 85%;
    }

    .wd90 img {
        width: 90%;
    }

    .wd95 img {
        width: 95%;
    }
}

.clear_fix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    font-size: 0;
}

.d_block {
    display: block;
}

.img_center {
    width: 100%;
    text-align: center;
}

.img_opacity {
    display: block;
    zoom: 1;

    &:hover {
        zoom: 1;
        filter: Alpha(opacity=70);
        opacity: 0.7;
    }
}

.al_l {
    text-align: left !important;
}

.al_c {
    text-align: center !important;
}

.al_r {
    text-align: right !important;
}

.va_t {
    vertical-align: top !important;
}

.va_m {
    vertical-align: middle !important;
}

.va_b {
    vertical-align: bottom !important;
}

@media screen and (min-width: 481px) {
    .sonly {
        display: none;
    }

    .snone {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .sonly {
        display: block;
    }

    .snone {
        display: none;
    }
}

.f_none {
    clear: both !important;
    margin-top: 10px !important;
}

/** reset.css から移動 ここまで */
/** common.css から移動 ここから */
/************************************************
 共通設定
************************************************ */
html {}

.trans_img {
    transition: all 0.2s ease;

    &:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
    }
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    /*text-align: center;*/
    margin: 0 auto;
}

/* コンテンツ */
#container {
    /*margin: 0 auto;
    padding: 0 0 20px;
    width: 1040px;
    text-align: left;
    */
    width: 100%;

    /* 外枠
    ----------------------------------------------- */
    .block_outer {
        /* #container の背景色を欠けさせないため敢えて padding */
        padding: 0 10px 10px;

        .block_body dl.formlist {
            margin-bottom: 8px;

            dd {
                margin-bottom: 5px;
            }

            dt {
                margin-bottom: 3px;
            }

            span {
                vertical-align: top;
            }
        }

        #banner_area .block_body {
            border: none;
        }
    }

    #main_column .block_outer {
        padding: 0 0 20px;
    }

    .side_column .block_outer {
        padding: 0;
        margin: 10px 0;
        background-color: #fff;
    }

    div {
        &#login_area .block_body {
            padding: 10px;

            p {
                margin-bottom: 5px;
            }

            .btn {
                text-align: center;
            }

            .mini {
                margin-top: 5px;
                letter-spacing: -0.01em;
            }
        }

        /* ===============================================
        ▼検索
        =============================================== */
        &#search_products_simple_area .block_body,
        &#search_area .block_body {
            padding: 10px;
        }

        &#search_products_simple_area .block_body .btn,
        &#search_area .block_body .btn {
            text-align: center;
        }

        &#search_products_simple_area .block_body p,
        &#search_area .block_body p {
            margin-bottom: 5px;
        }
    }

    .login_area dl.formlist {
        margin-bottom: 8px;
        width: 450px;

        dt {
            margin-bottom: 3px;
            padding-left: 15px;
            color: #333;
            background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
            width: 150px;
            float: left;
            font-size: 100%;
        }

        dd {
            margin-bottom: 5px;
            float: right;
            width: 300px;
            vertical-align: bottom;
            text-align: left;
        }
    }
}

.LC_Page_User #container,
#container {
    position: relative;
}

/* ==============================================
 カラム指定
=============================================== */
/* メイン部
----------------------------------------------- */
#main_column {
    padding: 0;

    /* 1カラム時 */
    &.colnum1 {
        margin: 0 auto;
        width: 100%;
        text-align: left;

        div {

            /* レイアウト
            ----------------------------------------------- */
            /* 1カラム用 */
            &.subtext {
                margin-bottom: 20px;
                float: left;
                width: 69%;
            }

            &.subphotoimg {
                float: right;
                width: 25%;
                text-align: right;
            }
        }

        p.subtext {
            margin-bottom: 20px;
        }

        #recommend_area .block_body .productContents {
            float: right;
            width: 74%;
        }
    }

    /* 2カラム時 (共通) */
    &.colnum2 {
        width: 810px;

        /* 2カラム時 (メイン部が左) */
        &.left {
            padding-left: 1%;
            float: left;
        }

        /* 2カラム時 (メイン部が右) */
        &.right {
            width: 810px;
            float: left;
            margin-left: 20px;
        }

        div {

            /* 2カラム用 */
            &.subtext {
                margin-bottom: 20px;
                float: left;
                width: 73%;
            }

            &.subphotoimg {
                float: right;
                width: 25%;
                text-align: right;
            }
        }

        p.subtext {
            margin-bottom: 20px;
        }

        /* メインカラム用 2カラム時*/
        #recommend_area .block_body .productContents,
        #whobought_area .productContents {
            float: right;
            width: 74%;
        }
    }

    /* 3カラム時 */
    &.colnum3 {
        padding-left: 1%;
        width: 58%;
        float: left;

        div {

            /* 3カラム用 */
            &.subtext {
                margin-bottom: 20px;
                float: left;
                width: 63%;
            }

            &.subphotoimg {
                float: right;
                width: 35%;
                text-align: right;
            }
        }

        p.subtext {
            margin-bottom: 20px;
        }

        /* メインカラム用 3カラム時*/
        #recommend_area .block_body .productContents,
        #whobought_area .productContents {
            float: right;
            width: 67%;
        }
    }

    /** table.css から移動 ここまで */
    /** bloc.css から移動 ここから */
    /************************************************
     ブロック用
    ************************************************ */
    /*** 目次 ***
    
    ▼ブロック共通
    リスト
    タイトル
    ヘッダー上、フッター下のブロックエリア
    
    ▼各機能ブロックの指定
    -新着情報
    -現在のカゴの中
    -カテゴリ
    -ガイドリンク
    -ログイン（サイド用）
    -検索
    -カレンダー
    -おすすめ商品
    * 商品詳細のオススメ商品 [whobought_area]
    */
    /* ==============================================
    ブロック共通
    * #container から指定することで、ヘッダー・フッターには適用していない。
    /* ============================================= */
    .block_body {}

    .block_outer #banner_area .block_body ul {
        width: 100%;

        li {
            float: left;

            &.sub_01 {
                padding-right: 8px;
            }
        }
    }
}

.old #main_column.colnum1 {
    margin: 0 auto;
    width: 1040px;
}

/* サイドカラム
----------------------------------------------- */
.side_column {
    padding: 0;

    .block_body {
        padding: 10px;
        background: #f1f1f0;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        border-radius: 0px 0px 8px 8px / 0px 0px 8px 8px;

        .box {
            border: solid 1px #ccc;
            width: 145px;
        }
    }

    #recommend_area {

        /* サイドカラム用 */
        .product_item {
            margin-bottom: 10px;
        }

        .block_body {

            /* サイドカラム用 */
            .productImage {
                float: none;
                text-align: center;
                width: auto;
            }

            /* サイドカラム用 */
            .productContents {
                clear: both;
            }
        }
    }
}

#leftcolumn {
    width: 210px;
    /* [disabled]padding-top: 20px; */
    float: left;
    /* adjustment.js から CSS に移植した。このやり方が適切か疑念はある。container 仕様の都合だろうか。 */
    margin-left: calc((100% - 1040px) / 2);
}

#rightcolumn {
    float: right;
    width: 20%;
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: left;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.clear {
    clear: both;
}

a {

    /* リンク指定
    ----------------------------------------------- */
    &:link {
        color: #1a0dab;
        padding-bottom: 2px;

        &:hover img {
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
    }

    &:visited {
        color: #609;
    }

    &:link:hover,
    &[href]:hover {
        text-decoration: none;
    }

    /*======================　共通パーツ　======================*/
    &.btn_1 {
        line-height: 42px;
        color: #000;
        text-decoration: none;
        background-color: #CCC;
        display: block;
        width: 86px;
        text-align: center;
        border-radius: 8px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-color: #FFF;
        border-bottom-color: #FFF;
        -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
        box-shadow: inset 0px 1px 0px 0px #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
        background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
        background-color: #f9f9f9;
        text-shadow: 0px 1px 0px #ffffff;
        border-top-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-left-style: solid;
        border-top-color: #CCC;
        border-left-color: #CCC;
        font-size: 16px;
        margin-right: 80px;

        &:hover {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
            background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
            background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
            background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
            background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
            background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
            background-color: #e9e9e9;
            color: #000;
            text-decoration: none;
        }
    }
}

/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}

.sale_price_ditail {
    color: #ff4000;
    font-weight: bold;
    font-size: 150%;
    padding: 10px;
}

.sale_price {
    color: #bb1700;
    margin: 0 0 2px 0;
}

.price {
    font-weight: bold;
}

.normal_price {
    font-size: 90%;
    font-size: 14px;
}

.user_name {
    font-weight: bold;
}

.recommend_level {
    .star {
        color: #ecbd00;
        font-size: 130%;

        +.num {
            padding-left: 0.3em;
        }
    }

    .num {
        color: #F00;
        font-weight: bold;
        font-size: 130%;
    }
}

.attention {
    font-size: 120%;
    color: #FF2000;
    font-weight: bold;
}

.attentionSt {
    color: #740013;
    font-weight: bold;
}

.st {
    font-weight: bold;
}

.mini {
    font-size: 70%;
}

.price02.inctax {
    font-size: 10px;
    margin-left: 2px;
    line-height: 1em;
}

/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}

.alignR {
    text-align: right;
}

.alignL {
    text-align: left;
}

.pricetd em {
    font-weight: bold;
}

/* フォーム
----------------------------------------------- */
select {
    background-color: #fff;
    border: solid 1px #ccc;

    /* その他
    ----------------------------------------------- */
    &.detail {
        background: #fffdf4;
        border: 2px solid #d2ba85;
        border-radius: 5px;
        color: #0c2245;
        height: 30px;
        line-height: 30px;
        text-align: left;
        text-indent: 5px;
        vertical-align: middle;
        width: 45px;
    }
}

input {

    &[type='text'],
    &[type='password'] {
        border: solid 1px #ccc;
        padding: 2px;
    }
}

.box40 {
    width: 40px;
    border-radius: 5px;
}

.box60 {
    width: 60px;
    border-radius: 5px;
}

.box100 {
    width: 100px;
    border-radius: 5px;
}

.box120 {
    width: 120px;
    border-radius: 5px;
}

.box140 {
    width: 140px;
    border-radius: 5px;
}

.box145 {
    width: 145px;
    border-radius: 5px;
}

.box150 {
    width: 150px;
    border-radius: 5px;
}

.box165 {
    width: 165px;
    border-radius: 5px;
}

.box170 {
    width: 170px;
    border-radius: 5px;
}

.box240 {
    width: 240px;
    border-radius: 5px;
}

.box300 {
    width: 300px;
    border-radius: 5px;
}

.box320 {
    width: 320px;
    border-radius: 5px;
}

.box350 {
    width: 350px;
    border-radius: 5px;
}

.box380 {
    width: 380px;
    border-radius: 5px;
}

.box-max {
    display: block;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#undercolumn_cart h3 {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    color: #222;
    border-left: 6px solid #333;
    border-bottom: 1px solid #333;
    font-size: 120%;
}

div {

    /* ==============================================
    ▼ログイン
    =============================================== */
    &#undercolumn_login {
        margin: 0 auto;
        width: 100%;

        .login_area {
            margin-bottom: 30px;

            h4 {
                padding-left: 15px;
                background: url("../img/icon/ico_arrow_05.png") no-repeat left;
            }

            .inputbox {
                margin: 15px auto 15px auto;
                padding: 15px 20px 10px 20px;
                background: #EEEFF0;

                .btn_area {
                    margin-top: 0;
                }
            }

            &.customer {
                width: 60%;
                float: left;
            }

            &.sns {
                width: 35%;
                float: right;

                ul.sns_login_area {
                    display: block;
                    text-align: center;

                    li+li {
                        margin-top: 1ex;
                    }

                    a>img {
                        height: 32px;
                    }
                }
            }

            &.entry {
                clear: both;
            }
        }
    }

    /* ヘッダーナビ
    ----------------------------------------------- */
    &#header_navi {
        height: 29px;

        li a {
            display: block;
            width: 100%;
            height: 29px;
            text-align: center;
            overflow: hidden;
            transition: all 0.2s ease;

            &:hover {
                background: #666;
            }
        }

        .level1 {
            display: block;
            width: 1040px;
            height: 29px;
            margin: 0 auto;

            >li {
                display: block;
                float: left;
                width: 130px;
                background: #333;

                >a img {
                    display: block;
                    margin: 0 auto;
                }

                .level2 {
                    /* 下と階層を揃えているため冗長となっている */
                    position: absolute;
                    z-index: 9998;
                    display: none;
                }

                &:hover .level2 {
                    display: block;
                }
            }
        }

        .level2>li {
            color: #fff;
            width: 200px;
            background: #333;

            a {
                color: #fff;
                text-align: left;
                padding: 4px 0 0 1em;
                box-sizing: border-box;
            }
        }
    }

    /* 完了メッセージ
    ----------------------------------------------- */
    &#complete_area {
        margin-bottom: 20px;

        .shop_information {
            margin-top: 40px;
            padding: 20px 0 0 0;
            border-top: solid 1px #ccc;

            .name {
                margin-bottom: 10px;
                font-weight: bold;
                font-size: 140%;
            }
        }
    }

    &#complete_area .message,
    &#undercolumn_entry .message {
        margin-bottom: 20px;
        line-height: 150%;
        font-weight: bold;
        font-size: 120%;
    }

    /* パンくずプラグイン（デジスト追加分）
    ----------------------------------------------- */
    &.breadcrumb {
        height: 11px;
        margin: 0 0 5px;
        padding: 7px 0 7px 29px;
        line-height: 1.1;
        background: #E7E0D8 url("../img/common/icon-pan.gif") left top no-repeat;
        font-size: 80%;
        color: #999999;
        border-radius: 2px;

        div {
            display: inline;
        }
    }

    /* パンくずプラグイン（デジスト追加分）
    ----------------------------------------------- */
    /* datile.tplのぱんくず　はじまり */
    &.pan {
        background: #E7E0D8 url("../img/common/icon-pan.gif") left top no-repeat;
        color: #999999;
        padding: 7px 0 7px 29px;
        margin: 0 0 10px 0;
        font-size: 80%;
        line-height: 160%;
    }

    &.c_article {
        margin: 1.5em auto;
        width: 820px;

        p {
            font-size: 100%;
            margin: 0.8em;
            line-height: 160%;
        }

        img {
            margin: 10px;
        }

        li {
            line-height: 100%;
            margin-top: 10px;
            list-style-type: none;
        }
    }

    /*縦長・店舗紹介ページ用おわり */
    /*購入はこちら　はじまり */
    &.r-word {
        text-align: right;
        font-size: 12px;
    }

    &.boxa {
        width: 800px;
        font-weight: normal;
        font-size: 12px;
        color: #666666;
        line-height: 14px;
        text-align: left;
        padding: 0px 5px 0px 5px;
    }

    /* 商品写真 NEW! オーバーレイ */
    &.listphoto {
        position: relative;
        margin-bottom: 5px;
        height: 140px;
        width: 140px;
        position: absolute;
        overflow: hidden;
        display: block;
        left: 0px;
        top: 20px;

        a {
            display: block;
            text-align: center;
        }

        img {
            width: 100%;
        }
    }

    /* ==============================================
    ▼下層
    =============================================== */
    /* ==============================================
    ▼ガイド
    =============================================== */
    /* ◎◎について
    ----------------------------------------------- */
    &#undercolumn_aboutus {
        width: 100%;
    }

    /* 特定商取引法
    ----------------------------------------------- */
    &#undercolumn_order {
        width: 100%;
    }

    /* お問い合わせ
    ----------------------------------------------- */
    &#undercolumn_contact {
        margin: 0 auto;
        width: 100%;
    }

    /* ==============================================
    ▼MYページ
    =============================================== */
    /* 共通設定
    ----------------------------------------------- */
    &#mypagecolumn {
        width: 100%;

        h4 {
            margin: 10px auto;
            border-bottom: 1px solid #999;
            text-align: left;
            font-size: 120%;
        }
    }

    &#mynavi_area {
        width: 100%;

        .mynavi_list {
            margin-bottom: 20px;
            width: 100%;

            li {
                margin: 0 15px 5px 0;
                padding-left: 20px;
                float: left;
                background: url('../img/icon/ico_arrow_01.png') no-repeat left;
            }
        }

        div.point_announce {
            margin-bottom: 30px;
            padding: 10px;
            background: #EEEFF0;

            p {
                padding-left: 20px;
                background: url('../img/icon/ico_point.gif') no-repeat left;
            }
        }
    }

    &#mycontents_area {
        width: 100%;

        p.inforamtion {
            margin-bottom: 20px;
        }

        div.mycondition_area {
            margin: 0 auto 20px 0;
            padding: 10px;
            width: 97%;
            background: #EEEFF0;

            p {
                float: left;
            }

            .btn {
                width: 160px;
                margin-top: 15px;
                float: right;
            }
        }

        /* 会員登録内容変更/退会
        ----------------------------------------------- */
        .message_area {
            margin: 30px auto;
            padding: 30px;
            border: 1px solid #ccc;
            text-align: center;

            p {
                margin-bottom: 20px;
            }
        }

        table {

            /* MYページ */
            th {
                text-align: left;

                &.alignR {
                    text-align: right;
                }

                &.alignL {
                    text-align: left;
                }

                &.alignC {
                    text-align: center;
                }

                &.resulttd {
                    text-align: right;
                }
            }

            caption {
                padding: 8px;
                border-top: 1px solid #ccc;
                border-right: 1px solid #ccc;
                border-left: 1px solid #ccc;
                color: #333;
                background: #f1f1f0;
                text-align: left;
                font-weight: bold;
            }
        }
    }

    /* ==============================================
    ▼会員登録
    =============================================== */
    &#undercolumn_entry {
        width: 100%;

        .kiyaku_text {
            margin: 20px auto;
            padding: 10px;
            border: solid 1px #ccc;
            width: 94%;
            background: #fff;
        }
    }

    &#undercolumn_error .message_area {
        width: 80%;
        margin: 30px auto;
        padding: 30px;
        border: 1px solid #ccc;
        text-align: center;

        .error {
            padding: 10px 0;
        }
    }

    /* レイアウト
    ----------------------------------------------- */
    &.list_area {
        float: left;
        width: 20%;
    }

    &.list_area_inner {
        /*width: 95%;
        margin: 0 auto;
        padding: 10px;
        */
    }

    &.listrightbloc {
        text-align: left;
        font-size: 90%;
        line-height: 120%;
        text-align: left;
        line-height: 120%;

        ul.status_icon {
            width: 100%;
            width: 100%;

            li {
                /* [disabled]margin-right: 5px; */
                float: left;
                float: left;
                width: 68px;

                &:first-child {
                    margin-right: 4px;
                }

                img {
                    width: 100%;
                }
            }
        }

        /* 商品名 */
        /* 商品名 */
        h3 {
            font-weight: bold;
            font-size: 120%;
            font-weight: bold;
            font-size: 120%;
        }

        /* コメント */
        /* コメント */
        .listcomment {
            margin: 0 0 5px 0;
            text-align: left;
            font-size: 80%;
            margin: 0 0 5px 0;
            text-align: left;
            font-size: 80%;
        }

        /* 商品一覧商品名 */
        /* 商品一覧商品名 */
        .list_name {
            margin: 0 0 5px 0;
            font-weight: bold;
            line-height: 140%;
            font-size: 11px;
            min-height: 5.52em;
            clear: both;
            padding-top: 3px;

            a {
                color: #000;
                font-weight: normal;

                &:hover {
                    text-decoration: underline;
                }
            }

            span {
                line-height: 1.4;
                font-size: 11px;
                display: block;
            }
        }

        /* 在庫バナー */
        .stock_banner_area {
            margin: 0 0 3px 0;

            /* 在庫バナー */
            &.sold {
                position: absolute;
                left: 0px;
                top: 20px;

                a {
                    height: 140px;
                    width: 140px;
                    position: absolute;
                    left: 0px;
                    /* [disabled]opacity:0.6; */
                    top: 0px;
                }
            }

            &.yoyaku,
            &.toriyose {
                position: absolute;
                left: 10px;
                top: 130px;
            }

            &.yoyaku a,
            &.toriyose a {
                width: 70px;
                height: 20px;
                position: absolute;
                left: 0px;
                top: 0px;
                opacity: 0.9;
            }

            img {
                width: 100%;
                height: auto;
                aspect-ratio: 150 / 30;
            }
        }

        /* 商品詳細を見る */
        /* 商品詳細を見る */
        .detail_btn {
            margin-bottom: 10px;
            margin-bottom: 10px;

            a {
                display: block;
                width: 100%;
                text-align: center;
                overflow: hidden;
                display: block;
                width: 100%;
                text-align: center;
                overflow: hidden;
                background: #39404f;
            }

            img {
                margin: 0 auto;
                margin: 0 auto;
            }
        }

        /* 商品情報 各種設定
        ----------------------------------------------- */
        /* 商品ステータス */
        .status_icon_area {
            height: 20px;
        }

        /* 価格 */
        .pricebox {
            font-size: 13px;
            color: #DF0B00;
            margin: 0 0 2px 0;
        }
    }

    /* 関連商品（商品部分はbloc.cssのおすすめ商品と共通）
    ----------------------------------------------- */
    &#whobought_area {
        clear: both;
        padding: 35px 0 0 0;

        h2 {
            padding: 6px 5px 5px;
            margin-bottom: 10px;
            background: #555;
            border-left: 15px solid #222;
            font-size: 16px;
            color: #fff;
        }
    }

    &#undercolumn_cart {

        /* ***********************************************
        ▼カートの中
        /*********************************************** */
        /* 現在のカゴの中
        ----------------------------------------------- */
        .point_announce {
            padding: 20px;
            margin-bottom: 20px;
            background: #EEEFF0;
            font-size: 100%;
            text-align: center;
            line-height: 140%;
        }

        .totalmoney_area {
            margin-bottom: 20px;
        }

        p {
            margin: 10px 5px;
        }
    }

    &#undercolumn {
        ul#quantity_level li {
            padding: 3px;
            display: inline;
        }

        .empty {
            text-align: left;
        }
    }

    &.form_area {
        margin-bottom: 30px;
    }

    /* お客様情報入力
    ----------------------------------------------- */
    &#undercolumn_customer th em {
        color: #000;
        font-weight: bold;
    }

    &#undercolumn_shopping {

        /* お支払い方法・お届け時間等の指定
        ----------------------------------------------- */
        .pay_area {
            margin: 0 auto 30px;
            width: 100%;
        }

        .pay_area02 {
            margin: 40px auto 30px auto;

            .txtarea {
                margin: 5px 0 0 0;
                padding: 2px;
                border: 1px solid #ccc;
                width: 99%;
                height: 150px;
            }

            .select-msg {
                margin-bottom: 10px;
            }
        }

        .point_area {
            margin: 40px auto 0 auto;

            .point_announce {
                padding: 20px;
                border: 1px solid #ccc;

                li {
                    margin-bottom: 5px;
                }
            }

            p {
                margin-bottom: 20px;
            }
        }

        table {
            th[scope=col] {
                text-align: center;
            }

            &.delivname th {
                width: 155px;
            }
        }
    }

    &.step {
        position: relative;
        width: 22.5%;
        height: 60px;
        background: #ccc;
        text-align: center;
        padding-left: 10px;
        float: right;
        border-left: 2px solid #fff;

        &:after {
            content: "";
            position: absolute;
            /* div.step#width + div.step#padding-left = 130px */
            right: -10px;
            top: 0;
            width: 0;
            /* div.step#height/2 */
            border-top: 30px solid transparent;
            /* div.step#height/2 */
            border-bottom: 30px solid transparent;
            border-left: 10px solid #ccc;
        }

        &:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            border-top: 30px solid transparent;
            border-bottom: 30px solid transparent;
            border-left: 10px solid #fff;
        }

        span {
            line-height: 50px;
            color: #fff;
            padding-left: 10px;
            padding-right: 10px;
        }

        dl {
            margin: 0;
            padding: 0;
        }

        dt {
            margin-bottom: -1px;
            padding-top: 5px;
            font-weight: normal;
            color: #e6e6e6;
            font-size: 85%;
        }

        dd {
            font-weight: bold;
            color: #e6e6e6;
        }

        &.current {
            dt {
                margin-bottom: -1px;
                padding-top: 5px;
                font-weight: normal;
                color: #fff;
            }

            dd {
                font-weight: bold;
                color: #fff;
            }
        }
    }

    &.current {
        background: #333;

        &:after {
            border-left: 10px solid #333;
        }
    }

    /** bloc_alpha.css から移動 ここまで */
    /** popup.css から移動 ここから */
    /************************************************
     ポップアップウィンドウ
    ************************************************ */
    /* 共通
    ----------------------------------------------- */
    &#windowcolumn {
        padding-top: 10px;

        h2 {
            padding: 6px 5px 5px;
            margin-bottom: 10px;
            background: #555;
            border-left: 15px solid #222;
            font-size: 16px;
            color: #fff;
        }
    }

    &#window_area {
        margin: 0 auto;
        padding-bottom: 20px;
        width: 540px;
        min-height: 300px;
        height: auto !important;

        p.information {
            margin-bottom: 20px;
        }

        .message {
            margin-bottom: 20px;
            color: #740013;
            line-height: 150%;
            font-weight: bold;
            font-size: 140%;
        }

        table {
            width: 540px;
        }

        /* お客様の声の書き込み、新しいお届け先の追加・変更
        ----------------------------------------------- */
        #forgot {
            margin: 0 auto;
            padding: 20px;
            width: 440px;
            border: 1px solid #EEEFF0;
            text-align: left;

            .mailaddres {
                margin-bottom: 10px;
            }

            p {
                text-align: center;
            }
        }
    }

    /* 商品詳細拡大写真、カート拡大写真
    ----------------------------------------------- */
    &#bigimage,
    &#cartimage {
        margin-top: 15px;
        background-color: #fff;
        text-align: center;
    }

    &#bigimage img,
    &#cartimage img {
        padding: 10px;
        background-color: #fff;
    }

    /* 郵便番号検索
    ----------------------------------------------- */
    &#zipsearchcolumn {
        margin: 15px auto 0 auto;
        border-top: 5px solid #ffa85c;
        border-bottom: 5px solid #ffa85c;
        width: 460px;
        background-color: #fff;

        h2 {
            margin: 0 0 15px 0;
            width: 460px;
        }

        .btn {
            margin: 15px 0 30px 0;
            text-align: center;
        }
    }

    &#zipsearch_area {
        margin: 15px auto 0 auto;
        width: 460px;

        #completebox p {
            padding: 60px 5px;
            text-align: center;
        }
    }

    /*======================　商品一覧部分　======================*/
    &.list_area1 {
        float: left;
        border: 1px solid;
        border-color: #DCDCDC;
        border-radius: 5px;
        padding: 2px;
        margin: 3px;
        width: 155px;
    }

    &.list_area2 {
        float: left;
        width: 31%;
        height: 190px;
        text-align: center;
        background: #eee;
        margin: 5px;
    }

    &.list_area3 {
        float: left;
        width: 32%;
        height: auto;
        background: #fff;
        margin: 1px;
    }
}

/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    margin: 0 auto;
    padding: 15px 0 5px;
    background: no-repeat center -15px;
    background-image: url("../img/common/bg-header.jpg");
}

#header {
    margin: auto;
    width: 1040px;
}

#header_utility {
    float: right;
    width: 580px;
}

#errorHeader {
    color: #740013;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

/* ロゴ
----------------------------------------------- */
#logo_area {
    float: left;
    width: 430px;
    text-align: left;
}

#site_description {
    height: 10px;
    line-height: 10px;
    font-size: 85%;
}

/* ==============================================
 フッター
=============================================== */
/*#footer_wrap {
background: #333;
border-top: 5px solid #bfbfbf;
}
#footer {
width: 1040px;
margin: 0 auto;
padding-top: 10px;
}
#pagetop {
float: right;
}
#pagetop a {
display: block;
}
#copyright {
float: right;
font-size: 85%;
color: #fff;
}
*/
/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;

    li {
        padding-right: 10px;
        display: inline;
    }
}

/* デジスト追加分
----------------------------------------------- */
em {
    font-weight: bold;
    font-style: normal;
    color: #C00;
}

/* wrapper（デジスト追加分）
----------------------------------------------- */
#wrapper {
    margin: 0 auto;
    text-align: left;
    background: #F3F0ED url("../img/common/bg-wrapper.jpg") repeat-y center top;
    position: relative;
}

/* footer（デジスト追加分）
----------------------------------------------- */
#footer_line {
    margin: 0 auto;
    padding: 8px 0;
    text-align: left;
    clear: both;
    overflow: hidden;
    background: #F3F0ED url("../img/common/bg-footer.jpg") no-repeat center top;
}

.bimg {
    text-align: center;
    overflow: hidden;

    img {
        padding: 2px;
    }
}

#description {
    font-size: 85%;
    padding: 3px 0 2px 0;
    background: #333;
    letter-spacing: 1px;
    color: #fff;

    a {
        color: #ccc;
        text-decoration: underline;
    }
}

/* subnavi（デジスト追加分）
----------------------------------------------- */
#subnavi {
    margin: 14px auto;
    padding: 0;
    clear: both;
    overflow: hidden;
    height: 45px;

    li {
        display: inline;
        text-align: left;
        padding: 0;
    }
}

/* footer-info（デジスト追加分）
----------------------------------------------- */
#footer-info {
    width: 1040px;
    margin: 0 auto 15px;
    overflow: hidden;
    padding-top: 18px;
    border-top: 1px dotted #666666;
    font-size: 80%;
    line-height: 180%;

    p {
        padding: 5px;
    }

    table {
        border-left: 2px solid #DDDDDD;
        border-top: 2px solid #DDDDDD;
        letter-spacing: -0.8px;
        margin: 10px 0;
        width: 310px;

        th {
            background: #EEEEEE;
            border-bottom: 2px solid #DDDDDD;
            border-right: 2px solid #DDDDDD;
            font-weight: normal;
            padding: 4px 5px 4px 10px;
            text-align: center;
        }

        td {
            background: #FFFFFF;
            border-bottom: 2px solid #DDDDDD;
            border-right: 2px solid #DDDDDD;
            padding: 4px 10px;
            text-align: left;
        }

        .center {
            text-align: center;
        }
    }

    .footer-bg {
        border: 2px solid #CCCCCC;
        width: 95%;
        padding: 4px 0 4px 10px;
        margin: 13px 0 8px;
    }
}

#footer-left {
    width: 335px;
    padding: 0 17px 0 0;
    float: left;
}

#footer-center {
    width: 335px;
    padding: 0 17px 0 0;
    float: left;
}

#footer-right {
    width: 335px;
    padding: 0;
    float: right;
}

/* datile.tplぱんくず　おわり */
.footer_list {
    float: left;
    font-size: 85%;
    padding: 20px 30px;
    line-height: 160%;
    text-align: left;

    a {

        &:link,
        &:visited {
            color: #ffffff;
            text-decoration: none;
        }
    }
}

h1 {

    /*商品詳細ページ用*/
    &.midashi {
        color: #000000;
        height: 21px;
        margin: 0 0 15px;
        padding: 5px 0 9px 21px;
        font-size: 120%;
        background: url("../img/common/bg-title1.jpg") no-repeat;
    }

    &.title {
        position: relative;
        margin: 1.5em 0;
        padding: 0.5em 0 0.3em 1em;
        font-size: 130%;
        font-weight: bold;
        color: #FFFFFF;
        background: #90836C;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;

        &:after {
            position: absolute;
            bottom: -15px;
            left: 10%;
            z-index: 90;
            margin-left: -15px;
            border-top: 15px solid #90836C;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 0;
            content: "";
        }
    }

    /*特集ページ用*/
    &.tokusyu {
        position: relative;
        letter-spacing: 0.1em;
        margin: 30px 3px;
        padding: 10px 20px;
        font: bold 16px/1.6 Arial, Helvetica, sans-serif;
        color: #333;
        border: #333 solid 3px;
        border-radius: 18px;
        background: #f9fbe3;
        box-shadow: -7px -5px 0 0 #e0e2ca inset,
            2px 3px 0 0 #000;

        &:before {
            content: " ";
            position: absolute;
            top: 100%;
            left: 14px;
            width: 0;
            height: 0;
            border-width: 20px;
            border-style: solid;
            border-color: transparent;
            border-top-color: #333;
        }

        &:after {
            content: " ";
            position: absolute;
            bottom: -27px;
            left: 18px;
            width: 0;
            height: 0;
            border-width: 14px;
            border-style: solid;
            border-color: transparent;
            border-top-color: #e0e2ca;
        }
    }
}

h2 {
    &.midashi {
        margin: 0 0 15px;
        padding: 5px 0 9px 21px;
        color: #000;
        font-size: 120%;
        background: url("../img/common/bg-title.jpg") no-repeat;
    }

    /*カテゴリページ用*/
    /*======================　コンテンツ部分　======================*/
    &.c_midashi {
        font-size: 18px;
        color: #000000;
        font-weight: bold;
        line-height: 140%;
        border-right-color: #A0947F;
        border-bottom-color: #5b3219;
        border-style: solid;
        border-width: 0px 10px 1px 0px;
        font-family: "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka;
        margin: 10px;
        padding: 3px 0px 0px 6px;
        clear: none;
    }

    &.title {
        font-size: 18px;
        color: #fff;
        position: relative;
        padding: 10px;
        background: #5E604A;
        margin: 20px 10px 20px 10px;
        box-shadow: 10px 0 0 0 #5E604A,
            -10px 0 0 0 #5E604A,
            0 3px 3px 0 rgba(0, 0, 0, 0.1);

        &:before {
            content: " ";
            position: absolute;
            top: -8px;
            left: -10px;
            width: 120px;
            height: 0;
            border-width: 0 5px 8px 0;
            border-style: solid;
            border-color: transparent;
            border-bottom-color: #5E604A;
        }

        &:after {
            content: " ";
            position: absolute;
            top: -10px;
            right: -10px;
            width: 0;
            height: 0;
            border-width: 0 10px 10px 0;
            border-style: solid;
            border-color: transparent;
            border-bottom-color: #2C353E;
        }
    }

    &.tokusyu {
        position: relative;
        letter-spacing: 0.1em;
        margin: 30px 3px;
        padding: 0.5em 0.5em 0.5em 2.5em;
        font: bold 16px/1.6 Arial, Helvetica, sans-serif;
        color: #333;
        border: #333 solid 3px;
        border-radius: 18px;
        background: #f3f7f9;
        box-shadow: -7px -5px 0 0 #e8e8e8 inset,
            2px 3px 0 0 #000;

        &::after {
            position: absolute;
            top: 50%;
            left: 0.7em;
            transform: translateY(-50%);
            content: '';
            width: 8px;
            height: 8px;
            border: solid 3px orange;
            border-radius: 100%;
        }
    }
}

h3 {
    &.midashi {
        margin: 0 0 15px;
        padding: 5px 0 9px 21px;
        font-size: 120%;
        background: url("../img/common/bg-title2.jpg") no-repeat;
    }

    &.c_midashi {
        margin: 0 0 15px;
        padding: 5px 0 9px 21px;
        color: #000;
        background: url("../img/common/bg-title.jpg") no-repeat;
        clear: both;
    }

    &.bturi {
        padding: 3px;
        font-size: 80% !important;
    }

    &.c_midashi2 {
        position: relative;
        letter-spacing: 0.1em;
        margin: 15px;
        padding: 10px 20px;
        font: bold 16px/1.6 Arial, Helvetica, sans-serif;
        color: #333;
        border: #333 solid 3px;
        border-radius: 18px;
        background: #fff;
        box-shadow: -7px -5px 0 0 #e8e8e8 inset,
            2px 3px 0 0 #000;

        &:before {
            content: " ";
            position: absolute;
            top: 100%;
            left: 14px;
            width: 0;
            height: 0;
            border-width: 20px;
            border-style: solid;
            border-color: transparent;
            border-top-color: #333;
        }

        &:after {
            content: " ";
            position: absolute;
            bottom: -27px;
            left: 18px;
            width: 0;
            height: 0;
            border-width: 14px;
            border-style: solid;
            border-color: transparent;
            border-top-color: #e8e8e8;
        }
    }

    &.tokusyu {
        position: relative;
        letter-spacing: 0.05em;
        color: #000;
        background: #e3e5c6;
        font-size: 16px;
        line-height: 1.2;
        border: 2px solid #c2c4a2;
        margin: 20px 5px 20px 5px;
        padding: 0.5em 0.5em 0.5em 2.5em;
        border-radius: 8px;
        clear: both;

        &::after {
            position: absolute;
            top: 50%;
            left: 0.7em;
            transform: translateY(-50%);
            content: '';
            width: 8px;
            height: 8px;
            border: solid 3px #90836c;
            border-radius: 100%;
        }
    }

    &.tokusyu2 {
        font-size: 16px;
        background-color: #6E7E53;
        color: #FFFFFF;
        padding: 10px 5px 10px 25px;
        margin: 20px 0px 20px 0px;
        /* 4つのコーナーを半径10pxの角丸に */
        border-radius: 5px;
        clear: both;
    }
}

p {
    &.midashi {
        font-size: 14px;
        color: #000;
        font-weight: bold;
        line-height: 50%;
        padding: 6px 0px 10px 10px;
        margin: 20px 0px 10px 0px;
        border-left-color: #635139;
        border-bottom-color: #635139;
        border-style: solid;
        border-width: 0px 0px 0px 6px;
    }

    &.zaiko_notice {
        font-size: 12px;
        font-weight: bold;
        color: #0131c1;
        line-height: 2;
    }

    &.result {
        clear: both;
        padding: 10px 0 0 0;
    }

    .note {
        color: #e11200;
        font-size: 100%;
        line-height: 100%;
        margin: 15px 0;
    }

    /* ==============================================
    ▼検索結果
    =============================================== */
    &.condition_area {
        margin: 0 auto;
        padding: 5px;
        border: solid 1px #333;
        width: 566px;
    }
}

.b_img {
    display: block;
    margin: auto;
    padding: 10px;
}

.c_img {
    float: left;
    margin-right: 1em;
    padding: 10px;
}

.d_img {
    float: right;
    margin-left: 1em;
    padding: 10px;
}

.main_img {
    width: 820px;
    height: 820px;
}

.main_img_s {
    width: 600px;
    height: 600px;
}

/*縦長・店舗紹介ページ用 */
.bigPrice {
    font-size: 18px;
    line-height: 140%;
    font-weight: bold;
    margin: 5px 0 0 30px;
}

.c_review {
    background-color: #edf1ee;
    /* 角丸の指定 */
    border-radius: 5px;
    line-height: 170%;
    margin: 10px;
    padding: 10px;
    clear: both;

    ol {
        margin: 15px;
    }

    li {
        list-style-image: url(../img/bloc/icon-guide.gif);
        margin-left: 10px;
    }
}

.c_midashi1 {
    font-size: 20px;
    color: #cc0000;
    line-height: 140%;
    font-weight: bold;
    margin: 10px;
}

.stg_beige {
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    margin: 6px;
    color: #f0e4ce;
}

.stg_bk {
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    margin: 6px;
    color: #000000;
}

.stg_rd {
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    margin: 6px;
    color: red;
}

.stg_dd {
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    margin: 6px;
    color: #da7200;
}

.stg_bl {
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    margin: 6px;
    color: #1111cc;
}

.stg_wh {
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    margin: 10px;
    padding: 5px 15px;
    color: #666;
    border: #666 solid 1px;
    background: #fff;
    /* 角丸の指定 */
    border-radius: 5px;
}

.bt_or a {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.8;
    margin: 5px;
    padding: 8px 15px;
    color: #fff;
    background-color: #fc6500;
    text-decoration: none;
    /* 角丸の指定 */
    border-radius: 3px;
}

.bt_bk a {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.8;
    margin: 5px;
    padding: 8px 15px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /* 角丸の指定 */
    border-radius: 3px;
}

.bt_od a {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.8;
    margin: 5px;
    padding: 8px 15px;
    color: #fff;
    background-color: #5E604A;
    text-decoration: none;
    /* 角丸の指定 */
    border-radius: 3px;
}

dt.midashi {
    font-size: 16px;
    line-height: 200%;
    color: #a40303;
}

/*購入はこちら　おわり */
/* タイトル
----------------------------------------------- */
/* ▼トップページH1*/
#tagline {
    position: relative;
    top: -105px;
    left: 0px;
    width: 330px;
}

h4.tokusyu {
    position: relative;
    color: white;
    padding: 0.4em 0.5em 0.3em 3em;
    background-color: #999;
    border-radius: 5px;
    margin: 5px;
    clear: both;

    &::after {
        position: absolute;
        top: 50%;
        left: 1.5em;
        transform: translateY(-50%);
        content: '';
        width: 8px;
        height: 8px;
        border: solid 3px white;
        border-radius: 100%;
    }
}

h5.tokusyu {
    font-size: 12px;
    color: #000000;
    padding: 0.5em 0.5em 0.5em 3em;
    background-color: #d9eafb;
    border-radius: 5px;
    margin: 5px;
    clear: both;
}

ul {
    &.tokusyu {
        font-size: 14px;
        color: #000000;
        font-weight: normal;
        line-height: 120%;
        padding: 10px 0px 10px 10px;
        margin: 20px 0px 20px 30px;
        list-style-image: url(/user_data/htm/part/mush-s.gif);
    }

    &.zaiko_notice {
        font-size: 10px;
        background-color: #edf1ee;
        /* 角丸の指定 */
        border-radius: 5px;
        padding: 10px;
        line-height: 1.6;
    }
}

.box_blue {
    width: 95%;
    font-size: 100%;
    line-height: 190%;
    padding: 1em 1em;
    margin: 1em 0em 1.5em 0em;
    /*枠の色*/
    border: 1px solid;
    /*ボックス内の色*/
    background-color: #e3f6fc;
}

.box_yellow {
    width: 95%;
    font-size: 100%;
    line-height: 190%;
    padding: 1em 1em;
    margin: 1em 0em 1.5em 0em;
    /*枠の色*/
    border: 1px solid;
    border-radius: 5px;
    /*ボックス内の色*/
    background-color: #FFFBD7;
}

.box_yellow2 {
    width: 95%;
    padding: 1em 1em;
    margin: 1em 0em 1.5em 0em;
    /*枠の色*/
    border: 1px solid #C0AC00;
    /*ボックス内の色*/
    background-color: #FFFBD7;
    border-radius: 10px;
}

.box_yellow3 {
    padding: 0.3em;
    margin: 0.2em;
    /*枠の色*/
    border: 1px solid #C0AC00;
    /*ボックス内の色*/
    background-color: #FFFBD7;
    border-radius: 3px;
}

.vCenter ul {
    width: 800px;

    li {
        list-style-type: none;
        border: solid 2px #ccc;
        border-collapse: collapse;
        float: left;
        padding: 2px;
        margin-right: 2px;
        margin-bottom: 2px;
        width: 150px;

        p {
            display: table-cell;
            text-align: center;
            width: 150px !important;
            width: auto;
            height: 180px !important;
            width: auto;
            font-size: 8pt;

            img {
                border: solid 1px #fff;
            }
        }
    }
}

/*カテゴリ部分のメーカーリンク */
.left-box {
    float: left;
    width: 100px;
    height: 115px;
    font-size: 10px;
    color: #666666;
    margin: 2px;
    padding: 3px;
    line-height: 120%;
    background: #fff;
    border: 1px solid #666;
}

/*カテゴリ部分のカテゴリリンク */
.left-box-1 {
    float: left;
    width: 100px;
    height: 120px;
    font-size: 10px;
    color: #666666;
    margin: 2px;
    padding: 3px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 5px;
}

.title-box {
    float: left;
    width: 98px;
    height: 118px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin: 2px;
    padding: 3px;
    background: #dbdbdb;
    border: 2px solid #666666;
}

span {
    &.new_overlay {
        width: 55px;
        height: 55px;
        position: absolute;
        z-index: 0;
        left: 0;
        background-image: url(../img/common/new_overlay.png);
        background-repeat: no-repeat;
        background-position: left top;
    }

    &.rearrival_overlay {
        width: 55px;
        height: 55px;
        position: absolute;
        z-index: 0;
        left: 0;
        background-image: url(../img/common/rearrival_overlay.png);
        background-repeat: no-repeat;
        background-position: left top;
    }

    &.sale_overlay {
        width: 55px;
        height: 55px;
        position: absolute;
        z-index: 0;
        left: 0;
        background-image: url(../img/common/sale_overlay.png);
        background-repeat: no-repeat;
        background-position: left top;
    }

    &.favorite_overlay {
        position: absolute;
        z-index: 0;
        top: 3px;
        right: -1px;

        &::after {
            content: "★";
            font-size: 28px;
            color: #fa5502;
        }
    }
}

.boxst {
    height: auto;
    clear: both;
}

/* ess box */
.box10 {
    width: 820px;
    height: 270px;
}

.datail_list li {
    line-height: 150%;
    padding: 0 0 0 15px;
    background: url("../img/bloc/icon-guide.gif") no-repeat left center;
    border-bottom: dotted 1px #CCCCCC;
}

/* guide
----------------------------------------------- */
.list-guide {
    border-bottom: dotted 1px #CCCCCC;
    padding: 4px 0 3px;
    font-size: 90%;

    span {
        font-weight: bold;
        color: #fff;
        font-size: 90%;
        padding: 0.2em 0.4em;
        /*枠の色*/
        border: 1px solid #000;
        /*ボックス内の色*/
        background-color: #666;
        border-radius: 3px;
    }

    a {
        padding: 0 0 0 15px;
        background: url("../img/bloc/icon-guide.gif") no-repeat left center;

        &:hover {
            padding: 5px 0 0 20px;
        }
    }
}

.pcode {
    .list-guide {
        border-bottom: none;
    }

    div.list_area {
        margin-bottom: 25px;
        width: 16.666%;
    }
}

#block-guide .block-side {
    padding: 5px 4px 0;
}

.list-guide-end {
    border-bottom: none;
    padding: 4px 0 3px;
    font-size: 90%;

    a {
        padding: 0 0 0 15px;
        background: url("../img/bloc/icon-guide.gif") no-repeat left center;

        &:hover {
            padding: 5px 0 0 20px;
        }
    }
}

/*バナー一覧*/
.banner-line-list,
.banner-line-list-end {
    width: 820px;
    padding: 0 0 13px;
    margin: 12px 0 0;
    clear: both;
    overflow: hidden;
}

.banner-box-wrap {
    width: 200px;
    margin: 0px 3px -15px 0;
    float: left;
    overflow: hidden;
}

.banner-box-wrap-end {
    width: 200px;
    float: right;
    overflow: hidden;
}

/* サイズ表始まり */
.box_size_midashi {
    float: left;
    background-color: #edf1ee;
    border: dotted 1px #c7cbc8;
    padding: 1px 2px 1px 3px;
    width: 60%;
    margin: 1px;
}

.box_size {
    float: left;
    background-color: #ffffff;
    border: dotted 1px #c7cbc8;
    padding: 1px 2px 1px 3px;
    width: 30%;
    margin: 1px;
}

/* 枠付きリンクを横に並べる*/
.box_link {
    float: left;
    text-align: center;
    background-color: #E6D7B6;
    border: solid 1px #000;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 3px;
    width: 145px;
    margin: 1px;
}

/* フローティングメニュー */
.floating {
    top: 30px;
    position: fixed;
    z-index: 999;
    margin-left: 1070px;
    width: 205px;
    padding: 10px;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
}

.iframe-content {
    width: 820px;
    height: 461px;
}

.note {
    font-size: 80%;
    color: #e11200;
    padding: 0 0 0 15px;
    line-height: 80%;
    background: url("../img/bloc/icon-guide.gif") no-repeat left center;
}

/* カテゴリごとのヘッダー */
#c_top {
    font-size: 85%;
    text-align: center;
    padding: 0 0 5px 0;
}

.list_xs {
    text-align: left;
    margin: 50px 0 0;
    font-size: 80%;
    line-height: 1.5em;
    padding: 0px 7px;
    color: #666666;
}

.xs {
    font-size: 80%;
    line-height: 1.5em;
    color: #666666;
}

.icon {
    margin: 0 5px -5px 0;
}

.c_area {
    float: left;
    width: 24%;
    margin: 5px 1px;
    border: 1px solid #ddd;
    border-radius: 2px;

    li {
        font-size: 85%;
        margin: -5px 0 0 15px;
    }
}

.cet {
    width: 0 auto;
    text-align: center;
    vertical-align: middle;
}

/** common.css から移動 ここまで */
/************************************************
 各ページコンテンツ用
************************************************ */
/* ==============================================
▼TOP
=============================================== */
/* メインイメージ
----------------------------------------------- */
#main_image {
    margin-bottom: 20px;
    text-align: center;
}

#top_search_form {

    /*====================== 検索窓 ======================*/
    ul {
        display: flex;
        justify-content: center;
    }

    select {

        &[name="category_id"],
        &[name="maker_id"] {
            width: 200px;
            border: none;
            padding-left: 2px;
            height: 100%;
            font-size: 16px;
        }

        &[name="category_id"] {
            background-color: #000;
            color: #fff;
        }
    }

    input {
        width: 425px;
        font-size: 16px;
        padding-left: 20px;
        height: 100%;
        border: none;
    }

    li {
        float: left;
        height: 46px;
        border: solid #000;
        border-width: 2px 0;
        background-color: #fff;

        &:first-child {
            border-left-width: 2px;
            border-right: none;
            border-radius: 5px 0px 0px 5px;
            /* GC 白線隠し */
            margin-left: -1px;
        }

        &:last-child {
            border-right-width: 2px;
            border-left: none;
            border-radius: 0px 5px 5px 0px;
        }

        &.deselect_area {
            width: 105px;
            position: relative;
            border-left: none;

            img {
                width: 100px;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
            }
        }

        &.maker_area {
            border-left-width: 2px;
        }

        &.search_button_area a {
            width: 100px;
            font-size: 18px;
            height: 100%;
            line-height: 42px;
            color: #FFF;
            background-color: #000;
            display: block;
            background-image: url(../img/common/icon_loope.png);
            background-repeat: no-repeat;
            background-position: 10px center;
            padding: 0 5px 0 40px;
            font-weight: bold;

            &:hover {
                color: #FFF;
                background-image: url(../img/common/icon_loope.png);
                background-repeat: no-repeat;
                text-decoration: none;
            }
        }
    }
}

.zipimg img {
    vertical-align: middle;
}

.add_address {
    margin-bottom: 20px;
}

/* ==============================================
▼商品一覧
=============================================== */
/* ページ送り
----------------------------------------------- */
.pagenumber_area {
    padding: 5px;
    margin: 10px;
    text-align: center;
    clear: both;
    border: 1px solid #DCDCDC;
    border-radius: 5px;

    .navi {
        margin: 10px 0;
        font-size: 120%;

        strong {
            display: inline-block;
            color: #fff;
            padding: 10px;
            background: #000;
            font-weight: bold;
            border-radius: 3px;
        }

        a {
            display: inline-block;
            color: #666;
            padding: 10px;
            text-decoration: underline;
        }
    }

    .change {
        float: right;
        text-align: right;
        white-space: nowrap;
    }
}

.pagecond_area {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.page-navi-top,
.page-navi-bottom {
    clear: both;
    font-size: 100%;
    padding-top: 5px;
}

/* 価格
div.listrightbloc .pricebox {
margin: 0 0 10px 0;
}
 */
/* ==============================================
▼商品詳細
=============================================== */
/* レイアウト

tplファイルのマークアップが同じ項目
* 1カラム時
* 2カラム時
* 3カラム時

----------------------------------------------- */
#detailarea,
.sub_area {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#detailarea {
    clear: both;

    /* 商品情報 各種設定
    ----------------------------------------------- */
    dl {
        margin: 2px 0;
        border: 0px solid #ccc;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    .sub_comment1 p,
    .main_comment p {
        line-height: 180%;
        margin: 15px 0;
    }

    .sub_comment1 a,
    .main_comment a {
        color: #000aaa;
        font-size: 110%;
        line-height: 180%;
        margin: 20px 0;
    }

    /* 商品コード */
    .point dt,
    .product_code dt {
        display: inline;
    }

    .point dd,
    .product_code dd {
        display: inline;
    }

    ul {

        /* [disabled]margin-bottom: 10px; */
        /* 商品ステータス */
        &.status_icon {
            width: 100%;
            margin-top: 5px;

            li {
                margin-right: 5px;
                margin-bottom: 3px;
                float: left;
            }
        }

        li {
            /* [disabled]vertical-align: top; */
            /* [disabled]float: left; */
        }
    }

    .normal_price {

        /* 通常価格 */
        dt,
        dd {
            display: inline;
        }
    }

    /* 販売価格 */
    .sale_price_ditail {
        margin-bottom: 1em;

        dt,
        dd {
            display: inline;
        }

        dd.price02_org {
            font-size: 60%;
            font-weight: normal;
            display: block;
        }
    }

    .point {

        /* ポイント */
        dt,
        dd {
            display: inline;
        }
    }

    /* QR コード */
    .qr_area {
        margin: 1em 0;
    }

    div.classlist {
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 100%;
        border-bottom: 1px dotted #ccc;
    }

    .classlist {
        margin-bottom: 5px;
    }

    .maker {

        /* メーカー */
        dt,
        dd {
            display: inline;
        }
    }

    .comment1 {

        /* メーカーURL */
        dt,
        dd {
            display: inline;
        }
    }

    /* 買い物カゴ */
    .cart_area {
        width: 100%;
        margin-top: 8px;

        * {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            -o-box-sizing: content-box;
            -ms-box-sizing: content-box;
            box-sizing: content-box;
        }

        #package_purchase * {
            /* 既存CSSを上書きするため、上位階層から指定している */
            box-sizing: border-box;
        }
    }

    .quantity {
        margin-bottom: 10px;

        dt,
        dd {
            display: inline;
        }
    }

    .cartin {
        text-align: center;
    }

    .cartin_btn {
        text-align: center;
    }

    .favorite_btn {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;

        a {
            color: #000;
            text-decoration: none;
        }
    }

    #tb-stock-info {

        th>.class_name2,
        td>.class_name2 {
            font-size: 10px;
            line-height: 2em;
            color: #e15200;
        }

        td {
            >.class_name1 {
                font-size: 10px;
                line-height: 1.5em;
            }

            >.notice_arrival_count {
                font-size: 12px;
                line-height: 1.25;
            }
        }
    }
}

#detailarea_main1,
#detailarea_main2 {
    float: right;
    width: 510px;
}

#detailarea_main1 {
    margin-bottom: 1.2em;
    float: left;
    width: 500px;

    >#sub_images_area {
        /* [disabled]float: left; */
        width: 100%;

        .sub_image_one {
            margin-bottom: 10px;
            text-align: center;
            float: left;
            width: 90px;
            height: 90px;
            margin-left: 10px;
            border: 1px solid #CCC;

            img {
                max-width: 100%;
            }
        }
    }

    >#main_image_area {
        padding-left: 10px;
        float: left;
        width: 500px;

        img.picture {
            max-width: 100%;
            border: none;
        }
    }

    >.right_area {
        float: right;
        width: 300px;
    }
}

#detailarea_main2 {
    >.main_comment {
        float: left;
        width: 49%;
    }

    >.right_area {
        box-sizing: border-box;
        float: right;
        width: 49%;
    }
}

.maker-link {
    color: #000aaa;
    font-weight: bold;
    font-size: 110%;
    line-height: 180%;
    margin: 20px 0;
}

/* 在庫状況 */
.stock_info_area {
    .quantity.stock {
        font-weight: bold;
    }

    #tb-stock-info {
        th {
            &:first-child {
                width: 80px;

                small {
                    font-size: 11px;
                }
            }

            &:nth-child(2) {
                width: 90px;
            }

            &:nth-child(3) {
                width: 90px;
            }

            &:nth-child(4) {
                width: 80px;
            }

            &:nth-child(5) {
                width: 60px;
            }
        }

        td:nth-child(4) span.pt1 {
            color: #F00;
        }
    }
}

#tb-stock-info {
    margin: 0;
    width: 100%;

    th {
        text-align: center;
        color: #333;
        background-color: #eeeeee;
        font-weight: normal;
        border: 1px solid #A0A0A0;
    }

    td {
        background-color: #fff;
        padding: 3px;
        border: 1px solid #A0A0A0;
        text-align: center;

        span,
        &:nth-child(3) span,
        &:nth-child(6) span {
            color: #F00;
        }

        &.shop_stock {
            color: #333;
            font-size: 75%;
            background-color: #eeeeee;
            font-weight: normal;
        }
    }

    .center {
        text-align: center;
    }

    .shop_stock {
        margin-top: 4px;
    }

    th,
    td {
        padding: 3px;
        vertical-align: middle;
    }
}

.nouki {
    padding-top: 15px;

    a {
        font-size: 14px;
        color: #000;
        text-decoration: underline;

        &:hover {
            color: #5E604A;
        }
    }
}

#notice_arrival_products_area {
    .midashi {
        text-align: left;
    }

    table {
        width: 100%;
    }

    th,
    td {
        text-align: center;
    }
}

#customervoice_area .review_bloc {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #EEEFF0;

    p {
        padding-top: 3px;
        margin-right: 10px;
        float: left;
    }
}

.review_list {
    clear: both;

    +li {
        margin-bottom: 1em;
    }

    .review_one {
        .product_name {
            padding: 10px 15px;
            float: left;
        }

        .head_right {
            float: right;
            margin-right: 1em;
        }
    }

    .review_comment_count {
        font-size: 100%;
    }

    .product_name {
        font-size: 120%;
        color: red;
        font-weight: bold;
        padding: 5px;
    }

    .box_yellow,
    .box_yellow2 {
        clear: both;
        width: 100%;
    }

    .fix {

        >.box_yellow,
        >.box_yellow2 {
            border-color: #333;
            background-color: #FFF;
        }
    }

    .voiceimages {
        padding: 10px calc(10px - 1%);
        text-align: right;
        clear: both;
        display: block;

        >li {
            display: inline;

            img {
                padding: 0 1%;
                width: 20%;
                max-width: 120px;
            }
        }
    }

    .comment_one form.edit_comment {
        display: none;
    }

    .review_one.i_gooded_it .review_good_button:link,
    .comment_one.i_gooded_it .comment_good_button:link {
        color: red;
    }

    .good_button_area {
        text-align: right;
        font-size: 110%;
        font-weight: bold;
        clear: both;
    }

    .recommend_level {
        float: right;
        background-color: #fff;
        border-radius: 5px;
        margin: .5em 0 .5em .5em;
        padding: 0.2em;
        font-size: 150%;
    }

    form {

        &.add_comment,
        &.edit_comment {
            position: relative;
        }

        &.add_comment input[type="submit"],
        &.add_comment input[type="reset"],
        &.edit_comment input[type="submit"],
        &.edit_comment input[type="reset"] {
            position: absolute;
            bottom: 0;
        }

        &.add_comment textarea[name="comment"],
        &.edit_comment textarea[name="comment"] {
            width: calc(100% - 0.4em - 20%);
            margin-right: 0.4em;
            /* 実質2行強 */
            height: 3.3em;
        }

        &.add_comment input[type="submit"] {
            width: 20%;
        }

        &.edit_comment {
            textarea[name="comment"] {
                width: calc(100% - 0.4em - 10% - 15%);
            }

            input {
                &[type="submit"] {
                    right: 15%;
                    width: 10%;
                }

                &[type="reset"] {
                    right: 0;
                    width: 15%;
                }
            }
        }
    }

    .review_count .value,
    .total_good .value,
    .review_comment_count .value {
        color: #f00;
    }

    .reviewer_image.thumbnail {
        vertical-align: middle;
    }

    .voice_bar {
        color: #666;
        padding: 3px 10px;
        background-color: #eee;
        border-radius: 5px;
        width: 100%;
        overflow: hidden;
    }

    .voicetitle {
        font-size: 120%;
        float: left;
        color: #333;
        font-weight: bold;
    }

    .voicedate {
        float: right;
    }

    .voicecomment {
        padding: 10px;
        font-size: 95%;
        line-height: 160%;
    }
}

.review_side_name {
    font-size: 12px;
    padding: 10px 3px;
}

.item-line-list {
    padding: 0.5em 0;
    clear: both;

    +.item-line-list {
        border-top: 1px dotted #ccc;
    }
}

.voice-detail {
    padding: 8px;
    border-bottom: 1px dotted #ccc;
    font-size: 90%;
}

section.review_orderby {
    clear: both;
}

.review_comments .voicetitle {
    font-size: 95%;
}

.reviewer_image.thumbnail {
    object-fit: contain;
    width: 25px;
    height: 25px;
}

/* 同時購入オプション
----------------------------------------------- */
#package_purchase {
    margin: 1.5em 0;

    header {
        margin-bottom: 0.6em;

        h3,
        p {
            display: inline;
        }

        h3 {
            font-weight: bold;
            font-size: 110%;
        }
    }

    article {
        padding: 0 5px;
        width: 20%;
        float: left;
        text-align: center;

        h3 {
            font-weight: normal;
            font-size: 90%;
            line-height: 1.2;
        }

        .price02 {
            color: #DF0B00;
        }

        label {
            display: block;
            border: #ddd solid 1px;
            padding: 3px;
        }
    }
}

/* ステップナビ
----------------------------------------------- */
.flow_area {
    margin: 0 0 20px 0;
    margin: 0 0 10px 0;
    width: 100%;
}

/* お届け先の指定
----------------------------------------------- */
#address_area {
    margin-bottom: 10px;
    width: 100%;

    .information {
        width: 65%;
        float: left;
    }

    .add_multiple {
        padding: 15px 10px;
        float: right;
        width: 30%;
        color: #555;
        background: #EEEFF0;
        text-align: center;
        font-weight: bold;

        p {
            margin-bottom: 10px;
        }
    }

    p.addbtn {
        font-weight: bold;
        font-size: 10px;
    }
}

#undercolumn_shopping .information {
    margin-bottom: 15px;
}

.flow_inner {
    float: left;
    width: 98%;
}

.free_comment {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.LC_Page_Products_Detail .ui-tooltip.dark {
    background: #1B1E24;
    color: #fff;

    p {
        color: #fff;
    }
}

/* タイトル
----------------------------------------------- */
#guide_area .title,
#brand_area .title,
#link_area .title,
#login_area .title,
#search_area .title,
#search_products_simple_area .title,
#calender_area .title,
#cart_area .title,
#cart .title,
#category_area .title,
#bloc_new_review .title {
    padding: 4px 10px;
    background: #333;
    font-size: 14px;
    color: #fff;
    border-radius: 5px 0px / 5px 0px;
}

#new_products_block .title,
#recommend_area .title,
#news_area .title {
    padding: 6px 5px 5px;
    background: #555;
    border-left: 15px solid #222;
    font-size: 16px;
    color: #fff;
}

#news_area {

    /* ***********************************************
    ▼各機能ブロックの指定
    /*********************************************** */
    /* ===============================================
    ▼新着情報
    =============================================== */
    .news_contents {
        padding: 10px;
        max-height: 260px;
        /* hack? */
        height: auto !important;
        /* hack? */
        height: 260px;
        overflow: auto;
        overflow-y: scroll;
    }

    dl.newslist {
        dt {
            margin-bottom: 5px;
        }

        dd {
            margin-bottom: 10px;
            padding-bottom: 10px;
        }
    }

    h2 {
        position: relative;

        .rss {
            position: absolute;
            right: 10px;
            top: 10px;
        }
    }
}

#cart_area {

    /* ===============================================
    ▼現在のカゴの中
    =============================================== */
    .information {
        padding: 10px 0;
        line-height: 150%;
        font-size: 110%;
    }

    .postage {
        font-size: 80%;
        margin-top: 10px;
        padding-top: 10px;
    }

    .btn {
        padding-bottom: 10px;
        text-align: center;
    }
}

/* ===============================================
▼カテゴリ
=============================================== */
#categorytree {
    background: url("../img/bloc/category/bg-bottom.jpg") left bottom no-repeat,
        url("../img/bloc/category/bg-side.jpg") left top repeat-y;
    padding: 0 0 5px;

    img {
        vertical-align: bottom;
    }

    a:link {
        text-decoration: underline;
        display: block;
        height: 100%;
    }

    li {
        height: 40px;
        border-bottom: 1px dotted #F17C69;
        font-size: 12px;
        position: relative;

        /* 1階層目のみ */
        &.level1 {
            background: url("../img/bloc/category/icon-level1.gif") no-repeat left top;
            width: 186px;
            padding: 0 2px 0 12px;

            >p a:link {
                text-decoration: none;
            }
        }
    }

    ul {
        &.level2 {
            /* 200px - 2px(border-left 1px分 + シフト 1px) */
            left: 198px;

            >li>p a:link {
                background: url("../img/bloc/category/icon-level2.png") no-repeat left 15px;
            }

            li {
                background: none #fff;
                border-left: 1px solid #999;
                border-right: 1px solid #999;

                &:first-child {
                    border-top: 1px dotted #F17C69;
                }
            }

            a {
                &:link {
                    padding: 0px 0px 0px 20px;
                    background: url("../img/bloc/category/icon-level3.png") no-repeat left 14px;
                    color: #333;
                }

                &:hover,
                &.onlink {
                    background-color: #DDDDDD;
                }
            }

            ul {
                left: 248px;
            }
        }

        /** 幅調整 */
        /* 基本(左サイドベース) */
        &.level1 {
            width: 200px;
            line-height: 3.5em;

            /* 2階層目以下 */
            ul {
                display: none;
                z-index: 9998;
                position: absolute;
                top: 0;
                width: 250px;
            }

            li:hover>ul {
                display: block;
            }
        }
    }
}

/* 右サイド配置用 */
#rightcolumn #categorytree>ul ul.level2,
.floating #categorytree>ul ul.level2 {
    left: auto;
    right: 198px;
}

#rightcolumn #categorytree ul.level2 ul,
.floating #categorytree ul.level2 ul {
    left: auto;
    right: 248px;
}

.search1 li {
    margin: 2px;
    float: right;
}

/* 【中央】商品検索 (商品名のみ) */
#search_tx {
    /*width: 250px;
    height: 25px;
    font-size: 130%;
    font-weight: bold;
    border-radius: 5px;
    border-width: 2px;
    border-color: #d0c1af;
    */
}

/* ===============================================
▼カレンダー
=============================================== */
#calender_area {
    background-color: transparent;
    border: none;

    .block_body {
        padding: 10px;
    }

    table {
        width: 100%;
        margin: 0 auto 5px;
        background: #fff;
        font-size: 90%;

        td {
            padding: 1px 3px;
            border-top: 1px solid #ccc;
            text-align: center;
        }

        .month {
            margin-bottom: 5px;
            font-size: 120%;
        }
    }

    th {
        padding: 1px 3px;
        background: #fff;
        text-align: center;
    }

    .off {
        color: #e16871;
    }

    .today {
        background-color: #FFF99D;
        font-weight: bold;
    }

    .information {
        font-size: 90%;
    }
}

/* ===============================================
▼おすすめ商品
=============================================== */
/*
 tplファイルのマークアップが同じ項目
 メインカラム用
 サイドカラム用 [side_column]
 商品詳細のオススメ商品 [whobought_area]
=============================================== */
/* 共通
----------------------------------------------- */
#recommend_area .block_body,
#whobought_area .product_item {
    padding: 10px 0 10px;
    border: none;
    background-color: #fff;
}

#recommend_area .block_body p,
#whobought_area .product_item p {
    margin: 0 0 5px 0;
}

#recommend_area .block_body img,
#whobought_area .product_item img {
    margin: 0 5px 0 0;
}

#recommend_area .block_body h3,
#whobought_area .product_item h3 {
    font-size: 100%;
    font-weight: normal;
}

/* 画像
----------------------------------------------- */
/* メインカラム用 */
#main_column #recommend_area .block_body .productImage,
#whobought_area .product_item .productImage {
    margin-bottom: 10px;
    float: left;
    width: 90px;
}

/* 左右の振り分け
----------------------------------------------- */
#main_column #recommend_area .product_item,
#whobought_area .product_item {
    float: left;
    width: 47.5%;
    padding-left: 1%;
    padding-right: 1%;
}

#whobought_area .product_item {
    width: 46%;
    margin: 0 1% 10px;
}

/* ===============================================
▼各種商品一覧 (3ブロック共通)
=============================================== */
/** 本文・サイド共用 */
.ranking_blocks {
    --line-height: 1.5;
    margin-bottom: 1em;
    line-height: var(--line-height);

    & * {
        box-sizing: border-box;
    }

    h3 {
        margin-bottom: 1ex;
    }

    li.item-box-wrap {
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #ddd;
        border-left-color: #ddd;
        margin-bottom: 10px;

        .comment {
            margin-top: 1em;

            &:empty {
                display: none;
            }
        }
    }

    .item-box-wrap {
        box-sizing: border-box;
        position: relative;
        padding: 10px 35px 0;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    .slider {
        width: 100%;

        ul.slides {
            margin: 0;
            padding: 0;
        }

        .slick-list {
            overflow: hidden;
        }

        .slick-track {
            display: flex;
        }

        .slick-slide {
            height: auto;
        }
    }

    .listphoto {
        /* add.css の定義の上書き */
        width: 100%;
        border: none;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        position: relative;
        left: 0px;
        top: 10px;

        a {
            /* /user_data/packages/default/css/add.css 定義の上書き */
            width: auto;
        }

        img {
            width: 100%;
        }
    }

    div.listrightbloc {
        margin-top: 10px;

        /* 商品ステータス */
        .status_icon_area {
            padding-top: 5px;
            height: 25px;
            width: 140px;
        }

        .stock_banner_area.sold {
            a {
                /* add.css の定義の上書き */
                width: 100%;
            }

            &.block_ranking_by_category .ranking_blocks & {
                position: absolute;
                left: 35px;
                top: 45px;
            }
        }
    }

    .item-box-photo {
        td {
            padding: 0;
            border: none;
            text-align: center;
        }

        .main_list_image {
            max-width: 100%;
            max-height: 100%;
        }
    }

    /* スマホテンプレートのみで使われているクラスで、実質未使用と思われる */
    .item-box-data {
        padding: 5px;
        font-size: 12px;
        line-height: 1.2;

        .off_price {
            font-size: 11px;
            color: #F00;
            margin-top: 0px;
        }
    }

    .pager {
        margin: 1ex 0 0.5ex;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;

        button {
            min-width: 44px;
            height: 30px;
            padding: 0 10px;
            font-size: 14px;
            line-height: 30px;
            color: #222;
            background-color: #fff;
            border: 1px solid #c7c7c7;
            border-radius: 3px;
            cursor: pointer;
            transition: all 0.2s ease;

            &:hover:not(.slick-disabled) {
                background-color: #f5f5f5;
                border-color: #999;
            }

            &.slick-disabled {
                color: #9a9a9a;
                background-color: #f3f3f3;
                border-color: #d5d5d5;
                cursor: not-allowed;
                opacity: 0.6;
            }
        }

        .pages {
            display: inline-flex;
            gap: 4px;
            margin: 0;

            .slick-dots {
                position: static;
                display: inline-flex;
                gap: 4px;
                margin: 0;
                padding: 0;
                list-style: none;

                & li {
                    display: inline-block;
                    min-width: 30px;
                    height: 30px;
                    margin: 0;
                    padding: 0;
                    border: 1px solid #c7c7c7;
                    border-radius: 3px;
                    background-color: #fff;
                    text-align: center;
                    transition: all 0.2s ease;

                    & button {
                        display: block;
                        width: 100%;
                        height: 100%;
                        min-width: 30px;
                        padding: 0;
                        margin: 0;
                        line-height: 30px;
                        font-size: 14px;
                        color: #222;
                        background: transparent;
                        border: none;
                        cursor: pointer;
                        transition: all 0.2s ease;
                    }

                    &:hover:not(.slick-active) {
                        border-color: #999;
                        background-color: #f5f5f5;

                        & button {
                            color: #000;
                        }
                    }

                    &.slick-active {
                        background-color: #333;
                        border-color: #333;

                        & button {
                            color: #fff;
                        }
                    }
                }
            }
        }
    }

    .item-rank span {
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
        color: #fff;
        background-color: #d50707;
        text-align: center;
        display: block;
        border-radius: 3px;
        width: 100%;
    }

    .ranking {
        background-color: orange;
        padding: 5px 20px;
        border-radius: 5px;
    }

    .cate_contents & {
        li.item-box-wrap {
            padding-right: 15px;
            padding-left: 15px;
            height: 305px;
        }

        div.listrightbloc {

            /* list_name は旧互換 */
            .list_name,
            .item-name {
                /* `div.listrightbloc .item-name` を上書き */
                min-height: 6.52em;
                /* `div.listrightbloc .item-name` を上書き */
                margin: 0;
            }
        }
    }

    /* やや不自然な表示。おそらく未使用。 */
    .side_column & {
        .item-box-wrap {
            width: 100%;
            height: 210px;
            padding: 0;
        }

        .item-box-photo {
            /* `.side_column table` を上書き */
            width: 100%;

            .main_list_image {
                top: auto;
            }
        }

        /* list_name は旧互換 */
        .list_name,
        .item-name {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            min-height: calc(3em * var(--line-height));
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

        .item-box-price {
            text-align: center;
        }

        .item-rank {
            width: 40px;
            float: left;
        }
    }
}

#bloc_new_review {

    /* ===============================================
    ▼新着レビュー
    =============================================== */
    .block_body {
        padding: 0 5px;
    }

    .voice-detail {
        &:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .photo_area {
            float: left;
            width: 40%;
            box-sizing: border-box;
            padding: 0 8px 4px 0;
        }

        .voicedate {
            clear: both;
            font-weight: bold;
        }

        .voicecomment {
            font-size: 85%;
        }
    }
}

#new_products_block {

    /* ===============================================
    ▼「新着商品」ブロック
    =============================================== */
    .list_area {
        width: 25%;
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-bottom: 0;
    }

    img.picture {
        max-width: 100%;
    }

    div.listrightbloc {
        h3 {
            font-size: 100%;
        }

        .pricebox {
            margin-bottom: 0;
            font-size: 105%;
            font-weight: bold;
        }

        .listcomment {
            font-size: 95%;
            margin-bottom: 0;
        }
    }
}

/** bloc.css から移動 ここまで */
/** bloc_alpha.css から移動 ここから */
/************************************************
 インヘッダーブロック
************************************************ */
#headerInternalColumn {
    margin-top: 5px;
    float: right;
    width: 560px;
    height: 35px;
}

/* ログイン（ヘッダー用）
----------------------------------------------- */
#header_login_area {
    padding: 0;
    height: 35px;
    letter-spacing: -0.02em;
    text-align: right;
    margin-top: -12px;

    ul.formlist {
        margin-top: 5px;

        li {
            float: left;

            &.mail {
                padding-left: 28px;
                width: 155px;
                background: url("../img/common/ico_arrow_login.gif") no-repeat left;
                font-size: 90%;
            }

            &.password {
                padding-right: 5px;
            }

            &.login_memory {
                padding-right: 5px;
                font-size: 90%;
            }

            &.forgot {
                margin-top: 3px;
                padding-right: 5px;
                font-size: 90%;
            }

            &.btn {
                padding-right: 5px;
                width: 53px;
            }
        }
    }

    p.btn {
        height: 20px;
        line-height: 20px;
        padding: 5px 0;
        vertical-align: middle;

        input[type=image] {
            vertical-align: middle;
        }
    }

    input {

        &[type='text'],
        &[type='password'] {
            height: 14px;
        }
    }
}

/* 【サイド】バナーエリア_01
----------------------------------------------- */
/* 【サイド】バナーエリア_02
----------------------------------------------- */
#leftcolumn .block_outer #banner_area .block_body ul li,
#rightcolumn .block_outer #banner_area .block_body ul li {
    margin-bottom: 8px;
}

/** popup.css から移動 ここまで */
/** add.css から移動 ここから */
/*======================　初期設定　======================*/
body,
html {
    width: 100%;
    min-width: 1080px;
}

.category_comment:after,
.item_info:after,
.brand_wrap:after,
.main_contents:after,
.body:after,
.container:after {
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    font-size: 0;
}

.container {
    width: 1040px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    letter-spacing: 0.05em;
}

#list *,
.itemlist_wrap *,
.cat_wrap,
.cat_wrap *,
.brand_wrap,
.brand_wrap * {
    box-sizing: border-box;
}

.catbanner_wrap img {
    padding: 10px 0 0 0;
}

/*======================　ヘッダー　======================*/
.gnav_wrap {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    position: relative;
}

.gnav {
    display: table;
    width: 1040px;
    letter-spacing: 1px;
    margin-right: auto;
    margin-left: auto;

    >li {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.2;

        img {
            vertical-align: middle;
        }

        >a {
            color: #000;
            text-decoration: none;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            display: block;
            height: 40px;
            padding-right: 10px;
            padding-left: 10px;
            line-height: 40px;
            border-bottom-width: 2px;
            border-bottom-style: solid;
            border-right-width: 1px;
            border-right-style: solid;
            margin-bottom: -2px;
            border-bottom-color: #5E604A;

            &:hover {
                text-decoration: none;
                z-index: 1;
                color: #FFF;
                background-color: #5E604A;
            }
        }

        &.genre:hover {
            .local_nav {
                display: block !important;
            }

            >a {
                text-decoration: none;
                z-index: 1;
                color: #FFF;
                background-color: #5E604A;
            }
        }
    }
}

.LC_Page_Index .gnav>li:nth-child(1)>a,
.LC_Page_AllCategories .gnav>li:nth-child(3)>a,
.gnav>li.active>a {
    text-decoration: none;
    z-index: 1;
    color: #FFF;
    background-color: #5E604A;
}

.local_nav {
    position: absolute;
    left: 0%;
    bottom: -48px;
    height: 46px;
    z-index: 1;
    display: none;
    padding-top: 6px;
    background-color: #5E604A;
    width: 100%;

    >ul {
        display: table;
        width: 1040px;
        margin-right: auto;
        margin-left: auto;
        height: 40px;
        margin-top: 0px;

        >li {
            display: table-cell;
            border-right-width: 2px;
            border-left-width: 2px;
            border-right-style: solid;
            border-left-style: solid;
            border-top-width: 0px;
            border-bottom-width: 0px;
            min-width: 6em;

            >a {
                color: #fff;
                background-color: #7e7f72;
                display: block;
                font-size: 14px;
                font-weight: bold;
                border-radius: 8px 8px 0px 0px;
                border-style: solid;
                border-width: 1px;
                border-color: #333;
                height: 40px;
                line-height: 40px;
                float: left;
                width: 100%;
                text-align: center;
                text-decoration: none;
            }

            >a.active,
            &:hover>a {
                display: block;
                background-color: #d46002;
                transition: background-color 300ms ease;
                color: #fff;
                text-decoration: none;
            }

            /* カテゴリー2階層目 (横展開) */
            ul {
                background-color: rgba(51, 51, 51, 0.95);
            }

            >ul {
                display: none;
                position: absolute;
                left: 0;
                top: 45px;
                width: 100%;
                padding: 1em;

                &.js_show {
                    display: block;
                }

                >li {
                    display: inline-block;
                    vertical-align: top;
                    width: 10em;
                    padding: 0.5em;

                    a {
                        font-size: 85%;
                        display: block;
                        color: #fc8302;
                        text-decoration: none;
                        padding: 1px 3px;

                        &.active,
                        &:hover {
                            color: #FFF;
                        }
                    }

                    >a {
                        font-weight: bold;
                        margin-bottom: 0.5em;

                        &.active,
                        &:hover {
                            text-decoration: underline;
                        }
                    }

                    /* カテゴリー3階層目 (縦展開) */
                    >ul {
                        display: block;
                        font-size: 75%;
                        background-color: rgba(51, 51, 51, 0);

                        >li {
                            position: relative;

                            a {
                                line-height: 1.45;
                                overflow: hidden;
                                white-space: nowrap;
                                text-overflow: ellipsis;
                                color: #fff;

                                &:active,
                                &:hover {
                                    text-decoration: none;
                                }
                            }

                            /* カテゴリー4階層目 (プルダウン) */
                            ul {
                                display: none;
                                z-index: 2;
                                position: absolute;
                                left: 11em;
                                top: 0;
                                border: #aaa 1px solid;
                                box-shadow: 0px 0px 12px rgba(160, 160, 160, 0.6);
                            }

                            &:hover>ul {
                                /* display: block; 位置調整の関係で JavaScript で対応している。 */
                            }

                            >ul {
                                >li {
                                    position: relative;

                                    /* カテゴリー5階層目 (プルダウン) */
                                    >ul {
                                        z-index: 3;
                                        left: 100%;
                                    }

                                    &:hover>ul {
                                        /* display: block; 位置調整の関係で JavaScript で対応している。 */
                                    }
                                }
                            }
                        }

                        li {

                            &:active,
                            &:hover {
                                background-color: #555;
                            }
                        }
                    }
                }
            }
        }
    }

    li {
        border-right-color: #5E604A;
        border-left-color: #5E604A;

        >a {

            &.active,
            &:hover {
                color: #5E604A;
            }
        }

        &.active>a {
            background-color: #d46002;
            text-decoration: none;
            color: #fff;
        }
    }
}

.header {
    position: relative;
    height: 170px;
    border-top-width: 35px;
    border-top-style: solid;

    .container {
        margin-top: -40px;
        height: 130px;
    }

    .description {
        font-size: 14px;
        line-height: 35px;
        letter-spacing: 0.5px;
        font-weight: none;
        padding-top: 5px;

        a {
            color: #fff;
            text-decoration: none;
            border-bottom: 1px solid #fff;
            padding-bottom: 2px;
        }
    }
}

.header_logo {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 250px;
    overflow: hidden;
}

.search_box {
    table {
        border: 1px solid #CCC;
    }

    th,
    td {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        vertical-align: middle;
    }

    th {
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
    }
}

.header_top {
    color: #FFF;

    .btn_cart {
        position: absolute;
        top: 5px;
        right: 0px;

        a {
            font-size: 14px;
            line-height: 35px;
            color: #FFF;
            background-color: #656565;
            background-image: url(../img/common/icon_cart.png);
            background-repeat: no-repeat;
            background-position: 13px 11px;
            display: block;
            height: 35px;
            width: 100px;
            padding-left: 35px;
            font-weight: bold;

            &:hover {
                color: #FFF;
                background-color: #C8C8C8;
                background-image: url(../img/common/icon_cart.png);
                background-repeat: no-repeat;
                background-position: 13px 11px;
                text-decoration: none;
            }
        }
    }

    .login_nav {
        background-color: #000;
        height: 35px;
        position: absolute;
        top: 5px;
        right: 100px;

        li {
            float: left;
            height: 35px;

            >span,
            a {
                display: block;
            }

            a {
                padding-top: 11px;
                text-decoration: none;

                &:hover {
                    text-decoration: none !important;
                    background-color: #c8c8c8;
                }
            }

            >span {
                margin-top: 13px;
            }

            >span,
            a>span {
                font-size: 14px;
                font-weight: bold;
                color: #FFF;
                display: block;
                padding-right: 10px;
                padding-left: 10px;
                height: 14px;
                line-height: 1;
                text-decoration: none;
            }
        }
    }
}

.search_header {
    position: absolute;
    top: 50px;
    right: 0px;

    .sub_box {
        font-size: 12px;
        margin-top: 5px;

        li {
            float: right;
            margin-left: 5px;

            &:first-child {
                margin-left: 20px;
            }

            a {
                text-decoration: none;
                border-bottom: 1px solid #fff;

                &:hover {
                    text-decoration: underline;
                    color: #FF2004 !important;
                }
            }

            &:after {
                content: "/";
                margin-left: 5px;
            }

            &:last-child:after,
            &:first-child:after {
                content: "";
            }
        }
    }

    .search_box li.search_button_area a:hover {
        background-color: #FF2004;
    }
}

#header_search_form {
    * {
        box-sizing: border-box;
    }

    select {

        &[name="category_id"],
        &[name="maker_id"] {
            width: 150px;
            border: none;
            padding-left: 2px;
            height: 100%;
            font-size: 12px;
        }

        &[name="category_id"] {
            background-color: #000;
            color: #fff;
        }
    }

    input {
        width: 300px;
        font-size: 12px;
        padding-left: 5px;
        height: 100%;
        border: none;
    }

    li {
        float: left;
        height: 36px;
        border: solid #000;
        border-width: 2px 0;

        &:first-child {
            border-left-width: 2px;
            border-right: none;
            border-radius: 5px 0px 0px 5px;
        }

        &:last-child {
            border-right-width: 2px;
            border-left: none;
            border-radius: 0px 5px 5px 0px;
        }

        &.deselect_area {
            width: 75px;
            position: relative;
            border-left: none;

            img {
                width: 70px;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
            }
        }

        &.maker_area {
            border-left-width: 2px;
        }

        &.search_button_area a {
            font-size: 14px;
            height: 100%;
            line-height: 32px;
            color: #FFF;
            background-color: #000;
            display: block;
            background-image: url(../img/common/icon_loope.png);
            background-repeat: no-repeat;
            background-position: 10px center;
            padding: 0 5px 0 36px;
            font-weight: bold;
            /* GC 白線隠し */
            margin-right: -1px;

            &:hover {
                color: #FFF;
                background-image: url(../img/common/icon_loope.png);
                background-repeat: no-repeat;
                text-decoration: none;
            }
        }
    }
}

/*======================　フッター　======================*/
.footer_wrap {
    background-image: url(../img/common/bg_footer.jpg);
    background-repeat: repeat;
    background-position: 0px 0px;
    padding: 15px 0;
    border-top-width: 195px;
    border-top-style: solid;
    border-top-color: #E5E5E5;
}

.footer_info {
    margin-top: -195px;
    height: 195px;

    li {
        float: left;

        a {
            display: block;
            height: 117px;
            width: 204px;
            margin-top: 10px;
        }
    }
}

.footer_sns {
    background-color: #FFF;
    display: table;
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 27px;
    margin-bottom: 27px;

    a {
        text-decoration: none;
    }
}

.fsns {
    float: left;
    width: 160px;
    margin: 5px;
    padding: 0 8px;
    background-color: #eee;
    border-radius: 5px;

    dt {
        margin: 10px 0 15px 0;
    }

    dl {
        font-size: 11px;
        line-height: 1.7;
    }
}

.fnav_wrap a {
    text-decoration: none;
}

.fnav {
    float: left;
    width: 205px;

    dl a {
        font-size: 12px;
        line-height: 1.7;
        color: #fff;
        text-decoration: none;
    }

    dt {
        margin-bottom: 3px;

        span,
        a {
            font-size: 14px;
            background-image: url(../img/common/mark_triangle.png);
            background-repeat: no-repeat;
            background-position: 0px center;
            padding-left: 10px;
            color: #FFF;
        }
    }

    dd {
        padding-left: 2em;
    }
}

.footer_contact a {
    font-size: 14px;
    line-height: 1.7;
    color: #000;
    text-decoration: none;
}

.copyright {
    line-height: 40px;
    color: #FFF;
    text-align: center;
    background-color: #5E604A;
}

.pagenavi a {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

.fdammy {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.hl_pt1 {
    padding-top: 17px;
    padding-bottom: 15px;
    background-color: #DBDBDB;
    margin-top: 20px;

    span {
        font-size: 32px;
        font-weight: bold;
        color: #000;
        text-align: left;
        display: block;
        width: 1040px;
        margin-right: auto;
        margin-left: auto;
    }
}

.sugoi_wrap {
    padding-top: 15px;
    padding-bottom: 30px;
    background-image: url(../img/common/sugoi_bg.jpg);
    background-repeat: repeat-x;
    background-position: center 0px;
    /* [disabled]height: 475px; */
    margin-top: 50px;

    p {
        text-align: center;
        margin-top: -40px;
    }

    ul {
        padding-top: 10px;
        width: 900px;
        margin-right: auto;
        margin-left: auto;
    }

    li {
        float: left;
        width: 300px;
        height: 277px;
        text-align: center;
    }
}

.img_op {

    /*.sugoi_wrap li a {
        color: #fff;
        text-decoration: none;
        text-align: center;
        position: relative;
        z-index: 10;
        display: block;
        width: 200px;
        height: 200px;
        line-height: 200px;
    }
    
    .sugoi_wrap li a::before {
        content: '';
        background-color: #687A46;
        display: block;
        position: absolute;
        width: 200px;
        height: 200px;
        z-index: -1;
        border-radius: 50%;
        box-shadow:
            0 0 0 0 #fff,
            0 0 0 0 #687A46;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .sugoi_wrap li a:hover::before {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        box-shadow:
            0 0 0 15px #fff,
            0 0 0 17px #687A46;
    }
    */
    &:hover {
        -webkit-animation: flash 1s;
        animation: flash 1s;
    }

    &:active {
        transition-duration: 0.1s;
    }
}

.img_op2 {
    &:hover {
        -webkit-animation: flash2 1s;
        animation: flash2 1s;
    }

    &:active {
        transition-duration: 0.1s;
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flash2 {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.7;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash2 {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.7;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.h-uline {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;

    &:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #F59527;
        height: 4px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    &:hover:before,
    &:focus:before,
    &:active:before {
        right: 0;
    }
}

.banner_list {
    width: 1060px;

    li {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

/* Bob */
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;

    &:hover {
        -webkit-animation-name: hvr-bob-float, hvr-bob;
        animation-name: hvr-bob-float, hvr-bob;
        -webkit-animation-duration: .2s, .5s;
        animation-duration: .2s, .5s;
        -webkit-animation-delay: 0s, .1s;
        animation-delay: 0s, .1s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }
}

.pagetitle_wrap {
    background-color: #C2272D;
    margin-top: 8px;
    margin-bottom: 10px;
}

.hl_pt2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border-width: 0 0 2px 5px;
    border-style: solid;
    padding: 0 0 5px 10px;
    border-color: #a8b52b;
}

.category_wrap {
    background-color: #E3E5DA;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hl_pt3 {
    font-size: 18px;
    font-weight: bold;
    background-color: #c5c7a8;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 0 10px;
}

/*======================　2カラム時　======================*/
.side_wrap {
    float: left;
    width: 210px;

    .hl_pt3 {
        text-align: center;
        padding: 5px;
        border-radius: 5px;
        margin: 5px 0;
    }

    .hl_pt4 {
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.hl_pt4 {
    font-size: 15px;
    font-weight: bold;
    background-color: #000;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
    color: #FFF;
    border-radius: 5px 5px 0 0;
}

/*横に並べる*/
.btn_detail {
    text-align: center;
    margin: 10px 10px 10px auto;
    float: right;
    padding-right: 55px;
    padding-left: 80px;

    a {
        font-size: 23px;
        line-height: 85px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        display: table;
        padding-right: 15px;
        padding-left: 40px;
        background-color: #000;
        margin-right: auto;
        margin-left: auto;
        border-radius: 10px;

        &:hover {
            color: #FFF;
            text-decoration: none;
            background-color: #FF2004;
        }

        span {
            background-image: url(../img/common/mark_arrow.png);
            background-repeat: no-repeat;
            background-position: right 32px;
            display: block;
            padding-right: 40px;
        }
    }

    &.alignR a {
        margin-right: 0px;
    }

    &.alignL a {
        margin-left: 0px;

        span {
            background-image: url(../img/common/mark_arrow_left.png);
            background-position: left center !important;
            padding-left: 40px;
        }
    }

    &.small a {
        font-size: 18px;
        line-height: 60px;

        span {
            background-position: right center;
        }
    }

    &.down a span {
        background-image: url(../img/common/mark_arrow_down.png);
        background-repeat: no-repeat;
        background-position: left 22px;
        display: block;
        padding-left: 40px;
    }
}

/* For IE 6/7 (trigger hasLayout) */
/*カテゴリーコンテンツ
----------------------------------------------------------------*/
/*ベース*/
.cate_contents {
    zoom: 1;
    width: 820px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 5px;

    /* clearfix */
    &:before,
    &:after {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }

    #cate_keyv {
        margin-top: 25px;

        +p {
            margin-top: 40px;
        }
    }

    .lay102 {
        .box_a {
            width: 340px;
        }

        .box_b {
            width: 450px;
        }
    }

    /* =====================　吹き出しのCSS　========================= */
    .l-fuki {
        position: relative;
        width: 80%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 20px;
        border-radius: 6px;
        border: 2px solid #999;
        box-shadow: 1px 1px 5px #aaa;
        background-color: #d9eafb;
        z-index: 1;
        margin: 20px 20% 40px 5%;

        &::before {
            position: absolute;
            content: "";
            top: 16px;
            width: 10px;
            height: 10px;
            border-right: 2px solid #999;
            border-bottom: 2px solid #999;
            background-color: #d9eafb;
            z-index: 2;
            right: -7px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        &::after {
            right: -110px;
        }
    }

    .r-fuki {
        position: relative;
        width: 80%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 20px;
        border-radius: 6px;
        border: 2px solid #999;
        box-shadow: 1px 1px 5px #aaa;
        background-color: #fffbf4;
        z-index: 1;
        margin: 20px 0 40px 19%;

        &::before {
            position: absolute;
            content: "";
            top: 16px;
            width: 10px;
            height: 10px;
            border-right: 2px solid #999;
            border-bottom: 2px solid #999;
            background-color: #fffbf4;
            z-index: 2;
            left: -7px;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
        }

        &::after {
            left: -110px;
        }
    }

    .l-fuki::after,
    .r-fuki::after {
        position: absolute;
        content: "";
        width: 80px;
        height: 80px;
        top: -10px;
        border-radius: 40px;
        border: 3px solid #fff;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        box-shadow: 1px 1px 5px #aaa;
    }
}

.LC_Page_Products_List {

    /*横に並べるおわり*/
    /*======================　一覧部分　======================*/
    .cat_wrap {
        position: relative;
        width: 1000px;
    }

    .cat_wrap2 {
        border: 5px solid #999;
        margin-top: 10px;
        margin-bottom: 30px;
        padding: 8px 10px 8px 10px;
        border-radius: 5px;
    }

    .cat_box {
        float: left;
        width: 330px;
        min-height: 105px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding-left: 25px;
        background-color: #DCDCDC;
        border-radius: 5px;

        ul {
            padding-bottom: 8px;
            width: 330px;

            &:after {
                content: ".";
                display: block;
                clear: both;
                height: 0px;
                visibility: hidden;
                font-size: 0;
            }

            li {
                width: 160px;
                float: left;
                padding-bottom: 5px;
                list-style-image: url(../img/common/mark_arrow_s.png);

                &:first-child {
                    width: 330px;
                    margin-left: -25px;
                    padding: 0 8px 8px;
                    border-top-style: none;
                    border-right-style: none;
                    border-bottom-style: none;
                    border-left-style: none;
                    list-style-image: none;

                    a {
                        min-height: 140px;
                        display: block;
                        position: relative;
                        padding-top: 8px;
                        padding-right: 8px;
                        text-decoration: none;

                        &:before {
                            content: "";
                        }

                        &[href] {
                            &:hover {
                                opacity: 0.7;

                                img {
                                    opacity: .7;
                                }
                            }

                            h3 {
                                text-decoration: none;
                            }
                        }

                        &[href]:hover,
                        &:hover img {
                            color: #FF2004;
                            opacity: 1;
                        }
                    }

                    h3 {
                        font-size: 16px;
                        line-height: 1.2;
                        font-weight: bold;
                        margin-bottom: 3px;
                        clear: none;
                    }

                    span {
                        font-size: 12px;
                        line-height: 1.5;
                        margin-top: 8px;
                        margin-bottom: 8px;
                    }
                }

                a {
                    position: relative;
                }

                img {
                    float: left;
                    height: 120px;
                    width: 120px;
                    margin-right: 8px;
                    border: 5px solid #FFF;
                }
            }

            a {
                color: #333;
                font-size: 12px;
                text-decoration: underline;
                display: inline-block;
            }
        }
    }

    .itemlist_wrap div.list_area {
        /* 在庫バナー分(28px)を追加 */
        height: 328px;
    }

    .main_wrap .itemlist_wrap div.list_area {
        /* 在庫バナー分(28px)を追加 */
        height: 330px;
    }

    .pt2 {

        /*======================　▲TOP メイン下部 (リニューアル2016)追加　======================*/
        .cat_wrap {
            position: relative;
            width: 1040px;
        }

        .cat_wrap2 {
            margin-top: 20px;
            margin-bottom: 50px;
            padding: 0px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
        }

        .cat_box {
            float: none;
            width: 100%;
            background-color: #FFF;
            border-radius: 0px 0px 10px 10px;
            padding-bottom: 0px;
            padding-left: 9px;
            margin-bottom: 40px;
            border-right-width: 10px;
            border-bottom-width: 10px;
            border-left-width: 10px;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-right-color: #DCDCDC;
            border-bottom-color: #DCDCDC;
            border-left-color: #DCDCDC;

            /*.cat_wrap .cat_box:nth-child(1){
                left:8px!important;
            }
            .cat_wrap .cat_box:nth-child(2){
                left:348px!important;
            }
            */
            ul {
                width: 100%;
                padding-bottom: 0px;

                &:after {
                    content: ".";
                    display: block;
                    clear: both;
                    height: 0px;
                    visibility: hidden;
                    font-size: 0;
                }

                li {
                    width: 248px;
                    font-size: 14px;
                    float: left;
                    padding-bottom: 5px;
                    height: 110px;
                    margin-right: 3px;
                    margin-bottom: 10px;

                    &.cont_list {
                        width: 100%;
                        font-size: 14px;
                        margin-right: 3px;
                        margin-bottom: 10px;
                        clear: both;
                        padding-right: 10px;
                        padding-left: 10px;

                        &:after {
                            content: ".";
                            display: block;
                            clear: both;
                            height: 0px;
                            visibility: hidden;
                            font-size: 0;
                        }

                        p {
                            margin: 0px 0px 10px 5px;
                            display: inline-block;

                            &:last-child {
                                margin-right: 0px;
                            }

                            a {
                                color: #FFF;
                                height: 50px;
                                text-decoration: none;
                                background-color: #697B47;
                                display: block;
                                font-size: 13px;
                                text-align: center;
                                padding: 0px 8px;
                                line-height: 50px;
                                border-radius: 5px;

                                &:hover {
                                    background-color: #FF2004;
                                }
                            }
                        }
                    }

                    &:first-child {
                        width: 1040px;
                        border-top-style: none;
                        border-right-style: none;
                        border-bottom-style: none;
                        border-left-style: none;
                        margin-left: -19px;
                        border-top-width: 0px;
                        border-right-width: 0px;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        height: 120px;
                        margin-bottom: 10px;

                        a {
                            min-height: 120px;
                            padding-left: 120px;
                            display: block;
                            position: relative;
                            padding-top: 10px;
                            padding-right: 30px;
                            text-decoration: none;
                            background-color: #000;
                            z-index: 10;
                            width: 1040px;
                            color: #FFF;
                            background-image: none;

                            &:before {
                                content: "";
                            }

                            &[href] {
                                background-image: url(../img/common/mark_arrow.png);
                                background-repeat: no-repeat;
                                background-position: 1010px center;

                                &:hover {
                                    opacity: 1;
                                    text-decoration: none;
                                    color: #FFF;
                                    background-color: #FF2004;
                                }
                            }

                            &:hover {
                                opacity: 1;
                                text-decoration: none;
                                background-color: #000;

                                img {
                                    opacity: 1;
                                    text-decoration: none;
                                    background-color: #000;
                                }
                            }
                        }

                        img {
                            height: 100px;
                            width: 100px;
                        }

                        h3 {
                            font-size: 30px;
                            text-decoration: none;
                            font-weight: bold;
                            padding-bottom: 10px;
                            padding-top: 10px;
                        }

                        span {
                            font-size: 15px;
                            line-height: 1.3;
                        }
                    }

                    /*▲上サバゲーTOPのサムネイルを8列に変更▲*/
                    &:last-child {}

                    img {
                        height: 100px;
                        width: 100px;
                        position: absolute;
                        left: 7px;
                        top: 7px;
                        border: 5px solid #FFF;
                    }
                }

                a {
                    color: #000;
                    height: 115px;
                    padding-left: 10px;
                    text-decoration: none;
                    background-color: #DCDCDC;
                    display: block;

                    &:hover {
                        color: #FFF;
                        background-color: #FF2004;
                        color: #fff;
                    }
                }

                >li>a {
                    position: relative;
                    padding-left: 115px;
                    vertical-align: middle;
                    display: table-cell;
                    width: 248px;
                    background-image: url(../img/common/mark_arrow.png);
                    background-repeat: no-repeat;
                    background-position: 232px center;
                    padding-right: 10px;
                    font-size: 16px;
                    line-height: 1.3;
                }
            }
        }
    }

    #sabage_top.pt2 .cat_box ul {
        display: flex;
        flex-wrap: wrap;

        li {
            width: 114px;
            margin-right: 6px;
            margin-left: 6px;
            padding-bottom: 0px;
            background: #DCDCDC;
            float: none;
            height: auto;
            /*IE8*/
            float: left\9;
            height: 180px\9;

            &:not(:target) {
                /*IE9*/
                float: left\9;
                height: 180px\9;
            }

            &:first-child:not(:target),
            &.cont_list:not(:target) {
                /*IE9*/
                height: auto\9;
            }

            &:first-child,
            &.cont_list {
                /*IE8*/
                height: auto\9;
            }

            &.cont_list {
                width: 100%;
                background: none;
                padding-left: 0px;

                &:hover {
                    background: none;
                }
            }

            &:hover {
                background: #fb1618;
            }

            &:first-child {
                width: 1040px;
                min-height: 120px;
                margin-right: 0px;
                margin-left: -19px;

                >a {
                    width: auto;
                    padding-left: 115px;
                    padding-right: 10px;
                    padding-top: 0px;
                }
            }

            img {
                border: none;
            }
        }

        >li>a {
            background-image: none;
            padding-left: 10px;
            padding-bottom: 10px;
            padding-top: 115px;
            vertical-align: bottom;
            width: 114px;
            font-size: 13px;
        }
    }
}

.cat_wrap .cat_box {
    &:nth-child(1) {
        left: 0px !important;
    }

    &:nth-child(2) {
        left: 335px !important;
    }
}

.items_wrap {
    width: 1080px;
    clear: both;
}

.item_box {
    float: left;
    width: 173px;
    height: 330px;
    position: relative;
    padding-top: 150px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DCDCDC;

    .new {
        position: absolute;
        overflow: hidden;
        height: 140px;
        width: 140px;
        display: block;
        left: 10px;
        top: 10px;

        &:after {
            content: "new";
            position: absolute;
            display: inline-block;
            left: -52px;
            text-align: center;
            text-transform: uppercase;
            top: -10px;
            background: #d93131;
            width: 40px;
            padding: 20px 41px 0px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            color: #FFF;
            font-size: 12px;
            font-weight: bold;
        }
    }
}

.main_wrap {
    float: right;
    width: 810px;

    .items_wrap {
        width: 810px;
        clear: both;
    }

    #list div.list_area,
    .itemlist_wrap div.list_area {
        float: left;
        height: 330px;
        position: relative;
        padding-top: 165px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #DCDCDC;
        padding-right: 17px;
        width: 167px;
    }

    #list div.list_area:nth-child(5n),
    .itemlist_wrap div.list_area:nth-child(5n) {
        padding-right: 0px;
        width: 140px;
    }

    .option_list {
        margin-right: 10px;
    }
}

.item_none {
    background-color: rgba(100, 100, 100, 0.4);
    height: 140px;
    width: 150px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: center;
    display: block;
    line-height: 150px;
    opacity: 1;
    z-index: 100;

    &:after {
        content: '';
        border: 2px solid #000;
        position: absolute;
        left: 37px;
        top: 62px;
        height: 1.3em;
        width: 4.7em;
    }

    &:hover {
        background-color: rgba(100, 100, 100, 0.2);
        color: #000;
    }
}

.item_img {
    height: auto;
    width: 140px;
    position: absolute;
    overflow: hidden;
    display: block;
    left: 10px;
    top: 10px;

    img {
        width: 100%;
    }
}

.status_wrap {
    padding-top: 5px;
    height: 25px;

    li {
        float: left;
        width: 49%;

        &:first-child {
            margin-right: 2%;
        }

        img {
            height: auto;
            width: 100%;
        }
    }
}

.item_name {
    font-size: 13px;
    min-height: 4.4em;
    clear: both;
    padding-top: 5px;

    a {
        color: #03F;
    }

    span {
        line-height: 1.1;
        font-size: 13px;
        display: block;
    }
}

.item_price span {
    font-size: 12px;
}

.item_price_off {
    font-size: 12px;
    color: #F00;
    margin-top: -3px;
}

/*======================　ブランド　======================*/
.brand_wrap {
    width: 1040px;
    padding-top: 10px;
    background-color: #fff;
    padding-right: 5px;
    padding-left: 5px;
    width: 1050px;

    li {
        float: left;
        width: 144px;
        height: 100px;
        margin-right: 4px;
        position: relative;
        margin-bottom: 4px;
        border: 1px solid #DCDCDC;

        a {
            float: left;
            width: 144px;
            height: 100px;
            padding-top: 60px;
        }

        p {
            color: #000;
            text-decoration: none;
            font-size: 11px;
            background-color: #eee;
            display: table-cell;
            width: 144px;
            height: 40px;
            line-height: 1.3;
            text-align: center;
            vertical-align: middle;
        }

        span {
            width: 120px;
            height: 53px;
            position: absolute;
            left: 10px;
            top: 3px;
            display: block;
            overflow: hidden;
        }

        img {
            height: auto;
            width: 120px;
            /*margin-top: -3px;
                margin-left: -3px;*/
            display: block;
        }
    }

    a:hover {
        text-decoration: underline;

        p {
            text-decoration: underline;
        }

        span {
            opacity: 0.7;
        }
    }
}

.list_area1 p {
    font-size: 12px;
    padding: 12px 7px !important;
}

#list div.list_area,
.itemlist_wrap div.list_area {
    float: left;
    height: 330px;
    position: relative;
    padding-top: 165px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DCDCDC;
    padding-right: 40px;
    width: 180px;
}

.list_area_inner .off_price {
    font-size: 10px;
    text-align: center;
    padding: 2px;
    background-color: #DF0B00;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

.stock_banner_area:hover,
div.listphoto:hover {
    opacity: 0.7;
}

#list div.listrightbloc .stock_banner_area.sold {
    position: absolute;
    left: 0px;
    top: 20px;
}

.wholesale_price {
    font-size: 12px;
}

.tax_komi {
    font-size: 12px;
    margin-top: -10px;
}

/*======================　キャンペーン時　======================*/
.campaign_wrap {
    height: 40px;

    a,
    span {
        background-image: url(../img/common/campaign_sample.jpg);
        background-repeat: repeat-x;
        background-position: 0px 0px;
        display: block;
    }
}

/*======================　トップページ　======================*/
.main_image {
    height: 395px;
    position: relative;
    overflow: hidden;

    img {
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -1000px;
        text-align: center;
    }
}

.genre_wrap {
    background-color: #EEE;
    padding: 15px;
    width: 100%;
    border: 1px solid #A5A5A5;
}

.banner_wrap {
    padding-top: 10px;
    padding-bottom: 10px;

    li {
        float: left;
        margin-right: 15px;

        &:last-child {
            margin-right: 0px;
        }
    }
}

.topics_wrap {
    padding-top: 30px;
    padding-bottom: 30px;

    p {
        padding: 20px;
        border: 2px solid #A5A5A5;
        width: 1040px;
        margin-right: auto;
        margin-left: auto;
    }
}

/*======================　新入荷表示　======================*/
.newitem_wrap {
    width: 100%;
    background-color: #ccc;

    .newitem_top {
        width: 1040px;
        margin: 0 auto;
    }
}

.newitem_top {
    p {
        color: #FFF;
        float: left;
        font-weight: none;
        background-color: #000;
        border: 2px solid #000;
        padding: 9px 12px 9px 12px;
    }

    >a {
        color: #fff;
        float: left;
        font-weight: bold;
        font-size: 13px;
        border: 2px solid #000;
        background-color: #000;
        padding: 8px 12px 9px 12px;
        margin: 0px 1px 0px 1px;

        &:hover {
            background-color: #fff;
            color: #333;
        }
    }
}

.ticker {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    width: 650px;
    background-color: #fff;
    text-align: left;
    position: relative;
    overflow: hidden;
    line-height: 1;
    height: 15px !important;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    float: left;
    padding-top: 13px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 20px;
    background-image: url(../img/top/bg_newitem.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
    border: 2px solid #000;

    * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
        box-sizing: content-box;
    }

    ul {
        width: 100%;
        position: relative;

        li {
            width: 100%;
            display: none;

            a {
                color: #333;

                &:hover {
                    text-decoration: none;
                    color: #333 !important;
                }
            }
        }
    }
}

.rmc_wrap {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    width: 800px;
    margin: 0 auto;
    width: 1040px !important;
    margin-right: auto;
    margin-left: auto;

    .cl {
        display: inline-block;
        /*for IE 5.5-7*/
        zoom: normal;

        /*======================　コンテンツ(テスト用)　======================*/
        /*clearfix */
        &:after {
            /*for modern browser*/
            content: ".";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }
    }

    p {
        margin-top: 20px;
        text-align: left;
    }

    li {
        margin-top: 10px;
    }

    .color_red {
        color: #f00;
    }

    .table_a {
        border-collapse: collapse;

        th,
        td {
            padding: 10px;
            border: solid 1px #999;
            text-align: left;
        }

        th p,
        td p {
            margin-top: 0px;
        }

        th {
            background: #ccc;
        }
    }

    .thum_a {
        list-style: none;
        margin: 0px;
        padding: 0px;

        li {
            width: 27%;
            margin: 0px 1% 20px;
            float: left;
            min-height: 150px;
            border: solid 1px #000;
            border-radius: 3px;
            padding: 2%;
            font-size: 14px;
        }
    }
}

.cl {
    display: block;
}

/*======================　パンくず　======================*/
.bread_crumb_wrap {
    &:first-child {
        margin-top: 0px;
    }

    .bread_crumb {
        overflow: hidden;
        margin: 5px 0 5px 0;
        font-size: 12px;

        li {
            float: left;
            line-height: 2.5em;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;

            &:first-child {
                border-left: 1px solid #ccc;

                a {
                    padding-left: 1.667em;
                }
            }

            &:last-child a {
                background-color: #FFF;

                &:hover {
                    background: #eee;
                    text-decoration: none;

                    &::after,
                    &::before {
                        background: #eee;
                    }
                }

                &::after,
                &::before {
                    margin-right: -2.333em;
                }

                &::after {
                    position: relative;
                    display: block;
                    margin-top: -1.667em;
                    margin-left: auto;
                    height: 0.833em;
                    width: 0.833em;
                    content: " ";
                    -webkit-transform: skew(-30deg);
                    background: #fff;
                    border-right: 1px solid #ccc;
                    -moz-transform: skew(-30deg);
                    -o-transform: skew(-30deg);
                    transform: skew(-30deg);
                }

                &::before {
                    float: right;
                    display: block;
                    margin-bottom: -1.667em;
                    margin-left: auto;
                    height: 0.833em;
                    width: 0.833em;
                    content: " ";
                    -webkit-transform: skew(30deg);
                    background: #fff;
                    border-right: 1px solid #ccc;
                    -moz-transform: skew(30deg);
                    -o-transform: skew(30deg);
                    transform: skew(30deg);
                }
            }

            a {
                color: #000;
                text-decoration: none;
                display: block;
                float: left;
                background: #eee;
                padding: 0 2.083em 0 2.5em;

                &:hover {
                    background: #fff;
                    text-decoration: none;
                }

                &::after {
                    position: relative;
                    display: block;
                    margin-top: -1.667em;
                    margin-left: auto;
                    margin-right: -2.583em;
                    height: 0.833em;
                    width: 0.833em;
                    content: " ";
                    -webkit-transform: skew(-30deg);
                    background: #eee;
                    border-right: 1px solid #ccc;
                    -moz-transform: skew(-30deg);
                    -o-transform: skew(-30deg);
                    transform: skew(-30deg);
                }

                &::before {
                    float: right;
                    display: block;
                    margin-bottom: -1.667em;
                    margin-left: auto;
                    margin-right: -2.583em;
                    height: 0.833em;
                    width: 0.833em;
                    content: " ";
                    -webkit-transform: skew(30deg);
                    background: #eee;
                    border-right: 1px solid #ccc;
                    -moz-transform: skew(30deg);
                    -o-transform: skew(30deg);
                    transform: skew(30deg);
                }
            }

            span {
                position: relative;
                top: -0.417em;
            }
        }
    }
}

/*======================　カテゴリ部分　======================*/
.maker_img_wrap {
    background-color: #fff;
    text-align: center;
    padding: 0 0 5px 0;
}

.maker_detail_wrap {
    background-color: #DBDBDB;
    position: relative;
    min-height: 110px;
    padding-top: 5px;
    margin-top: 10px;

    .container {
        padding-left: 220px;
    }

    img {
        display: block;
        max-width: 290px;
        max-height: 120px;
        height: auto;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .cat_hl {
        font-size: 24px;
        font-weight: bold;
    }

    .cat_gaiyou {
        font-size: 14px;
        line-height: 1.5;
        margin: 5px 0px 10px 0px;
    }
}

/*======================　カテゴリ部分　======================*/
.cat_img_wrap {
    background-color: #fff;
    text-align: center;
    padding: 0 0 5px 0;
}

.cat_detail_wrap {
    background-color: #f0e4ce;
    position: relative;
    min-height: 140px;
    padding-top: 5px;
    margin-bottom: 10px;

    >.container {
        padding-left: 140px;

        &.has_category_title_image {
            padding-left: calc(140px + 291px - 125px);
        }
    }

    img {

        &.category_title_image,
        &.category_image {
            display: block;
            height: auto;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        &.category_title_image {
            max-width: 291px;
            max-height: 120px;
        }

        &.category_image {
            max-width: 120px;
            max-height: 120px;
        }
    }

    .cat_hl {
        color: #a72603;
        font-size: 24px;
        font-weight: bold;
    }

    .cat_gaiyou {
        font-size: 14px;
        line-height: 1.4;
        margin: 0 10px auto 0px;
        height: 60px;
    }

    .p_hl {
        color: #000;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin: 40px 0;
    }
}

.maker_detail a {
    font-weight: bold;
    color: #fff;
    font-size: 90%;
    background-color: #000;
    border-radius: 5px;
    float: right;
    vertical-align: bottom;
    padding: 5px 15px;
    margin: 8px;
    text-decoration: none;
}

.rev_detail a {
    font-size: 120%;
    margin-left: 12px;
    text-decoration: none;
    background: url(../img/bloc/icon-guide.gif) no-repeat left center;
}

.quantity {
    font-size: 18px;
    text-align: right;
    background-color: #f0e4ce;
    border-radius: 10px;
    padding: 5px 15px;
    margin-bottom: 10px;

    span {
        font-size: 24px;
        font-weight: bold;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
}

.quantity_c {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0px;

    span {
        font-size: 18px;
        font-weight: bold;
        padding-right: 0.3em;
        padding-left: 0.3em;
    }
}

#list_search_form {

    /*
    .quantity b{
        font-size: 24px;
        font-weight: bold;
        padding-left: 0.8em;
        padding-right: .5em;
    }
    /*======================　絞込み部分(新)　======================*/
    ul {
        padding: 20px 0;
    }

    select {

        &[name="category_id"],
        &[name="maker_id"] {
            width: 200px;
            border: none;
            padding-left: 2px;
            height: 100%;
            font-size: 16px;
        }

        &[name="category_id"] {
            background-color: #000;
            color: #fff;
        }
    }

    input {
        width: 425px;
        font-size: 16px;
        padding-left: 20px;
        height: 100%;
        border: none;
    }

    li {
        float: left;
        height: 46px;
        border: solid #000;
        border-width: 2px 0;

        &:first-child {
            border-left-width: 2px;
            border-right: none;
            border-radius: 5px 0px 0px 5px;
            /* GC 白線隠し */
            margin-left: -1px;
        }

        &:last-child {
            border-right-width: 2px;
            border-left: none;
            border-radius: 0px 5px 5px 0px;
        }

        &.deselect_area {
            width: 105px;
            position: relative;
            border-left: none;

            img {
                width: 100px;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
            }
        }

        &.maker_area {
            border-left-width: 2px;
        }

        &.search_button_area a {
            width: 100px;
            font-size: 18px;
            height: 100%;
            line-height: 42px;
            color: #FFF;
            background-color: #000;
            display: block;
            background-image: url(../img/common/icon_loope.png);
            background-repeat: no-repeat;
            background-position: 10px center;
            padding: 0 5px 0 40px;
            font-weight: bold;

            &:hover {
                color: #FFF;
                background-image: url(../img/common/icon_loope.png);
                background-repeat: no-repeat;
                text-decoration: none;
            }
        }
    }
}

/*======================　表示オプション　======================*/
.option_list {
    padding: 10px 0px;
    float: left;
    margin-right: 20px;

    &:last-child {
        margin-right: 0px;
    }

    dt,
    dd {
        float: left;
        line-height: 20px;
        font-size: 100%;
    }

    dt {
        color: #fff;
        font-weight: bold;
        background-color: #5E604A;
        padding: 4px 8px;
        border-radius: 3px;
        margin-right: 10px;
    }

    dd {
        color: #9F9F9F;
        padding: 8px 3px;

        &:after {
            content: "｜";
        }

        &:last-child {
            margin-right: 10px;

            &:after {
                content: "";
            }
        }

        a {
            color: #9f9f9f;

            &[href] {
                color: #000000;
                text-decoration: underline;
            }
        }
    }
}

/*======================　ブランド一覧ページ　======================*/
.type_select {
    padding-top: 30px;
    padding-bottom: 50px;

    li {
        float: left;
        text-align: center;
        width: 50%;
    }

    a {
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
        line-height: 60px;
        text-decoration: none;
        padding-right: 55px;
        padding-left: 55px;
        display: table;
        background-color: #000;
        margin-right: auto;
        margin-left: auto;
        border-radius: 10px;
    }
}

.char_list li {
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 7px;

    &:after {
        content: "/";
        margin-left: 7px;
    }

    &:last-child:after {
        content: "";
    }

    a {
        font-size: 15px;
        color: #aaa;
        text-decoration: none;

        &[href] {
            color: #000;
            text-decoration: underline;
        }

        &:hover {
            color: #aaa;
        }
    }
}

/*======================　絞込み検索(2カラム時)　======================*/
.type_box {
    background-color: #EDEDED;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 10px;

    dl {
        padding-right: .5em;
        padding-left: .5em;
        padding-top: 10px;
        padding-bottom: 20px;

        dt {
            line-height: 2;
            padding-left: 0.5em;
            font-size: 14px;

            &:nth-child(1) {
                margin-bottom: 10px;
                margin-bottom: 10px;
            }

            &:nth-child(2):before,
            &:nth-child(3):before,
            &:nth-child(4):before,
            &:nth-child(5):before,
            &:nth-child(6):before {
                font-size: 70%;
                white-space: nowrap;
                display: table-cell;
            }

            &:nth-child(2):before {
                content: "＞　";
            }

            &:nth-child(3):before {
                content: "＞＞　";
            }

            &:nth-child(4):before {
                content: "＞＞＞　";
            }

            &:nth-child(5):before {
                content: "＞＞＞＞　";
            }

            a {
                display: table-cell;
            }

            &:last-of-type a {
                font-weight: bold;
            }
        }

        dt a,
        dd a {
            color: #000;
        }

        dd {
            line-height: 2;
            padding-left: 2.5em;
            font-size: 12px;

            a {
                display: block;
            }
        }
    }
}

.shibori_menu .type_box {
    select {
        height: 32px;
        width: 190px;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFF;
        display: block;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    input[type=text] {
        height: 32px;
        width: 190px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 15px;
    }

    &.discount_rate label {
        display: block;
    }

    .btn_1 {
        line-height: 34px;
        width: 65px;
        margin-top: 5px;
        margin-left: 135px;
    }
}

/*======================　商品詳細　======================*/
.price_list {
    margin: 15px 0 15px 0;

    li {
        float: left;
        font-size: 18px;
        color: #DF0B00;
        font-weight: bold;

        &.off_price {
            font-size: 28px;
            line-height: 1.5;
            margin-left: 15px;
        }

        &.off_price span,
        span:first-child {
            display: block;
        }

        &.normal span {
            display: block;
            font-weight: normal;
            color: #000;
            font-size: 80%;
        }
    }
}

.detail_p {
    background-color: #eee;
    padding: 5px 0 0 0;
    border-radius: 5px;
    line-height: 0.5em;

    img {
        padding: 0 3px 0 12px;
    }
}

.item_info {
    float: left;
    margin-right: 0.2em;
    font-size: 16px;
    font-weight: bold;
}

.zaiko_desc {
    padding: 15px;
    border: 5px solid #DCDCDC;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.6;

    b {
        font-size: 15px;
        font-weight: bold;
        display: block;
    }
}

.stamp_area {
    margin-top: -16px;

    th {
        text-align: right;
        vertical-align: middle;
    }
}

.stamp_desc {
    text-align: left !important;
    font-weight: bold;

    span {
        display: block;
        font-size: 90%;
        font-weight: normal;
    }
}

.video {
    padding-top: 15px;

    iframe {
        width: 500px;
        height: 310px;
    }
}

.stock_banner_area.toriyose {
    display: none;
}

.LC_Page_Index {

    /*======================　カテゴリ一覧部分　======================
    .LC_Page_Index .cat_wrap {
        position: relative;
        width: 990px;
    }
    .LC_Page_Index .cat_wrap td{
        width: 25%;
        background-color: #FFF;
        padding: 0px;
        border: 1px solid #000;
    }
    .LC_Page_Index .cat_wrap.pt2 td{
        width: 33.33%;
        background-color: #FFF;
        padding: 0px;
        border: 1px solid #000;
    }
    .LC_Page_Index .cat_wrap2{
    }
    .LC_Page_Index .cat_box{
        width: 100%;
        background-color: #DCDCDC;
    }
    .LC_Page_Index .cat_box ul:after{
        content:".";
        display:block;
        clear:both;
        height:0px;
        visibility:hidden;
        font-size:0;
    }
    ======================　▼TOP メイン下部 (リニューアル2016)　======================*/
    /*.cat_wrap .cat_box:nth-child(1){
        left:8px!important;
    }
    .cat_wrap .cat_box:nth-child(2){
        left:348px!important;
    }
    */
    /*======================　▼TOP メイン下部 (リニューアル2016)追加　======================*/
    .cat_wrap {
        position: relative;
        width: 1040px;
    }

    .cat_wrap2 {
        margin-top: 10px;
    }

    .cat_box {
        width: 330px;
        min-height: 105px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding-left: 25px;
        background-color: #DCDCDC;
        display: inline-block;
        vertical-align: top;

        ul {
            padding-bottom: 8px;
            width: 330px;

            a {
                color: #333;
                font-size: 12px;
            }

            &:after {
                content: ".";
                display: block;
                clear: both;
                height: 0px;
                visibility: hidden;
                font-size: 0;
            }

            li {
                width: 160px;
                float: left;
                padding-bottom: 5px;
                list-style-image: url(../img/common/mark_arrow_s.png);

                &:first-child {
                    width: 330px;
                    margin-left: -25px;
                    border-top-style: none;
                    border-right-style: none;
                    border-bottom-style: none;
                    border-left-style: none;
                    list-style-image: none;

                    a {
                        min-height: 140px;
                        padding-left: 140px;
                        display: block;
                        position: relative;
                        padding-top: 8px;
                        padding-right: 8px;
                        text-decoration: none;

                        &[href]:hover {
                            opacity: 0.7;
                        }

                        &:hover {
                            background-color: #FF2004;
                            color: #fff;
                        }
                    }

                    h3 {
                        font-size: 16px;
                        font-weight: bold;
                        text-decoration: none;
                    }

                    span {
                        font-size: 12px;
                        line-height: 1.5;
                        display: inline-block;
                        margin-top: 8px;
                        margin-bottom: 8px;
                    }
                }

                img {
                    float: left;
                    height: 120px;
                    width: 120px;
                    position: absolute;
                    left: 8px;
                    top: 8px;
                    border: 5px solid #FFF;
                }
            }
        }
    }

    #carousel-top-panel {
        width: 1040px;
        margin-right: auto;
        margin-left: auto;
    }
}

.category_comment {
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    line-height: 1.8;

    .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.contents_list {
    background-color: #5E604A;
    background-repeat: repeat;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;

    ul {
        text-align: center;

        li a {
            font-size: 14px;
            color: #434919;
            background-color: #FFF;
            background-image: url(/user_data/packages/default/img/common/mark_contents_off.gif);
            background-repeat: no-repeat;
            background-position: 10px center;
            padding: 10px 0 0 15px;
            height: 50px;
            width: 330px;
            border-radius: 5px;
            margin: 10px;
            vertical-align: middle;
            float: left;

            &:hover {
                background-color: #FF2004;
            }
        }
    }
}

/*======================　ピックアップジ　======================*/
.pickup_wrap {
    padding-top: 30px;
    padding-bottom: 100px;

    ul {
        padding-top: 20px;

        li {
            float: left;
            margin-right: 10px;

            &:nth-child(5n) {
                margin-right: 0px;
            }
        }
    }
}

.LC_Page_AllCategories {

    /*======================　全カテゴリページ　======================*/
    #main {
        text-align: left;
        width: 1040px;
        margin-right: auto;
        margin-left: auto;
        position: relative;

        >ul li a {
            line-height: 1.8;
            color: #000;
            text-decoration: underline;
        }
    }

    li.level1 {
        width: 345px;
        display: inline-block;
        vertical-align: top;

        >a {
            font-size: 16px;
            font-weight: bold;
            color: #000;
            border-bottom-width: 4px;
            border-bottom-style: solid;
            text-decoration: none !important;
            display: block;
            width: 80%;
            border-bottom-color: #FF2004;
        }
    }

    .level1 {
        >ul {
            padding-left: 20px;
        }

        >.level2 {
            padding-top: 10px;
        }
    }

    ul.level2 {
        padding-bottom: 50px;
    }

    .level2>ul {
        padding-left: 20px;
    }

    .level3>ul {
        padding-left: 20px;
    }

    .level4>ul {
        padding-left: 20px;
    }

    .level5>ul {
        padding-left: 20px;
    }
}

/*======================　ブランド詳細　======================*/
.maker_comment {
    text-align: left;
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    line-height: 1.8;
}

/*======================　サバゲー装備ページ　======================*/
.bui_wrap .bui_list {
    padding-top: 20px;
    padding-bottom: 50px;

    li {
        float: left;
        padding-left: 1em;
        padding-top: 5px;
        padding-bottom: 5px;

        a {
            font-size: 18px;
            color: #000;
            text-decoration: underline;
        }

        &:after {
            content: "/";
            margin-left: 1em;
        }
    }
}

.sabacon {
    margin-top: -15px;
}

.soubi_wrap {
    position: relative;

    a {
        background-color: none;
        height: 2em;
        width: auto;
        position: absolute;
        text-indent: -9999em;
        border-radius: 8px;
        display: block;

        &:hover {
            text-indent: -9999em;
            background-color: #FF2004;
        }
    }

    .pt_01 {
        left: 30%;
        top: 2.5%;
    }

    .pt_02 {
        left: 50%;
        top: 3.2%;
    }

    .pt_03 {
        left: 29.3%;
        top: 12.5%;
    }

    .pt_04 {
        left: 71%;
        top: 8%;
    }

    .pt_05 {
        left: 70.5%;
        top: 14.7%;
    }

    .pt_06 {
        left: 44.5%;
        top: 8%;
    }

    .pt_07 {
        left: 31%;
        top: 7%;
    }

    .pt_08 {
        left: 37%;
        top: 26.7%;
    }

    .pt_09 {
        left: 40%;
        top: 77%;
        width: 8em;
    }

    .pt_10 {
        left: 36%;
        top: 17.4%;
    }

    .pt_11 {
        left: 74%;
        top: 50.5%;
    }

    .pt_12 {
        left: 3%;
        top: 76.5%;
    }

    .pt_13 {
        left: 3%;
        top: 25%;
    }

    .pt_14 {
        left: 39.5%;
        top: 66.5%;
    }

    .pt_15 {
        left: 41%;
        top: 33%;
    }

    .pt_16 {
        left: 3.2%;
        top: 43%;
    }

    .pt_17 {
        left: 38.5%;
        top: 59%;
    }

    .pt_18 {
        left: 38.5%;
        top: 87.3%;
    }

    .pt_19 {
        left: 3.2%;
        top: 64.5%;
    }

    .pt_20 {
        left: 40%;
        top: 54%;
    }

    .pt_21 {
        left: 77%;
        top: 57.5%;
    }

    .pt_22 {
        left: 3%;
        top: 36.8%;
    }

    .pt_23 {
        left: 38.5%;
        top: 39.5%;
    }

    .pt_24 {
        left: 41%;
        top: 44.2%;
    }

    .pt_25 {
        left: 37.5%;
        top: 48.5%;
    }

    .pt_26 {
        left: 45.5%;
        top: 22%;
    }

    .pt_27 {
        left: 77%;
        top: 20%;
        width: 10.5em;
        height: 3em;
    }

    .pt_01,
    .pt_07,
    .pt_12,
    .pt_14,
    .pt_15,
    .pt_26 {
        width: 7em;
    }

    .pt_02,
    .pt_03,
    .pt_13,
    .pt_17,
    .pt_25 {
        width: 9em;
    }

    .pt_04,
    .pt_08,
    .pt_11,
    .pt_16,
    .pt_19,
    .pt_18,
    .pt_20,
    .pt_21,
    .pt_24 {
        width: 10em;
    }

    .pt_05,
    .pt_10,
    .pt_22 {
        width: 11em;
    }

    .pt_06,
    .pt_23 {
        width: 12em;
    }

    .pt_15,
    .pt_19 {
        height: 3em;
    }
}

.LC_Page_Cart .form_area p span:nth-child(2) {
    font-size: 18px;
    color: #F00;
}

.detailarea_main3 .main_comment p {
    line-height: 1.8;
    margin: 1em;
}

.pc_sp {

    /*======================　スマホからPCサイト閲覧時の調整用　======================*/
    .main_image {
        width: 1080px;
        overflow: hidden;
    }

    .pagenavi a {
        display: block;
        position: absolute;
        right: 0px;
        top: -160px;
    }

    #plan {
        margin-bottom: -2px;
    }
}

/*======================　スマホからPCサイト閲覧時の調整用　======================*/
img.button,
input.button {
    background: #39404f;
    /* Safari, Chrome用 */
    -webkit-border-radius: 2px;
    /* Firefox用 */
    -moz-border-radius: 2px;
    /* CSS3 */
    border-radius: 2px;
}

img.button_w,
input.button_w {
    background: #fff;
    /* Safari, Chrome用 */
    -webkit-border-radius: 3px;
    /* Firefox用 */
    -moz-border-radius: 3px;
    /* CSS3 */
    border-radius: 3px;
    border: 1px solid #ccc;
}

img.button_disabled,
input.button_disabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    background: #d9d9d9;
}

#img_omatome {
    display: none;
}

#purchase_select_list {
    border: 2px #999 solid;
    margin: 1em;
    border-radius: 10px;

    >.one {
        padding: .8em;
        width: 100%;

        &.selected {
            background-color: #cef;
        }

        &:not(.selected)> :not(label):not(#AmazonPayButton) {
            /* [disabled]Opacity: 0.5; */
        }

        >label {
            float: left;
            font-size: 115%;
            font-weight: bold;
        }

        &:last-child {
            padding-top: 1.3em;
        }
    }

    .formlist {
        margin-bottom: 0.8em;
        width: 100%;

        dt {
            float: left;
            width: 27%;
            white-space: nowrap;
            padding-top: 5px;
        }

        dd {
            float: left;
            width: 73%;
            overflow: visible;

            input {
                border: 1px solid #999;

                &[type='text'],
                &[type='password'] {
                    width: 95%;
                }
            }
        }
    }

    #AmazonPayButton {
        /* [disabled]margin-left: 5em; */
        display: inline-block;
    }

    .right_wrap {
        width: 60%;
        float: right;
    }

    .member_merit {
        dt {
            font-weight: bold;
            padding-bottom: 5px;
            color: #FF2004;
        }

        dd {
            display: list-item;
            list-style-type: disc;
            margin-left: 1.5em;
            line-height: 1.6;
            font-size: 90%;

            a {
                text-decoration: underline;
            }
        }
    }

    ul {
        font-size: 90%;

        li {
            line-height: 1.6;
        }
    }

    .btn_am {
        margin-top: -10px;
        margin-left: 15px;
    }
}

.amp_wrap {
    padding-left: 30px;
    padding-top: 5px;

    img {
        margin-top: -40px;
        float: left;
        margin-right: 5px;
    }

    span {
        float: left;
        margin-top: -29px;
    }
}

#main {

    /* .main_wrap #list{
    padding-top:20px;
    }
    =====================　ブログ基礎知識 記事用　========================= */
    .newblog_wrap {
        font: 18px/1.8 "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
        -webkit-text-size-adjust: 100%;
        width: 800px;
        margin-right: auto;
        margin-left: auto;
        border: 1px solid #CCC;
        padding: 15px;

        &.type_b {
            width: 960px;
            padding: 0px;
            border: none;
        }

        p {
            font: 18px/1.8 "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
            -webkit-text-size-adjust: 100%;
        }

        img {
            max-width: 100%;
        }

        .img_hl {
            text-align: center;
            background-color: #ccc;
            margin-top: 40px !important;
            margin-right: 0px !important;
            margin-bottom: 0px !important;
            margin-left: 0px !important;
            padding-top: 5px !important;
            padding-right: 0.5em !important;
            padding-bottom: 5px !important;
            padding-left: 0.5em !important;
        }

        .img_border {
            border: 1px solid #ccc;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-radius: 5px;
        }

        .img_description {
            position: relative;
            padding-left: 150px;
            /*padding-left: 330px;*/
            margin-top: 50px;
            /*min-height:300px;*/
            min-height: 150px;

            p:first-child {
                padding-top: 0px;
            }

            &.pt2 {
                min-height: 300px;
            }

            img {
                width: 130px;
                /*width: 300px;*/
                position: absolute;
                left: 5px;
                top: 12px;
                border: 1px solid #CCC;

                &:nth-child(2) {
                    left: 5px;
                    top: 150px;
                }
            }

            b {
                font-size: 30px;
                font-weight: bold;
                display: block;

                span {
                    font-size: 30px;
                    padding-right: 3px;
                }
            }

            span {
                font-size: 16px;
            }

            a {
                font-weight: bold;
                text-decoration: underline;
                display: inline-block;
                border-radius: 5px;
                margin-top: 5px;
            }
        }

        h3 {
            /*background:#5E604A;*/
        }

        h4 {
            color: #5E604A;
        }
    }

    .img_saba {
        width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;

        img {
            width: 50%;
        }
    }

    .img_ac {
        width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;

        span {
            width: 150px;
            text-align: center;
            float: left;

            img {
                height: 150px;
                width: auto;
                float: none;
            }
        }

        img {
            width: 150px;
            float: left;
        }
    }
}

.cate_contents p,
#main .newblog_wrap p {
    padding: 5px 0 5px 0;
}

.cate_contents p.btn_detail,
#main .newblog_wrap p.btn_detail {
    padding-top: 0px;
}

.text_marker {
    background-color: #FFFF33;
    font-weight: bold;
    padding: 5px;
}

.text_marker_gr {
    background-color: #eee;
    font-weight: bold;
    padding: 5px;
}

.text_marker_bl {
    background-color: #f2f8fc;
    font-weight: bold;
    padding: 5px;
}

.mokuji {
    padding: 20px 20px 20px 60px !important;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #eee;
    background-image: url("/user_data/htm/guide/drab.png");
    background-repeat: no-repeat;
    background-position: right bottom;

    /* =====================　目次　========================= */
    li,
    ul {
        list-style-image: url(../img/common/mark_arrow_s.png);
        background-image: none !important;
        padding: 5px;
    }

    &:before {
        content: "目次";
        font-size: 110%;
    }

    ul {
        font-size: 90%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    a {
        color: blue;
        text-decoration: underline;

        &:hover {
            color: #4eacd1;
        }
    }
}

.mokuji2 ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;

    li {
        display: table-cell;
        min-width: 50px;
        background-color: whitesmoke;

        a {
            display: block;
            width: 100%;
            padding: 10px 20px;
            text-decoration: none;
            color: black;
            font-weight: bold;
        }

        &.current {
            background-color: slategray;

            a {
                color: white;
            }
        }

        &:hover {
            background-color: slategray;
        }
    }
}

.momenu {
    padding: 20px 20px 20px 100px !important;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #e6e8d7;
    background-image: url("/user_data/htm/guide/drab1.png");
    background-repeat: no-repeat;
    background-position: right bottom;

    li,
    ul {
        list-style-image: url(../img/common/mark_arrow_s.png);
        background-image: none !important;
        padding: 5px;
    }

    &:before {
        content: "カテゴリー";
        font-weight: bold;
        font-size: 110%;
        margin-left: -50px;
    }

    ul {
        font-size: 90%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    a {
        color: blue;
        text-decoration: underline;

        &:hover {
            color: #4eacd1;
        }
    }
}

/************************************************
 色設定
************************************************ */
.gnav_wrap,
.header {
    border-top-color: #5E604A;
    border-bottom-color: #5E604A;
}

.type_select a:hover,
.char_list li a[href]:hover,
.type_box dl dt a:hover,
.type_box dl dd a:hover,
.type_box dl dt:last-of-type a {
    color: #FF2004;
}

.LC_Page_Products_List .cat_box ul a[href]:hover,
.LC_Page_Products_List .cat_box ul li:first-child a[href]:hover,
.LC_Page_Index .cat_box ul a:hover,
.LC_Page_AllCategories #main>ul li a:hover {
    color: #FF2004;
}

.brand_wrap a:hover,
.brand_wrap a:hover p,
div.listrightbloc .list_name a:hover,
.fnav a:hover,
.page-navi a:hover,
.bui_wrap .bui_list li a:hover,
.item_info li a:hover,
.option_list dd a[href]:hover {
    color: #FF2004;
}

/*ベース
----------------------------------------------------------------*/
/*フォント*/
.color_red {
    color: #f00;
}

/*フロート*/
.float_right {
    float: right;
}

.float_left {
    float: left;
}

/*イメージ*/
.img_right {
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
}

.img_left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.img100per {
    width: 100%;
    height: auto;
}

.img90per {
    width: 90%;
    height: auto;
}

.img85per {
    width: 85%;
    height: auto;
}

.clear_both {
    clear: both;
}

.width_a {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.width_b {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.list_disc {
    margin-left: 2em;
    padding-top: 20px;

    li {
        list-style: disc;
    }
}

.pt00 {
    padding-top: 0 !important;
}

.bg_a {
    background: #fae8df;
    padding: 20px 40px 40px;
    border-radius: 10px;

    .lay102 .box_b {
        width: 500px;
    }
}

.text_price {
    color: #DF0B00;
    font-weight: bold !important;

    span {
        font-size: 14px;
        font-weight: normal;
    }

    &.type_b {
        font-size: 26px !important;

        span {
            font-size: 16px !important;
        }
    }
}

/*サムネイル
----------------------------------------------------------------*/
/*コンテンツ用*/
.contents_b {
    margin: 20px 0 20px 0;
    width: 100%;

    img {
        width: 100%;
        height: auto;
    }

    .box_a {
        width: 48%;
        float: left;
    }

    .box_b {
        width: 48%;
        float: right;
    }
}

/*ハイエンドモデル・エントリーモデル用*/
.thum_b {
    margin: 20px 0 20px 0;
    width: 100%;

    img {
        width: 100%;
        height: auto;
    }

    .box_a {
        width: 48%;
        float: left;
        border: solid 1px #CCCCCC;
        background: #c4c6ad;
        border-radius: 5px;

        &.tpye_b {
            background: #ecc1c9;
        }

        .col_a {
            background: #c4c6ad;
        }
    }

    .box_b {
        width: 48%;
        float: right;
        border: solid 1px #CCCCCC;
        background: #ecc1c9;
        border-radius: 5px;

        .col_a {
            background: #ecc1c9;
        }
    }

    .col_a,
    .col_c {
        background: #ecc1c9;
        padding: 15px 10px 0px !important;
        text-align: center;
    }

    .col_b {
        width: 48%;
        margin-right: 2%;
        margin-top: 10px;
        float: left;
        padding: 0 4% 2%;

        &.last {
            margin-right: 0%;
        }

        p {
            font-size: 14px !important;
            padding-top: 5px !important;
            line-height: 1.6 !important;
        }

        img {
            margin-bottom: 5px;
        }
    }

    &.type_b {

        /*ハイエンドモデル・エントリーモデル用(3列1列)*/
        .box_a {
            width: 72%;

            .col_b {
                width: 30%;
            }
        }

        .box_b {
            width: 24%;

            .col_b {
                width: 100%;
                margin-right: 0%;
            }
        }
    }
}

/*サムネイル6列*/
.thum_c {
    display: flex;
    flex-wrap: wrap;

    .box_a {
        width: 120px;
        margin: 20px 8px 0px;
        float: left;
    }

    p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        padding-top: 5px !important;
    }

    .text_price span {
        display: block;
    }
}

/*レイアウト・パーツ
----------------------------------------------------------------*/
/*写真左寄り*/
.lay101 {
    width: 100%;

    .box_a {
        width: 300px;
        float: left;

        img {
            width: 100%;
            height: auto;
        }
    }

    .box_b {
        width: 500px;
        float: right;
    }

    &.type_b {

        /*写真右寄り*/
        .box_a {
            float: right;
        }

        .box_b {
            float: left;
        }
    }
}

.lay102 {
    width: 100%;
    margin-top: 60px;

    h3 {
        margin-top: 0px;
    }

    .box_a {
        width: 340px;
        float: left;

        img {
            width: 100%;
            height: auto;
        }
    }

    .box_b {
        width: 600px;
        float: right;
    }

    &.type_b {
        .box_a {
            width: 240px;
        }

        .box_b {
            width: 700px;
        }
    }
}

h2+.lay102,
h3+.lay102,
h4+.lay102 {
    margin-top: 0px;
}

.rp-caption {
    background: #f1f1f1;
    text-align: center;
    margin-bottom: 10px;
    padding: 4px;
    width: 30%;
    height: auto;
    border-radius: 5px;
}

/*　ローカルナビ表示用　*/
.LC_Page_Products_Detail #container,
.LC_Page_Products_List #container,
.LC_Page_Products #container {
    padding-top: 50px;
}

.LC_Page_Products_Detail .local_nav,
.LC_Page_Products_List .local_nav,
.LC_Page_Products .local_nav {
    display: block;
}

.LC_Page_Products_Detail .gnav>li.genre>a,
.LC_Page_Products .gnav>li.genre>a {
    text-decoration: none;
    color: #FFF;
    background-color: #5E604A;
}

#ui-tab .cont_wrap {
    text-align: center;
    padding-top: 15px;
}

.important {
    background-color: #1111cc;
    text-align: center;
    color: #FFF;
    padding: 3px 3px 0px;
    line-height: 1 !important;
    display: inline-block !important;
    margin-left: 5px;
    font-size: 14px !important;
    border: solid 1px #fff;

    &.type_b {
        background-color: #FF2004;
    }
}

.ranking_wrap div {

    /*　コンテンツ入れ替えに伴うレイアウト調整　*/
    &.list_area_inner {
        position: relative;
    }

    &.listrightbloc .stock_banner_area.sold {
        top: 10px;
    }
}

/*　卸会員限定カテゴリに非会員がアクセスしたとき表示するページ　*/
.members-only-box {
    width: 820px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 5px;
}

/*　割引率一覧ページ　*/
/*横に並べる*/
.btn_disc {
    text-align: center;
    float: left;
    padding: 10px;

    a {
        font-size: 18px;
        line-height: 75px;
        font-weight: bold;
        color: #FFF;
        background-color: #a72603;
        text-decoration: none;
        letter-spacing: 1.5px;
        display: table;
        padding-right: 15px;
        padding-left: 30px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 10px;

        span {
            background-image: url(../img/common/mark_arrow.png);
            background-repeat: no-repeat;
            background-position: right 32px;
            display: block;
            padding-right: 40px;
        }
    }
}

/* =====================　youtubeレスポンシブ対応　========================= */
.movie-wrap {
    text-align: center;
}

@media screen and (max-width: 620px) {
    .cate_contents {

        .l-fuki,
        .r-fuki {
            width: 70%;
        }

        .l-fuki {
            margin-right: 30%;
        }

        .r-fuki {
            margin-left: 30%;
        }
    }
}

@media screen and (max-width: 478px) {
    .cate_contents {

        .l-fuki::after,
        .r-fuki::after {
            width: 60px;
            height: 60px;
            border-radius: 30px;
        }

        .l-fuki::after {
            right: -84px;
        }

        .r-fuki::after {
            left: -84px;
        }
    }
}

.drab::after {
    background-image: url(../img/common/drab.jpg);
}

.bye::after {
    background-image: url(../img/common/bye.jpg);
}

.nice::after {
    background-image: url(../img/common/nice.jpg);
}

.boy::after {
    background-image: url(../img/common/boy.jpg);
}

.girl_1::after {
    background-image: url(../img/common/girl_1.jpg);
}

.girl_2::after {
    background-image: url(../img/common/girl_2.jpg);
}

.girl_3::after {
    background-image: url(../img/common/girl_3.jpg);
}

.girl_4::after {
    background-image: url(../img/common/girl_4.jpg);
}

.girl_5::after {
    background-image: url(../img/common/girl_5.jpg);
}

/** add.css から移動 ここまで */
/** print.css から移動 ここから */
/************************************************
 印刷用
************************************************ */
@media print {
    body {
        zoom: 75%;
    }
}

.address_input_area {

    /** print.css から移動 ここまで */
    /** 住所入力の入力必須表示 */
    >* {
        margin-left: 1.25em;
        position: relative;
    }

    >div {
        +div {
            margin-top: 1ex;
        }

        &.has_required::before {
            content: '※';
            position: absolute;
            left: -1.25em;
            color: #FF2000;
        }
    }
}