/* カスタマイズ用CSS */
/**********************************************************************
 *
 * 共通
 *
 *********************************************************************/
body {
    /*color: #cccbcb;*/
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    /*font-family: "游明朝", Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;*/
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    opacity: .8;
}
a:focus, a:active, a:hover {
    text-decoration: none;
    color: #acabab;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.pc-only {
    display: block !important;
}
.tb-only {
    display: none !important;
}
.sp-only {
    display: none !important;
}
.bg-primary {
    background: #f4f2eb !important;
}
.bg-secondary {
    /*background: #333 !important;*/
    /*background-image: url(/html/user_data/assets/img/common/bg-img2.png);*/
    background: #F4F2EB;
}

.txt-blue {
    color: blue !important;
}
.txt-left {
    text-align: left !important;
}


.width30 {
    width: 30% !important;
}
.width50 {
    width: 50% !important;
}
.width70 {
    width: 70% !important;
}

.ec-layoutRole {
    background: #000;
    overflow-x: hidden;
}
.ec-blockTopBtn {
    color: #000;
    background: #f4f2eb;
    font-weight: bold;
}
.ec-headerNav__item a {
    justify-content: center !important;
}

.more {
    display: flex;
    justify-content: center;
    text-align: center;
}
.more a {
    opacity: 1;
}
.more-txt {
    position: relative;
    display: inline-block;
    min-width: 500px;
    padding: 10px;
    border: 1px solid #cccbcb;
    background: transparent;
}
.more-txt div {
    display: inline-block;
    background: transparent;
    font-weight: 700;
    font-size: 1.3em;
    opacity: .9;
}
.more-txt i {
    position: absolute;
    top: 17px;
    right: 10px;
}
.more-txt:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    background: #fff;
    transition: .2s;
}
.more-txt:hover{
    color: #707070;
}
.more-txt:hover:before{
    width: 100%;
}
.more-txt:hover div {
    color: #000;
}

/* リンクカラー */
.ec-orderMail .ec-orderMail__close a,
.ec-orderMail .ec-orderMail__link a,
.registration_page .ec-zipInputHelp a span,
.ec-zipInputHelp span,
.ec-link,
.product_detail .ec-productRole__category ul li a,
.product_list .ec-topicpath__item a,
.ec-navlistRole .active a,
#page_help_tradelaw .ec-borderedDefs a,
.product_list .ec-topicpath__item--active a {
    color: #85b200;
    font-weight: bold;
}
.ec-orderMail .ec-orderMail__close a:hover,
.ec-orderMail .ec-orderMail__close a:active,
.ec-orderMail .ec-orderMail__close a:focus,
.ec-orderMail .ec-orderMail__link a:hover,
.ec-orderMail .ec-orderMail__link a:active,
.ec-orderMail .ec-orderMail__link a:focus,
.registration_page .ec-zipInputHelp a span:hover,
.registration_page .ec-zipInputHelp a span:active,
.registration_page .ec-zipInputHelp a span:focus,
.ec-zipInputHelp span:hover,
.ec-zipInputHelp span:active,
.ec-zipInputHelp span:focus,
.ec-link:hover,
.ec-link:active,
.ec-link:focus,
.product_detail .ec-productRole__category ul li a:hover,
.product_detail .ec-productRole__category ul li a:active,
.product_detail .ec-productRole__category ul li a:focus,
.product_list .ec-topicpath__item a:hover,
.product_list .ec-topicpath__item a:active,
.product_list .ec-topicpath__item a:focus,
.ec-navlistRole .active a:hover,
.ec-navlistRole .active a:active,
.ec-navlistRole .active a:focus,
#page_help_tradelaw .ec-borderedDefs a:hover,
#page_help_tradelaw .ec-borderedDefs a:active,
#page_help_tradelaw .ec-borderedDefs a:focus,
.product_list .ec-topicpath__item--active a:hover,
.product_list .ec-topicpath__item--active a:active,
.product_list .ec-topicpath__item--active a:focus {
    color: #85b200;
    opacity: .7;
}
.ec-login,
.ec-guest {
    background: #fff;
    border: 1px solid #b3b4b4;
    border-radius: 5px;
}


