<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; 
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&amp;display=swap');
@font-face {
    font-family: "kyokasho";
    src: url('../font/UDDigiKyokashoNP-R.woff') format('woff');
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
マスタースライダー（2025-06-12）mk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#promoFrame2 {
    overflow: hidden;
}

div#promoFrame2 .ms-view {
    overflow: visible;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ログイン時のみクーポンコードを表示するように修正（2024-12-02）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*クーポンコード入力欄*/
body:not(.logged-in) .coupon {
    display: none;
}

/*ポイント付与の例*/
body:not(.logged-in) #mwb_wpr_order_notice{
	display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
商品レビュー(コメント)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#wpdcom .wpd-form-wrap {
    padding: 15px 40px 20px;
    border: 4px solid #f3f3f3;
    border-radius: 10px;
}
#wpdcom .wpd-thread-head .wpd-thread-info {
    flex-basis: auto;
}
body.logged-in #wpdcom .wpd-form-head {
    display: none;
}
#wpdcom .wpd-comment .wpd-comment-header .wpd-comment-author {
    display: none;
}
h2.product_review{
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    padding: 10px 15px;
    background-color: #658b38;
    font-weight: bold;
	clear: both;
}
#wpdcom .wpd-blog-customer .wpd-comment-author, #wpdcom .wpd-blog-customer .wpd-comment-author a {
}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-customer .wpd-avatar img {
    border-color: #00B38F;
}
div.review_note{
    padding:30px;
    background: #f9f9f9;
}

#comments {
    margin: 15px auto;
}
.bypostauthor&gt;*{
	background:none;
	padding:0;
}
.wpd-cf-value {
    width: auto;
}
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-label {
    padding: 2px;
    width: 3em;
}
.wpd-comment-wrap {
    border-top: 1px solid #ccc;
    padding-top: 18px;
}
#wpdcom .wpd-reply {
    margin-left: 0;
}
#wpdcom .wpd-thread-list {
    padding: 1px;
}
#wpdcom .wpd-thread-head {
    border-bottom: none;
}
#wpdcom .wpd-comment-footer .wpd-reply-button{
	display:none;
}

/*Show All Comments*/

ul.custom-comments{
    max-width: 750px;
    margin: 0 auto 15px;
}
ul.custom-comments:after{
    content:"";
    display:block;
    clear:both;
}
.custom-comments .avatar-custom img {
    width: 56px;
    height: 56px;
    max-width: 56px;
    border-radius: 100%;
    border: 1px solid #cccccc;
    padding: 2px;
    background-color: #ffffff;
    vertical-align: middle;
    text-align: center;
    float: none;
    border-color: #77b230;
}

.custom-comments h4.custom-comment-meta {
    visibility: hidden;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    font-size: 10px;
    justify-content: space-between;
}
.custom-comments span.custom-comment-on-title {
    visibility: visible;
    font-size: 16px;
}
.custom-comments span.custom-comment-author {
    display: none;
}

.custom-comments blockquote:before,
.custom-comments blockquote:after{
    content:none;
}
.custom-comments blockquote{
    background:#fff;
    border:none;
    padding:0;
    color: #777777;
    font-size:15px;
}

.custom-comments li{
    border-bottom: 1px solid #ccc;
    padding-top: 18px;
    padding-bottom:15px;
}

.custom-comments li .custom-comment-wrap {
    width: calc(100% - 80px);
}
.custom-comments li .avatar-custom {
    width: 80px;
}
.custom-comments .custom-navigation {
    float: none;
}

.custom-comments .rating{
	line-height:1;
	margin-top:1em;
}
.custom-comments .rating .txt{
	    font-size: 14px;
	    margin-right: 5px;
	    vertical-align: 2px;
}
.custom-comments .rating .icon-star{
	color:#ffd700;
	margin: 0 2px;
	font-size:18px;
}
.custom-comments .rating .icon-star.empty{
	color:#ddd;
}

.custom-comments table.prof {
	margin-bottom:30px;
}

.custom-comments table.prof tr&gt;* {
    font-size: 13px;
    border-bottom: 1px #f0f0f0 solid;
    padding: 5px 10px;
}

.custom-comments table.prof th {
    background: #f9f9f9;
    width: 38%;
}

.custom-comments table.prof td {
    display: table-cell;
}

