/* カスタマイズ用CSS */
/*COMMON*/
body {
    background: #fff;
    color: #000 !important;
}
.ec-itemNav {
    border: 0;
}
@media only screen and (min-width: 768px){
    .ec-itemNav__nav > li > a {
        border-top: none;
    }
    .ec-itemNav__nav > li:hover > a {
        border-top: none;
        border-bottom: 2px solid #000000;
    }
}
a {
    color: #000000 !important;
}
p, ul, ol {
    line-height: 1.6;
}
.ec-headerNav .ec-headerNav__itemIcon {
    color: #000000;
}
p.sq_btn a {
    border: 1px solid #921C43;
    background-color: #921C43;
}
.ec-pageHeader h1 {
    color: #000;
}
@media only screen and (min-width: 768px) {
    .ec-pageHeader h1 {
        border-bottom: 1px solid #eee;
    }
}
.ec-borderedDefs {
    border-top: 1px solid #eee;
}
.ec-borderedDefs dl {
    border-bottom: 1px solid #eee;
}
/***ヘッダー***/
.ec-headerNav .ec-headerNav__itemLink {
    color: #000;
}
.ec-headerTitle .ec-headerTitle__title a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.ec-headerTitle .ec-headerTitle__title a span {
    display: inline-block;
}
.ec-headerTitle .ec-headerTitle__title a span img {
    width: auto;
    height: 50px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select,
.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    background-color: #eee;
    color: #000;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search:before {
    border-top: 5px solid #000000;
}
@media only screen and (min-width: 768px){
    .ec-headerSearch .ec-headerSearch__category .ec-select select,
    .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
        background-color: #eee;
  }
  .band_banner {
      background-color: #921C43;
  }
  .ec-headerTitle .ec-headerTitle__title a {
      font-size: 26px;
  }
}
.ec-itemNav {
    border: 0;
}
.ec-itemNav__nav li ul li a {
    background: #FFF;
    border-bottom: 1px solid #000;
}
.ec-itemNav__nav li ul li:hover > ul > li {
    width: 100%;
}
.ec-headerSearch .ec-headerSearch__keyword, .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    color: #000;
}
/***COMMON***/
.txt_c {
    text-align: center;
}
/***フッター***/
.ec-footerRole p {
    color: #000;
}
.ec-footerRole {
    background-color: #EEEEEE;
}
.ec-footerRole__inner_bottom {
    background: #0E1F54;
}
.ec-blockTopBtn {
    color: #000000;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 6px;
    line-height: 1.0;
    padding: 20px;
    background-color: #000000;
}
.ec-blockTopBtn:before {
    position: absolute;
    content: "\f077";
    color: #fff;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 30px;
    padding: 15px 18px
}
@media only screen and (min-width: 768px) {
.ec-footerRole .ec-role ul {
    width: calc(16% - 3px);
    }
}
/*ボタン*/
.ec-blockBtn--action,
.ec-inlineBtn--action {
    background-color: #921C43;
    border-color: #921C43;
}
.ec-blockBtn--action:hover, .ec-inlineBtn--action:hover,
.ec-blockBtn--action:active, .ec-blockBtn--action.active, .open > .ec-blockBtn--action.dropdown-toggle,
.ec-blockBtn--action.disabled:hover, .ec-blockBtn--action.disabled:focus, .ec-blockBtn--action.disabled:focus, .ec-blockBtn--action[disabled]:hover, .ec-blockBtn--action[disabled]:focus, .ec-blockBtn--action[disabled]:focus, fieldset[disabled] .ec-blockBtn--action:hover, fieldset[disabled] .ec-blockBtn--action:focus, fieldset[disabled] .ec-blockBtn--action:focus,
.e-blockBtn--action:hover, .ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus, .open > .ec-blockBtn--action.dropdown-toggle:hover, .open > .ec-blockBtn--action.dropdown-toggle:focus, .open > .ec-blockBtn--action.dropdown-toggle.focus,
.ec-inlineBtn--action:active:hover, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:hover, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus, .open > .ec-inlineBtn--action.dropdown-toggle:hover, .open > .ec-inlineBtn--action.dropdown-toggle:focus, .open > .ec-inlineBtn--action.dropdown-toggle.focus {
    background-color: #0E1F54;
    border-color: #0E1F54;
}
/***トップ***/
/*スライダー*/
.main_visual .slick-slide {
    position: relative;
    background: #000;
}
.main_visual .slick-slide img {
    /*opacity: 0.8;*/
}
.main_visual .slick-slide .slide_txt {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    width: 50%;
    /*text-shadow: 0px 0px 6px rgba(0,0,0,0.3);*/
}
.main_visual .slick-slide .slide_txt h2 {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: normal;
    font-size: 50px;
    color: #0E1F54;
    text-align: center;
}
.main_visual .slick-slide .slide_txt p {
    font-size: 16px;
    color: #0E1F54;
    text-align: center;
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .main_visual .slick-slide .slide_txt h2 {
        font-size: 26px;
    }
    .main_visual .slick-slide .slide_txt p {
        font-size: 10px;
    }
}
/*top*/
.ec-newItemRole .ec-newItemRole__listItemTitle {
    color: #000000;
}
/*お知らせ一覧*/
.ec-newsRole .ec-newsRole__newsDate,
.ec-newsRole .ec-newsRole__newsTitle {
    color: #000;
}