/**********************************************************************
 *
 * ヘッダー
 *
 *********************************************************************/
.ec-layoutRole__header {
    padding-bottom: 45px;
}
.ec-headerNaviRole {
    padding: 0;
    /*padding-top: 0;*/
    /*padding-bottom: 0;*/
}
/* ロゴ */
.ec-headerRole {
    padding: 0px;
}
.ec-headerNaviRole__left {
    max-width: 275px;
}
.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 0;
}
/* サイトタイトル */
.ec-headerTitle .ec-headerTitle__title a {
    color: white;
}
/* 検索欄 */
.ec-headerNaviRole .ec-headerNaviRole__search {
    display: block;
    margin-top: 0;
}
.ec-headerNaviRole__search {
    width: 60%;
}
.ec-input.w-search {
    display: flex;
}
/* 検索欄 - キーワード */
.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    width: 80%;
    height: 40px;
    padding: 0.5em 50px 0.5em 2em;
}
.ec-headerSearch .ec-headerSearch__keyword {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
/* 検索欄 - 検索ボタン */
.ec-headerSearch .ec-headerSearch__keywordBtn {
    position: initial;
    top: initial;
    right: initial;
    transform: initial;
    width: 20%;
    background: #222222;
    border-left: 1px solid #ccc;
    border-radius: 0 19px 19px 0;
    -moz-border-radius: 0 19px 19px 0;
    -webkit-border-radius: 0 19px 19px 0;
}
/* 検索欄 - 検索ボタン - 検索アイコン */
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 5px;
}
/* ログイン - アイコン */
.ec-headerNaviRole__nav {
    width: 20%;
    margin-left: 32px;
}
.ec-headerNav {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.ec-headerNav .ec-headerNav__itemIcon {
    color: #cccbcb;
}
/* カート - アイコン */
.ec-headerRole__cart {
    width: 10%;
}
.ec-cartNavi {
    min-width: 40px;
    padding: 4px 17px 10px;
    background: transparent;
    color: #cccbcb;
}
.ec-cartNavi .ec-cartNavi__badge {
    position: absolute;
    top: -7px;
    left: auto;
    right: -10px;
}
.ec-cartNaviNull::before,
.ec-cartNaviIsset::before {
    right: 33px;
}

/* カテゴリナビ(PC) */
.ec-categoryNaviRole {
    /*width: 99.4vw;*/
    /*max-width: initial;*/
    max-width: 1130px;
    box-sizing: border-box;
    /*margin: 0;*/
    margin: 0 auto;
    /*margin-left: calc(-50vw + 50%);*/
    margin-bottom: 20px;
    padding: 0;
    border-top: 1px solid #eee;
    /*background-image: url(/html/user_data/assets/img/common/bg-img2.png);*/
}
.ec-categoryNaviRole.pc-only .ec-itemNav {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    max-width: 1130px;
}
.ec-itemNav__nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.ec-categoryNaviRole.pc-only .ec-itemNav__nav li a {
    /*background: #333;*/
    /*color: #cccbcb;*/
    color: #fff;
    background: transparent;
    font-size: 1.1em;
}
/* ホバー時の背景色 */
.ec-itemNav__nav > li:hover > a {
    /*background: transparent;*/
}
/* 第1階層 - アニメーション */
.ec-categoryNaviRole .ec-itemNav__nav > li:not(:nth-child(2)) > a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #F4F2EB;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.ec-categoryNaviRole .ec-itemNav__nav > li:not(:nth-child(2)) > a:hover::after {
    visibility: visible;
    bottom: 6px;
    opacity: 1;
}
/* 第2階層 */
ul.sub-menu li a {
    /*background: rgb(244, 242, 235, 1);*/
    /*background-image: initial;*/
    background: #fff !important;
    color: #000 !important;
}
/* 第2階層 - アコーディオン */
ul.sub-menu {
    overflow: hidden;
}
.ec-categoryNaviRole.pc-only a:hover {
    opacity: 1 !important;
}
ul.sub-menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ec-itemNav__nav li a:hover ~ .sub-menu li {
    height: 53px;
    opacity: 1;
}
.ec-itemNav__nav li a:hover ~ .sub-menu li:nth-child(1) {
    height: 53px;
}
.ec-itemNav__nav li a:hover ~ .sub-menu li:nth-child(1) a {
    border-bottom: 1px solid #E8E8E8;
    /*height: 52px;*/
}
/*.ec-itemNav__nav li a:hover ~ .sub-menu li:nth-child(2) {*/
/*    border-top: 1px solid #E8E8E8;*/
/*    border-bottom: 1px solid #E8E8E8;*/
/*}*/
.ec-itemNav__nav li ul li a {
    /*height: 99%;*/
    /*border-bottom: 0;*/
}
/* 第2階層カテゴリーホバー時の背景色 */
.ec-categoryNaviRole.pc-only .ec-itemNav__nav > li:hover li:hover > a {
    background: rgb(230, 225, 225, 1) !important;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover > a {
    background: initial;
    opacity: .5;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover li:hover > a {
    background: initial;
    opacity: .5;
}

/**********************************************************************
 *
 * フッター
 *
 *********************************************************************/
.ec-footerRole {
    margin-top: 64px;
    padding-top: 59px;
    border-top: 0;
    font-weight: bold;
}
.footer1 {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 50px;
    line-height: 1.8;
}
.footer1 li:hover a {
    color: #acabab !important;
}
/* ロゴ */
.ec-headerTitle .ec-headerTitle__title h1 {
    max-width: 130px;
    margin: 0 auto;
    padding: 10px 0;
}
.footer1--left .ec-headerRole {
    margin-top: -15px;
}
/* フッター - メニュー */
.footer1--center-menu {
    list-style: none;
}
.ec-footerRole .ec-footerRole__inner *, .ec-footerRole .ec-footerRole__inner *::before, .ec-footerRole .ec-footerRole__inner *::after {
    color: #000;
}
/* フッター - SNS・ECアイコン */
.footer1--right {
    min-width: 100px;
}
.footer1--right-sns a:nth-child(2),
.footer1--right-ec a:nth-child(2) {
    margin-left: 32px;
}
/* フッター - SNSアイコン */
.footer1--right-sns {
    margin-bottom: 10px;
}
/* フッター - SNS・ECサイトアイコン */
.footer1--right-sns,
.footer1--right-ec {
    display: flex;
}
.footer1--right-sns > a,
.footer1--right-ec > a {
    max-width: 30px;
}
.footer1--right-sns > a img,
.footer1--right-ec > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* フッター - 最下部メニュー */
.ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
    color: #000;
}
/**********************************************************************
 *
 * TOP
 *
 *********************************************************************/
.kv {
    margin-top: -20px;
    margin-bottom: 57px;
}
section h1 {
    position: relative;
    max-width: 1130px;
    margin-bottom: 50px !important;
    font-size: 2.3em;
}
section h1:before,
section h1:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 25%;
    height: 1px;
    margin: 0 30px;
    background-color: #333;
    vertical-align: middle;
}
section h1:before {
    top: 50%;
    left: 0;
}
section h1:after {
    top: 50%;
    right: 0;
}
/**********************************************************************
 *
 * ページ - 共通
 *
 *********************************************************************/