div.all_comments {
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
	border: 4px solid #f0f0e6;
	display:none;
}
div.all_comments .custom-navigation,
div.all_comments .not-found{
    float: none;

}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
支払画面
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
p.before_checkout_msg {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.woocommerce-form-login-toggle {
    font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.woocommerce-info a.showlogin {
    display: inline-block;
    background: #a3a3a3;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 6px;
    border-radius: 5px;
    width: 200px;
    margin: 10px 20px;
	font-size: 16px;
}
.woocommerce-form-login-toggle .woocommerce-info::before{
	display:none;
}
.woocommerce-form-login-toggle .woocommerce-info{
	padding: 1em 2em;
}
.woocommerce-checkout .create-account {
    display: block !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
購入時のアカウントを作成しますか？フィールド
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.woocommerce-account-fields {
    background: #f7f6f7;
    padding: 16px 20px;
    margin-top:20px;
}

.woocommerce-account-fields label.checkbox {
    font-weight: bold;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
マイアカウント住所欄順序を制御 2022-04-26 take
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.page-my-account .woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.page-my-account .woocommerce-address-fields__field-wrapper &gt; * {
    width: 100%;
}

body.page-my-account [id*="_last_name_field"],
body.page-my-account [id*="_first_name_field"],
body.page-my-account [id*="_yomigana_last_name_field"],
body.page-my-account [id*="_yomigana_first_name_field"],
body.page-my-account [id*="_postcode_field"],
body.page-my-account [id*="_state_field"] {
    width: 48%;
}

body.page-my-account [id*="_postcode_field"] {
    order: 5;
}

body.page-my-account [id*="_state_field"] {
    order: 6;
}

body.page-my-account [id*="_city_field"] {
    order:7;
}

body.page-my-account [id*="_address_1_field"] {
    order:8;
}

body.page-my-account [id*="_address_2_field"] {
    order:9;
}

body.page-my-account [id*="_phone_field"] {
    order:10;
}

body.page-my-account [id*="_email_field"] {
    order:11;
}

[id*="_address_2_field"]::before {
    content: "アパート名、棟名、部屋番号など"!important;
    line-height: 2;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
パスワードのINPUTに枠線
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
input[type="password"] {
    border: 1px solid #ccc;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダ　＞　アラート（バナー）（プラグイン＞Notivar）　
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.mtsnb .mtsnb-button {
    color: #c6241b !important;
    font-size: 17px;
    border: 1px solid #fff;
    font-weight: bold;
    padding: 5px 20px;
}
.mtsnb .mtsnb-button:hover {
	color: #fff !important;
    background: #c6241b ;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ご利用ガイド　
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 支払い方法 */
body.page-guide .basic_list01 div.basic_box01{
	background-color: #fffedf;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WPプラグイン　＞　「コンタクトフォーム」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.page-contact .main_txt{
	margin-bottom: 25px;
    text-align: center;
}

.wpcf7-form-control:not([type="submit"]){
    background: #f5f5f5!important;
}

.wpcf7 input[type="submit"] {
    background: #d9534f;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層　＞　新規会員登録
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.page-new-account .editor_area {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層　＞　商品一覧・詳細　
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
 ul.products li .img_container {
    border: 1px solid #d3d3d3;
}
ul.products li .img_container img{
	padding: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

ul.products a span.price {
    font-size: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
EC全体　＞　基本構造
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#base_container {
    overflow: hidden;
}

/* 中ページ用背景画像 */
#base_container .ec_main{
    background-color: #fff;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page .page_promo {
	border-bottom: solid 1px #d4d4d4;
    margin-bottom: 50px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[カート]ボタン　＞　「カート内の商品数」カウンタ 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_btns .btn .entry_num {
    background: #fff;
    color: #22390f;
    border: 1px solid #22390f;
    height: 21px;
    width: 21px;
	font-weight: bold;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　フォントサイズ／行間
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.font_m {
    font-size: 17px;
}

.font_m input, .font_m botton, .font_m select, .font_m textarea {
    font-size: 16px;
}

dl.faq &gt; dt, .basic_list02 h4,[class*="cmn_items_list_box"] .ttl,#sub_area .menu_header, #sub_area .menu_header a, #sub_area .menu_header h2,#main_area .article_meta_area .tags:before,#main_area .article_title.plain_type h1,#main_area .article_title.txt_type h1,.related_posts .ttl a {
    font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　サイトのテーマ色を一括指定する
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 文字色 */
body.sp[class*="voice"] ul.child_navi a[href*="voice"], body.sp dl.type01 [class*="current"] &gt; a, body.sp dl.type01 dt, a.basic_btn02, .basic_list01 li:before, ol.basic_list02 &gt; li:after, a.basic_color_font, [class*="current"] .basic_color_font_cur, [class*="current"] .basic_color_font_cur:hover, .basic_color_font_bf:before, .basic_color_font_af:after ,a{
    color: #243b10;
}

/* ボーダー色 */
body.sp dl.type01 &gt; dt .arrow, h3[class*="h3a"], h2[class*="h2a"], .basic_box02, .basic_list02 &gt; li, .basic_color_border, .basic_color_border_bg:before, .basic_color_border_af:after {
    border-color: #243b10;
}

/* 背景色 */
a.basic_btn01, h3[class*="h3b"], ol.basic_list02 &gt; li:before, .basic_color_bg, .basic_color_bg_bf:before, .basic_color_bg_af:after {
    background-color: #243b10;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2[class*="h2a"] {
    padding: 18px 0;
    border-top: 1px solid #243b10;
    border-bottom: 1px solid #243b10;
}

h2[class*="h2b"] {
    margin-bottom: 40px;
    padding: 85px 0 0px;
    text-align: center;
}

h2[class*="h2b"]:before {
    width: 70px;
    height: 70px;
    background: url(../images/logo_icon.png) no-repeat 50% 50%/contain;
    right: calc(50% - 35px);
}

h3[class*="h3"] {
    font-weight: bold;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用ボタン01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.basic_btn01 {
    border-radius: 5px;
    font-weight: bold;
    padding: 22px 30px;
    border: 2px solid #243b10;
}
a.basic_btn01:hover {
    opacity: .9;
    background: #fff;
    color: #243b10;
}

a.basic_btn01::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #a2120a;
    height: 100%;
    left: -100%;
    top: 0;
    transition-duration: .5s;
    transform-origin: top left;
    width: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_box01 {
    background-color: #f5eee8;
}

.basic_box02 {
    border-width: 1px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　テーブル01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_table01 th {
    background-color: #f4faef;
}

.basic_table01 th, .basic_table01 td {
    border: 1px solid #acb9a2;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　リスト02（BOXタイプ）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* OL限定 */
ol.basic_list02 &gt; li {
    padding-left: 95px;
    border: solid 1px #2d2d2d;
}

ol.basic_list02 &gt; li:before {
    border-radius: 35px;
    top: 22px;
    left: 25px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　画像がない場合の画像
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.noimage {
    background: url(../images/noimage.png) no-repeat 50% calc(50% - 0px) / 56px 57px #FFFFFF;
    border: 1px solid #70b841;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 角丸の小見出し */
.cmn_kadomaru {
    display: table;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0 auto 10px;
    border-radius: 30px;
    border: 2px solid;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用クラス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 中ページの見出し */
.cmn_ttl_ec {
    font-weight: bold;
}

.cmn_ttl_ec .sub {
    font-size: 15px;
}

.cmn_ttl {
    margin-bottom: 45px;
    text-align: center;
    color: #4b3411;
}

.cmn_ttl .main {
    display: block;
    font-size: 38px;
    margin-bottom: 5px;
    font-weight: normal;
	font-family: 'Abril Fatface', cursive;
	letter-spacing: .1em
}

.cmn_ttl .sub {
	font-size: 18px;
}
/* 企業情報バナー（サイドバー、スマホフッター等） */
div.cmn_official_bnr {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    background: #243b10;
    padding: 10px;
}

div.cmn_official_bnr .bnr_wrap {
    border: 1px solid #fff;
    padding: 15px;
}

div.cmn_official_bnr a {
    display: block;
    text-decoration: none;
    font-weight: bold;
}

div.cmn_official_bnr a .shop {
    font-size: 15px;
    display: block;
    color: #243b10;
    background: #fff;
    margin-bottom: 6px;
    border-radius: 15px;
}

div.cmn_official_bnr a .txt {
    font-size: 17px;
    color: #fff;
}
p.cmn_official_bnr a {
    border: none;
    padding: 0;
}

p.cmn_official_bnr a:hover {
    opacity: .7;
}

p.cmn_official_bnr a img:hover {
    opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
pickup ＞　おすすめ商品
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/*TOP*/
div.cmn_pickup_list .li {
    position: relative;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    width: 22.05%;

}
div.cmn_pickup_list .li:nth-child(4n) {
    margin-right: 0;
}
/*全ページ共通ピックアップicon*/
body.page .products .featured::before ,
body.woocommerce .products .featured::before
{
	display: none;
    content: "";
    width: 19%;
    height: 11%;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    z-index: 1;
    background: url(../images/pickup_bg.svg) no-repeat 50% top;
    font-size: 13px;
    padding-top: 12px;
}

div.cmn_pickup_list .li p.img {
    margin-bottom: 1em;
    background-color: #fff;
	border: 1px solid #d3d3d3;
}

div.cmn_pickup_list .li p.img img {
    padding: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	
}
div.cmn_pickup_list .li .area_b h3.ttl{
 	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
div.cmn_pickup_list .li .area_b h3.ttl a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: inherit;

}

div.cmn_pickup_list .li .area_b p.price {
    font-size: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カテゴリー一覧　＞ ul.cmn_cat_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_cat_list {
	margin-bottom: -15px;
}

ul.cmn_cat_list li {
    width: calc((100% - 30px ) * 0.333334 );
    margin: 0 15px 15px 0 !important;
    padding: 15px;
    border: 1px solid rgba(36, 59, 16, .5);
    position: relative;
    /* min-width: 280px; */
}
ul.cmn_cat_list li.hena ,
ul.cmn_cat_list li.hagumi{
    align-items: flex-start;
}
ul.cmn_cat_list li:nth-child(3n) {
    margin-right: 0 !important;
}
ul.cmn_cat_list li.trial::before {
	content: '送料\A無料';
	white-space: pre;
	position: absolute;
	font-size: 15px;
	color: #fff;
	background: #a2120a;
	border-radius: 50%;
	padding: 11px 12px;
	top: 5px;
	left: 5px;
	font-weight: bold;
	line-height: 1.1;
}
ul.cmn_cat_list li .area_a {
    width: 95px;
}
ul.cmn_cat_list li .area_a p.img:hover{
	opacity: 1;
}
ul.cmn_cat_list li .area_a p.img img:hover{
	opacity: 1;
}
ul.cmn_cat_list li .area_b {
     justify-content: center;
    align-items: center;
    width: calc(100% - 95px - 20px);
    margin-left: 20px;
}

ul.cmn_cat_list li .area_b h3.ttl {
    font-size: 20px;
	position: relative;
}

ul.cmn_cat_list li.hena .area_b h3.ttl,
ul.cmn_cat_list li.hagumi .area_b h3.ttl{
    padding-top: 40px;
}
ul.cmn_cat_list li.hena .area_b h3.ttl::before {
    content: '全8色';
    position: absolute;
    font-size: 15px;
    color: #fff;
    background: #243b10;
    border-radius: 11px;
    padding: 0px 20px;
    top: 15px;
    left: calc(50% - 39px);
}

ul.cmn_cat_list li.hagumi .area_b h3.ttl::before {
    content: '';
    position: absolute;
    background: url(../images/hagumi_icon.jpg)no-repeat 50% / contain;
    top: 6px;
    left: calc(50% - 63px);
    width: 126px;
    height: 34px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用リスト　＞　ブログ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_blog_list{
	margin-bottom: 35px;
}
ul.cmn_blog_list li {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #9b9b9b;
}

ul.cmn_blog_list li:last-child {
    border-bottom: none;
	padding-bottom: 0;
    margin-bottom: 0 !important;
}

.cmn_blog_list li .area_a {
    width: 235px;
}

ul.cmn_blog_list li .area_a p.img {
    padding-top: 66.66666%;
}

ul.cmn_blog_list li .area_b {
    width: calc(100% - 235px);
    padding: 40px;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

ul.cmn_blog_list li .area_b p.date {
    font-size: 15px;
	font-weight: bold;
    color: #243b10;
    margin-bottom: 10px;
}

ul.cmn_blog_list li .area_b h3 a {
    font-size: 18px;
    color: inherit;
    display: block;
    text-decoration: none;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#promo {
    height: auto;
    /*---画像原寸高さ---*/
    min-height: 645px;
	/*無限に広がるため*/
	max-width: 1600px;
	/*ボケ防止*/
	width:calc( 100vw - 320px );
	min-width: 1030px
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　一言コメント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tweet_area {
    margin-top: -70px;
	position: relative;
}

.tweet_area  &gt; div{
	background-color: rgba(255, 255, 255, .87);
}

.tweet_area .f_wrap &gt; * {
    padding: 17px 15px;
    
}

.tweet_area .icon {
    color: #23390f;
    font-size: 20px;
	font-family: 'Abril Fatface';
    font-weight: bold;
    width: 200px;
}

.tweet_area ul.items {
    width: calc(100% - 200px - 90px);
    padding-left: 40px;
    display: flex;
	align-items: center;
	font-weight: bold;
}


.tweet_area ul.items .cat {
    font-size: 13px;
    background: #898d34;
    border-radius: 12px;
    color: #fff;
    padding: 0px 18px;
    margin-right: 20px;
	display: inline-block;
}

.tweet_area ul.items a {
    color: inherit;
	text-decoration: none;
}
.tweet_area ul.items a:hover{
	text-decoration:underline;
}

.tweet_area .more {
    width: 90px;
}

.tweet_area .more a {
    position: relative;
    height: 100%;
    display: block;
    /*ie対応*/
    text-decoration: none;
}

.tweet_area .more a::after {
    color: #23390f;
    font-family: "icomoon";
    content: "\e91b";
    position: absolute;
    right: 20px;
    top: calc(50% - .5em);
    line-height: 1;
    transition: .3s;
}

.tweet_area .more a:hover::after {
    right: -5px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　バナーエリア　＞　「Slick」（スライダー）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
button[class*="slick"] {
    height: 60px;
    border-radius: 5px;
    background: #b1a48e !important;
    border: none;
    width: 30px;
}

.slick-prev {
    /* left: -20px; */
}

.slick-next {
/*     right: -20px; */
}

.slick-prev:before, .slick-next:before {
    width: 10px;
    height: 10px;
    border-color: #fff;
}
.slick-slider .slick-list{
	margin-left: .5em;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　バナーエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_bnr.kugiri_s {
    padding-top: 30px;
    padding-bottom: 30px;
}


#home_bnr .ul .li {
	margin-right: 0em;
}

/*スライドない場合*/
/*#home_bnr .ul.f_wrap {
    justify-content: space-between;
}

#home_bnr .ul .li {
    width: calc((100% - 50px) * .333334);
}*/


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　太陽と大地のヘナとは？
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_concept {
    background: url("../images/concept_bg02.jpg");
    overflow: hidden;
}

#home_concept .kugiri_m {
    padding-bottom: 60px;
}

#home_concept .main_ttl_wrap {
    background: #243b10;
}

#home_concept h2.main_ttl {
    text-align: center;
    font-size: 34px;
	font-weight: normal;
    color: #e9f4e0;
    font-family: "kyokasho";
}

#home_concept h2.main_ttl .small {
    font-size: 26px;
    display: block;
    padding-bottom: 10px;
}

#home_concept .outer {
    position: relative;
}

/*背景画像のみなのでタグ対応の為divで対応*/
#home_concept div.img {
    position: absolute;
    background: url("../images/concept_bg.png") no-repeat left top;
    width: 756px;
    height: 616px;
    left: 685px;
    top: 0;
}
@media screen and (max-width: 1415px) and (min-width: 751px)  {
    #home_concept div.img {
         background-position: right 142px top;
    }
}
#home_concept .inner {
    padding: 70px 0;
    width: 650px;
}

#home_concept h3 {
    font-size: 38px;
    color: #132206;
    margin-bottom: 30px;
    font-weight: normal;
    line-height: 1.7;
}

#home_concept p.main_txt {
    line-height: 2.2;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　ヘナの特長
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_feature {
    background: no-repeat 50% / cover;
    padding-top: 70px;
}

#home_feature.lazyloaded {
    background-image: url("../images/feature_bg.jpg");
}

#home_feature .kugiri_m {
    padding-bottom: 80px;
}

#home_feature h2.main_ttl {
    font-family: "kyokasho";
	font-weight: normal;
    font-size: 34px;
    background: #fff;
    position: relative;
    padding: 5px 40px;
    display: table;
    margin: 0 auto;
}

#home_feature h2.main_ttl::after {
    content: '';
    position: absolute;
    background: url("../images/feature_ttl.png") no-repeat 50% / cover;
    width: 80px;
    height: 100px;
    right: -45px;
    top: -20px;
}

#home_feature ol.items {
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}

#home_feature ol.items li {
    color: #fff;
    padding: 60px 12px;
    max-width: 300px;
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#home_feature ol.items li::before {
	background: rgba(38 ,20 ,3 ,.7);
	border-radius: 50%;
	content:"";
	width: 100%;
	padding-top: 100%;
	position: absolute;
	top:0;
	left:0;
}

#home_feature ol.items li &gt; * {
    z-index: 1;
}
#home_feature ol.items li h3 {
    font-size: 28px;
    font-weight: normal;
    position: relative;
    padding-top: 50px;
    margin-bottom: 15px
}
#home_feature ol.items li h3::before,
#home_feature ol.items li h3::after{
	font-family: 'Abril Fatface', cursive;
	position: absolute;
    top: 0;
	font-size: 26px;
	color: #add39b;
}
#home_feature ol.items li h3::before {
    content: "POINT.";
    left: calc(50% - 60px);
}

#home_feature ol.items li h3::after {
    content: counters(ol_cnt, "");
    right: calc(50% - 46px);
}

#home_feature ol.items li p.txt {
    text-align: center;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　ヘナ初めてさん染めセット
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_about {
    background: #f5f5f5;
}



#home_about .pick_wrap {
	
    display: flex;
    gap: 30px;
	align-items: flex-start;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

#home_about ul.pickup_cat {
	width: 50%;
}

#home_about ul.pickup_cat p.img {
	width: 25%;
}



#home_about ul.pickup_cat h3.ttl  {
	font-size: 26px;
    width: 70%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

#home_about ul.pickup_cat h3.hagumi::before {
    content: '植物由来の優しいヘアケア';
    position: absolute;
    font-size: 16px;
    color: #243b10;
    top: -30px;
    left: calc(50% - 95px);
}

