/* カスタマイズ用CSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    background-color: #FFFFFF;
    color: #333333;
    -webkit-text-size-adjust: 100%;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
    color: #333333;
}
[type=button], [type=reset], [type=submit], button {
    background-color: #F5F7F8;
    border: 1px solid #CCCCCC;
    transition: 0.3s;
}
[type=button]:hover, [type=reset]:hover, [type=submit]:hover, button:hover {
    background-color: #F5F7F8;
    border: 1px solid #CCCCCC;
    transition: 0.3s;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="text"], select {
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}
.clear {
    clear: both;
    overflow: hidden;
}
.btn {
    border-radius: 0;
}
.font-yumin {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
/*::::::::reset end::::::::*/
/*::::::::all::::::::*/
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}
@media (min-width: 1025px) {
    #header {
        padding: 0;
    }
}
@media (min-width:1025px) {
    a:hover img {
        opacity: 0.8;
    }
    a:hover, a:focus {
        text-decoration: underline;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        text-decoration: none;
    }
    a img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}
.link:hover {
    cursor: pointer;
}
.inner {
    width: 95%;
}
p.center_txt {
    text-align: center;
}
.center_txt a {
    display: inline-block;
}
.vw100 {
    width: 100vw;
    height: auto;
}
::selection {
    background: #d4dcd6;
    /* Safari */
}
::-moz-selection {
    background: #d4dcd6;
    /* Firefox */
}
.clearfix {
    clear: both;
    display: block;
    overflow: hidden;
}
.copy {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    max-width: 1200px;
    margin: 0 auto;
    color: #FFFFFF;
}
.pc {
    display: none !important;
}

@media (min-width: 768px) {
    .pc {
        display: block !important;
    }
}
.en {
    font-family: 'Josefin Sans', sans-serif;
}

/*===============================================
				ボタンエリア
===============================================*/
.button-area {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.btnWrap {
    text-align: center;
}
.m-btn {
    -webkit-transition: all .3s 0s ease;
    transition: all .3s 0s ease;
    border: 1px solid #000000;
    color: #333333;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    max-width: 260px;
    padding: 20px 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
    cursor: pointer;
}
.m-btn::before {
    -webkit-transition: all .3s 0s ease;
    transition: all .3s 0s ease;
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #272727;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.m-btn::after {
    -webkit-transition: all .3s 0s ease;
    transition: all .3s 0s ease;
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #272727;
    position: absolute;
    right: 15px;
    top: 50%;
}
.m-btn:hover {
    color: #fff;
    text-decoration: none;
}
.m-btn:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}
.m-btn:hover::after {
    background: #fff;
}
.ec-blockBtn--action {
    background-color: #DE5D50;
    border-color: #DE5D50;
    font-size: 14px;
}
.ec-blockBtn--action:hover {
    background-color: #bd4f44;
    border-color: #b24a40;
}
.ec-blockBtn--cancel {
    background-color: #525263;
    border-color: #525263;
    font-size: 14px;
}
.ec-blockBtn--cancel:hover {
    background-color: #464654;
    border-color: #42424f;
}
/* --------------------------------
	ページトップへ
-------------------------------- */
.ec-blockTopBtn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 13px;
    background-color: #6791A4;
    right: 10px;
    bottom: 15px;
}
.ec-blockTopBtn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 12px;
    right: 18px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(-45deg);
    border-radius: 0.1em;
    opacity: 0.8;
}
.ec-blockTopBtn .toTopBtn-txt {
    position: absolute;
    top: 7px;
    left: 7px;
}
@media screen and (min-width: 768px) {
    .ec-blockTopBtn {
        right: 30px;
        bottom: 30px;
    }
    .ec-blockTopBtn:hover {
        opacity: 1;
    }
}

/*ボタンエリアここまで*/
/* --------------------------------
	共通
-------------------------------- */
.ec-role {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}
.ec-pageHeader {
    border-top: none;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.ec-pageHeader h1 {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
}
@media screen and (min-width: 768px) {
    .ec-pageHeader {
        margin-bottom: 60px;
    }
}
/* --------------------------------
	ヘッダー
-------------------------------- */
.ec-layoutRole__header {
    box-shadow: 0 3px 5px #0000001A;
}
.ec-itemNav__nav>li:hover>a {
    background: none;
}
/*---------------------------------
ドロワーメニュー
-----------------------------------*/
.ec-drawerRole {
    height: auto;
}
.ec-drawerRoleClose.is_active {
    background: none;
    left: auto;
    right: 10px;
    color: white;
    font-size: 30px;
    top: 15px;
}
.ec-layoutRole.is_active .ec-headerNavSP {
    display: none;
}
.have_curtain .ec-overlayRole{
    z-index: 10;
}
/*---------------------------------
コンテンツ
-----------------------------------*/
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1000px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}
@media only screen and (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__contents {
        display: flex;
        margin-bottom: 80px;
        padding-left: 0;
        padding-right: 0;
    }
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        padding-left: 30px;
        padding-right: 15px;
    }
}
/*---------------------------------
サイドナビ
-----------------------------------*/
.ec-layoutRole .ec-layoutRole__left {
    display: block;
}

/*---------------------------------
商品検索
-----------------------------------*/
.ec-headerSearch .ec-headerSearch__category .ec-select select {
    padding: 5px 24px 5px 8px;
    max-width: none;
}
@media only screen and (min-width: 768px) {
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        padding: 8px 24px 8px 8px;
    }
}

/*---------------------------------
カテゴリー
-----------------------------------*/