.ec-pageHeader h1 {
    position: relative;
    max-width: 1130px;
    margin-bottom: 50px !important;
    text-align: center;
    border: 0;
}
.ec-pageHeader h1:before,
.ec-pageHeader h1:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20%;
    height: 1px;
    margin: 0 30px;
    background-color: #dadada;
    vertical-align: middle;
}
.ec-pageHeader  h1:before {
    top: 50%;
    left: 0;
}
.ec-pageHeader  h1:after {
    top: 50%;
    right: 0;
}
/**********************************************************************
 *
 * ページ - 商品一覧
 *
 *********************************************************************/
.ec-searchnavRole .ec-searchnavRole__infos {
    color: #fff !important;
    border-top: 0;
}
.ec-shelfRole {
    color: #fff !important;
}
/* 取得件数 */
#page_product_list .ec-searchnavRole__infos {
    align-items: baseline;
}
/* 件数・条件select */
#page_product_list .ec-select select {
    border-radius: 20px;
}
/* 商品画像 */
.ec-shelfGrid .ec-shelfGrid__item-image {
    position: relative;
}
.sold-out {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    background: #555;
    opacity: .7;
}
/* 商品タグ */
.product-tags {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.product-tags div {
    display: inline-block;
    margin: 3px;
    padding: 5px 10px;
    border: 1px solid #cccbcb;
    border-radius: 5px;
    background: #fff;
    color: #000;
    text-align: center;
    font-weight: 500;
}
/* ページャー */
.ec-pager__item--active {
    color: #000;
}
.ec-pager__item {
    border: 1px solid #3a3a3a;
}
.ec-pager .ec-pager__item a:hover, .ec-pager .ec-pager__item--active a:hover {
    color: #000;
}
/**********************************************************************
 *
 * ページ - 商品詳細
 *
 *********************************************************************/
/* 商品名 */
.ec-headingTitle {
    color: #fff;
}
.ec-productRole {
    color: #fff;
}
/* 価格の下線 */
.ec-productRole .ec-productRole__price {
    border-bottom: 0;
}
#page_product_detail table {
    width: 100%;
}
#page_product_detail table th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background: #cfcfcf;
    color: #000;
    border: 1px solid #fff;
    font-weight: bold;
}
#page_product_detail table td {
    padding-left: 10px;
    border: 1px solid #bfbfbf;
}
#page_product_detail .ec-productRole .ec-productRole__description {
    line-height: 1.8;
}
#page_product_detail .ec-productRole__profile .ec-productRole__description {
    margin: 50px 0;
}
/* レビューの上線 */
#product_review_area {
    border-top: 0 !important;
}
#product_review_area .ec-rectHeading {
    color: #000;
}
/* 商品購入時のモーダルポップアップ */
#ec-modal-header {
    color: #000;
}
/**********************************************************************
 *
 * ページ - 新規会員登録
 *
 *********************************************************************/