#home_about ul.pickup_cat h3.taiyo::before {
    content: '有機無農薬ハーブ100％天然ヘアカラー';
    position: absolute;
    font-size: 16px;
    color: #243b10;
    top: -30px;
    left: calc(50% - 135px);
}

#home_about ul.pickup_cat li {
	padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    border: 2px solid #243b10;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

#home_about .color_wrap_wrap {
	width: calc(50% - 30px);
}

#home_about .color_wrap {
    background-color: white;
    padding: 0 0 20px;
    border-radius: 10px;
    width: 100%;
}

#home_about .color_wrap h3 {
	margin-bottom: 30px
}

#home_about .color_wrap ul{
	display: flex;
}

#home_about .color_wrap li {
	width: 25%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px
	
}

#home_about .color_wrap h3 {
	text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #314429;
    font-family: "kyokasho";
	margin-bottom: 25px;
    padding-top: 25px;
}

#home_about .ls-is-cached.lazyloaded {
    max-width: 65%;
}

#home_about .color_txt {
	margin-top: 15px
}

#home_about.kugiri_m {
    padding-top: 80px;
    padding-bottom: 80px;
}

#home_about .inner {
    border: 3px solid #243b10;
    border-radius: 8px;
    padding: 70px;
    background: #fff;
}

