/* 背景黒にする */
.ec-layoutRole {
    background-color: #000;
}

/* topタイトル */
.ec-headerTitle .ec-headerTitle__title a {
    color: white;
}

/* 新入荷タブ */
.ec-itemNav__nav li a {
    color: white;
    background-color: #ad9258;
}

/* 紹介文 */
.ec-eyecatchRole .ec-eyecatchRole__intro {
    color: white;
}

/* 一覧を見るボタン */
.ec-blockBtn--top {
    color: white;
    background-color: #ad9258;
}

/* 新着商品一覧 */
.ec-secHeading--tandem {
    color: white;
}

/* もっと見る */
.ec-inlineBtn--top {
    background-color: #ad9258;;
}

/* 一覧のボックス */
.ec-newItemRole__list {
    border: 1px solid #F8F8F8;
    padding: 20px;
}

/* 商品 */
.ec-newItemRole .ec-newItemRole__listItem:not(:first-child) a {
    color: white;
}

/* ニュース */
.ec-secHeading {
    color: white;
}

/* ニュースボックス */
.ec-newsRole .ec-newsRole__news {
    border: 1px solid #F8F8F8;
}

/* ニュース本文 */
.ec-newsRole .ec-newsRole__newsTitle {
    color: white;
}

/* ヘッダーアイコン */
.ec-headerNav .ec-headerNav__itemIcon {
    color: #F8F8F8;
}

.ec-headerNav .ec-headerNav__itemLink {
    color: #F8F8F8;
}

.ec-headerNaviRole__nav {
    margin-right: 20px;
}

.ec-headerSearch__keyword {
    border-radius: 0;
}

.ec-blockBtn--top:hover {
    background-color: #ad9258;
}

.ec-inlineBtn--top:hover {
    background-color: #ad9258;
}

.ec-itemNav__nav > li:hover > a {
    background: #ad9258;
}


.ec-eyecatchRole .ec-eyecatchRole__introTitle {
    text-decoration-line: underline;
    text-decoration-color: #ad9258;
}

.ec-topicpath {
    color: white;
}

.ec-searchnavRole .ec-searchnavRole__counter {
    color: white;
}

.ec-shelfGrid__item {
    color: white;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
    margin-bottom: 18px;
}

.price02-default {
    margin-bottom: 18px;
}

/* 商品ページ */
.ec-productRole {
    color: white !important;
}

.ec-headingTitle {
    color: white;
}


/* 口コミセクションスタイル */

.ec-productRole__reviews_list {
    margin-top: 40px;
}

@media screen and (max-width: 480px) {
    .sp_none {
        display: none;
    }
    .review-title {
        font-size: 27px;
        text-align: center;
        margin-top: 50px;
        border-top: 1px solid;
        padding-top: 20px;
    }
    .ec-productRole__reviews_list {
        padding: 0;
    }
    .ec-productRole__review--comment {
        padding: 0 2rem;
    }
    .ec-productRole__review--date {
        font-size: 10px;
    }
    .rating_star {
        font-size: 15px !important;
    }
    .white-space {
        font-size: 12px;
    }
    .ec-productRole__review--title {
        font-size: 1.8rem !important;
    }
}

.ec-productRole__reviews_list li {
    list-style: none;
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .pc_none {
        display: none;
    }
    .ec-productRole__review--info {
        padding: 2rem;
        max-width: 500px;
        min-width: 250px;
    }
    .pc_flex {
        display: flex;
    }
    .pc_margin_right {
        margin-left: 30px;
    }
    .ec-productRole__review--comment {
        padding: 2rem;
    }
}


.ec-productRole__review--info {
    padding: 2rem;
    max-width: 500px;
    min-width: 250px;
}

.ec-productRole__review--name {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}

.ec-productRole__review--title {
    font-weight: 700;
    font-size: 2.5rem;
}

.ec-productRole__review--date {
    margin-top: 10px;
}

/* レビュースターのスタイル */
.review_star_int {
    font-size: 2.5rem;
}

.rating_star {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
    font-size: 25px;
}

.rating_star:before, .rating_star:after{
    content: '★★★★★';
}

.rating_star:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
}

.rating_star[data-rate="5"]:after{ width: 100%; } /* 星5 */
.rating_star[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.rating_star[data-rate="4"]:after{ width: 80%; } /* 星4 */
.rating_star[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.rating_star[data-rate="3"]:after{ width: 60%; } /* 星3 */
.rating_star[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.rating_star[data-rate="2"]:after{ width: 40%; } /* 星2 */
.rating_star[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.rating_star[data-rate="1"]:after{ width: 20%; } /* 星1 */
.rating_star[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.rating_star[data-rate="0"]:after{ width: 0%; } /* 星0 */

/* もっと見る */
.more_reviews {
    font-weight: 700;
    border-bottom: 1px solid gray;
    color: white;
    margin: 4px auto 16px;
    padding: 16px 32px 16px 16px;
    background: initial;
    font-size: 16px;
    line-height: 24px;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.more_reviews:after{
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 100px;
    margin-top: -6px;
}

.close_reviews {
    display: none;
    font-weight: 700;
    border-bottom: 1px solid gray;
    color: white;
    margin: 4px auto 16px;
    padding: 16px 32px 16px 16px;
    background: initial;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.close_reviews:after{
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 100px;
    margin-top: -6px;
}

.more_review_content {
    display: none !important;
}

.more_review_content_can_watch {
    display: block !important;
}

.submit_review {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: green;
    border-color: green;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
}

.hide_content {
    display: none !important;
}

.open_content {
    display: block !important;
}

.write_reviews {
    font-weight: 700;
    border: 1px solid gray;
    border-radius: 10px;
    color: white;
    margin: 4px auto 16px;
    padding: 16px 32px 16px 16px;
    background: initial;
    font-size: 16px;
    line-height: 24px;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.write_reviews:after{
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 100px;
    margin-top: -6px;
}


.close_write_reviews {
    font-weight: 700;
    border: 1px solid gray;
    border-radius: 10px;
    color: white;
    margin: 4px auto 16px;
    padding: 16px 32px 16px 16px;
    background: initial;
    font-size: 16px;
    line-height: 24px;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.close_write_reviews:after{
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 100px;
    margin-top: -6px;
}