.ec-registerRole {
    color: #fff;
}
/**********************************************************************
 *
 * ページ - 新規会員登録(仮登録完了)
 *
 *********************************************************************/
.ec-registerCompleteRole {
    color: #fff;
}
/**********************************************************************
 *
 * ページ - パスワードの再発行
 *
 *********************************************************************/
#page_forgot_complete .ec-pageHeader h1:before,
#page_forgot_complete .ec-pageHeader h1:after {
    width: 20%;
}
.ec-forgotRole {
    color: #fff;
}
.ec-reportHeading {
    border-top: 0;
}
/**********************************************************************
 *
 * ページ - マイページ共通
 *
 *********************************************************************/
/* 会員ランクの表示 */
.container-fluid {
    text-align: center;
    margin-bottom: 30px;
}
/**********************************************************************
 *
 * ページ - マイページ/ご注文履歴
 *
 *********************************************************************/
.ec-mypageRole {
    color: #fff;
}
.ec-welcomeMsg {
    color: #fff;
    border-bottom: 0;
}
.ec-navlistRole .ec-navlistRole__navlist a:hover {
    color: #000;
}
.ec-historyRole .ec-historyRole__contents {
    color: #fff;
}
/**********************************************************************
 *
 * ページ - マイページ/ご注文履歴詳細
 *
 *********************************************************************/