#home_about h2.main_ttl {
    font-size: 36px;
    display: table;
    margin: 0 auto 90px;
    color: #243b10;
	font-weight: normal;
    font-family: "kyokasho";
    position: relative;
    padding: 0 120px;
}
#home_about h2.main_ttl::before ,
#home_about h2.main_ttl::after{
	position: absolute;
    content: "";
    background: no-repeat 50% / contain;
    height: 96px;
    top: calc(50% - 43px);
}
#home_about h2.main_ttl::before {
	background-image:url("../images/about_ttl01.png");
    width: 102px;
    left: 0;
}

 #home_about h2.main_ttl::after{
    background-image: url("../images/about_ttl02.png");
    width: 52px;
    right: 60px;
}

#home_about .box {
	/*カラムおちした場合centerへ*/
    justify-content: center;
    margin: 0 -30px ;
}

#home_about .box &gt; * {
    margin: 0 30px 30px;
}

#home_about .area_a {
    width: calc(44% - 60px);
    min-width: 472px;
	text-align: center;
}

#home_about .area_b {
    width: calc(56% - 60px);
    min-width: 610px;
}

#home_about .area_b h3 {
    font-size: 23px;
	font-weight: normal;
    color: #243b10;
    text-align: center;
    border-top: 1px solid #243b10;
    border-bottom: 1px solid #243b10;
    padding: 25px 120px;
    margin-bottom: 30px;
    position: relative;
}
#home_about .area_b h3 .kyokasho_font{
	font-family: "kyokasho";
}

