/* テスト Googleフォント */
/*body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}*/
p {
    /* -webkit-margin-beforeや-webkit-margin-afteがFireFoxで効かない対策 */
    margin-block-start: 0;
    margin-block-end: 0;
}
/* カスタマイズ用CSS */
.ec-headerNav .ec-headerNav__itemIcon.has-color{
    color: #C9A94A;
    font-size: 18px;
}
.ec-itemNav__nav {
    width: 100%;
}
.ec-itemNav__nav li {
    float: none;
}
.ec-itemNav__nav > li:hover > a {
    background-color: #FAF7F2;
}
.ec-itemNav__nav li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a{
    text-align:left;
    padding: 17px 10px;
    height: auto;
    background-color: #FAF7F2;
    border-bottom: 1px solid #D6C18B;
    
    position: relative;
    padding-right: 20px;
}
.ec-itemNav__nav li a::after,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a::after {
  content: "";
  position: absolute;

  right: 11px;
  top: 50%;

  width: 6px;
  height: 6px;

  border-top: 1px solid #C9A94A;
  border-right: 1px solid #C9A94A;

  transform: translateY(-50%) rotate(45deg);
}

.ec-headerNaviRole .ec-headerNaviRole__nav a{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F9F4E1;
    padding: 8px 5px 7px;
    border-radius: 4px;
    min-width:100px;
    height: 100%;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a i{
    font-size: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom:5px;
}
.ec-itemNav__nav li ul li a {
padding: 5px 10px;
}
.ec-itemNav__nav  li:hover > ul > li,
.ec-itemNav__nav  li:hover > ul > li:hover > ul > li {
    height: auto;
}
.ec-itemNav__nav li ul li ul::before {
    top: 7px;
}

/* 基本ボタン色 */
.ec-blockBtn--action,
.ec-inlineBtn--action {
    background-color: #C94040;
    border-color: #C94040;
}
.ec-blockBtn--cancel,
.ec-inlineBtn--cancel {
    background-color: #333333;
    border-color: #333333;
}

.ec-inlineBtn--action,
.ec-inlineBtn--cancel {
    border-radius: 4px;
}

/*幅を変更*/
.ec-headerNaviRole {
    max-width: 1240px;
}
.ec-layoutRole .ec-layoutRole__contents {
    margin-top: 0px;
    max-width: 1240px;
}

.ec-layoutRole__contents .ec-role,
.ec-layoutRole__contents .ec-contactRole,
.ec-layoutRole__contents .ec-contactConfirmRole,
.ec-layoutRole__contents .ec-contactCompleteRole {
    margin-top: 30px;
}

.ec-categoryNaviRole {
    padding-left: 0px;
}

.ec-categoryNaviRole .ec-itemNav .ec-itemNav__title,
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
    font-size: 16px;
    font-weight: 700;
    padding: 16px 10px;
    border-top: 1px solid #D6C18B;
    border-bottom: 1px solid #D6C18B;
    text-align: left;
    background-color: #FFFFFF;
}
.ec-categoryNaviRole .ec-itemNav .ec-itemNav__title {
    margin-bottom: 0;
    padding-top: 22px;
    padding-bottom: 21px;
}

.ec-categoryNaviRole .ec-itemNav .ec-itemNav__title i,
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading i {
    color: #D6C18B;
    margin-right: 15px;
    font-size: 18px;
}

/* サイドバーのバナーエリア*/
.n-sidebar_banner {
    padding-right: 20px;
    margin-top: 50px;
    display: none;
    padding-bottom: 30px;
}
.n-sidebar_banner img {
    margin-bottom: 20px;
    width: 100%;
}

.ec-pageHeader h1{
    border-bottom: 1px solid #C9A94A;
    border-top: none;
    padding-left:0;
    padding-right:0;
    letter-spacing: 1.6px;
    font-size:28px;
    margin-bottom:32px;
    padding-bottom: 14px;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn {
    padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__contents {
        margin-top: 45px;
    }
    .ec-layoutRole__contents .ec-role,
    .ec-layoutRole__contents .ec-contactRole,
    .ec-layoutRole__contents .ec-contactConfirmRole,
    .ec-layoutRole__contents .ec-contactCompleteRole {
        margin-top: 0px;
    }
    .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
        width: 20%;
        max-width: 240px;
    }

    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        /*width: 80%;*/
        max-width: 932px;
        margin-left: 38px;
        padding-bottom: 100px;
    }
    
    .ec-off1Grid .ec-off1Grid__cell {
        margin-left: 0;
    }
    .ec-layoutRole .ec-role{
        padding:0;
    }
    .ec-pageHeader h1 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-size: 32px;
        margin-bottom:48px;
        padding-bottom: 12px;
    }
    
    .n-sidebar_banner {
        display: block;
    }
}

/* のぐち産業用カスタマイズ */
.ec-layoutRole__header {
    border-top: 3px solid #C9A94A;
    border-bottom: 3px solid #C9A94A;
}
.ec-headerTitle {
    margin-left: 43px;
}
.ec-headerTitle .ec-headerTitle__title {
    text-align: left;
}

.ec-headerTitle .ec-headerTitle__title a{
    margin-bottom: 10px;
}

.ec-headerTitle .ec-headerTitle__title img {
    width: auto;
}
.ec-headerTitle .ec-headerTitle__title .n-header-subtitle {
    height: 13px;
}
.ec-headerTitle .ec-headerTitle__title .n-header-title {
    height: 24px;
}
.ec-headerTitle .n-logo-catchcopy {
    font-size: 11px;
    color: #1F1F1F;
    margin-bottom: 6px;
}

/* ヘッダーブロック（ロゴ、ヘッダー(商品検索・ログインナビ・カート)）横並び */
/* 親 */
.header-inner {
    display: flex;
    align-items: center;
    /*gap: 2px;*/
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
    min-width: 0;
    flex-direction: column;
}

/* ロゴ */
.header-inner .ec-headerRole {
    flex: none;
    width: 100%;
    box-sizing: border-box;
    padding-top: 6px;
}

/* ヘッダー（商品検索・ログインナビ・カート） */
.header-inner .ec-headerNaviRole {
    display:flex;
    align-items:center;
    gap:20px;
    flex: none;
    width: 100%;
    justify-content:flex-end;
    box-sizing:border-box;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 9px;
}

