/*
■共通
■ヘッダーカスタム
■上部共通　ヘッダー
■下部共通　営業日カレンダー・問い合わせ
■下部共通（ストア情報 送料など）
■下部共通　フッター
■トップ
■トップ　紹介文ブロック
■トップ　おすすめ商品ブロック
■トップ　カテゴリブロック
■トップ　新着情報・お知らせ　カテゴリブロック
■下層ページ　共通
■下層ページ　特定商取引法・当サイトについて
■商品一覧
■商品詳細
■ご利用ガイド
■マイページ
*/




/*-------------------■共通-------------------*/
.color-white{/*テキスト色　白*/
color: #fff;
}
.color-red{/*テキスト色　赤*/
color: red;
}
.color-cream{/*テキスト色　クリーム色*/
color: #D7CA84;
}
.mt5px{/*余白　上部*/
margin-top: 5px !important;
}
.mt7px{/*余白　上部*/
margin-top: 7px !important;
}
.mt10px{/*余白　上部*/
margin-top: 10px !important;
}
.mt15px{/*余白　上部*/
margin-top: 15px !important;
}
.mt20px{/*余白　上部*/
margin-top: 20px !important;
}
.mt30px{/*余白　上部*/
margin-top: 30px !important;
}
.mt40px{/*余白　上部*/
margin-top: 40px !important;
}
.mt50px{/*余白　上部*/
margin-top: 50px !important;
}
.mt60px{/*余白　上部*/
margin-top: 60px !important;
}
.mt80px{/*余白　上部*/
margin-top: 80px !important;
}
.mb5px{/*余白　下部*/
margin-bottom: 5px !important;
}
.mb7px{/*余白　下部*/
margin-bottom: 7px !important;
}
.mb10px{/*余白　下部*/
margin-bottom: 10px !important;
}
.mb15px{/*余白　下部*/
margin-bottom: 15px !important;
}
.mb20px{/*余白　下部*/
margin-bottom: 20px !important;
}
.mb30px{/*余白　下部*/
margin-bottom: 30px !important;
}
.mb40px{/*余白　下部*/
margin-bottom: 40px !important;
}
.mb50px{/*余白　下部*/
margin-bottom: 50px !important;
}
.mb60px{/*余白　下部*/
margin-bottom: 60px !important;
}
.mb80px{/*余白　下部*/
margin-bottom: 80px !important;
}
.mb5px{/*余白　下部*/
margin-bottom: 5px !important;
}
.mb7px{/*余白　下部*/
margin-bottom: 7px !important;
}
.mb10px{/*余白　下部*/
margin-bottom: 10px !important;
}
.mb15px{/*余白　下部*/
margin-bottom: 15px !important;
}
.mb20px{/*余白　下部*/
margin-bottom: 20px !important;
}
.mb30px{/*余白　下部*/
margin-bottom: 30px !important;
}
.mb40px{/*余白　下部*/
margin-bottom: 40px !important;
}
.mb50px{/*余白　下部*/
margin-bottom: 50px !important;
}
.mb60px{/*余白　下部*/
margin-bottom: 60px !important;
}
.mb80px{/*余白　下部*/
margin-bottom: 80px !important;
}
.cl-b{/*まわり込みクリア*/
clear: both;
}
.font-min{/*明朝体*/
font-family: serif;
}
.font-bold{/*太字*/
font-weight: bold;
}
.font-s18{/*文字サイズ*/
font-size:18px;
line-height: 1.6;
}
.font-s19{/*文字サイズ*/
font-size:19px;
line-height: 1.7;
}
.font-s20{/*文字サイズ*/
font-size:20px;
line-height: 1.8;
}
.retsu-all{/*列　親要素*/
overflow : hidden
}
/*****2列*****/
.retsu2-l{/*2列　左側*/
width: 49%;
float: left;
margin-right: 1%;
}
.retsu2-r{/*2列　右側*/
width: 49%;
float: left;
margin-left: 1%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.retsu2-l{/*2列　左側*/
width: 100%;
clear: both;
margin-right: 0;
}
.retsu2-r{/*2列　右側*/
width: 100%;
clear: both;
margin-left: 0;
}
}
/*****2列 30% 70%*****/
.retsu2-l30{/*2列　左側*/
width: 29%;
float: left;
margin-right: 1%;
}
.retsu2-r70{/*2列　右側*/
width: 69%;
float: left;
margin-left: 1%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.retsu2-l30{/*2列　左側*/
width: 100%;
clear: both;
margin-right: 0;
}
.retsu2-r70{/*2列　右側*/
width: 100%;
clear: both;
margin-left: 0;
}
}
/*****3列*****/
.retsu3{/*3列*/
width: 31%;
float: left;
margin: 0 1%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.retsu3{/*3列*/
width: 100%;
clear: both;
margin: 0;
}
}
/*****4列*****/
.retsu4{/*4列*/
width: 23%;
float: left;
margin: 0 1%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.retsu4{/*4列*/
width: 48%;
float: left;
margin: 0 1% 1% 1%;
}
}
/*****5列*****/
.retsu5{/*5列*/
width: 18%;
float: left;
margin: 0 1%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.retsu5{/*5列*/
width: 48%;
float: left;
margin: 0 1% 1% 1%;
}
}
.border1s{/*線 1px 実線*/
border: 1px solid #E2E2E2;
}
.border1d{/*線 1px 点線*/
border: 1px dotted #E2E2E2;
}