#home_about .area_b h3::before {
    content: "送料無料";
    background: url("../images/about_icon.png") no-repeat 45% 40% / 36px 28px #a2120a;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: calc(50% - 3em);
    color: #fff;
    font-size: 15px;
	font-weight: bold;
    padding: 55px 15px 15px;
}

#home_about .area_b p.main_txt {
    line-height: 2;
    margin-bottom: 30px;
}

#home_about .area_b ul.items {
    justify-content: space-between;
}

#home_about .area_b ul.items li {
    background: #efefe5;
    padding: 20px 15px;
    max-width: 300px;
    width: 49%;
    position: relative;
}

#home_about .area_b ul.items li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* 三角形の装飾 */
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #243b10 transparent transparent transparent;
    line-height: 0px;
    /*ie対応の為*/
    _border-color: #243b10 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#home_about .area_b ul.items li h4 {
    color: #243b10;
    position: relative;
    display: table;
    margin: 0 auto 15px;
    background: linear-gradient(180deg, transparent 50%, #fff 50%);
}

#home_about .area_b ul.items li h4::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 24px;
    background: #243b10;
    left: -15px;
    top: calc(50% - 12px);
    transform: rotate(145deg);
}

#home_about .area_b ul.items li h4::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 24px;
    background: #243b10;
    display: inline-block;
    right: -15px;
    top: calc(50% - 12px);
    transform: rotate( 35deg );
}