#page_mypage_history .ec-totalBox {
    color: #000;
}
/**********************************************************************
 *
 * ページ - マイページ/退会手続き
 *
 *********************************************************************/
.ec-withdrawRole {
    color: #fff;
}
/**********************************************************************
 *
 * ページ - ショッピングカート
 *
 *********************************************************************/
/* フロー*/
.ec-progress .is-complete .ec-progress__number {
    background: #85b200;
}
.ec-progress .is-complete .ec-progress__label {
    color: #85b200;
}
.ec-cartRole {
    color: #fff;
}

.ec-progress .ec-progress__number {
    background: #cfcfcf;
    color: #000;
}
.ec-progress .ec-progress__item:after {
    background: #cfcfcf;
}
.ec-cartHeader .ec-cartHeader__label {
    background: #cfcfcf;
    color: #000;
}
/**********************************************************************
 *
 * ページ - ログイン
 *
 *********************************************************************/
#page_shopping_login .ec-checkbox label,
#page_shopping_login .ec-guest .ec-guest__inner p {
    color: #000;
}
#page_mypage_login .form-check-label {
    color: #000;
}
/**********************************************************************
 *
 * ページ - お客様情報の入力
 *
 *********************************************************************/
.ec-customerRole {
    color: #fff;
}
/**********************************************************************
 *
 * ページ - お届け先の複数指定
 *
 *********************************************************************/
.ec-AddAddress .ec-AddAddress__item {
    background: transparent;
}
/**********************************************************************
 *
 * ページ - ご注文手続き
 *
 *********************************************************************/
.ec-orderRole {
    color: #fff;
}
#page_shopping .ec-totalBox,
#page_shopping_confirm .ec-totalBox {
    color: #000;
}
.ec-rectHeading h1,
.ec-rectHeading h2,
.ec-rectHeading h3,
.ec-rectHeading h4,
.ec-rectHeading h5,
.ec-rectHeading h6 {
    background: #cfcfcf;
    color: #000;
}
.ec-totalBox .ec-totalBox__spec dt {
    font-weight: bold !important;
}
/**********************************************************************
 *
 * ページ - ご注文完了
 *
 *********************************************************************/
.ec-cartCompleteRole {
    color: #fff;
}
/**********************************************************************
 *
 * ページ - ご購入について
 *
 *********************************************************************/
/**********************************************************************
 *
 * ページ - ご利用ガイド
 *
 *********************************************************************/

/**********************************************************************
 *
 * ページ - 会員ランクについて
 *
 *********************************************************************/
.rank {
}
/**********************************************************************
 *
 * ページ - お知らせ詳細
 *
 *********************************************************************/
.news-1.row {
    padding-bottom: 80px;
}
/**********************************************************************
 *
 * ページ - プライバシーポリシー
 *
 *********************************************************************/
#privacy dt {
    margin-top: 48px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
}
#privacy ul {
    list-style: none;
    overflow-wrap: anywhere;
}
#privacy ul li {
    text-indent: -3em;
}
/**********************************************************************
 *
 * ページ - 特定商取引法に基づく表記
 *
 *********************************************************************/
#page_help_tradelaw .ec-borderedDefs {
     padding: 10px;
     border-top: 0;
}
#page_help_tradelaw .ec-borderedDefs dl {
    align-items: center;
}
#page_help_tradelaw .ec-borderedDefs dd {
    line-height: 2;
    /*font-weight: bold;*/
}
#page_help_tradelaw th,
#page_help_tradelaw td {
    border: 1px solid #bfbfbf;
}
.payment-content {
    margin-left: 20px;
}
#page_help_tradelaw table.payment-content {
    min-width: 80%;
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 20px;
}
#page_help_tradelaw table.payment-content tr:first-child td {
    font-weight: bold;
    background: #cfcfcf;
    text-align: center;
    color: #000;
    border: 1px solid #fff;
}
#page_help_tradelaw table.payment-content td {
    text-align: right;
    display: table-cell;
    padding: 10px;
}
#page_help_tradelaw .delivery-annotation {
    margin-top: 10px;
    margin-left: 20px;
    padding: 10px;
    color: #f29795;
    font-size: .8em;
}
#page_help_tradelaw ul {
    list-style: none;
}

