@charset "UTF-8";

/******************************************************************************
*
* [共通]初期設定
*
******************************************************************************/

.fs-l-main {
    padding: 0;
    margin: 0 auto;
}

h1.fs-c-heading.fs-c-heading--page,
.fs-p-productSearch,
.fs-p-searchForm {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    border-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.common_full_h2 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 15px;
}

/******************************************************************************
*
* [共通]パンくずリスト
*
******************************************************************************/

.fs-c-breadcrumb,
.fs-c-breadcrumb ol,
.fs-c-breadcrumb li {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #1a1a1a;
}

.fs-c-breadcrumb {
    width: 94%;
    max-width: 1050px;
    margin: auto;
    margin-bottom: 50px;
}

.fs-c-breadcrumb a {
    color: #1a1a1a;
}

.fs-c-breadcrumb a:hover {
    text-decoration: underline;
}


/******************************************************************************
*
* アイコンパネル
*
******************************************************************************/

#cs_panel {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: #F5F5F5;
}

#cs_panel .list {
    display: flex;
    justify-content: center;
}

#cs_panel .list dl {
    width: 10%;
    margin-right: 2%;
}

#cs_panel .list dl:last-child {
    margin-right: 0;
}

#cs_panel .list dl dd {
    margin-top: 10px;
}

#cs_panel .list a {
    text-align: center;
    font-size: 14px;
    color: #90A5BA;
}

/******************************************************************************
*
* ギャラリー
*
******************************************************************************/

#cs_gallery {
    margin-top: 50px;
}

#cs_gallery .ca_g ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cs_gallery .ca_g ul li {
    width: 30%;
}

#cs_gallery .ca_g ul li:nth-child(3n-1) {
    padding-top: 100px;
}

/*ボタン*/

#cs_gallery .common_btn {
    margin-top: 80px;
}

/*ランキング*/

article.content_article {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.product_slider .slick-prev,
.product_slider .slick-next {
    top: 45%;
}



/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*644px以下*/

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

    .common_full_h2 {
        margin-bottom: 35px;
    }

    /*---------------------
    * [共通]パンくずリスト
    ---------------------*/

    .fs-c-breadcrumb,
    .fs-c-breadcrumb ol,
    .fs-c-breadcrumb li {
        /*font-size: 12px;*/
        /*SP文字サイズ変更*/
        font-size: 10px;
    }

    .fs-c-breadcrumb {
        margin-bottom: 35px;
    }

    /*---------------------
    *アイコンパネル
    ---------------------*/

    #cs_panel {
        overflow: scroll;
        padding: 3px 0 20px;
    }

    #cs_panel .wrap {
        width: 1500px;
        display: flex;
    }

    #cs_panel .list dl {
        width: 100px;
        margin-right: 0;
    }

    #cs_panel .list dl:last-child {
        margin-right: 0;
    }

    #cs_panel .list dl dd {
        margin-top: 0;
    }

    #cs_panel .list a {
        /*font-size: 12px;*/
        /*SP文字サイズ変更*/
        font-size: 15px;
    }

    /*---------------------
    *ギャラリー
    ---------------------*/

    #cs_gallery {
        margin-top: 30px;
    }

    #cs_gallery .ca_g ul li {
        width: 46%;
    }

    #cs_gallery .ca_g ul li:nth-child(3n-1) {
        padding-top: 0;
    }

    #cs_gallery .ca_g ul li:nth-child(even) {
        padding-top: 80px;
    }

    #cs_gallery .ca_g ul li:nth-child(n+3) {
        margin-top: -50px;
    }

    /*ボタン*/

    #cs_gallery .common_btn {
        margin-top: 50px;
    }


}