#home_about .area_b .box02 {
    margin-bottom: 20px;
}

#home_about .area_b .area_c {
    margin-left: 15px;
}

#home_about .area_b .area_d {
    width: calc(100% - 72px - 25px);
    margin-left: 10px;
}

#home_about .area_b .area_d p.txt {
    font-size: 19px;
    font-weight: bold;
}

#home_about .area_b .area_d p.price {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding-left: 10px;
}

#home_about .area_b .area_d p.price .red {
    color: #a2120a;
}

#home_about .area_b .area_d p.price .small {
    font-size: 20px;
}

#home_about .area_b .area_d p.price .tax {
    font-size: 12px;
    position: absolute;
    top: 2px;
    right: calc(50% - 62px);
}

#home_about .area_b p.btn {
    background: #243b10;
    max-width: 250px;
    margin: 0 auto;
}

#home_about .area_b p.btn a {
    font-size: 15px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 5px 20px;
    position: relative;
}

#home_about .area_b p.btn a::after {
    content: "\e91b";
    position: absolute;
    font-family: "icomoon";
    right: 15px;
    top: calc(50% - .5em);
    line-height: 1;
}

#home_about .bnr {
    background: url(../images/about_bnr01.png) no-repeat 85px 50%,url(../images/about_bnr02.png) no-repeat right 50%,url("../images/bnr_bg.jpg");
    width: 100%;
    margin: 0 auto;
    max-width: 1110px;
    height: 170px;
    min-height: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1500px) and (min-width: 751px)  {
    #home_about .bnr {
             background: url(../images/about_bnr01.png) no-repeat 85px 50%,url("../images/bnr_bg.jpg");
		    padding: 0 50px 0 225px;
    }
}
#home_about .bnr p.ttl {
    font-size: 28px;
    position: relative;
    padding: 10px 67px;
    font-family: "kyokasho";
    text-align: center;
}
#home_about .bnr p.ttl a{
	color: #221b14;
	text-decoration: none;
}
#home_about .bnr p.ttl::before , 
#home_about .bnr p.ttl::after{
	content: "";
	position: absolute;
	background: url("../images/about_bnr_ttl01.png") no-repeat 50% / contain;
	width: 48px;
	height: 66px;
	top: calc(50% - 1em);
}

