@charset "UTF-8";

/******************************************************************************
*
* [トップ]FV
*
******************************************************************************/

header#fv {}

header#fv .wrap {
    padding: 30px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(254, 252, 252, 1) 9.86%, rgba(253, 241, 242, 1) 18.35%, rgba(250, 223, 226, 1) 26.33%, rgba(247, 198, 204, 1) 34.01%, rgba(242, 166, 175, 1) 41.47%, rgba(236, 126, 139, 1) 48.76%, rgba(229, 79, 97, 1) 55.92%, rgba(221, 26, 49, 1) 62.8%, rgba(217, 0, 25, 1) 65.9%);
}

header#fv .line {
    width: 93%;
    margin: 0 auto 20px;
}

header#fv .fv_slider {
    width: 80%;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

header#fv .txt {
    width: 80%;
    margin: 15px auto 0;
}

header#fv .txt img {
    width: 78%;
}

/*スライダードット調整*/

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px;
}

.slick-dots li button:before {
    font-size: 9px;
    line-height: 15px;
}

.slick-dots li.slick-active button:before {
    color: #c41126
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    width: auto;
    right: 0;
    bottom: -30px
}


/******************************************************************************
*
* [トップ]イチオシ
*
******************************************************************************/

#ichioshi h2.lead {
    position: relative;
    margin-bottom: 80px;
}

#ichioshi h2.lead::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #b5b5b6;
    position: absolute;
    bottom: 12px;
}

#ichioshi h2 .txt {
    background: #fff;
    width: 80%;
    max-width: 480px;
    margin: auto;
    position: relative;
    padding: 0 30px;
}

/*---------------------
* リスト
---------------------*/

#ichioshi .post_list {
    display: flex;
    flex-wrap: wrap;
}

#ichioshi .post_list dl {
    width: 31%;
    margin-right: 3.5%;
    border: solid 1px #ddd9d9;
}

#ichioshi .post_list dl:nth-child(3n) {
    margin-right: 0;
}

#ichioshi .post_list dl:nth-child(n+4) {
    margin-top: 40px;
}

#ichioshi .post_list .none_post {
    width: 100%;
    text-align: center;
}

/*投稿名*/

#ichioshi .post_list dl dd {
    padding: 20px;
}

#ichioshi .post_list dl dd h3 {
    font-size: 16px;
    font-weight: 900;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#ichioshi .post_list dl dd h3 a {
    color: #1a1a1a;
    transition: all 0.5s;
}

#ichioshi .post_list dl dd time {
    display: block;
    text-align: center;
    font-weight: 900;
    color: #9fa0a0;
    font-size: 18px;
    margin-top: 10px;
}

/*ホバー*/

#ichioshi .post_list dl dt {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
}

#ichioshi .post_list dl dt::before {
    content: "";
    display: block;
    padding-top: 60%;
}

#ichioshi .post_list dl dt img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

#ichioshi .post_list dl dt:hover img {
    transform: scale(1.1);
}

#ichioshi .post_list dl dd a:hover {
    color: #c41126;
}


/******************************************************************************
*
* [トップ]ニュース
*
******************************************************************************/

#news {
    background: #f9f8f4;
}

#news h2.lead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

#news h2.lead .title {
    width: 120px;
}

#news h2.lead .more {
    width: 120px;
}

/*---------------------
* リスト
---------------------*/

#news .news_list dl {
    border-top: dotted 1px #9fa0a0;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

#news .news_list dl:last-child {
    border-bottom: dotted 1px #9fa0a0;
}

#news .news_list dl dt {
    width: 150px;
    color: #c41126;
}

#news .news_list dl dd {
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 140px);
}

#news .news_list dl dd a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #1a1a1a;
    transition: color 0.5s;
}

#news .news_list dl dd a:hover {
    color: #999;
}


/******************************************************************************
*
* [トップ]購入について
*
******************************************************************************/

/*---------------------
* バナー
---------------------*/

#buy .banner {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

#buy .banner dl.b {
    width: 48%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

#buy .banner dl.b dt img {
    transition: all 0.5s;
}

#buy .banner dl.b dd {
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    pointer-events: none;
}

#buy .banner dl.b dd span {
    display: inline-block;
    padding: 6px 20px 8px;
    background: rgba(196, 17, 38, 0.7);
    border-radius: 50px;
}

#buy .banner dl.b.b2 dd span {
    background: rgba(71, 148, 178, 0.6);
}

/*ホバー*/

#buy .banner dl.b:hover dt img {
    transform: scale(1.2);
}


/******************************************************************************
*
* [トップ]アクセス
*
******************************************************************************/

#access {
    background: #f9f8f4;
    position: relative;
}

#access h2.lead {
    width: 180px;
}

