@charset "UTF-8";

/* 2019-06  統一されていないページのつなぎとしての対応とする */
/* 本ファイルのクラス名はプリフィックスを co1906 にする */
/* 元のコーディングルールは無視する（というかHPビルダー？） */
/* コンポーネント指向的な作りにする */
/* 将来的にbootstrap4系以上への組み直しも視野に入れた作りにする */



/*font-face*/
@font-face{
    font-family:'condenseicon';
    src:
        url('/vendor/CONDENSEiconFont_ver1.0/CONDENSEicon.ttf') format('truetype'),
        url('/vendor/CONDENSEiconFont_ver1.0/CONDENSEicon.otf') format('opentype'),
        url('/vendor/CONDENSEiconFont_ver1.0/CONDENSEicon.woff') format('woff')
        ;
}


/********************************************************
    リセット
********************************************************/
.co1906-reset p{
    line-height: 1.6;
    margin: 0 0 1em 0;
    padding: 0;
}
.co1906-reset p:last-child{
    margin-bottom: 0;
}

.co1906-reset img{
    -webkit-backface-visibility: hidden;
}


/********************************************************
    コンテナ
********************************************************/
@media screen and (max-width: 620px) {
    .co1906-container{
        box-sizing: border-box;
        width: 100%;
        margin: 30px auto 50px auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .co1906-container:first-child{
        margin-top: 0;
    }
    .co1906-container:last-child{
        margin-bottom: 0;
    }
}
@media screen and (min-width: 621px) {
    .co1906-container{
        width: 1000px;
        margin: 30px auto 50px auto;
    }
}

.co1906-text-center{
    text-align: center;
}


/********************************************************
    行列
********************************************************/

@media screen and (max-width: 620px) {
    .co1906-rows{
    }
    .co1906-cols,
    .co1906-cell{
        box-sizing: border-box;
        margin-top: 13px;
    }
    .co1906-cols:first-child,
    .co1906-cell:first-child{
        margin-top: 0;
    }
    .co1906-cell{
        vertical-align: top;
    }
}
@media screen and (min-width: 621px) {
    .co1906-rows{
        box-sizing: border-box;
    }

    .co1906-cols{
        box-sizing: border-box;
        display: table;
        width: 100%;
        margin-top: 13px;
    }
    .co1906-cols:first-child{
        margin-top: 0;
    }

    .co1906-cols-2 > .co1906-cell{
        width: 50%;
    }

    .co1906-cols-3 > .co1906-cell{
        width: 33.33%;
    }

    .co1906-cell{
        box-sizing: border-box;
        display: table-cell;
        vertical-align: top;
    }
}


/********************************************************
    画像リンク
********************************************************/
.co1906-image-link:hover {
    display: inline-block;
    position: relative;
    top: 1px;
    left: 1px;
    img {
        opacity: .7;
        display: inline-block;
    }
}


/********************************************************
    見出し
********************************************************/
.co1906-heading-s{
    font-weight: normal;
    font-size: 19px;
    margin: 0 0 10px 0;
}


/********************************************************
    囲い
********************************************************/
.co1906-wrap-inline-silver{
    background-color: #DCDDDD;
    padding: 0 5px;
}


/********************************************************
    ボタン、大
********************************************************/

.co1906-btn-big{
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: 0;
    margin: 0;
    line-height: 1.2;
    z-index: 0;
    width: 100%;
    height: 80px;
    font-size: 23px;
    font-weight: normal;
    cursor: pointer;
    background-color: transparent;
}
.co1906-btn-big,
.co1906-btn-big:visited{
    color: #000;
    background-color: transparent;
}
.co1906-btn-big:before{
    content: '';
    position: absolute;
    left: 8px;
    top: 3px;
    right: 8px;
    height: 3px;
    background: linear-gradient(to bottom, #eee, #888);
    border-radius: 3px 3px 0 0;
}
.co1906-btn-big:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #eaeaea;
    border-radius: 9px;
    z-index: -1;
}
.co1906-btn-big:hover:after{
    background-color: #fafafa;
    opacity: .8;
}

@media screen and (min-width: 621px) {
    p.co1906-btn-wrap-right8{ padding-right: 8px; }
    p.co1906-btn-wrap-left8{  padding-left: 8px; }
    p.co1906-btn-wrap-right10{ padding-right: 10px; }
    p.co1906-btn-wrap-left10{  padding-left: 10px; }
    p.co1906-btn-wrap-left5-right5{ padding-left: 5px; padding-right: 5px; }
}


.co1906-btn-big .co1906-small{
    font-size: 15px;
}

/* red */
.co1906-btn-big-red,
.co1906-btn-big-red:visited{
    color: #fff;
}
.co1906-btn-big-red:after{
    background-color: #e60012;
}
.co1906-btn-big-red:hover:after{
    background-color: #EA9A76;
    opacity: 1;
}

/* black */
.co1906-btn-big-black,
.co1906-btn-big-black:visited{
    color: #fff;
}
.co1906-btn-big-black:after{
    background-color: #231815;
}
.co1906-btn-big-black:hover:after{
    background-color: #968C87;
    opacity: 1;
}

/* black2 */
.co1906-btn-big-black2,
.co1906-btn-big-black2:visited{
    color: #fff;
}
.co1906-btn-big-black2:after{
    background: linear-gradient(to bottom, #636161, #241916);
}

/* light green */
.co1906-btn-big-light-green,
.co1906-btn-big-light-green:visited{
    color: #333;
}

.co1906-btn-big-light-green:after {
    background: linear-gradient(to bottom, #c7f1b5, #b7e5a6, #a1d18f);
    border: solid 1px #a1d18f;
}

.co1906-btn-big-light-green:hover:after {
    background: linear-gradient(to bottom, #b9eaa7, #a8da94, #8cc47a);
}

.co1906-btn-big-light-green:before {
    background: linear-gradient(to bottom, #f4fff1, #d4f1c8);
}

/* 緑ボタン（濃いめ） */
.co1906-btn-big-green,
.co1906-btn-big-green:visited {
    color: #fff;
}

.co1906-btn-big-green:before {
    background: linear-gradient(to bottom, #e4fbe3, #b6e5ba);
}

.co1906-btn-big-green:after {
    background: linear-gradient(to bottom, #1a9e63, #0f8b50, #0c7341);
}

.co1906-btn-big-green:hover:after {
    background: linear-gradient(to bottom, #26b06e, #14985a, #0f7f45);
}


/********************************************************
    ボタン、中
********************************************************/
.co1906-btn{
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: 0;
    margin: 0;
    line-height: 1.2;
    z-index: 0;
    width: 100%;
    height: 25px;
    /* font-size: 23px; */
    font-weight: normal;
    cursor: pointer;
    background-color: transparent;
}
.co1906-btn:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #eaeaea;
    border-radius: 9px;
    z-index: -1;
}
.co1906-btn:hover:after{
    background-color: #fafafa;
    opacity: .8;
}

.co1906-btn-inline{
    width: auto;
}

.co1906-btn-w176{
    width: 176px;
}


/* red */
.co1906-btn-red,
.co1906-btn-red:visited{
    color: #fff;
}
.co1906-btn-red:after{
    background-color: #C30D23;
}
.co1906-btn-red:hover:after{
    background-color: #D9937A;
    opacity: 1;
}


/********************************************************
    商品カード
********************************************************
.co1906-item-card{
    position: relative;
    width: 300px;
}
.co1906-btn-wrap-left5-right5 > .co1906-item-card{
    margin-left: auto;
    margin-right: auto;
}
.co1906-btn-wrap-left10 > .co1906-item-card{
    margin-left: auto;
    margin-right: 0;
}

p.co1906-item-card-category-name{
    margin-bottom: 5px;
}
p.co1906-item-card-item-image{
    margin-bottom: 20px;
}
p.co1906-item-card-item-name{
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
p.co1906-item-card-message{
    position: absolute;
    top: 304px;
    font-size: 14px;
    padding: 0 1em;
}
p.co1906-item-card-features {
    text-align: center;
    span {
        display: inline-block;
        border: solid 1px #aaaa;
        font-size: 12px;
        padding: 2px 10px;
    }
}
p.co1906-item-card-color img{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 78px;
    height: 22px;
    border:solid 1px #3E3A39;
}
p.co1906-item-card-button{
    margin-top: 84px;
}
p.co1906-item-card-color + p.co1906-item-card-button{
    margin-top: 0;
}
*/


/********************************************************
    商品カード、リスト
********************************************************/

@media screen and (max-width: 620px) {
    .co1906-item-card-list{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .co1906-item-card-list > .co1906-item-card-box{
        margin-top: 50px;
    }
    .co1906-item-card-list > .co1906-item-card-box:nth-child(1){
        margin-top: 0;
    }
}

@media screen and (min-width: 621px) {

    .co1906-item-card-list > .co1906-item-card-box{
        float: left;
        width: 33.333%;
        margin-top: 50px;
    }
    .co1906-item-card-list > .co1906-item-card-box:nth-child(1),
    .co1906-item-card-list > .co1906-item-card-box:nth-child(2),
    .co1906-item-card-list > .co1906-item-card-box:nth-child(3){
        margin-top: 0;
    }

    .co1906-item-card-list > .co1906-item-card-box:nth-child(3n-2) > .co1906-item-card {
        margin-left: 0;
        margin-right: auto;
    }
    .co1906-item-card-list > .co1906-item-card-box:nth-child(3n-1) > .co1906-item-card {
        margin-left: auto;
        margin-right: auto;
    }
    .co1906-item-card-list > .co1906-item-card-box:nth-child(3n) > .co1906-item-card {
        margin-left: auto;
        margin-right: 0;
    }

}


/********************************************************
    ヘッダー
********************************************************/

#area-header-sp{
    display: none;
}

#top-message {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
    margin: 20px 10px;
}

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

    #area-header {

        #bk3069 {
            padding: 0 10px;
            .column {
                .img {
                    display: block;
                    text-align: center;
                }
            }
        }

        #bk70 {
            .menu-e {
                background-image: none;
                background-color: #f5f5f5;

                .mbox {
                    background-image: none;
                    float: none;
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 8px;
                    padding: 8px;

                    .mwrap {
                        box-sizing: border-box;
                        background-image: none;

                        .li1 {

                            a {
                                background-image: none;
                                background-color: #ddd;
                                text-align: center;
                                display: block;
                                font-size: 14px;
                                height: auto;
                                padding: 5px 10px;
                            }
                        }
                    }

                    .mwrap.top {
                        .li1 {
                            a {
                                background-color: #aaa;
                            }
                        }
                    }
                }
            }
        }
    }

    .co1906-reset {
        .co1906-container {
            .co1906-text-center {
                img {
                    display: none;
                }
            }
        }
    }

    /*
    #area-header{
        display: none;
    }
    #area-header-sp{
        padding: 10px;
        margin: 0 0 30px 0;
    }
    #area-header-sp .header-logo a{
        display: inline-block;
        background-color: #000;
        padding: 0 5px 6px 15px;
    }
    */

    #area-footer #footer-topic-list,
    #area-footer #bk3064 .column.set-1,
    #area-footer #bk3064 .column.set-2,
    #area-footer #bk3064 .column.set-3,
    #area-footer #bk3064 .column.set-4 {
        display: none;
    }
    #footer-menu1{
        width:80%;
        margin:15px auto;
        text-align:center;
        border:solid 1px #aaa;
        font-size:12px;
      border-collapse: collapse;
      border-spacing: 0;
    }
    #footer-menu1 td{
        border:solid 1px #aaa;
        padding:10px 0;
    }
    #footer-menu1 td a{
        text-decoration: none;
        border: 0;
    }
}