#home_about .bnr p.ttl::before {
    left: 0;
}

#home_about .bnr p.ttl::after {
    right: 0;
    transform: rotatey(180deg);
}

#home_about .bnr p.ttl .small {
    font-size: 16px;
    display: block;
    letter-spacing: .1em;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　ランキング
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_rank {
    background: url("../images/rank_bg01.png") no-repeat right top ,url("../images/rank_bg02.png") no-repeat left bottom #fbfbf9;
}

#home_rank.kugiri_m {
    padding-top: 80px;
    padding-bottom: 80px;
}

#home_rank h2.cmn_ttl {
    margin-bottom: 60px;
}

#home_rank div.ul div.li::before{
    content: "";
    width: 56px;
    height: 34px;
    background: no-repeat 50% / contain;
    padding: 0;
    top: 0;
    left: calc(50% - 28px);
    display: block;
    margin: 0 auto 35px;
	position: static;
}
#home_rank div.ul div.li:first-child::before{
	background-image: url("../images/num01.png");
}
#home_rank div.ul div.li:nth-child(2)::before{
	background-image: url("../images/num02.png");
}
#home_rank div.ul div.li:nth-child(3)::before{
	background-image: url("../images/num03.png");
}
#home_rank div.ul div.li:nth-child(4)::before{
	background-image: url("../images/num04.png");
}

#home_rank .review {
	margin-top: 35px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　ピックアップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_pickup {
    background: url("../images/pickup_bg.jpg");
}

#home_pickup.kugiri_m {
    padding-top: 80px;
    padding-bottom: 70px;
}

#home_pickup h2.cmn_ttl {
    color: #243b10;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　商品カテゴリー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_category {
    padding-bottom: 50px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　home_categoryとhome_otherをまとめる区切りM
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_cat_other.kugiri_m {
	padding-top: 70px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　home_other
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_other ul.items {
    margin-bottom: -20px;
	text-align: center;
}

#home_other ul.items li {
    width: 33.3333%;
    border: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 60px 20px;
    margin-bottom: 20px;
}

#home_other ul.items li:not(:nth-child(3n+1)) {
    border-left: none;
}

#home_other ul.items li h3 {
    font-size: 24px;
    color: #243b10;
    margin-bottom: 30px;
    padding-top: 95px;
    position: relative;
	text-align: center;
}

#home_other ul.items li h3 span {
    display: inline-block;
}

#home_other ul.items li h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 41px);
    background: no-repeat 50% / contain;
    width: 82px;
    height: 74px;
}

#home_other ul.items li.icon01 h3::before {
    background-image: url("../images/other_icon01.png");
}

#home_other ul.items li.icon02 h3::before {
    background-image: url("../images/other_icon02.png");
}

#home_other ul.items li.icon03 h3::before {
    background-image: url("../images/other_icon03.png");
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　ブログ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_blog {
    background: url("../images/blog_bg.jpg") no-repeat top #f1ede6;
}

#home_blog.kugiri_m {
	padding-top: 80px;
    padding-bottom: 80px;
}

#home_blog .inner {
    background: #fff;
    border-radius: 10px;
    padding: 80px 80px 50px;
    max-width: 1100px;
    margin: 0 auto;
}

#home_blog h2.cmn_ttl {
    position: relative;
    display: table;
    margin: 0 auto 50px;
    padding: 0 100px;
}

#home_blog h2.cmn_ttl::before {
    position: absolute;
    content: "";
    background: url(../images/blog_ttl.png) no-repeat 50% / contain;
    width: 76px;
    height: 60px;
    right: 0;
    top: 5px;
}

#home_blog p.btn {
    text-align: center;
}