.tabacms_widget h2, .tabacms_widget h4 {
    font-weight: bold;
}
.tabacms_widget {
    padding-left: 20px;
    border-left: 1px solid #eee;
}
.tabacms_post label.tabacms_category_news_important_news,
.tabacms_post_list li label.tabacms_category_news_important_news {
    border: 1px solid #ff0000;
    background: #fff;
    color: #ff0000;
}
.tabacms_post label.tabacms_category_news_news,
.tabacms_post_list li label.tabacms_category_news_news {
    border: 1px solid #921C43;
    background: #fff;
    color: #921C43;
}
/***商品詳細***/
.ec-productRole .ec-productRole__price,
.ec-productRole .ec-productRole__title .ec-headingTitle,
.ec-productRole {
    color: #000;
}
.ec-productRole .ec-productRole__category {
    border: 1px solid #ccc;
}
.ec-productRole .ec-productRole__description {
    border-top: 1px solid #eee;
}
@media only screen and (min-width: 768px) {
    .ec-productRole__btn.fav_btn .ec-blockBtn--cancel {
        background-color: #eee;
        color: #000000 !important;
    }
}
/*商品説明*/
.ec-productRole__description .item_box h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-top: 0;
}
.ec-productRole__description .item_box h3 {
    font-size: 20px;
    color: #000000;
    margin-top: 0;
}
.ec-productRole__description .item_box .sub_txt {
    padding-bottom: 8px;
}
.ec-productRole__description .item_box .sub_txt span {
    padding: 3px;
    margin-right: 3px;
    font-size: 12px;
}
.ec-productRole__description .item_box .sub_txt .span01 {
    background: #fff;
    border: 1px solid #000000;
    color: #000000;
}
.ec-productRole__description .item_box .sub_txt .span02 {
    background: #87B4D5;
    border: 1px solid #87B4D5;
    color: #fff;
}
.ec-productRole__description .item_box .sub_txt .span03 {
    background: #9F6C4A;
    border: 1px solid #9F6C4A;
    color: #fff;
}
.ec-productRole__description .item_box .content_txt dt {
    display: inline-block;
    padding-right: 8px;
    width: 18%;
    vertical-align: top;
}
.ec-productRole__description .item_box .content_txt dd {
    display: inline-block;
    width: 82%;
    vertical-align: top;
}
/*  フリーエリア*/
.ec-productRole .ec-productRole__description {
    margin-top: 30px;
    padding-top: 30px;
}
.ec-productRole__description .detail_area {
    width: 100%;
    padding-bottom: 25px;
}
.ec-secHeading {
    margin-top: 20px;
    color: #000000;
}
.ec-secHeading .ec-secHeading__en {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.ec-secHeading .ec-secHeading__en:before, .ec-secHeading .ec-secHeading__en:after {
    background-color: #eee;
}
.ec-secHeading .ec-secHeading__ja {
    color: #000000;
}
@media only screen and (min-width: 768px){
    .ec-secHeading {
        margin-top: 60px;
    }
    .ec-productRole__description .detail_area .ec-secHeading:first-child {
        margin-top: 30px;
    }
}
.ec-productRole__description .detail_area h3 {
    margin-bottom: 20px;
}
.ec-productRole__description .detail_area .text {
    margin-bottom: 8px;
}
.ec-productRole__description .detail_area .text span,
.ec-productRole__description .detail_area h3 span {
    padding: 3px;
    margin-right: 3px;
    font-size: 12px;
    background: #000000;
    color: #fff;
    vertical-align: middle;
}
.ec-productRole__description .detail_area .b_text {
    margin: 16px 0 0;
    padding: 8px 4px 4px;
    font-size:18px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
/*商品分岐カテゴリー*/
.list_nav ul.cate_nav {
    text-align: center;
}
.list_nav ul.cate_nav li {
    float: none;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
}
.list_nav .hero_area .img img {
    max-width: 100%;
    width: auto;
    text-align: center;
    display: block;
    margin: auto;
}
@media only screen and (max-width: 768px) {
.list_nav ul.cate_nav li:nth-child(3n) {
     margin-right: 2%;
    }
}
/***カート***/
.ec-progress .is-complete .ec-progress__number {
    background: #921C43;
}
.ec-progress .is-complete .ec-progress__label {
    color: #921C43;
}

/*フッターバナースペース*/
.fotter_bn {
    margin: auto;
    padding: 60px 0 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 1130px;
}
.fotter_bn p img {
    display: block;
    margin: auto;
}
/*新着情報（本文）*/
.img_wrap {
    text-align: center;
}
.img_box {
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    vertical-align: top;
}
.img_box img {
    width: 100%;
    height: auto;
}
.column2 {
    width: 49%;
}
.column3 {
    width: 32.6%;
}
@media only screen and (max-width: 768px) {
    .column2, .column3 {
        width: 100%;
    }
}
/*商品一覧*/
.ec-shelfGrid__item .ttl {
    color: #000;
}
#page_product_list .ec-blockBtn--cancel {
    background: #921C43;
    border: 1px solid #921C43;
    border-radius: 5px;
}
#page_product_list .ec-blockBtn--action {
    letter-spacing: 0;
    font-size: 14px;
}
.ec-pager .ec-pager__item a:hover, .ec-pager .ec-pager__item--active a,
.ec-pager .ec-pager__item--active, .ec-pager .ec-pager__item:hover {
    background-color: #f9f9f9;
}
/*カート*/
.ec-progress .ec-progress__number, .ec-progress .ec-progress__item:after {
    background: #999;
}
.ec-cartHeader .ec-cartHeader__label {
    background: #f3f3f3;
}
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
    background: #f3f3f3;
}
/*商品詳細*/
.member_price p {
    font-size: 0.57em;
    font-weight: bold;
    color: #921C43;
}
/*特定商取引法*/
#page_help_tradelaw .ec-borderedDefs dd {
    line-height: 2;
}
/*カテゴリバナー*/
@media only screen and (min-width: 768px) {
    .ec-categoryRole .ec-categoryRole__listItem {
        width: calc(100% / 4);
    }
}