/**********************************************************************
 *
 * ページ - 会社概要
 *
 *********************************************************************/
.ec-off1Grid {
    display: block;
}
.corp-info {
    list-style: none;
    padding: 80px 0;
    line-height: 4;
}
.corp-info li {
    display: flex;
    border-bottom: 1px dotted #ccc;
}
.corp-info li .col-name {
    width: 30%;
    font-weight: bold;
}
.note {
    line-height: 2;
}
/**********************************************************************
 *
 * ページ - お問い合わせ
 *
 *********************************************************************/
.ec-role {
    color: #fff !important;
}
.ec-contactRole,
.ec-contactConfirmRole,
.ec-contactCompleteRole {
    color: #fff !important;
}

/**********************************************************************
 *
 * 768px以上1180px以下
 *
 *********************************************************************/
@media all and (min-width: 768px) and (max-width: 1180px) {
    .pc-only {
        display: none !important;
    }
    .tb-only {
        display: block !important;
    }
    .sp-only {
        display: none !important;
    }
    /*.ec-drawerRole.is_active {*/
    /*    display: block !important;*/
    /*}*/
    .ec-drawerRoleClose.is_active {
        display: block !important;
    }
    .ec-headerNaviRole {
        padding: 0 20px;
    }
    /* ロゴ */
    .ec-layoutRole__header {
        padding: 0;
    }
    /* カートアイコン */
    .ec-cartNavi {
        padding: 0;
        justify-content: center;
    }
    .ec-cartNaviNull::before,
    .ec-cartNaviIsset::before {
        right: initial;
    }
    .ec-headerTitle .ec-headerTitle__title h1 {
        width: 123px;
        margin: 0 auto;
    }
    .kv {
        margin-top: -20px;
        margin-bottom: 43px;
    }
    section h1 {
        position: relative;
        max-width: 1130px;
        margin-bottom: 50px !important;
    }
    section h1:before, section h1:after {
        width: 60px;
    }
    /* リンク */
    .more {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .more a {
        width: 100%;
    }
    .more-txt {
        position: relative;
        display: inline-block;
        width: calc(100% - 20px);
        min-width: initial;
        max-width: 300px;
        padding: 10px;
        border: 1px solid #cccbcb;
        background: #fff;
        color: #000;
    }
    .more-txt div {
        background: transparent;
        font-weight: 700;
        font-size: 1em;
        opacity: 1;
    }
    .more-txt i {
        position: absolute;
        top: 13px;
        right: 10px;
    }
    .more-txt:before{
        content: initial;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        display: block;
        background: #fff;
        transition: .2s;
    }
    .more-txt:hover{
        color: #707070;
    }
    .more-txt:hover:before{
        width: 100%;
    }
    /* フッター */
    .ec-footerRole {
        margin-top: 16px;
    }
    .ec-footerRole {
        padding-top: 45px;
    }
    .ec-footerNavi .ec-footerNavi__link a {
        border-bottom: 0;
    }
    ul.ec-footerNavi {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    li.ec-footerNavi__link {
        padding: 0 15px;
    }
    /* SPメニュー - 検索 */
    .ec-itemNav__nav {
        display: block;
    }
    .ec-headerSearch .ec-headerSearch__keyword .ec-icon img {
        width: 25px;
        height: 25px;
    }
    /* アコーディオン内の下線 */
    .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
        border: none;
    }
    /**********************************************************************
     *
     * ページ - 共通
     *
     *********************************************************************/
    .ec-pageHeader h1:before,
    .ec-pageHeader h1:after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 40%;
        height: 2px;
        margin: 0 30px;
        background-color: #dadada;
        vertical-align: middle;
    }
    .ec-pageHeader  h1:before {
        top: -15px;
        left: 26%;
    }
    .ec-pageHeader  h1:after {
        bottom: 0;
        left: 26%;
        margin-top: 15px;
    }
    /* ページタイトル */
    .ec-pageHeader h1 {
        margin-top: 40px;
        padding-bottom: 40px !important;
    }
     /**********************************************************************
     *
     * メニュー
     *
     *********************************************************************/
   .ec-drawerRole .ec-headerSearch {
        background: #F4F2EB;
    }
     /**********************************************************************
     *
     * 商品一覧
     *
     *********************************************************************/
    .ec-shelfGrid .ec-shelfGrid__item-image {
        height: initial;
    }
}
/**********************************************************************
 *
 * 767px以下
 *
 *********************************************************************/