@media screen and (min-width: 621px) {

    #top-message {
        font-size: 23px;
    }

    #area-footer-sp{
        display: none;
    }
}


/***********************************************
    ハンバーガーボタン
***********************************************/
@media screen and (max-width: 620px) {
    #hbg-button{
        box-sizing: border-box;
        position: fixed;
        top: 15px;
        right: 10px;
        display: inline-block;
        padding: 10px 10px 5px 10px;
        color: #014099;
        background-color: #fff;
        font-weight: normal;
        font-size: 10px;
        text-align: center;
        text-decoration: none;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.27);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        z-index: 1000;
    }
    #hbg-button > span{
        position: relative;
        display: block;
        border-top: solid 2px #014099;
        border-bottom: solid 2px #014099;
        width: 26px;
        height: 15px;
        margin: 0 auto 6px auto;
    }
    #hbg-button > span:before{
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        right: 0;
        border-bottom: solid 2px #014099;
    }
}



/***********************************************
    ヘッダーナビ
***********************************************/
@media screen and (max-width: 619.5px) {
    #hbg-navi{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
        z-index: 16000001;
        overflow: auto;
        display: none;
    }
    #hbg-navi .close{
        position: absolute;
        top: 15px;
        right: 15px;
        display: inline-block;
        padding: 34px 0 0 0;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
    }
    #hbg-navi .close:before,
    #hbg-navi .close:after{
        display: block;
        content: '';
        width: 4px;
        height: 32px;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #fff;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 19px;
    }
    #hbg-navi .close:after{
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #hbg-navi:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #22468d;
        filter:alpha(opacity=90);
        -moz-opacity: 0.90;
        opacity: 0.90;
        z-index: -1;
    }
    #hbg-navi .menu{
        box-sizing: border-box;
        list-style: none;
        width: 240px;
        max-width: 90%;
        margin: 75px auto 0 auto;
        padding: 0;
        margin-top: 20px;
    }
    #hbg-navi .menu li{
        margin: 0;
        padding: 0;
        border: solid 0 #6c8cbb;
        border-top-width: 1px;
        list-style: none;
    }
    #hbg-navi .menu li:last-child{
        border-bottom-width: 1px;
    }
    #hbg-navi .menu li.no-border{
        border-color: transparent;
    }
    #hbg-navi .menu li a{
        position: relative;
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 15px 0;
    }
    #hbg-navi .menu li a:after{
        content: 'ú';
        font-family:'condenseicon';
        position: absolute;
        top: 50%;
        right: 0;
        margin: -7px 0 0 0;
        color: #fff;
    }
    #hbg-navi .menu li img{
        max-width: 100%;
        height: auto;
        display: inline-block;
    }
}

@media screen and (min-width: 620px) {
    #hbg-button ,
    #hbg-navi {
        display: none;
    }
}