.ec-headerNaviRole::after {
    content: none;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 38%;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    justify-content: flex-start;
    gap: 19px;
    width: 62%;
}

/* 左エリア（商品検索・ログインナビ(SP)）、右エリア（ログインナビ(PC)・カート） */
.header-inner .ec_headerNaviRole__left,
.header-inner .ec_headerNaviRole__right {
    flex: none;
    width: 100%;
    box-sizing: border-box;
}

/* 検索フォームだけ伸ばす場合 */
.header-inner .ec-headerNaviRole__search input[type="search"],
.header-inner .ec-headerNaviRole__search {
    flex: none;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
    padding-right: 0;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
    font-size: 14px;
    font-weight: 700;
    appearance: auto;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before{
    border: none;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
    background-color: #D6C18B;
    border: 1px solid #D6C18B;
    height: 38px;
}
.ec-headerSearch .ec-headerSearch__keyword {
    border-color: #D6C18B;
    background-color: #ffffff;
    height: 38px;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 12px;
    height: auto;
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    padding-right: 30px;
    font-size: 11px;
}

.ec-headerNaviRole .ec-headerNaviRole__nav {
    display: none;
}
    
.ec-headerNav .ec-headerNav__itemLink{
    font-size: 15px;
    color: #B89B45;
    margin-right: 0;
}
.ec-headerNav .ec-headerNav__itemLink.ec-headerNav__itemLink__guide{
    font-size: 15px;
}
.ec-headerNav{
    display: flex;
    align-items: stretch;
    gap: 8px;
}
.ec-headerNaviRole .ec-headerRole__cart{
    flex: 1;
}

.ec-cartNavi {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}

.ec-cartNavi .ec-cartNavi__icon {
    font-size: 18px;
}

.ec-cartNavi .ec-cartNavi__badge {
    background-color: #E38B2D;
    font-size: 12px;
    left: 75%;
}

.ec-headerNavSP {
    background: #FAF7F2;
    border-radius: 0;
}
.ec-headerNavSP .fas {
    color: #C9A94A;
    font-size: 18px;
}

.ec-drawerRole .ec-headerSearch{
    background-color: #FFFFFF;
        padding: 15px 8px 19px;
}

.have_curtain .ec-overlayRole{
    background-color: #00000033;
}

/* レスポンシブ */
@media only screen and (min-width: 768px) {
    
    .header-inner {
        flex-direction: row;
    }

    .header-inner .ec-headerRole{
        flex: 0 0 33.333%;
        min-width: 160px;
        padding-left: 0;
        padding-top: 15px;
    }
    
    .header-inner .ec-headerTitle {
        margin-left: 0;
    }

    .ec-headerTitle .ec-headerTitle__title img {
        width: auto;
    }
    
    .ec-headerTitle .ec-headerTitle__title .n-header-subtitle,
    .ec-headerTitle .ec-headerTitle__title .n-header-title {
        height: auto;
    }
    
    .ec-headerTitle .ec-headerTitle__title a{
        margin-bottom: 6px;
    }

    .ec-headerTitle .n-logo-catchcopy {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .header-inner .ec-headerNaviRole {
        flex: 1 1 66.666%;
        min-width: 0;
        padding-top: 31px;
        padding-bottom: 29px;
        margin-bottom: 0px;
    }

    .header-inner .ec_headerNaviRole__left,
    .header-inner .ec_headerNaviRole__right {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 0;
    }
    .ec-headerSearch .ec-headerSearch__category,
    .ec-headerSearch .ec-headerSearch__keyword
    {
        width: 50%;
    }
    
    .ec-headerSearch .ec-headerSearch__keywordBtn {
        padding-right: 12px;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 0;
    }
    
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        max-width: 151px;
        padding: 11px 12px;
        font-size: 11px;
        height: auto;
    }
    .ec-headerSearch .ec-headerSearch__keyword{
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .header-inner .ec-headerNaviRole__search input[type="search"], .header-inner .ec-headerNaviRole__search {
        font-size: 11px;
        height: 36px;
    }
    .ec-cartNavi {
        background: #F9F4E1;
        border-radius: 0;
        justify-content: space-between;
        margin-right: 0;
        padding: 10px 12px;
        align-items: center;
    }
    .ec-cartNavi .ec-cartNavi__price{
        font-size: 18px;
        padding-left: 20px;
    }
    
    .ec-headerNaviRole .ec-headerNaviRole__nav {
        display: inline-block;
    }
    
    .ec-cartNavi .ec-cartNavi__badge {
        left: 10px;
        vertical-align: bottom;
        height: 18px;
    }
}

/* フッターブロック */
.ec-footer-extra {
    background-color: #F3EEE2;
    padding: 0;
    /*margin-top: 70px;*/
}

/* フッターpタグ：余白 */
.ec-footer-extra p {
    margin-bottom: 0;
}

/* フッターulタグ：余白 */
.ec-footer-extra ul {
    margin-top: 0.4rem;
    margin-bottom: 0;
}

/* 上段：支払方法・送料・利用ガイド */
.ec-footer-extra__upper {
    display: grid;
    padding-top: 30px;
    margin-bottom: 40px;
    gap: 20px;
}

/* 上段表：中身 */
.ec-card {
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 20px 15px 23px 20px;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
}

.ec-card__main {
    color: #4E3B31;
    font-size: 16px;
}

.ec-footer-extra__upper .ec-card__main .ec-card__main__small{
    font-size: 15px;
}
.ec-card__main ul {
    padding-left: 1rem;
}
/* 上段：liタグ幅 */
.ec-card__main ul li {
    width: 85%;
    line-height: 24px;
    list-style: none; 
    position: relative;
    left: 0;
}
.ec-card__main ul li:not(:last-child)::before {
    content: "・"; /* U+00B7 */
    position: absolute;
    left: -1rem;
}

/* 上段：liタグ 点変更 */
.ec-card__main ul li:last-child{
    font-size: 0.9rem;
}
.ec-card__main ul li:last-child::before {
    content: "※";
    position: absolute;
    left: -1rem;
}

/* 上段ページリンク：余白 */
.ec-card__main .ec-card__link {
    padding-top: 10px;
}
/* 上段：クレジット画像 */
.ec-card__main .credit_type_logo {
    height: 38px;
}

/* 上下段：表タイトル */
.ec-card .ec-card__title,
.ec-lower__title {
    font-weight: 700;
    padding-bottom: 12px;
    font-size:  18px;
    width:100%;
    margin-bottom: 16px;
}

.ec-card .ec-card__title {
    border-bottom: 1px solid #C9A94A;
    max-width: 310px;
}
.ec-lower__title {
    border-bottom: 1px solid #E1D9CF;
    margin-bottom: 26px;
}

.ec-card .ec-card__title i {
    margin-right: 11px;
}
.ec-card__main .ec-card__link a::after{
    content: "";
    margin-left: 4px;   /* 文字との間隔 */
    display: inline-block;

    border-top: 1px solid #C9A94A;
    border-right: 1px solid #C9A94A;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    vertical-align: middle;
}
/* 下段：運営会社・問い合わせ */
.ec-footer-extra__lower {
    display: grid;
    align-items: stretch;
    position: relative;
    gap: 24px;
    background: transparent;
    padding-bottom: 60px;
    font-size: 16px;
}

/* 下段：左右要素 */
.ec-footer-extra__lower .ec-lower__left,
.ec-footer-extra__lower .ec-lower__right {
    /*margin-bottom: 1rem;*/
    box-sizing: border-box;
    background: transparent;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

.ec-lower__left .ec-lower__title{
    max-width: 340px;
}

/* 下段左：外部リンク */
.ec-lower__left .ec-lower__main2 {
    margin-top: 2.15rem;
}

.ec-lower__left .ec-lower__main2 i {
    padding-left: 9px;
}

.ec-lower__left .ec-lower__main2 p {
    margin-bottom: 1rem;
}

.ec-lower__main2 a {
    text-decoration: none;
}

/* 下段右：ボタン */
.ec-lower__right .ec-inlineBtn--cancel {
    margin: 1rem 0 0.8rem 0;
}

.ec-lower__right .n-btn-contactfrm {
    border: 1px solid #E07A3F;
    background-color: #E07A3F;
    color: #FFFFFF;
    border-radius: 8px;
    font-weight: 700;
    padding: 1rem 1.2rem;
    margin-top:12px;
    margin-bottom:10px;
}

.ec-lower__right .n-btn-contactfrm::after {
    
    content: "";
    margin-left: 20px;   /* 文字との間隔 */
    display: inline-block;

    right: 11px;
    vertical-align: middle;

    width: 8px;
    height: 8px;

    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;

    transform: rotate(45deg);
}

.ec-footer-extra__lower .ec-lower__right .ec-lower__main1 {
    display: grid;
    gap: 40px;
}

/* 下段右：ボタン下テキスト */
.ec-lower__right .ec-lower__main1 .footer-min {
    font-size: 0.9rem;
}

.ec-footer-extra__lower .ec-lower__right .ec-lower__main1 .ec-lower__main1__right {
    padding-left: 20px;
}

/* デフォルトフッター：余白 */
.ec-layoutRole__footer .ec-footerRole {
    margin-top: 0;
}
.ec-footerNavi .ec-footerNavi__link a {
    font-size: 16px;
    text-decoration: none;
    color: #FDFAF7;
}

.ec-footerTitle {
    padding: 4px 0 72px;
}
    
/* copyright */
.ec-footerTitle__copyright {
    color: #E1D9CF;
}

/* ページトップへ */
.ec-blockTopBtn{
    font-size: 12px;
    display: flex;
    background-color: #8A5A3C;
    border: 1px solid #8A5A3C;
    border-radius: 4px;
    color: #E1E1E1;
    padding: 11px 10px;
    position: fixed;
    gap: 3px;
    align-items: center;
    right: 15px;
    bottom: 16px;
    opacity: 1;
}
.ec-blockTopBtn::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #E1E1E1;
    border-radius: 50%;
    position: relative;
}

.ec-blockTopBtn::before {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #8A5A3C;
    border-left: 1px solid #8A5A3C;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    right: 14px;
}

/* レスポンシブ */
@media only screen and (min-width: 768px) {
    .ec-footer-extra {
        padding-top: 29px;
    }

    /* 上段：表横並び */
    .ec-footer-extra__upper {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
    }

    /* 上段表：中身 */
    .ec-footer-extra__upper .ec-card {
        margin: 0;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .ec-card .ec-card__title {
        max-width: 340px;
    }
    
    .ec-footer-extra__upper > .ec-card:last-child .ec-card__main {
        max-width: 341px;
    }
    
    /* 下段：横並び */
    .ec-footer-extra__lower {
        max-width: 1200px;
        margin: auto;
        gap: 8px;
        grid-template-columns: 1fr 2fr;
        padding-bottom: 0;
    }

    /* 下段：左右要素 */
    .ec-footer-extra__lower .ec-lower__left {
        margin-right: 40px;
    }
    .ec-footer-extra__lower .ec-lower__left,
    .ec-footer-extra__lower .ec-lower__right {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 1rem;
    }
    
    /* 下段右：左右区切り線スタイル */
    .ec-lower__left::after {
        left: auto;
        right: 0;
        top: 4%;
        bottom: 4%;
        width: 1px;
        height: auto;
        transform: none;
    }
    
    .ec-footer-extra__lower .ec-lower__right .ec-lower__main1 {
        grid-template-columns: 50% 50%;
        gap: 5px;
    }
    
    .ec-lower__right .n-btn-contactfrm {
        margin-top:6px;
    }

    
    .ec-footerRole {
        padding-top: 25px;
    }
    .ec-footerNavi .ec-footerNavi__link a {
        margin: 0 21px;
    }
    
    .ec-footerTitle {
        padding: 2px 0 16px;
    }
    
    .ec-blockTopBtn {
        right: 30px;
        bottom: 22px;
    }
}

/* 単価表 */
.n-price-productName {
    font-size: 16px;
    font-weight: 700;
}
.table-fixed {
    table-layout: fixed;
    width: 100%;
}

.table-price-list th {
    text-align: center;
}
.table-price-list td:first-of-type {
    background-color: #F2F6F4;
    color: #3E5A4E;
}
.table-price-list td:last-child  {
  text-align: right;
  vertical-align: middle;
}
.table-price-list td:not(:last-child) {
  text-align: center;
  vertical-align: middle;
}

.table-price-list,
.table-shipping-list,
.n-codFee {
    width: 100%;
    border-bottom: 1px solid #B8CFC1;
}

.table-price-list th,
.table-shipping-list th,
.n-codFee th {
    color: #3E5A4E;
}

.table-price-list {
    max-width: 720px;
    margin-top: 19px;
    margin-bottom: 12px;
}
.n-codFee {
    max-width: 480px;
    margin-top: 7px;
    margin-bottom: 9px;
}
.n-pay-method__main .n-table-wrap {
    margin-top: 18px;
    margin-bottom: 20px;
}
.table-price-list thead th,
.n-codFee thead th {
    padding: 15px 12px;
}
.table-price-list thead th,
.table-shipping-list thead th,
.n-codFee thead th {
    margin: 0;
    text-align: center;
    text-shadow: none;
    border-top: 1px solid #EEF4F1;
    border-left: 1px solid #EEF4F1;
    border-right: 1px solid #EEF4F1;
    background-color: #C6D9CF;
}

.table-shipping-list thead th {
    padding: 8px 12px;
}

.table-shipping-list thead th.text-right {
    text-align: right;
}

.table-price-list tbody th,
.table-shipping-list tbody th,
.n-codFee tbody th,
.n-codFee tbody td:first-child {
    border-top: 1px solid #B8CFC1;
    border-left: 1px solid #B8CFC1;
    border-right: 1px solid #B8CFC1;
    background-color: #E7EFEA;
    color: #3E5A4E;
    font-weight: 400;
    padding: 15px 12px;
}

.table-price-list td,
.table-shipping-list td,
.n-codFee td {
    border-bottom: 1px solid #B8CFC1;
    border-top: 1px solid #B8CFC1;
    border-right: 1px solid #B8CFC1;
    padding: 15px 12px;
    letter-spacing: 0.8px;
}

.n-codFee td {
    border-left: 1px solid #B8CFC1
}


.td_border_left {
    border-left: 1px solid #E1E1E1 !important;
}

.table-price-list tbody>tr>th+td:not(:first-child),
.table-shipping-list tbody>tr>th+td:not(:first-child) {
    border-left: none;
}

.n-comment {
    font-size: 14px;
    padding-top: 12px;
}
.n-notes {
    padding-top: 20px;
}
.n-note {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3px;
    font-size: 14px;
}

.n-note-label {
    white-space: nowrap;
    padding-right: 0.3em;
}

.n-note-body {
    padding: 0;
    flex: 1;
}

.n-important {
    color: #C94040;
}

/* トップスライダー */
.ec-sliderRole {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 6px;
    margin-top: 20px;
}
.ec-topimageRole {
    padding: 25px 20px 30px;
}
.ec-topimageRole img {
    max-width: 100%;
}

/* トップメインバナーグループ */
.ec-topmainbannerRole__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* SPは2カラム */
    gap: 10px;
}

.ec-topmainbannerRole__single {
    padding: 10px 0;
}

/* 特注（牛肉部位） */
.ec-feature1 {
    margin: 0 20px 60px;
    padding: 25px 15px;
    background: url("/html/user_data/assets/img/top/bg_top_feature.png");
    color: #FFFFFF;
}

.ec-feature1__title {
    border-bottom: 1px solid #D6C18B;
    margin-bottom: 32px;
    padding-bottom: 20px;
}

.ec-feature1__main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ec-feature1__main_left {
    padding-left: 5px;
}

.ec-feature1__main_left dt {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 16px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.ec-feature1__main_left dd {
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.ec-feature1__main_right img {
    padding-bottom: 20px;
    width: 100%;
}

.ec-feature1__main_right__text {
    text-align: center;
}


.ec-feature1__link {
    text-align: center;
    padding-top: 36px;
    padding-bottom: 10px;
}

.ec-feature1__link a {
    background-color: #D6C18B;
    border-radius: 4px;
    padding: 17px 32px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin-top: 4px;
}

/* 新着情報 */
.ec-newsRole {
    padding-top: 30px;
}

.ec-secHeading .ec-secHeading__en {
    letter-spacing: 0;
}

.ec-newsRole .ec-newsRole__news {
    padding: 0;
    border: none;
    border-top: 1px solid #D6C18B;
}
.ec-newsRole .ec-newsRole__newsHeading {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
}

.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type),
.ec-newsRole .ec-newsRole__newsItem:last-of-type {
    border-bottom: 1px solid #D6C18B;
}

.ec-newsRole .ec-newsRole__newsTitle {
    color: #1F1F1F;
    font-size: 16px;
    padding-left: 20px;
    line-height: 1.3;
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 13px;
}

.ec-newsRole .ec-newsRole__newsDate {
    color: #6A6A6A;
    padding-left: 20px;
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 10px;
}

.ec-newsRole .ec-newsRole__newsColumn {
    display: contents;
}

.ec-newsRole .ec-newsRole__newsClose {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    padding-right: 11px;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    background: none;
    color: #C9A94A;
    right: 12px;
    position: static;
}


.ec-newsRole__newsItem .ec-newsRole__newsDescription {
    padding: 0 10px;
}
    
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 20px 0 25px;
}

.ec-newsRole .ec-newsRole__newsDescription {
    font-size: 16px;
}

.ec-newsRole .ec-newsRole__newsDescription a::after {
    content: "";
    margin-left: 4px;
    display: inline-block;
    border-top: 1px solid #C9A94A;
    border-right: 1px solid #C9A94A;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    vertical-align: middle;
}

/* 新着情報のmore中央揃え */
.news-footer { 
    text-align: center;
    padding-top: 21px;
}

/* ブランド一覧 */
.ec-brandRole {
    margin-top: 80px;
    padding: 20px;
    background: #FAF7F2;
}

.ec-brandRole__title {
    font-size: 16px;
    font-weight: 700;
    border-left: 3px solid #C9A94A;
    padding-left: 15px;
    margin-bottom: 8px;
}

.ec-brandRole ul {
    font-size: 15px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.ec-brandRole ul li {
    padding-top: 11px;
    word-break: keep-all;
    line-break: strict;
}

/* おすすめ商品のレイアウト */
.top-recommend-block {
    background-color: #FAF7F2;
    margin-bottom: 60px;
}

.top-recommend__title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;  /* ← 中央軸 */
    max-width: 932px;
    padding-top: 17px;
}

.top-recommend__title_left {
    grid-column: 1;               /* 左列 */
    display: flex;
    justify-content: flex-end;  /* ← これで右寄せ */
    align-items: flex-end; 
}


.top-recommend__title_right {
    grid-column: 2;               /* 真ん中列 */
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: end;
}

.top-recommend__title_rightbottom {
    margin-top: 10px;
    text-align: center;
    align-items: flex-end; 
}

.top-recommend__title_rightbottom span {
    font-size: 28px;
    font-weight: 700;
}

.top-recommendGrid {
    padding: 33px 20px 30px;
    display: grid;
    list-style: none;
    gap: 29px;
}
.top-recommendGrid a {
    color: inherit;
    text-decoration: none;
    
}
.top-recommendGrid .top-recommendGrid__item img {
    max-width: 100%;
    width: 100%;
    margin-bottom:13px;
    aspect-ratio: 1 / 1;
}
.top-recommendGrid .top-recommendGrid__item-name {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 12px;
}

.top-recommendGrid .n-per {
    font-size: 13px;
}

.top-recommendGrid .top-recommendGrid__item-price {
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    
    /* トップスライダー */
    .ec-sliderRole{
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 11px;
    }
    
    
    .ec-topimageRole {
        padding-left: 0;
        padding-right: 0;
        padding-top: 28px;
    }
    
    /* 特注（牛肉部位） */
    .ec-feature1 {
        margin: 20px 0 80px;
        padding: 28px 30px;
    }

    .ec-feature1__main {
        flex-direction: row;
        gap: 70px;
        padding-top:10px;
    }
    
    .ec-feature1__main_left {
        width: 455px;
        flex-shrink: 0;
    }
    
    .ec-feature1__main_left dt {
        align-items: center;
    }
    
    .ec-feature1__main_left dd {
        margin-bottom: 28px;
    }
    
    .ec-feature1__main_right {
        flex: 1;
    }
    
    .ec-feature1__main_right img {
        padding-bottom: 8px;
    }
    
    .ec-feature1__link a {
        margin-top: 0;
    }
    
    .top-recommend-block {
        margin-bottom: 80px;
    }
    
    .top-recommendGrid {
        padding-top: 43px;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
    
    .top-recommendGrid .top-recommendGrid__item-name {
        font-size: 14px;
    }
    
    .top-recommendGrid .n-per {
        font-size: 11px;
    }
    
    .top-recommendGrid .top-recommendGrid__item-price {
        font-size: 12px;
    }

    .ec-topmainbannerRole {
        padding-bottom: 20px;
    }
    
    .ec-topmainbannerRole__grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }
    
    .ec-topmainbannerRole__single {
        padding: 20px 0;
    }
    
    .ec-newsRole {
        padding-top: 60px;
    }
    
    .ec-newsRole .ec-newsRole__newsItem {
        padding: 15px 0;
    }
    
    .ec-newsRole .ec-newsRole__newsHeading {
        align-items: center;
        display: flex;
    }
    
    .ec-newsRole .ec-newsRole__newsDate {
        min-width: 180px;
        margin-bottom: 0;
    }
    
    .ec-newsRole .ec-newsRole__newsTitle {
        padding-left: 0;
        margin-bottom: 0;
    }
    .ec-newsRole .ec-newsRole__newsColumn {
        min-width: calc(100% - 180px);
        /*display: flex;*/
        display: contents;
    }
    
    .ec-newsRole .ec-newsRole__newsClose {

    }
    .ec-newsRole .ec-newsRole__newsCloseBtn {
        position: absolute;
        top: -10px;
    }
    .ec-newsRole__newsItem .ec-newsRole__newsDescription {
        padding: 0 20px;
    }
    
    .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
        margin: 30px 0 0;
        
    }
    
    /* 新着情報のmore中央揃え */
    .news-footer { 
        padding-top: 40px;
    }

    .ec-brandRole {
        margin-top: 60px;
        padding-top: 26px;
        padding-bottom: 26px;
    }
    
}
/* 特集のレイアウト */
.ec-specialGrid {
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.ec-specialGrid a {
  color: inherit;
  text-decoration: none;
}
.ec-specialGrid a:hover {
  text-decoration: none;
}
.ec-specialGrid .ec-specialGrid__item {
  padding: 0 16px;
  margin-bottom: 36px;
  width: 33%;
  display: flex;
  flex-direction: column;
}
.ec-specialGrid .ec-specialGrid__item:nth-child(odd) {
  padding: 0 16px;
}
.ec-specialGrid .ec-specialGrid__item:nth-child(even) {
  padding: 0 16px;
}
@media only screen and (max-width: 768px) {
    .ec-specialGrid .ec-specialGrid__item {
        width: 50%;
    }
}

/* お買い物ガイドほか */
.n-u-block::after {
    content: "\A";
    white-space: pre-wrap;
}

.n-mailaddress {
    padding-top: 10px;
}

/* ご利用ガイド、お支払い方法について */
/* ol,li幅調整 */
.n-guide ol,
.n-pay-methods ol {
    padding-left: 24px;
    margin-bottom: 0;
}

.n-guide li,
.n-pay-methods li:not(:last-child) {
    margin-bottom: 27px;
}

/* ご利用ガイド */
.n-guide li span:last-child a {
    display: inline-block;
    margin-top: 0.5rem;
}

/* お支払い方法について */
/* タイトル */
.n-pay-method__title,
.n-guide__title,
.n-ttl-bar {
    background-color: #F3EEE2;
    padding: 17px 16px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* 本文 */
.n-pay-method:not(:last-of-type) > .n-pay-method__main {
    padding-bottom: 40px;
}

/* 本文 - リスト */
.n-pay-method__main ol li ul {
    padding-left: 1.2rem;
}
.n-pay-method__main ol li ul li {
    line-height: 24px;
    list-style: none;
    position: relative;
    left: 0;
    margin-bottom: 0;
}
.n-pay-method__main ol li ul li::before {
    content: "・";
    position: absolute;
    left: -1rem;
}

/* または */
.n-pay-method__main .n-u-block.n-u-span {
    display: inline-block;
    margin-top: 2.42%;
    margin-bottom: 2.42%;
}

.n-pay-method__main .expLink a {
    line-height: 30px;
}

/* ラッピング */
.n-wrapping__img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.n-wrapping__imgItem {
    text-align: center;
}

.n-wrapping__imgItem img {
    width: 100%;
    display: block;
}

.n-wrapping__imgItem p {
    margin-top: 6px;
}

/* レスポンシブ */
@media only screen and (min-width: 768px) {
    /* ご利用ガイド、お支払い方法について */
    /* ol,li幅調整 */
    .n-guide ol,
    .n-pay-methods ol {
        padding-left: 24px;
    }
    .n-wrapping__img {
      grid-template-columns: repeat(4, 1fr);
      gap: 32px;
    }
}

/* ご利用ガイドリンク群 */
.n-guide-group {
    display: grid; /* グリッドレイアウトを有効にする */
    grid-template-columns: repeat(2, 1fr);
    gap: 14px; /* セル間の余白を設定 */
    padding-top: 78px;
}
#page_help_guide .n-guide-group {
    padding-top: 0;
    padding-bottom: 40px;
}
.n-guide-item {
  margin: 0; /* pタグのデフォルトマージンをリセット */
}
.n-guide-item a {
    background-color: #FAF7F2;
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    min-width: 100px;
    height: 100%;
    text-decoration: none;
}
.n-guide-item__icon {
    font-size: 30px;
    padding-bottom: 10px;
    color: #C9A94A;
}
.n-guide-item__link {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #1F1F1F;
}
@media only screen and (min-width: 768px) {
    .n-guide-group {
        grid-template-columns: repeat(6, 1fr);
        gap: 10px; /* セル間の余白を設定 */
        padding-top: 50px;
    }
}
/* よくあるご質問 */
.n-faq-anchor {
    margin-left: 0%;
    display: grid;
    row-gap: 14px;
    margin-bottom: 28px;
}

.n-faq-anchor .n-faq-anchor-ttl {
    font-size: 18px;
    font-weight: 700;
    border-left: 6px solid #D6C18B;
    padding-left: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
}


/* サイトマップ */
.n-sitemap {
    margin-left: 0%;
    display: grid;
    row-gap: 0.5rem;
    margin-bottom: 2%;
}

.n-sitemap-item__title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D6C18B;
    text-align: left;
    background-color: #FFFFFF;
    width: 240px;
}

/*.n-sitemap-item__titlelink {*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 16px;*/
/*    background-color: #F9F4E1;*/
/*    padding: 13px 10px;*/
/*    width: 240px;*/
/*}*/

.n-sitemap-item__titlelink a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    background-color: #F9F4E1;
    padding: 13px 10px;
    width: 240px;
}