@media all and (max-width: 767px) {
    h3 {
        font-size: 18px !important;
    }
    .pc-only {
        display: none !important;
    }
    .tb-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }
    .ec-headerNaviRole {
        padding: 0 20px;
    }
    /* ロゴ */
    .ec-layoutRole__header {
        padding: 0;
    }
    /* カートアイコン */
    .ec-cartNavi {
        padding: 0;
        justify-content: center;
    }
    .ec-headerTitle .ec-headerTitle__title h1 {
        width: 123px;
        margin: 0 auto;
    }
    .kv {
        margin-top: -20px;
        margin-bottom: 43px;
    }
    section h1 {
        position: relative;
        max-width: 1130px;
        margin-bottom: 50px !important;
        font-size: 1.7em;
    }
    section h1:before, section h1:after {
        width: 60px;
    }
    /* リンク */
    .more {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .more a {
        width: 100%;
    }
    .more-txt {
        position: relative;
        display: inline-block;
        width: calc(100% - 20px);
        min-width: initial;
        max-width: initial;
        padding: 10px;
        border: 1px solid #cccbcb;
        background: #fff;
        color: #000;
    }
    .more-txt div {
        background: transparent;
        font-weight: 700;
        font-size: 1em;
        opacity: 1;
    }
    .more-txt i {
        position: absolute;
        top: 13px;
        right: 10px;
    }
    .more-txt:before{
        content: initial;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        display: block;
        background: #fff;
        transition: .2s;
    }
    .more-txt:hover{
        color: #707070;
    }
    .more-txt:hover:before{
        width: 100%;
    }
    /* フッター */
    .ec-footerRole {
        margin-top: 16px;
    }
    .ec-footerRole {
        padding-top: 45px;
    }
    .ec-footerNavi .ec-footerNavi__link a {
        border-bottom: 0;
    }
    ul.ec-footerNavi {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    li.ec-footerNavi__link {
        padding: 0 15px;
    }
    /* SPメニュー - 検索 */
    .ec-itemNav__nav {
        display: block;
    }
    .ec-headerSearch .ec-headerSearch__keyword .ec-icon img {
        width: 25px;
        height: 25px;
    }
    /* アコーディオン内の下線 */
    .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
        border: none;
    }
    /**********************************************************************
     *
     * ページ - 共通
     *
     *********************************************************************/
    .ec-pageHeader h1:before,
    .ec-pageHeader h1:after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 40%;
        height: 2px;
        margin: 0 30px;
        background-color: #dadada;
        vertical-align: middle;
    }
    .ec-pageHeader  h1:before {
        top: -15px;
        left: 22%;
    }
    .ec-pageHeader  h1:after {
        bottom: 0;
        left: 22%;
        margin-top: 15px;
    }
    /* ページタイトル */
    .ec-pageHeader h1 {
        margin-top: 40px;
        padding-bottom: 40px !important;
        font-size: 20px;
    }
     /**********************************************************************
     *
     * メニュー
     *
     *********************************************************************/
   .ec-drawerRole .ec-headerSearch {
        background: #F4F2EB;
    }

    .ec-headerNav__item a {
        justify-content: center !important;
    }
}