#home_blog p.btn a{
	border-radius: 5px;
	min-width: 280px;
	font-weight: bold;
	padding: 23px 30px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact_area {
    background: no-repeat center / cover;
    text-align: center;
}

#contact_area.lazyloaded {
    background-image: url("../images/contact_bg.jpg");}

#contact_area.kugiri_m {
    padding-top: 70px;
    padding-bottom: 70px;
}

#contact_area h2.cmn_ttl {
    color: #fff;
	margin-bottom: 30px;
}

#contact_area p.main_txt {
    color: #fff;
	font-weight: bold;
    margin-bottom: 35px;
	line-height: 2;
}

#contact_area p a.basic_btn01 {
    color: #fff;
	font-weight: bold;
    background: #a2120a;
    min-width: 280px;
    border: 2px solid #a2120a;
    border-radius: 5px;
    padding: 25px;
}

#contact_area p a.basic_btn01:hover {
	color:#a2120a;
	background: #fff;
	opacity:1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　インフォメーションエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#footer_info_ec .logo a img{
    width: 228px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
補足的ページへのリンク一覧（PCフッター／スマホ開閉ナビ）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#footer_menu ul li:not(:last-child) {
	border-color: #121313;
}

div#footer_menu ul li a{
	color: #121313;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　コピーライトのエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#copy_area {
    font-size: 14px;
}
div#copy_area .by{
	font-size: .8em;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼▼▼WooCommerce▼▼▼
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
タイトル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3 {
    font-size: 16px;
    font-weight: normal;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページャー（商品一覧）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.woocommerce nav.woocommerce-pagination ul.page-numbers{
	display:table;
	margin: 0 auto;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
商品アーカイブ　＞　値段
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.woocommerce ul.products li.product .price {
   font-size: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
商品詳細　＞　関連商品
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

section.related.products &gt; h2 {
	font-weight:bold;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
商品詳細　＞　グラムに対しての値段
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.woocommerce .woocommerce-variation-price .price {
	font-weight:bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
商品詳細　＞　product_meta
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.woocommerce div.product_meta &gt; .sku_wrapper {
	display: none;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
マイアカウント/カート
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#mwb_wpr_order_notice {
    margin-bottom: 3em;
	font-size: 15px;
}
.woocommerce-message {
    padding: 15px 22px;
    margin:0 0 1.2em 0 ; 
    border-top:none;
    line-height: 1.2;
}
.woocommerce-message::before{
    content: "";
}
.woocommerce-message .wc-forward {
    display: none !important;
}
.woocommerce-privacy-policy-text{
	margin-bottom: 1em;
}
.woocommerce-account .woocommerce button.button {
    background: #22390f;
    border:2px solid #22390f;
    color: #fff;
}
.woocommerce-account .woocommerce button.button:hover {
    background: #fff;
    color: #22390f;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	margin: 1em 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カート　＞　クーポンコード
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.woocommerce-cart table.cart td.actions .coupon .input-text{
	width: 170px;
	margin-right: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	background: #a2120a;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
	background: #a2120a;
	opacity: .7;
}
.shop_table.cart .mwb_wpr_apply_custom_points #mwb_cart_points{
	background: #fff;
    border: 1px solid #d3ced2;
    font-size: 16px;
    height: 35px !important;
}
address {
    font-style: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
支払い
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
form.checkout #customer_details p.delivery-date::after {
    content: "※ゆうメール・ゆうパックは配達希望日のご指定ができません。\A※離島への発送の場合、到着予定日よりも超過することがございます。予めご了承ください。";
    font-size: .9em;
    padding: 5px 0;
	white-space: break-spaces;
    color: #f00;
}
.woocommerce form .form-row .input-text{
	    border: 1px solid #d3ced2;
}

.woocommerce #payment #place_order{
	background: #a2120a;
}
.woocommerce #payment #place_order:hover{
    background: #a2120a;
    opacity: .7;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
支払い後
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.woocommerce-checkout .ec_main .woocommerce-notice {
    font-weight: bold;
    color: #f6190d;
	font-size: 24px;
	padding-bottom: 1em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
新規アカウント登録時のメール認証プラグイン用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.woocommerce .registration {
    background: #fff493;
    padding: 15px;
    margin-bottom: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
チェックアウト時の新規登録案内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.must_be_logged {
    padding: 20px;
    border: 1px solid #ccc;
}
.must_be_logged h2{
    font-size:1.1em;
    color:#a2120a;
	margin-bottom: 5px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
支払い＞パンフレット体裁整え
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.panfu  * {
    display: inline-block !important;
    font-size:20px;
}

.panfu &gt; label[for*=panfu] {
    margin-right: 24px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▲▲▲WooCommerce ここまで▲▲▲
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▲▲▲Photo Swiper▲▲▲
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pswp__caption__center{
	display: none;
}</pre></body></html>