/*************************/
/* 共通 */
/*************************/

.fs-c-productList__message.fs-c-noResultMessage {
    display: none;
}

/*************************/
/* ワインダイヤモンズとは？ */
/*************************/
.about-wd-hl {
    margin: 0;
    padding: 0;
    background-image: url(https://wine1227.itembox.cloud/item/img/special/wine-diamonds/wd-bg.jpg);
    position: relative;
}

/*
.about-wd-hl h2 {
    padding: 20px 20px;
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 0px;
}
*/

/* for PC */

@media screen and (min-width:768px) {
    /*
    .about-wd-hl h2 {
        font-size: 3.8rem;
        text-shadow: 1px 1px 30px #333333;
    }

    .about-wd-hl {
        max-width: 900px;
        height: 318px;
    }
*/
}


/* for SP */

@media screen and (max-width:767px) {
    /*
    .about-wd-hl h2 {
        font-size: 2.6rem;
    }

    .about-wd-hl {
        width: 100%;
        height: 180px;
        text-shadow: 6px 6px 8px #333333;
        background-position: revert;
        background-size: cover;
    }
*/
}

/*************************/
/* ワインリスト */
/*************************/

.winelist-item {
    background-color: #ece8ec;
}

.winelist-item-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.winelist-item h2 {
    font-weight: 600;
    color: #4c3232;
    border-bottom: 2px solid #ce0a72;
    margin-top: 0px;
}

.winelist-item-country h3 {
    color: #4c3232;
    font-weight: 600;
    position: relative;
    padding: 0 45px;
}

.winelist-item-country h3:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 1px;
    left: 0;
    background-color: #4c3232;
}

.winelist-item h2,
.winelist-item-country h3 {
    width: 100%;
}

.card {
    height: auto;
    position: relative;
}

.card img {
    width: 100%;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.card a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.card__imgframe {
    width: 100%;
    height: auto;
    background-color: #fff;
    /*    padding-top: 56.25%;*/
    /*    background-size: cover;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*    position: relative;*/
    /*    box-shadow: 0px 4px 4px rgba(0, 0, 0, .4);*/
}

.card__textbox {
    width: 100%;
    height: 100%;
    /*    padding: 18px;*/
    /*    background: #ffffff;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #595757;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card__textbox > * + * {
    margin-top: 10px;
}

.card__titletext {
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
    border-top: 10px solid #ce0a72;
    margin-top: 0px;
}

.card__overviewtext {
    /*    font-size: 12px;*/
    line-height: 150%;
    margin-top: auto;
}


/* for PC */

@media screen and (min-width:768px) {
    .winelist-item {
        padding: 20px;
    }

    .winelist-item h2 {
        font-size: 2.8rem;
    }

    .winelist-item-country h3 {
        font-size: 2.4rem;
        margin: 20px 10px 10px;
    }

    .winelist-item-country {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .card {
        width: 32%;
        margin: 0 4px 20px;
    }

    .card__titletext {
        padding: 10px 18px 10px;
    }

    .card__overviewtext {
        padding: 0 18px 18px;
    }

    /*
    div.card-skin:nth-of-type(4n) {
        margin-right: 0px;
    }

    .div.card-skin:nth-of-type(4n+1) {
        margin-left: 0;
    }
*/
}


/* for SP */

@media screen and (max-width:767px) {
    .winelist-item {
        padding: 10px;
    }

    .winelist-item h2 {
        font-size: 2.4rem;
    }

    .winelist-item-country h3 {
        font-size: 2.2rem;
        margin: 30px 0px 0px;
    }

    .winelist-item-country {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .card {
        width: 48%;
        margin-top: 20px;
    }

    .card__titletext {
        padding: 10px 10px 10px;
    }

    .card__overviewtext {
        padding: 0 10px 18px;
    }
}