#access p {
    font-size: 18px;
    font-weight: 900;
    margin: 30px 0
}

/*マップ*/

#access .map {
    width: 100%;
    height: auto;
    position: relative;
}

#access .map::before {
    content: "";
    display: block;
    padding-top: 50%;
}

#access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/******************************************************************************
*
* [トップ]画像メニュー
*
******************************************************************************/

#cat .list {
    display: flex;
}

#cat .list dl {
    width: 20%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#cat .list dl::before {
    content: "";
    display: block;
    padding-top: 100%;
}

#cat .list dl dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cat .list dl dt img {
    transition: all 0.5s;
}

#cat .list dl dd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 70%;
    pointer-events: none;
}

/*ホバー*/

#cat .list dl:hover dt img {
    transform: scale(1.2);
}


/******************************************************************************
*
* [トップ]レスポンシブ対応
*
******************************************************************************/

/*960px以下*/

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

/*644px以下*/

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

    /*---------------------
    * [トップ]FV
    ---------------------*/


    header#fv .wrap {
        width: 100%;
        padding: 15px 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    header#fv .line {
        width: 96%;
        margin: 0 auto 10px;
    }

    header#fv .fv_slider {
        width: 94%;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    }

    header#fv .txt {
        width: 94%;
        margin-top: 10px
    }

    /*スライダードット調整*/

    .slick-dots li,
    .slick-dots li button,
    .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }

    .slick-dots li button:before {
        font-size: 6px;
        line-height: 10px;
    }

    .slick-dots {
        bottom: -20px
    }

    /*---------------------
    * [トップ]イチオシ
    ---------------------*/

    #ichioshi h2.lead {
        margin: 0 calc(50% - 50vw) 40px;
        width: 100vw;
    }

    #ichioshi h2.lead::before {
        bottom: 5px;
    }

    #ichioshi h2 .txt {
        padding: 0 15px;
    }

    /*リスト*/

    #ichioshi .post_list dl {
        width: 48%;
        margin-right: 4%;
    }

    #ichioshi .post_list dl:nth-child(3n) {
        margin-right: 4%;
    }

    #ichioshi .post_list dl:nth-child(even) {
        margin-right: 0;
    }

    #ichioshi .post_list dl:nth-child(n+3) {
        margin-top: 20px;
    }

    #ichioshi .post_list dl dd {
        padding: 15px 10px;
    }

    #ichioshi .post_list dl dd h3 {
        font-size: 12px;
    }

    #ichioshi .post_list dl dd time {
        font-size: 12px;
        margin-top: 5px;
    }

    /*---------------------
    * [トップ]ニュース
    ---------------------*/

    #news h2.lead {
        margin-bottom: 30px;
    }

    #news h2.lead .title {
        width: 80px;
    }

    #news h2.lead .more {
        width: 80px;
    }

    /*リスト*/

    #news .news_list dl {
        padding: 10px 0;
        font-size: 12px;
        display: block;
    }

    #news .news_list dl dt {
        width: 100%;
        font-size: 10px;
        margin-bottom: 3px;
    }

    #news .news_list dl dd {
        width: -webkit-calc(100%);
        width: calc(100%);
    }

    /*---------------------
    * [トップ]購入について
    ---------------------*/

    #buy .banner {
        display: block;
        width: 85%;
        margin: 30px auto 0;
    }

    #buy .banner dl.b {
        width: 100%;
    }

    #buy .banner dl.b.b2 {
        margin-top: 20px;
    }

    #buy .banner dl.b dd {
        font-size: 17px;
    }

    /*---------------------
    * [トップ]アクセス
    ---------------------*/

    #access {
        padding-bottom: 10px;
    }

    #access h2.lead {
        width: 130px;
    }

    #access p {
        font-size: 13px;
        text-align: center;
        margin: 30px 0 20px
    }

    /*マップ*/

    #access .map {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    #access .map::before {
        padding-top: 70%;
    }

    #access #st {
        display: none;
    }

    /*---------------------
    * [トップ]画像メニュー
    ---------------------*/

    #cat {
        padding-bottom: 10px;
        background-color: #f9f8f4;
        background-image: url(../images/top/product_bg.png);
        background-size: 53%;
        background-repeat: no-repeat;
        background-position: bottom -15px right 0;
    }
    
    #cat .list {
        width: 94%;
        margin: auto;
        flex-wrap: wrap;
    }
    
    #cat .list dl {
        width: 49%;
        margin-right: 2%;
    }
    
    #cat .list dl:nth-child(even){
        margin-right: 0;
    }

    #cat .list dl:nth-child(n+3){
        margin-top: 10px;
    }
    


}

/*375px以下*/

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

/*360px以下*/

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

/*330px以下*/

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