.n-sitemap-item__relatedlink a{
    color: #1F1F1F;
    text-decoration: none;
}

.n-sitemap-item__title i,
.n-sitemap-item__titlelink i{
    padding-right: 10px;
}

.n-sitemap-item__title i {
    color: #D6C18B;
}

.n-sitemap-item__other {
    padding-top: 25px;
    padding-bottom: 10px;
}

.n-sitemap-item__other p {
    padding-bottom: 10px;
}

.n-sitemap-item__subcontent {
    padding-bottom: 6px;
}
.n-sitemap-item__main ul,
.n-sitemap-item__subcontent ul{
    list-style-type: none;
    padding-left: 30px;
}
.n-sitemap-item__main li,
.n-sitemap-item__subcontent li {
    padding-bottom: 10px;
}
.n-sitemap-item__rightIcon {
    padding-left: 4px;
}
.n-sitemap-item__relatedlink p {
    margin-bottom: 22px;
}

.n-sitemap-item__relatedlink img {
    width: auto;
}

@media only screen and (min-width: 768px) {
    .n-faq-anchor {
        gap: 14px 32px;
        grid-template-columns: repeat(2, 49%);
        grid-template-rows: repeat(2, auto);
    }
    .n-sitemap {
        gap: 0.5rem 2%;
        grid-template-columns: repeat(2, 49%);
        grid-auto-flow: column;
    }
}

