/* カスタマイズ用CSS */

/* 共通*/
.red {
    color: #dc143c;
}

.font-small-01 {
    font-size: 1.5rem;
}

.center {
    text-align: center;
}

.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}

/* 共通　gnav */
.ec-categoryNaviRole {
    margin-bottom: 50px;
}

/* 共通　サイトタイトル */
.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 20px;
}

/* 共通　サイトタイトル下テキスト */
.text-com-01 {
    text-align: center;
    font-size: 1.5rem;
    color: #dc143c;
    margin-bottom: 30px;
}

/* 共通　ボタン */
.btn-com-01{
    margin: 0 auto;
    width: 250px;
}
.btn-hover{display: block; text-align: center; padding: 20px; font-size: 1.8rem; min-height: 45px; width: 250px; border-radius: 0px; border: 0px; background-color: rgb(197, 1, 25); font-weight: 600; letter-spacing: 0px; color: rgb(255, 255, 255);}
.btn-hover:hover{background-color: rgb(235, 0, 0); color: rgb(255, 255, 255); text-decoration: none;}

/* 共通　スマホ表示・非表示 */
@media only screen and (max-width: 480px) {
    .hidden-ss {
        display: none;
    }
}
@media only screen and (min-width: 480px) {
    .visible-ss {
        display: none;
    }
}


/* TOP タイトル */
@media only screen and (max-width: 768px) {
    .ec-headerTitle .ec-headerTitle__title a {
        font-size: 30px;
    }
}

/* TOP　スライダー */
.ec-sliderRole {
    margin-bottom: 50px;
    padding: 0px;
}

/* TOP テキスト */
.text-top-01 {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 20px 20px 20px;
}
.text-top-02 {
    text-align: center;
    margin: 0 20px 20px 20px;
}

/* TOP ご利用ガイド */
.top-panel-01 {
    border: 1px solid #dc143c;
    padding: 20px;
    margin-bottom: 50px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .top-panel-01 {
        margin-right: 20px;
        margin-left: 20px;
    }
}

/* 下層ページ　商品説明文 */
.ec-productRole__description {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* 下層ページ　商品説明文（右ブロック） */
.ec-grid2__cell .ec-productRole__description {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px;
}

/* 下層ページ　カテゴリ */
.ec-productRole .ec-productRole__category {
    margin-bottom: 50px;
}

/* 下層ページ　価格 */
.ec-productRole .ec-productRole__price {
    border-bottom: none;
}





/* クーポン */
.coupon-panel-01 {
    margin: 30px 0;
}
.coupon-panel-02 {
    margin-top: 30px;
}

.coupon-list-01 {
    margin-bottom: 50px;
}
.coupon-list-01 dt {
    margin-bottom: 10px;
}
.coupon-list-01 dd {
    margin-bottom: 15px;
}
.coupon-text-01 {
    color: #dc143c;
}





/* ご利用ガイド */
.guide-panel-01 {
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .guide-panel-01 {
        margin: 0 18px 40px 18px;
    }
}

.guide-tit-02 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.guide-img-01 {
    margin: 20px 0;
}