/*---------------------------------
フッター
-----------------------------------*/
.ec-footerNavi a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/*---------------------------------
おすすめ商品
-----------------------------------*/


/*---------------------------------
新着情報
-----------------------------------*/
.is_active.ec-newsRole__newsItem {
    background-color: #F8F8F8;
}
#news_readmore.m-btn{
    display: block;
}
/*---------------------------------
ご利用ガイド
-----------------------------------*/
#guide li{
    text-indent: -1em;
    padding-left: 1em;
}

/*---------------------------------
商品一覧
-----------------------------------*/
#page_product_list .ec-layoutRole__contents {
    display: grid;
    padding-left: 0;
    padding-right: 0;
}
#page_product_list .ec-layoutRole .ec-layoutRole__left {
    order: 2;
    padding-left: 30px;
    padding-right: 30px;
}
#page_product_list .ec-layoutRole .ec-layoutRole__mainWithColumn {
    order: 1;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 45px;
}
.ec-topicpath .ec-topicpath__item a {
    color: #333333;
}
.ec-topicpath .ec-topicpath__item--active {
    font-weight: bold;
    color: #333333;
}
.ec-pager .ec-pager__item,.ec-pager .ec-pager__item--active{
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
}
.ec-pager .ec-pager__item--active{
    border-radius: 50%;
    background: #2D2D2D;
    color: #FFFFFF;
}
.ec-pager .ec-pager__item a:hover{
    background-color: #FFFFFF;
    background: #FFFFFF;
    transition: none;
}
.ec-pager .ec-pager__item__prev a, .ec-pager .ec-pager__item__next a{
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    #page_product_list .ec-layoutRole__contents {
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
    }
    #page_product_list .ec-layoutRole .ec-layoutRole__left {
        order: 1;
        padding-left: 0;
        padding-right: 0;
    }
    #page_product_list .ec-layoutRole .ec-layoutRole__mainWithColumn {
        order: 2;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 30px;
    }
    #page_product_list .ec-searchnavRole {
        padding-right: 0;
        padding-left: 0;
    }
    #page_product_list .ec-shelfRole {
        padding-right: 0;
    }
    #page_product_list .ec-shelfGrid{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        margin-left: 0;
        margin-right: 0;
        gap: 15px;
    }
    #page_product_list .ec-shelfGrid .ec-shelfGrid__item{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1000px) {
    #page_product_list .ec-layoutRole__contents {
        padding-left: 0;
        padding-right: 0;
    }
}
/*---------------------------------
商品詳細
-----------------------------------*/
#page_product_detail .ec-layoutRole__contents {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}
#page_product_detail .ec-layoutRole .ec-layoutRole__left {
    order: 2;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
#page_product_detail .ec-layoutRole .ec-layoutRole__mainWithColumn {
    order: 1;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 45px;
}
.ec-select label {
    font-weight: normal;
    font-size: 14px;
}
.ec-productRole .ec-productRole__delivery_duration{
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
}
.ec-productRole .ec-productRole__actions .ec-select select {
    font-size: 14px;
    max-width: 100%;
    min-width: 100%;
}
.ec-numberInput input[type=number] {
    font-size: 14px;
}
.ec-productRole .ec-productRole__btn{
    width: 100%;
    min-width: auto;
}
#product_review_area .ec-inlineBtn--action {
    background-color: white;
    font-weight: normal;
}
#product_review_area .ec-inlineBtn--action:hover {
    border-color: white;
}
#product_review_area .ec-inlineBtn--action:focus {
    box-shadow: none;
}
@media only screen and (min-width: 768px) {
    #page_product_detail .ec-layoutRole__contents {
        flex-wrap: nowrap;
        padding-left: 15px;
        padding-right: 15px;
    }
    #page_product_detail .ec-layoutRole .ec-layoutRole__left {
        order: 1;
        padding-left: 0;
        padding-right: 0;
        width: 25%;
    }
    #page_product_detail .ec-layoutRole .ec-layoutRole__mainWithColumn {
        order: 2;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 30px;
    }
    #RelatedProduct-product_area .ec-shelfGrid{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        margin-left: 0;
        margin-right: 0;
        gap: 15px;
    }
    #RelatedProduct-product_area .ec-shelfGrid .ec-shelfGrid__item{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1000px) {
    #page_product_detail .ec-layoutRole__contents {
        padding-left: 0;
        padding-right: 0;
    }
}
/*---------------------------------
お問い合わせ
-----------------------------------*/
.ec-contactRole{
    padding-left: 0;
    padding-right: 0;
}
/*---------------------------------
特定商取引法設定
-----------------------------------*/
#page_help_tradelaw .ec-off1Grid dd li::before{
    content: '';
    position: absolute;
    top: 6px;
    left: -20px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #000000;
}
#page_help_tradelaw .ec-off1Grid dd li{
    margin-left: 20px;
    position: relative;
}
#page_help_tradelaw .ec-off1Grid dd p{
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    #page_help_tradelaw .ec-off1Grid dd li::before{
        top: 4px;
    }
}
/*---------------------------------
カート
-----------------------------------*/
.ec-cartRole {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}
.ec-progress .ec-progress__label {
    font-size: 8px;
}
.ec-cartHeader .ec-cartHeader__label {
    padding: 12px;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
    color: #337AB7;
}
@media only screen and (min-width: 768px) {
    .ec-cartRole {
        font-size: 16px;
    }
    .ec-progress .ec-progress__label {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .ec-cartNaviIsset{
        top: 65px;
    }
}
/*---------------------------------
注文画面
-----------------------------------*/
.ec-orderRole {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}