.n-faq-anchor-lst {
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.n-faq-text {
    margin-bottom: 40px
}
.n-faq-ttl {
    margin-bottom: 18px
}

.n-faq-anchor-lst li,
.n-faq-ttl p,
.n-faq-text p {
    position: relative;
    padding-left: 20px;    /* Qの分だけ左を空ける */
    margin-bottom: 12px
}
.n-faq-ttl p,
.n-faq-text p {
    padding-left: 28px;    /* Qの分だけ左を空ける */
}

.n-faq-anchor-lst li:before,
.n-faq-ttl p:before {
    content: "Q";

    position: absolute;
    left: 0;
    top: 0.3em;
    
    width: 16px;
    height: 16px;
    
    background: #333333;
    color: #ffffff;
    
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 10px;
    font-weight: 700;
}

.n-faq-ttl p:before
{
    width: 20px;
    height: 20px;
    font-size: 12px;
    top: 0;
}

.n-faq-text p:before {
    content: "A";

    position: absolute;
    left: 0;
    top: 0;
    
    width: 20px;
    height: 20px;
    
    background: #D6C18B;
    color: #1F1F1F;
    
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 12px;
    font-weight: 700;

}

/* テーブル */
.n-table-wrap {
    overflow: auto;
    word-break: keep-all;
}
@media (min-width: 1000px) {
    .n-table-wrap {
        word-break: break-all;
    }
}

.ec-inlineBtn--top {
    border-radius: 4px;
    padding: 13px 45px;
    font-size: 14px;
    border: none;
}

.ec-inlineBtn--top:active {
    background-color: #1F1F1F;
}

/* 文字色 */
body,
.ec-headingTitle,
.ec-searchnavRole .ec-searchnavRole__infos,
.ec-shelfGrid,
.ec-productRole,
.ec-productRole .ec-productRole__price,
.ec-headerSearch .ec-headerSearch__category .ec-select select,
.ec-select select,
.ec-categoryNaviRole,
.ec-lower__left .ec-lower__main2 a,
.ec-pageHeader h1,
.ec-role,
.ec-contactRole, .ec-contactConfirmRole, .ec-contactCompleteRole,
.ec-cartRole, .ec-customerRole, .ec-orderRole, .ec-cartCompleteRole,
.ec-mypageRole, .ec-welcomeMsg, .ec-historyRole .ec-historyRole__contents,
.ec-withdrawRole {
    color: #1F1F1F;
}

/* 商品一覧の左上 */
.ec-topicpath {
    border-top: none;
    border-bottom-color: #E1E1E1;
    border-bottom-style: solid;
    padding: 10px 20px;
}

.ec-topicpath__item {
    color: #1F1F1F;
}

.ec-topicpath .ec-topicpath__item--active {
    font-weight: 400;
}

a ,
.ec-topicpath .ec-topicpath__item a,
.ec-topicpath .ec-topicpath__item--active a,
.ec-productRole .ec-productRole__category a,
.ec-zipInputHelp span,
.ec-newsRole .ec-newsRole__newsDescription a,
.ec-link, 
.ec-orderMail .ec-orderMail__link a,
.ec-orderMail .ec-orderMail__close a
{
    color: #B89B45;
    text-decoration: underline;
    text-underline-offset: 2px;          /* 下線と文字の間隔 */
}

a:hover ,
.ec-productRole__btn button:hover,
.ec-lower__right .n-btn-contactfrm:hover,
.ec-blockTopBtn:hover,
.ec-zipInputHelp span:hover,
.ec-blockBtn--action:hover,
.ec-blockBtn--cancel:hover,
.ec-orderRole .ec-inlineBtn:hover,
.ec-inlineBtn--cancel:hover
{
    text-decoration: none;
    opacity: 0.6;
}

.ec-link:hover, 
.ec-orderMail .ec-orderMail__link a:hover,
.ec-orderMail .ec-orderMail__close a:hover{
    color: #B89B45;
    text-decoration: none;
    opacity: 0.6;
}
.ec-topicpath .ec-topicpath__divider {
    color: #E1E1E1;
}

/* セレクトボックス */
.ec-select select {
    background-color: #F5F5F5;
    padding: 8px 12px;
    /*color: #000000;*/
}
.ec-select select,
.ec-numberInput input{
    border-color: #B4B4B4;
}

/* 商品一覧　商品画像 */
.ec-shelfGrid .ec-shelfGrid__item img{
    aspect-ratio: 1 / 1; 
}

/* 商品一覧　商品名 */
.ec-shelfGrid__item .n-product-name {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 12px;
}

/* 商品一覧　金額 */
.ec-shelfGrid__item .price02-default {
    font-weight: 700;
}

/* 商品一覧 数量 */
.ec-shelfGrid__item .ec-productRole__actions{
    margin-top: 16px;
}
.ec-numberInput input{
    margin-bottom: 16px;
}

/* カートに入れるボタン */
.ec-blockBtn--action.add-cart{
    background-color:#C94040;
    border-color:#C94040;
}

.ec-blockBtn--action.add-cart:before{
    content: "\f07a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    margin-right: 8px; 
    vertical-align: middle;
}

.ec-blockBtn--action.n-product-contact {
    background-color: #E07A3F;
    border-color: #E07A3F;
    font-size: 14px;
    white-space: normal;
    line-height: 1.45;
    height: auto;
    padding: 18px 16px;
}
.ec-blockBtn--action,
.ec-blockBtn--cancel{
    border-radius: 4px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* 商品一覧 1kgあたり */
.n-per {
    font-size: 13px;
}

/* ページャー */
.ec-pager .ec-pager__item--active{
    background-color: #F3EEE2;
    border: 1px solid#F3EEE2;
}
.ec-pager .ec-pager__item{
    border: 1px solid#F3EEE2;
}

.ec-pager .ec-pager__item:hover, .ec-pager .ec-pager__item--active:hover{
    background-color: #F3EEE2;
}

.ec-shelfGrid__item .ec-blockBtn--action:disabled {
    white-space: normal;
    line-height: 1.45;
}

/* 商品詳細 */
.ec-sliderItemRole {
    margin-top:20px;
}
.ec-sliderItemRole .slideThumb img {
    border: 1px solid #E1E1E1 ;
    width: 96%;
}

.ec-headingTitle{
    font-weight: 700;
}

.ec-productRole .ec-sliderItemRole img {
    aspect-ratio: 1 / 1;
}

.ec-productRole .ec-productRole__tag {
    border: solid 1px #E1E1E1;
    color: #6A6A6A;
    background-color: #F5F5F5;
}
.ec-productRole .ec-productRole__tags {
    border-bottom: 1px solid #D6C18B;
}

.ec-productRole .ec-productRole__price,
.ec-productRole .ec-productRole__category {
    border-bottom: none;
}

.ec-productRole .ec-productRole__category ul {
    display: inline-block;
    margin-right: 16px;
}

.ec-price .ec-price__price {
    padding-left: 0;
}

.ec-price .ec-price__tax,
.ec-productRole .ec-productRole__priceRegularTax{
    color: #6A6A6A;
}

.ec-blockBtn--action.n-product-favorite{
    background-color: #E1B84A;
    border-color: #E1B84A;
}

.ec-blockBtn--action.n-product-favorite:before{
    content: "\f004";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    margin-right: 8px; 
    vertical-align: middle;
}

.ec-blockBtn--action:disabled, .ec-blockBtn--action.disabled {
    color: #fff;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}

.ec-productRole .ec-productRole__btn {
    margin-bottom: 16px;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
    margin-bottom: 0;
}
.ec-productRole .ec-productRole__profile .ec-productRole__description {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #D6C18B;
}

.ec-blockBtn--action.n-price-list {
    background-color: #8A5A3C;
    border-color: #8A5A3C;
}

/* プライバシーポリシー */
.help-privacy p, .help-privacy li{
    line-height: 32px;
    letter-spacing: 1.12px;
}

.help-privacy ol {
    margin-top: 24px;
    margin-left:  20px;
    margin-bottom:  0;
    letter-spacing: 1.12px
}

.ec-role .intro {
    padding-bottom: 10px;
}

.ec-heading-bold {
    margin-top: 40px;
    margin-bottom: 24px;
    letter-spacing: 1.26px;
}

/* 特定商取引法に基づく表記 */
.tradelaw .ec-borderedDefs {
    border-top: 1px solid #B8CFC1;
}
.tradelaw .ec-borderedDefs dl {
    border-bottom: 1px solid #B8CFC1;
    border-right: 1px solid #B8CFC1;
    border-left: 1px solid #B8CFC1;
    padding: 0;
}
.tradelaw .ec-borderedDefs dt {
    background-color: #E7EFEA;
    color: #3E5A4E;
    padding:15px 12px;
    border-bottom: 1px solid #B8CFC1;
    max-width: auto;
}
.tradelaw .ec-borderedDefs dd {
    padding:15px 12px;
    margin-bottom: 0;
    line-height: 24px;
}
.tradelaw .ec-label {
    margin-bottom: 0;
    font-weight: 300;
}
    
/* お問い合わせフォーム */
.ec-required {
    color: #C94040;
}

.ec-contactRole .ec-blockBtn--action.n-product-contact, 
.ec-contactConfirmRole .ec-blockBtn--action.n-product-contact {
    font-size: 16px;
}


/* ショッピングカート系 */

.ec-progress .ec-progress__number {
    background-color: #1F1F1F;
}
.ec-progress .is-complete .ec-progress__number {
    background-color: #B89B45;
}
.ec-progress .is-complete .ec-progress__label {
    color: #B89B45;
}

.ec-cartRole .ec-cartRole {
    padding-left: 0;
    padding-right: 0;
}
    
/* その他機能 */
.ec-reportHeading {
    border-top: none;
}
/* その他機能 */
.ec-mypageRole .ec-pageHeader h1, 
.ec-mypageRole .ec-pageHeader .h1 {
    margin-top: 30px;
}

.ec-mypageRole,
.ec-forgetCompleteRole,
.ec-AddAddress {
    padding-left: 20px;
    padding-right: 20px;
}

.ec-registerRole,
.ec-customerRole {
    margin-top: 30px;
}

.ec-navlistRole .active a {
    color: #B89B45;
}

.ec-favoriteRole .ec-favoriteRole__item img {
    aspect-ratio: 1 / 1;
}

.ec-selects .ec-select:first-child {
    display: none;
}

.ec-orderRole img {
    width: auto;
    margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
    /* 商品一覧の左上 */
    .ec-topicpath {
        padding: 8px 0px 10px;
    }
    .ec-searchnavRole .ec-searchnavRole__infos {
        border-top-color: #E1E1E1;
        margin-bottom: 28px;
    }
    .ec-searchnavRole,
    .ec-shelfRole {
        padding-left: 0;
        padding-right: 0;
    }
    
    /* 商品詳細 */
    .ec-productRole {
        padding-left: 0;
        padding-right: 0;
    }
    .ec-sliderItemRole {
        margin-top:0;
        padding-left:0;
        padding-right:0;
    }
    .ec-grid2 .ec-grid2__cell {
        min-width: 0;
        width: auto;
        flex:1 1 0;
    }
    .ec-grid2 .ec-grid2__cell:nth-child(1) {
        max-width: 372px;
    }
    .ec-headingTitle {
        margin-top: 16px;
    }
    .ec-productRole .ec-productRole__category {
        padding-bottom: 20px;
    }
    .ec-productRole .ec-productRole__actions {
        padding-bottom: 4px;
    }

    .ec-productRole .ec-productRole__profile {
        margin-left: 60px;
    }
    /* 商品詳細の説明文 */
    .ec-productRole .ec-productRole__profile .ec-productRole__description {
        padding-top: 20px;
    }
    
    .ec-off1Grid .ec-off1Grid__cell {
        width: 100%;
    }
    
    /* お問い合わせフォーム */
    .ec-contactRole {
        padding-left: 0;
        padding-right: 0;
    }
    
    .ec-contactRole .ec-borderedDefs,
    .ec-contactRole .ec-RegisterRole__actions {
        max-width: 820px;
    }
    .ec-contactRole .ec-blockBtn--action.n-product-contact {
        padding-left: 104px;
        padding-right: 104px;
        width: auto;
        display: block;
        margin: auto;
    }
    
    .ec-contactConfirmRole .n-confirm-contents dt {
        padding-bottom: 16px;
    }
    .ec-contactConfirmRole .n-confirm-contents dd {
        padding-top: 14px;
        line-height: 1.4;
        padding-bottom: 16px;
    }
    
    .tradelaw .ec-borderedDefs dt {
        border-bottom: none;
        border-right: 1px solid #B8CFC1;
        max-width: 220px;
        
    }
    .tradelaw .ec-borderedDefs dd {
        border-bottom: none;
        border-left: 1px solid #B8CFC1;
        width: 100%;
    }

    
    /* その他機能 */
    .ec-mypageRole,
    .ec-registerRole,
    .ec-forgotRole,
    .ec-forgetCompleteRole,
    .ec-cartRole,
    .ec-orderRole,
    .ec-AddAddress,
    .ec-customerRole {
        padding-left: 0;
        padding-right: 0;
    }
    
    .ec-mypageRole .ec-pageHeader h1, 
    .ec-mypageRole .ec-pageHeader .h1 {
        margin-top: 0;
        padding-bottom: 12px;
    }

    .ec-registerRole,
    .ec-customerRole {
        margin-top: 0;
    }
    .ec-orderRole .ec-orderRole__detail {
        padding-left: 0;
    }
    .ec-orderRole .ec-orderRole__summary {
        padding-right: 0;
    }
    /* ===============================
       注文確認ページ 右カラム sticky化
    ================================= */
    .ec-orderRole {
        overflow: visible  !important;; /* stickyが効かない対策 */
    }
    
    .ec-orderRole__summary {
        position: sticky;
        top: 20px;
        margin-top: 0 !important; /* JSのmargin-topを打ち消す */
        align-self: flex-start;
    }

}