/*-------------------■ヘッダーカスタム-------------------*/
/* パソコンで見たとき"pc"のclassがついた部分が表示される */
.pc{display: block;}
.sp{display: none;}
/* スマホで見たとき"sp"のclassがついた部分が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none; }
.sp { display: block; }
}

/*---PC用---*/
a.btn {/*ボタン*/
background: #fff;
/*background-image: url('/html/user_data/assets/img/common/bg-title.jpg');/*背景画像を使用したい場合*/
color: #000;/*色*/
padding: 10px 30px 10px 30px;
font-size:17px;
font-weight:bold;
border: 1px solid #000;
border-radius:0 !important;/*角丸*/
letter-spacing: 1px;
width:100%;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}

a.btn:hover {/*ボタン hover（クリックしたとき）*/
background: #000;
/*background-image: url('/html/user_data/assets/img/common/bg-title.jpg');/*背景画像を使用したい場合*/
color: #fff;/*色*/
border: 1px solid #fff;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}

/*---スマホ用---*/
@media only screen and (max-width: 750px) {
a.btn {/*ボタン*/
padding: 15px;
font-size:16px !important;
}
}

/*-------------------■上部共通　ヘッダー-------------------*/
.text01{/*ヘッダー一番最初のテキスト*/
width:100% !important;
margin: 0 auto;
padding-left: 40px;
padding-right: 40px;
padding-top:5px;
padding-bottom:5px;
background-color:#000;
color:#fff;
font-weight:bold;
}
.ec-headerNaviRole .ec-headerNaviRole__left h1{/*ロゴ*/
padding-right:0 !important;
margin-top:0 !important;
}
.ec-headerNav .ec-headerNav__itemLink{/*「会員登録」等のテキスト*/
font-size: 12px;
margin-right: 5px;
}
.ec-headerRole{/*ロゴ全体*/
padding-top: 0;
}
.ec-headerNaviRole .ec-headerNaviRole__nav{/*「会員登録」等全体*/
padding-left:20px;  
}
.ec-headerNav .ec-headerNav__itemIcon{/*「会員登録」等のアイコン*/
margin-left: 0px;
font-size: 18px;
}
.ec-headerNaviRole .ec-headerNaviRole__search{/*検索枠全体margin-top:5px;*/
margin-top:5px;
}
/*---PC用---*/
@media only screen and (min-width: 768px){
.ec-cartNavi{/*カート*/
border-radius:0;
width:140px !important;
float: right;
}
.ec-headerNaviRole{/*ヘッダー全体 PC*/
padding-bottom:10px;
padding-top: 7px;
}

.ec-cartNaviIsset,
.ec-cartNaviNull{/*ヘッダーカート中身 PC*/
margin-top: 55px;
}
.tel_jikan,
.tel_jikan a{/*ヘッダー電話番号 PC*/
text-align: center;
font-size: 30px;
line-height: 30px;
font-weight: bold;
color: #000;
text-decoration: none;
padding-top:10px;
}
.tel_jikan a span{/*ヘッダー営業時間 PC*/
font-size: 17px;
color: #000;
}
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.logo-sp{/*ロゴ全体　スマホ*/
 width:70%;
 margin: 0 auto;
}
.logo-sp img{
width: 100%;
}
.tel_jikan,
.tel_jikan a{/*ヘッダー電話番号 スマホ*/
font-weight: bold;
text-align: center;
font-size: 18px;
line-height:0.8;
text-decoration: none;
color: #000;
padding-top:10px !important;
padding-bottom:10px !important;
/*border-bottom:2px solid #D61518;*/
}
.tel_jikan a span{/*ヘッダー営業時間 スマホ*/
font-size: 12px;
color:#000;
font-weight:normal;
}
}

/*-------------------■下部共通　営業日カレンダー・問い合わせ-------------------*/
.footercalendar_all{/*カレンダー・問い合わせ全体*/
/*border: 1px solid #fff;*/
width: 100%;
padding: 10px 20px 20px 20px;
margin-top:80px;
/*background-color:#ccc;*/
}
.ec-calendar .ec-calendar__mon,
.ec-calendar .ec-calendar__tue,
.ec-calendar .ec-calendar__wed,
.ec-calendar .ec-calendar__thu,
.ec-calendar .ec-calendar__fri,
.ec-calendar .ec-calendar__sat,
.ec-calendar .ec-calendar__sun{/*カレンダー曜日*/
/*background: #fff;*/
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-calendar .ec-calendar__sat{/*カレンダー 土曜日*/
color:#2a46c1;
}
#this-month-title,
#next-month-title{/*カレンダー年月*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-calendar .ec-calendar__today{/*営業日*/
background: #fff;
}
.ec-calendar .ec-calendar__today::before{/*営業日*/
background: #f9e4a3;
}
.ec-calendar__title{/*カレンダー 〇年〇月*/
color: #644d4c;
}
/*---PC用---*/
.telcontact_btnall h2{/*お気軽にお問い合わせください PC*/
font-size: 24px;
color: #000;
font-weight: bold;
margin-bottom: 10px;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.telcontact_btnall p{/*お気軽にお問い合わせください下文章*/
font-size: 16px;
color: #290000;
margin-bottom: 10px;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.telcontact_btnall .telcontact_2column_l{/*問い合わせ列左 PC*/
width: 58%;
float: left;
}
.telcontact_btnall .telcontact_2column_r{/*問い合わせ列右 PC*/
width: 42%;
float: left;
}
.telcontact_btnall{/*電話番号・問い合わせボタン全体 PC*/
width: 50%;
float: left;
}
.button_tel a{/*電話ボタン*/
width: 100%;
display: inline-block;
text-align: center;
margin: 0 auto 15px auto;
padding: 10px 25px;
color: #FFF;
font-weight: bold;
transition: 0.3s ease-in-out;
font-size: 20px;
background: #880000;
filter: drop-shadow(0px 2px 4px #ccc);
border-radius:5px;/*角丸*/
letter-spacing: 1px;
border: 1px solid #C5BB8C;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
line-height: 1;
}
.button_contact a{/*問い合わせボタン*/
width: 100%;
display: inline-block;
text-align: center;
margin: 0 auto 15px auto;
padding: 10px 25px;
color: #FFF;
font-weight: bold;
transition: 0.3s ease-in-out;
font-size: 20px;
background: #11164e;
filter: drop-shadow(0px 2px 4px #ccc);
border-radius:5px;/*角丸*/
letter-spacing: 1px;
border: 1px solid #C5BB8C;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
line-height: 1;
}
.button_tel a span,
.button_contact a span{/*電話ボタン span内*//*問い合わせボタン span内*/
font-size: 16px;
}
.button_tel a:after,
.button_contact a:after{/*電話ボタン リンク後*//*問い合わせボタン リンク*/
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
.button_tel a:hover,
.button_contact a:hover{/*電話ボタン カーソルあわせたとき*//*問い合わせボタン カーソルあわせたととき*/
transform: translateY(-2px);
box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
text-decoration: none;
}
.footercalendar_all .ec-calendar h3{/*営業日カレンダータイトル*/
flex-direction:none;
font-size: 24px;
font-weight: bold;
/*letter-spacing: .1em;*/
color: #000;
/*border-left: 7px solid #E60012;*/
padding-left: 20px;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.footercalendar_all .ec-calendar .red_c{/*赤字文章*/
width: 100%;
flex-direction:none;
font-size: 14px;
color: #E60012;
font-weight: bold;
padding-left: 20px;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align: left;
}
.ec-calendar__month{/*カレンダーtable*/
margin-left:15px;
margin-right: 15px;
margin-top: 15px;
}
.ec-calendar{/*カレンダーtable全体 PC*/
flex-direction:none;
width: 50%;
float: left;
margin-left:0;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.telcontact_btnall{/*問い合わせ全体*/
width: 100%;
clear: both;
}
.telcontact_btnall .telcontact_2column_l,
.telcontact_btnall .telcontact_2column_r{/*問い合わせ列左右 スマホ*/
width: 100%;
clear: both;
}
.telcontact_btnall .telcontact_2column_l img,
.telcontact_btnall .telcontact_2column_r img{/*問い合わせ画像 スマホ*/
width: 100%;
padding:0 15%;
}
.telcontact_btnall h2{/*お気軽にお問い合わせください スマホ*/
font-size: 22px;
color: #000;
font-weight: bold;
margin-bottom: 10px;
text-align: center;
}
.telcontact_btnall{/*電話番号・問い合わせボタン全体 スマホ*/
width: 100%;
clear: both;
}
.footercalendar_all .ec-calendar h3{/*営業日カレンダータイトル*/
width: 100%;
flex-direction:none;
font-size: 22px;
font-weight: bold;
/*letter-spacing: .1em;*/
color: #000;
/*border-left: 7px solid #E60012;*/
text-align: center;
padding-left: 0;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
margin-bottom: 5px;
}
.footercalendar_all .ec-calendar .red_c{/*赤字文章*/
width: 100%;
flex-direction:none;
font-size: 14px;
color: #E60012;
font-weight: bold;
padding-left: 0;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align: center;
}
.ec-calendar__month{/*カレンダーtable*/
margin-left:15px;
margin-right: 15px;
margin-top: 10px;
}
.ec-calendar{/*カレンダーtable全体 スマホ*/
flex-direction:none;
width: 100%;
clear: both;
margin-left:0;
margin-top:0;
}
}

/*-------------------■下部共通（ストア情報 送料など）-------------------*/
.ec-layoutRole__contents_store{/*ストア情報全体①*/
max-width: 1150px;
margin: 30px auto 0 auto;
display: flex;/*子要素いっぱいにheightをのばす*/
}
.freeshipping{/*送料無料*/
width: 100%;
padding:10px 5px !important;
margin: 5px 15px 5px 0 !important;
color:#d40000 !important;
border-radius: 5px;
/*text-shadow: 1px 1px 0px #444;*/
background:#FBEDC1;
/*border: 1px solid #B23E35;*/
font-weight: bold;
text-align: center;
font-size:16px !important;
/*font-family: sans-serif !important;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
/*---PC用---*/
.footerstore_all{/*ストア情報全体②*/
width: 100%;
padding: 40px 20px 40px 20px;
background-color: #f8f8f8;
border-radius:5px;/*角丸*/
}
.store3column{/*列 PC*/
width: calc(100% / 3);
float: left;
}
.store3column img{/*画像*/
margin-bottom: 5px;
}
.store3column h3{/*タイトル（大見出し）*/
font-size: 22px;
font-weight: bold;
letter-spacing: .1em;
color: #290000;
/*border-left: 7px solid #E60012;*/
padding: 0 15px 0 7px;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.store3column h4{/*タイトル（小見出し）*/
font-size: 16px;
font-weight: bold;
letter-spacing: .1em;
color: #290000;
margin-top: 15px;
margin-bottom: 5px;
padding: 0 15px 0 7px;
font-family: serif;/*ゴシック体 明朝体にしたい場合はコメントアウト*/
}
.store3column p{/*文章*/
font-size: 14px;
color: #290000;
padding: 0 15px 0 7px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.store3column p span{/*文章 span内*/
font-size: 12px;
color: #290000;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.footerstore_all{/*ストア情報全体②*/
width: 100%;
padding: 0px 20px 0px 20px;
background-color: #fff;
border-radius:5px;/*角丸*/
}
.store3column{/*列 スマホ*/
width:100%;
clear: both;
}
.store3column h3{/*タイトル（大見出し）*/
font-size: 22px;
font-weight: bold;
letter-spacing: .1em;
color: #290000;
/*border-left: 7px solid #E60012;*/
padding: 0 15px 0 7px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align: center;
}
}

/*-------------------■下部共通　フッター-------------------*/
.ec-footerRole{/*フッター全体*/
background:#000;
/*background-image: url('/html/user_data/assets/img/common/bg.jpg');/*背景画像を使用したい場合*/
/*border-top: 1px solid #E8E9E9;*/
}
.ec-footerNavi {/*ナビゲーションリンク*/
padding: 0;
color:#fff;
list-style: none;
text-align: center;
}
.ec-footerRole .ec-footerRole__inner{/*フッターリンク*/
line-height: 1.8;
}
.ec-footerRole .ec-footerRole__inner img{/*フッター画像 PC*/
width: auto;
margin: 0 auto;
}
@media only screen and (max-width: 750px) {
.ec-footerRole .ec-footerRole__inner img{/*フッター画像 スマホ*/
width: 75%;
margin: 0 auto;
}
}
.ec-footerRole h2{/*フッター会社名*/
text-align: center;
font-weight: bold;
font-size: 18px;
color: #fff;
}
.ec-footerTitle__copyright{/*copyright*/
color: #fff;
}

/*-------------------■トップ-------------------*/
/*---PC用---*/
.ec-layoutRole .ec-layoutRole__contents{/*メインイメージ全体①*/
    max-width:100%;
}
.ec-sliderRole{/*メインイメージ全体②*/
    max-width:100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.slick-slider{/*メインイメージ全体③*/
margin-bottom:0;
}
.slick-track,
.slick-slide{/*メインイメージ全体④⑤*/
/*width:100% !important;*/
}
.ec-secHeading{/*トップタイトル PC*/
font-family: serif;
color: #000;
/*padding: 21.703px 0 21.703px 0;*/
text-align: center;
/*border-radius: 5px;*/
/*text-shadow: 1px 1px 0px #444;*/
/*box-shadow: 0px 2px 0px #B23E35;*/
margin-bottom: 25px;
/*background-image: url('/html/user_data/assets/img/common/title_haikei.png');/*背景画像を使用したい場合*/
/*line-height:normal;*/
position: relative;
margin-bottom: 0.2rem;
padding: 1rem 0;
border-bottom: 1px solid;
color: #333;
font-size: 26px;
font-weight: bold;
border-top: 1px solid;
}
.ec-secHeading:before {/*トップタイトル PC*/
position: absolute;
bottom: -0.6rem;
padding: 2.35rem 0;
left: 0rem;
right: 0rem;
border-bottom: 5px solid;
border-top: 5px solid;
content: '';
}

.ec-secHeading .ec-secHeading__en{/*トップタイトル PC*/
font-size: 28px;
letter-spacing: -0.1px;
/*text-shadow: 1px 1px 0px #444;*/
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.hot{/*タイトル横 HOT*/
font-size: 20px;
padding: 1.2em 0.6em;
letter-spacing: .1em;
color: #fff;
font-weight: 900;
border-radius: 50%;
box-shadow:inset 0px 1px 0px 0px #F2C593;
background:linear-gradient(to bottom, #FED700 5%, #CE9A00 100%);
background-color:#F2E393;
border:2px solid #D8B926;
text-shadow:0px 1px 0px #444;
}
.ec-secHeading-guide{/*ガイドタイトル PC*/
font-size: 20px;
font-weight: bold;
padding: 0.5em;/*文字周りの余白*/
color: #000;/*文字色*/
background: #f8f8f8;/*背景色*/
border-left: solid 5px #000;/*左線（実線 太さ 色）*/
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.ec-secHeading{/*トップタイトル スマホ（商品詳細でも使っている）*/
font-family: serif;
color: #000;
padding: 5px 0 10px 0;
text-align: center;
/*background-image: url('/html/user_data/assets/img/common/title_haikei.png');/*背景画像を使用したい場合*/
position: relative;
margin-bottom: 0.2rem;
padding: 1rem 0;
border-bottom: 1px solid;
color: #333;
font-size: 26px;
font-weight: bold;
border-top: 1px solid;
}
.ec-secHeading:before {/*トップタイトル PC*/
position: absolute;
bottom: -0.6rem;
padding: 2.33rem 0;
left: 0rem;
right: 0rem;
border-bottom: 4px solid;
border-top: 4px solid;
content: '';
}
.ec-secHeading .ec-secHeading__en{/*トップタイトル スマホ（商品詳細でも使っている）*/
font-size: 23px;
letter-spacing: -0.1px;
/*text-shadow: 1px 1px 0px #444;*/
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
}

/*-------------------■トップ　紹介文ブロック-------------------*/
@media only screen and (min-width: 768px){
.eyecatch_all{/*紹介文　全体*/
margin:0 0 0 0;
padding:60px 0 60px 0;
/*background:#1F1B1B;背景色 白の場合はコメントアウト*/
background-image: url('/html/user_data/assets/img/top/top-haikei.jpg');/*背景画像を使用したい場合*/
background-attachment: fixed;
background-size: cover;
background-position: center;
}
.ec-eyecatchRole{/*テキスト・画像枠全体*/
margin-bottom: 40px; 
}
/*---PC用---*/
.ec-eyecatchRole .ec-eyecatchRole__intro {/*テキスト部分全体*/
width: 40%;
padding-right: 0%;
order: 2;/*左位置にしたい場合は1、右位置にしたい場合は2*/
color: #000;/*色*/
font-family: serif!important;/*明朝体 ゴシックにしたい場合はコメントアウト*/
writing-mode: vertical-rl;
}
.ec-eyecatchRole .ec-eyecatchRole__image {/*画像部分全体*/
width: 60%;
padding-right: 5%;
order: 1;/*左位置にしたい場合は1、右位置にしたい場合は2*/
margin-bottom: 0px; 
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle{/*タイトル*/
margin-bottom: 0.5em;
margin-left: 40px;
padding-right: 40px;
font-size: 26px;
color:#000;/*色*/
font-family: serif!important;/*明朝体 ゴシックにしたい場合はコメントアウト*/

}
.ec-eyecatchRole .ec-eyecatchRole__introDescription{/*タイトル下テキスト*/
margin-bottom:0;
}
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.eyecatch_all{/*紹介文　全体*/
margin:0 0 0 0;
padding:60px 0 60px 0;
/*background:#1F1B1B;*/
background-image: url('/html/user_data/assets/img/top/top-haikei-sp.jpg');/*背景画像を使用したい場合*/
}
.ec-eyecatchRole .ec-eyecatchRole__intro {/*テキスト部分全体*/
width: 100%;
padding-right: 0%;
order: 2;/*左位置にしたい場合は1、右位置にしたい場合は2*/
color: #000;/*色*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
font-family: serif!important;
}
.ec-eyecatchRole .ec-eyecatchRole__image {/*画像部分全体*/
width: 100%;
padding-right: 0%;
order: 1;/*左位置にしたい場合は1、右位置にしたい場合は2*/
margin-bottom: 40px; 
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle {/*タイトル*/
margin-bottom: 0.8em;
font-size: 22px;
font-weight: bold;
color:#000;/*色*/
font-family: serif!important;
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription{/*タイトル下テキスト*/
margin-bottom:0;
}
}

/*-------------------■トップ　おすすめ商品ブロック-------------------*/
.recommend_waku{/*おすすめ商品全体*/
margin:0 0 0 0;
padding:40px 0 40px 0;
/*background-color:#fffdf5;/*背景に色をしきたい場合*/
/*background-image: url('/html/user_data/assets/img/top/red-bg.jpg');/*背景画像を使用したい場合*/
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-shelfRole {
margin:30px auto 0 auto;
padding-left: 20px;
padding-right: 20px;
box-sizing: border-box;
font-size: 16px;
line-height: 1.4;
color: #525263;
-webkit-text-size-adjust: 100%;
width: 100%;
max-width: 1130px;
}
/*---PC用---*/
.recommend_waku .ec-shelfGrid__item p.osusumesetsumei{/*おすすめ商品画像下 説明文章*/
font-size: 16px;
font-weight: normal;
/*padding: 7px;*/
/*background-color: #fff;*/
/*border-radius: 10px;*/
/*opacity: 0.9;/*透明*/
color: #000;/*文字色*/
}
.ec-shelfGrid__item dl{/*商品・料金全体*/
margin-top: 15px;
margin-bottom: 5px;
}
.ec-shelfGrid__item a img{/*商品画像*/
/*border: 1px solid #666;*/
filter: drop-shadow(0px 0px 2px rgba(160, 160, 160, 0.5));
opacity: 1;
}
.ec-shelfGrid__item a img:hover{/*商品画像 hober時*/
opacity: 0.9;
}
.ec-shelfGrid__item .item_name{/*商品名*/
color: #000;/*文字色*/
font-size: 22px;
}
.ec-shelfGrid__item .item_price{/*料金*/
color: #bfac54;
font-weight: bold;
font-size: 22px;
margin-bottom: 0;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.ec-shelfGrid .ec-shelfGrid__item{/*各商品全体*/
width: 100%;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {/*各商品全体*/
padding-left:0;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {/*各商品全体*/
padding-right: 0;
}
.ec-shelfGrid__item p.osusumesetsumei {/*各商品説明文*/
font-size: 16px;
font-weight: normal;
border-radius: 10px;
opacity: 0.9;
color: #fff!important;
padding:10px;/*内側余白*/
background-color: #000!important;
background-image: repeating-linear-gradient(-45deg,#161616 0, #161616 3px,transparent 3px,transparent 6px);
}
}

/*-------------------■トップ　カテゴリブロック-------------------*/
.ec-categoryRole{/*カテゴリ背景*/
background-image: url('/html/user_data/assets/img/top/category_haikei.jpg');/*背景画像を使用したい場合*/
/*background:#1F1B1B;背景色 画像の場合はコメントアウト*/
}
a .category-title{/*カテゴリ別タイトル*/
color:#fff;/*テキスト色*/
font-weight:bold;/*テキスト太さ*/
background-color:#000;/*背景色*/
padding: 10px;
margin-top:0;/*余白 上部　通常20px*/
margin-bottom:10px;/*余白 下部　通常10px*/
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align: center;
}
.ec-categoryRole .ec-categoryRole__listItem {
width: auto;
}
.ec-categoryRole__list {
margin-top:40px!important;
}

/*-------------------■トップ　新着情報・お知らせ　カテゴリブロック-------------------*/
.ec-newsRole .ec-newsRole__newsTitle{/*タイトル文*/
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
font-weight:bold;/*テキスト太さ*/
font-size:98%;
color:#000;/*テキスト色*/
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{/*詳細文章*/
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color:#000;/*テキスト色*/
}
/*---PC用---*/
@media only screen and (min-width: 768px){
.ec-newsRole .ec-newsRole__news{/*新着情報 全体*/
border: 16px solid #FBF7EC;
padding: 20px 30px;
margin-top: 20px;
}
}

/*-------------------■下層ページ　共通-------------------*/
/*---PC用---*/
.ec-pageHeader h1,
.ec-pageHeader .h1{/*タイトル*/
border-top: none;
border-bottom: 1px solid #ccc;
margin: 80px 16px 48px;
padding: 8px;
font-size: 24px;
font-weight: bold;
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.ec-pageHeader h1,
.ec-pageHeader .h1 {/*タイトル*/
border-top: none;
border-bottom: 1px solid #ccc;
margin: 80px 16px 48px;
padding: 8px;
font-size: 22px;
font-weight: bold;
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
}
}



/*-------------------■下層ページ　特定商取引法・当サイトについて-------------------*/
.ec-label{/*表の中の文字 タイトル*/
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
}
.ec-borderedDefs dd{/*表の中の文字*/
line-height:normal !important;
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
}
.ec-borderedDefs dt{/*表のタイトルの外*/
padding-top: 0;
}
.ec-role .ec-borderedDefs dd.img100-none img{/*表に画像を入れたい　横幅100%解除*/
width: auto;
}

/*-------------------■商品一覧-------------------*/
.ec-blockBtn--action{/*「カートに入れる」ボタン*/
background-color: #E60012;
border-color: #E60012; 
}
.ec-shelfGrid__item p{/*商品名*/
color: #000;
font-size: 18px;
font-weight: bold;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-shelfGrid__item p span.ichiran_setsumei{/*説明文*/
font-size:14px;
font-weight:normal !important;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-shelfGrid__item p.price02-default{/*料金*/
color: #DE5D50;
font-weight: bold;
font-size: 22px;
margin-bottom: 5px;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}



/*-------------------■商品詳細-------------------*/
#form1{/*購入ボタン*/
margin: 10px 0 0 0 !important;
}
.ec-grid2{/*商品詳細 コンテンツ全体*/
margin: 30px 0 0 0;
}
.slick-slide img{/*メイン画像*/
border: 1px solid #DFE0E0;
}
.ec-sliderItemRole .slideThumb{/*スライダー　メイン下画像*/
text-align: center;
/*border: 1px solid #DFE0E0;*/
margin-top:15px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle{/*タイトル*/
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
font-weight: bold;
color: #000;
font-size: 28px;
}
.ec-productRole__price .ec-price__price{/*料金*/
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-productRole__description{/*商品説明エリア全体*/
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
padding:5px 0 0 0;
}
.ec-productRole__description h3.syousai_h3{/*商品説明<h3>タグ*/
background-color: #F8F8F8;
/*background-image: url('/html/user_data/assets/img/common/bg-title.jpg');/*背景画像を使用したい場合*/
border: 1px solid #D3D3D3;
padding: 7px 15px;
font-size: 16px;
line-height: 1.4;
color: #525263;
font-weight: bold;
border-radius:3px;
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-productRole__description span{/*商品説明<span>タグ*/
font-size: 14px;
}
.ec-productRole__description span.meyasu1{/*データ入稿日から*/
font-size: 15px;
font-weight: bold;
color: #E60012;
}
.ec-productRole__description span.meyasu2{/*〇営業日*/
font-size: 20px;
color: #E60012;
font-weight: bold;
}
.ec-productRole__description ul,
.ec-productRole__description ol{/*リスト　全体*/
margin-bottom: 0 !important;
padding-left: 1.5rem;
}
.ec-productRole__description table{/*サイズ<table>*/
width:100%;
}
.ec-productRole__description table th{/*サイズ<th>*/
background-color: #F8F8F8;
border: 1px solid #D3D3D3;
padding:5px 15px;
font-size: 14px;
text-align: center;
}
.ec-productRole__description table td{/*サイズ<td>*/
background-color: #fff;
border: 1px solid #D3D3D3;
padding:5px 15px;
font-size: 14px;
font-weight: normal;
text-align: center;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.ec-grid2{/*商品詳細 コンテンツ全体*/
margin: 20px 0 0 0;
}
.ec-productRole .ec-productRole__title .ec-headingTitle{/*タイトル*/
font-weight: bold;
color: #000;
font-size: 22px;
}
.ec-price .ec-price__price{/*料金*/
font-size: 22px;
}
}

/*-------------------■ご利用ガイド-------------------*/
.retsu5 {
width: 18%;
float: left;
margin: 0 1%;
}

.retsu-all {
    overflow: hidden;
}
@media only screen and (max-width: 750px){
.retsu5 {
    width: 48%;
    float: left;
    margin: 0 1% 1% 1%;
}
a.btn {/*ボタン*/
background: #000;
color: #fff;/*色*/
padding: 10px 10px 10px 10px;
font-size:16px;
margin-top: 15px;
font-weight:bold;
border: 1px solid #000;
border-radius:5px;/*角丸*/
letter-spacing: 1px;
}
}

/*-------------------■マイページ-------------------*/
.ec-mypageRole{/*全体*/
max-width: 1130px;
}