@charset "utf-8";

/* style
   ========================================================================== */
html {
	height: 100%;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 500;
}

body{/*background-image: url(../img/bg-body.jpg);
background-repeat: repeat-y;
background-position: top center;*/
	background-color: #fff100;
}

header{
	/*background:url(../img/bg-kv.jpg) no-repeat top center;		
	background-size:cover;*/
	color:#fff;

	/*background-image: url(../img/kv-bg.png);*/
	/*斜め*/
    /*clip-path: polygon(0 calc(0%), 100% 0, 100% calc(100% - 7vw), 0 100%);*/	
}
h1{	text-align: center;}
h1 img{	width: auto !important;}
/*a img:hover{ opacity: 0.7; }*/

img.w-100{ width:100%; height: auto;}
img.w-85{ width:85%; height: auto;}
.red { color: #F00; }
.bold {	font-weight: 700;}

/*figure { overflow: hidden; cursor: pointer; }
figure img { transition: all 0.6s ease;}
figure:hover img { transform: scale(1.08);}*/


/*　navigation　ここから
========================================================================== */

#global{ z-index: 99;  margin-bottom: 40px; }

#menu{width: 1200px; margin: 0 auto 80px; position: -webkit-sticky; position:sticky; top:0; z-index: 999; }
#menu ul{display: flex; flex-wrap: wrap; justify-content: center; }
#menu ul::after{ content:""; display: block; width:20%; }/*メニュー奇数対応*/

#menu ul li{
box-sizing:border-box;
	display: block;
	width:20%;
	padding:15px 0px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	color:#000;
	background:#fff;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background:#fff url(../img/icon_b.png) 15px 50% no-repeat;
}

#menu ul li.pc{ display: block !important; text-align: center;}
#menu ul li a { width: 100%; color: #000; display: block !important;}
#menu ul li a:link{display: block;}
#menu ul li:hover a {color:#fff; opacity: 1;}
#menu ul li:hover{display:block; background:#000 url(../img/icon.png) 15px 50% no-repeat;}
#menu ul li:first-child,#menu ul li:nth-child(6){border-left: none;}
#menu ul li.ext-link{ background:#fff url(../img/icon-new_window_bk.png) 10px 50% no-repeat;}
#menu ul li.ext-link:hover{ background:#000 url(../img/icon-new_window_wt.png) 10px 50% no-repeat;}

h2{text-align:center; margin-top:100px;}

main{margin-bottom:50px;}

.coming-soon{text-align:center; color:#fff;}

/*　微調整 ここから
========================================================================== */

ul.list{}
ul.list li{	list-style: disc; margin-left: 1.5em; padding: 0 0 8px 0; font-weight: 400;}
ol.list li{ margin-left: 1.5em; padding: 0 0 20px 0; font-weight: 500; font-size: 1.15rem;}
.pt{ padding-top: 10px; }
.mt{ padding-top: 30px; }
.price_ml{ margin-left: 1.3em;}
.mb80{margin-bottom: 80px}
.mb1em{margin-bottom: 1.5em;}
.mb3em{margin-bottom: 3.7em;}
.mb5em_sp{margin-bottom: 3.7em;}
.anchor{ display: block; padding-top: 80px; margin-top: -80px;}
.white{	color:#fff;}
.pc { display:inherit!important;}
.sp { display:none!important;}
.li-pt{	padding-top: 20px!important;}

/* title　ここから
========================================================================== */
.main_visual{max-width:1200px; margin:0 auto;}

.kv-pc{ position: relative;	width: auto; margin: 0 auto;}
.kv-pc img{	display: block; margin:0 auto;}
.top_image{}
.top_sub{
	width:1200px;
	margin:0 auto;
	display:flex!important;
	justify-content: space-between;
	align-items:flex-start;
	padding-bottom:20px;
}
.top_sub_item{text-align:right; font-size:0.7rem;}
.top_sub_item p{margin-top:5px;}

.header_img-logo { position: absolute; top: 0; left: 0;}
.header_img-logo img{ width: 200px !important; }

/* delivery */
.delivery{ padding:20px 0; }
.delivery_inner{ width: 100%; max-width:1200px; margin: 0 auto; text-align: left; }
.delivery_inner img{ margin-bottom: 10px; }


/* バナーエリア　ここから
========================================================================== */
main{padding-top:60px;}
.bnr { position: relative; text-align: center; margin-bottom: 30px; }
/* 同時開催中の企画・キャンペーン */
.list-bnr{ display: flex; flex-wrap: wrap; gap:5px; justify-content: space-between; margin-bottom:50px;}
.list-bnr2{margin-bottom:20px!important;}

.list-bnr_item{ width: 24%; background-color:#fff; margin-bottom:10px; box-sizing:border-box;}
.list-bnr img{ max-width: 100%;}
.list-bnr::after {content:""; display: block; width:24%; }/*メニュー奇数対応*/
.border_w{border:1px #ccc solid;}

/* 商品エリア　ここから
========================================================================== */

/* product */
.product_wrap{width:1200px; margin:0 auto;}
.product_wrap .cf_1col,.product_wrap .cf_2col,.product_wrap .cf_4col{margin-bottom: 15px;}
/* product flex 4カラム*/
.product_wrap .cf_4col{ display: flex; flex-wrap: wrap; gap:10px; }
.product_wrap .cf_4col > a{ width: calc((100% - 30px) / 4);  box-sizing: border-box; text-decoration: none; color: #000; }
.product_wrap .cf_4col > a:hover { opacity: 0.7; transform: all 0.5s; }
.product_wrap .cf_4col .jsmh{ display: flex; flex-direction: column; border: 1px solid #eee; text-align: center; padding: 10px; background-color: #fff; }
.product_wrap .cf_4col .jsmh .product_name{ flex-grow: 1; font-size: 1em; font-weight: 500; line-height: 1.35;}
.product_wrap .cf_4col .jsmh .price{ font-weight: bold; color: #cc0000;}
.product_wrap .cf_4col .jsmh .price span{ font-size: 1.75em; padding:0 5px;}
.product_wrap .cf_4col .jsmh .tax_price{ padding-bottom: 10px; line-height: 1; font-size: 0.65em; font-weight: bold; color: #000;}
.product_wrap .cf_4col .jsmh .tax_price > span{ font-size: 1.65em; padding:0 5px;}
.product_wrap .cf_4col .jsmh .limited{ display: block; border: 2px solid #cc0000; padding: 5px 0; color: #cc0000; font-size: 0.85em; font-weight: bold;}

/* product flex 1カラム*/
.product_wrap .cf_1col{ padding: 10px; background-color: #fff; border: 1px solid #eee; text-align: center; color: #000; }
.product_wrap .cf_1col a{color: #000;}
.product_wrap .cf_1col .jsmh{ display: flex; align-items: center; }
.product_wrap .cf_1col .jsmh .box{padding:0 15px; margin: 0 0 0 60px; width: 550px;}
.product_wrap .cf_1col .jsmh .photo{ padding:0 15px; width: 450px; }
.product_wrap .cf_1col .jsmh .photo img{ margin-bottom: 0; }
.product_wrap .cf_1col .jsmh .product_name{font-size: 1.5em; line-height: 1.3; margin-bottom: 30px;}
.product_wrap .cf_1col .jsmh .price span{ padding: 0 3px; font-size: 3rem;}
.product_wrap .cf_1col .jsmh .tax_price{ margin-bottom: 30px;}

/* product flex 2カラム*/
.product_wrap .cf_2col{ display: flex; flex-wrap: wrap; gap:10px; text-align: center; }
.product_wrap .cf_2col > a{width: calc((100% - 10px) / 2);  box-sizing: border-box; text-decoration: none; color: #000; background-color: #fff;}
.product_wrap .cf_2col .jsmh{ display: flex; align-items: center; padding: 10px 0;}
.product_wrap .cf_2col .jsmh .box{padding:15px; flex-basis:auto;}
.product_wrap .cf_2col .jsmh .photo{ padding: 0 5px 0 15px; flex-basis:610px;}
.product_wrap .cf_2col .jsmh .photo img{ margin-bottom: 0; }
.product_wrap .cf_2col .jsmh .product_name{font-size: 1.15em; line-height: 1.3; padding: 20px 0;}
.product_wrap .cf_2col .jsmh .price span{ padding: 0 3px; font-size: 2.5rem;}
.product_wrap .cf_2col .jsmh .tax_price{ margin-bottom: 10px;}




/* 家電ページ */

#kaden_sale #header_wrap{padding-bottom:20px;}
#kaden_sale h2{margin-top:50px!important;}
.kaden_h2{}
#kaden_sale img.attention_top{margin-top:0px; margin-bottom:80px;}
#kaden_sale .list-bnr{margin-bottom: 0;}
#kaden_sale main{margin-top:-50px;}

/*----------------------------*/

/*商品名*/
.product_wrap .jsmh .product_name_sub{font-size:0.8rem; padding-top:10px;}

/*商品画像*/
.product_wrap .jsmh .photo img{	width: 100%; margin-bottom: 10px;}

/*割り引き表示*/
.product_wrap .jsmh .icon_discount,
.product_wrap .jsmh .icon_discount:before,
.product_wrap .jsmh .icon_discount:after,
.product_wrap .jsmh .icon_discount_body,
.product_wrap .jsmh .icon_discount_body:before {
    position: absolute; 
    background-color: #C00;
    width: 70px;
    height: 70px;
}
.product_wrap .jsmh .icon_discount_body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.product_wrap .jsmh .icon_discount_body p {
    padding: 0.5rem 0.2rem 0.2rem 0.3rem;
    font-size: 1.5rem;
	font-weight: bold;
    color: #fff;
	line-height: 1.1;
	letter-spacing:2px;
}
.product_wrap .jsmh .icon_discount{ top: -5px; left: 76%;}
.product_wrap .jsmh .icon_discount:before { transform: rotate(22deg); content: ''; display: block;}
.product_wrap .jsmh .icon_discount:after { transform: rotate(-22deg); content: ''; display: block;}
.product_wrap .jsmh .icon_discount_body:before { transform: rotate(45deg); content: ''; z-index: -1; }
.product_wrap .jsmh .icon_discount_body span { display: block; }
/*割り引き表示 ここまで*/

/*限定数 おひとり様〇点まで*/
.product_wrap .jsmh .limited {
    color: #CC0000;
    font-weight: bold;
    display: block;
    padding: 8px 0 5px 0;
    text-align: center;
    border: 2px solid #CC0000;
    font-size: 1rem;
}

/*割引前価格*/
.product_wrap .jsmh .info {	padding: 10px 0 0 0; height: 40px; text-align: center; font-size: 0.8rem; }
.product_wrap .jsmh .info span{display: block;}

/*販売価格　税抜き*/
.product_wrap .jsmh .price { padding-top: 15px; color: #c00; font-weight: 700; font-size: 1rem;}
.product_wrap .jsmh .price span { padding: 0 3px; font-size: 1.75rem;}

/*販売価格 税込み*/
.product_wrap .jsmh .tax_price { margin-bottom: 10px; font-weight: 700; }
.product_wrap .jsmh .tax_price span{ padding: 0 3px; }

/*完売御礼　ここから*/
.product_wrap .soldout_box{ pointer-events: none; }
.product_wrap .soldout_box dl{ color: #999; }
.product_wrap .soldout_box img{ opacity: 0.65; width: 100%;}
.product_wrap .soldout_box .price,
.product_wrap .soldout_box .limited{ opacity: 0.5; }
.product_wrap .jsmh .soldout{
	position: absolute;
	display: block;
	color:#fff;
	background-color: #cc0000;
	padding: 15px;
	font-weight: bold;
	font-size: 2rem;
	top:30%;
	left: 22%;
}

.product_wrap .soldout_box .icon_discount,
.product_wrap .soldout_box .icon_discount:before,
.product_wrap .soldout_box .icon_discount:after,
.product_wrap .soldout_box .icon_discount_body,
.product_wrap .soldout_box .icon_discount_body:before {
 	background-color: #e57f7f !important;
}
/*完売御礼　ここまで*/

/*完売御礼 お楽しみセット*/
.lucky_set .photo{position:relative;}

.product_wrap .lucky_set .soldout{
	position: absolute;
	display: block;
	color:#fff;
	background-color: #cc0000;
	padding: 15px 40px;
	font-weight: bold;
	font-size: 2rem;
	top:40%;
	left: 22%;
}

.photo_kari,.photo_kari a{font-size:30px; background:#999; width:500px; max-width:100%; padding-top:45%; padding-bottom:calc(55% - 40px); margin-bottom:5px; text-align:center;}

/*　シークレットセールエリア　ここから
========================================================================== */
.fukidasi img{margin-top:50px;}

#secretsale .product_name{margin-bottom:20px;}
#kaden_sale #secretsale .product_name{margin-bottom:0!important;}

section#secretsale { margin:0 auto; text-align: center; }
#secretsale .secret_inner{ width:1200px;}
#secretsale .secret_inner input{ padding: 0 !important;}
#secretsale .secret_inner .txt{ font-size: 1rem; text-align: center; color: #fff; margin-bottom: 10px; }   
#secretsale .secret_inner .balloon{ 
	position: relative; 
	display: inline-block;
	margin: 15px 0;
	padding: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	background: #ffffde;
}

#secretsale .secret_inner .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #ffffde;
}

#secretsale .secret_box{ width: 980px; background-color: #000; padding: 20px 0 40px; margin: 0px auto;}
#secretsale .secret_box h3{ color: #fff; font-size: 2rem; font-weight: bold; margin: 10px 0 20px; text-align: center;}
#secretsale .secret_box ol{
  width:780px;
  background-color: #fff;
  border-radius: 10px;
  counter-reset:number; /*数字をリセット*/
  padding: 20px 1.5em;
  margin:0 auto;
}

#secretsale .secret_box ol li {
  position: relative;
  text-align: left;
  line-height: 1.5em;
  list-style-type: none!important; /*数字を消す*/
  padding: 1em 0.5em 1em 40px;
  font-size: 0.9rem;
}

#secretsale .secret_box ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  background: #000;
  color: white;
  font-weight:bold;
  left: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
    
#secretsale .form-text {
    height: 4em;
    width: 40%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 1em 0 2em;
}
    
#secretsale .form-submit-button {
	position: relative;
    display: inline-block;
    width: 60%;
    padding: 15px;
    margin: 0 0 20px;
    border: none;
    background-color: #ff008f;
	border-radius:30px;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    font-size: 1.25rem;
	border:2px #ff008f solid;
}

#secretsale .form-submit-button::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

#secretsale .form-submit-button:hover{
	/*background-color: #ff47ae;*/
	opacity:0.75;
}

 
img.attention_top{border-radius: 10px; margin-top:80px; margin-bottom:30px;}

.coupon_area{ text-align: center; margin: 0 0 80px;}
.coupon_area a{ display: block; text-decoration: underline; color: #000000; margin: 10px 0; }
.coupon_ttl{ font-size: 2rem; font-weight: bold; line-height: 1.75; margin: 50px 0;}
.coupon{ width: 450px; margin: 0 auto 20px; background-color: #fff; padding: 30px 0;}
.coupon span{ font-size: 2rem; font-weight: bold; display: block; padding-top: 15px;}


/* footer上 注意書き 
========================================================================== */
#attention_area{margin:60px auto; padding: 30px; width: 760px; background-color: #fff; border-radius: 10px; text-align: left; border: 3px #000 solid; }
#attention_area img{margin: 0 auto; text-align: center;}
.attention { padding: 0 40px 0; margin-top:30px;}
.attention p { padding-bottom: 15px;}
.attention_ttl{text-align: center; font-size: 2rem; font-weight: bold; line-height: 1.75;}
.attention_txt{text-align: center; line-height: 1.5; font-weight: 500; font-size: 1.15rem; width:760px; margin: 0 auto;}
	
/* footer 
========================================================================== */
.footer { position: relative; background: #333; text-align: center; padding: 30px 0;}
.footer a {letter-spacing: 0.1em; font-size: 0.7rem; color: #fff; text-decoration: none;}
.footer a:hover {text-decoration: none;}

/* ページトップ */
.go-to-top{ position:fixed; bottom: 5px; right: 5px; width: 60px; opacity: 0;
 -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; z-index: 9999;}
.go-to-top--show { opacity: 1;}

/*　↓矢印「▼」　ここから
========================================================================== */

/*矢印「▼」*/
.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.25em 0.75em;
  border-top-color: currentColor;
  border-bottom: 0;
	margin: 30px 0;
}

/*矢印「>」*/
.dli-chevron-right {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
　margin-left: 5px;
}

/*　ボタン　ここから
========================================================================== */

/*ボタン*/
.btn_1col a.btn-white{margin:0 auto;}

.btn_secret{ display: flex; justify-content: center; gap: 50px;}

a.btn-white {
border:2px #fff solid;
    position: relative;
    display:block;
    text-align:center;
    font-weight: bold;
    font-size:120%;
    text-decoration: none !important;
    color: #000 !important;
    background: #fff;
    padding: 22px 0 18px;
    margin-top:20px;
	border-radius:50px;
	width:400px;
}

a.btn-yellow {
border:2px #ffff00 solid;
    position: relative;
    display:block;
    text-align:center;
    font-weight: bold;
    font-size:120%;
    text-decoration: none !important;
    color: #000 !important;
    background: #ffff00;
    padding: 22px 0 18px;
    margin-top:20px;
	border-radius:50px;
	width:400px;
}


a:hover.btn-white,a:hover.btn-orange,a:hover.btn-yellow {
	opacity:0.75;
}

a.btn-white::after {
	content: "　";
	position: absolute;
	display: block;
	top: 40%;
	right: 2em;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.btn-yellow::after  {
	content: "　";
	position: absolute;
	display: block;
	top: 40%;
	right: 2em;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*ハンバーガー調整*/
.input-hidden{display: none;}

/*========================================================================

　タブレット表示

========================================================================== */

@media screen and (max-width: 1024px) {
.product_wrap {width:95%; margin:0 auto;}
img{max-width:100%!important;}


	.product_wrap .jsmh .icon_discount, .product_wrap .jsmh .icon_discount:before, .product_wrap .jsmh .icon_discount:after, .product_wrap .jsmh .icon_discount_body, .product_wrap .jsmh .icon_discount_body:before { width: 60px; height: 60px; }
	#attention_area { width: auto;}
	
	h2{margin:50px 15px 0;}
	h2 img{width:100%;}
	.secret_inner{max-width:100%; margin:0 auto;}
	.fukidasi img{width:auto; max-width:95%; margin-top:50px; margin-bottom:10px;}
	#cate1 h2,#cate2 h2,#cate4 h2{
		text-align:left;
		font-size:2rem;
	}
	#cate1 h2 span,#cate2 h2 span,#cate4 h2 span{
		display:block;
		width:calc(100vw - 300px);
		text-align:center;
	}
	.mb80{margin-bottom:80px!important;}
	img.attention_top{margin:30px auto;}



/*割り引き表示*/
.product_wrap .jsmh .icon_discount,
.product_wrap .jsmh .icon_discount:before,
.product_wrap .jsmh .icon_discount:after,
.product_wrap .jsmh .icon_discount_body,
.product_wrap .jsmh .icon_discount_body:before {
    width: 60px;
    height: 60px;
}

.product_wrap .jsmh .icon_discount_body p {font-size: 1.4rem;}
.product_wrap .jsmh .icon_discount{ top: -5px; left: 70%;}
	
	.product_wrap .jsmh .soldout{
	font-size: 1.5rem;
	top:20%;
	left: 15%;
}
}
/*========================================================================

　スマホ表示

========================================================================== */

@media screen and (max-width: 768px) {
	
/*　style
================== */
body{background-image: url(../img/bg-body_sp.jpg);}
header{background:url(../img/bg-kv_sp.jpg) no-repeat top center; background-size:cover;}

h1 img { width: 100% !important; }
.pc { display:none!important; }
.sp { display:inherit!important; }
.anchor{ display: block; padding-top: 200px; margin-top: -200px;}
h2{margin:40px 15px 10px;}
	
.coupon { width: 90%;}
	
/*　微調整
================== */
.pt{ padding-bottom: 10px;}
.mt{ padding-bottom: 30px;}
.li-pt{padding-top: 15px !important;}
.mb3em { margin-bottom: 3.25em;}
.mb5em_sp{margin-bottom: 5.5em;}
	
/*　ナビゲーション
================== */
.nav{ width:100%; font-size: 90%;}
.nav ul li div{ padding:10px 20px;}
#menu{ margin:50px auto;}
	
/*　ヘッダー
================== */
.main_visual{}
.header_img-logo{ padding-left: 15px; width:25%;}
.header_img-logo img{ max-width:100%!important; min-width:130px!important;}
.delivery_inner{ display: flex; flex-direction: column; gap: 20px; background-color: #fff;}
.delivery_inner img{ width: 95%; padding:20px 2% 0px; margin:0 auto;}
.attention_txt{ width: 96%; padding-left:10px; padding-bottom:10px; font-size: 1rem;}
.top_sub{
	width:90%;
	margin:0 auto;
	display:block;
	padding:40px 0 20px;
}
.top_sub_item{font-size:0.7rem;}
.top_sub_item p{margin-top:5px;}
.top_image{ margin:auto;;}
	
/*　お楽しみセット
================== */
.lucky_set{
	display:block;
	margin:30px 15px 20px 15px;
	padding:10px;
}
.lucky_set img{width:auto; max-width:100%;}
.lucky_set .photo,.lucky_set .lucky_txt{padding:0;}
.lucky_txt .product_name{font-size:1.4rem; margin-bottom:15px;}
.lucky_set .price{color: #CC0000; font-size:1.1rem;}
.lucky_set .price span{font-size:2.3rem;}
.lucky_set .tax_price,.lucky_txt .product_name span{font-size:1.1rem;}
.lucky_set .limited{font-size:1rem; padding:10px; margin-top:10px;}	

/*　product
================== */
	
/* product flex 4カラム*/
.product_wrap .cf_4col > a{ width: calc((100% - 10px) / 2); }
.product_wrap .cf_4col .jsmh .product_name{ font-size: 0.8em; font-weight: 500; line-height: 1.35;}
.product_wrap .cf_4col .jsmh .price{ font-weight: bold; color: #cc0000;}
.product_wrap .cf_4col .jsmh .price span{ font-size: 1.75em; padding:0 5px;}
.product_wrap .cf_4col .jsmh .tax_price{ padding-bottom: 10px; line-height: 1; font-size: 0.65em; font-weight: bold; color: #000;}
.product_wrap .cf_4col .jsmh .tax_price > span{ font-size: 1.65em; padding:0 5px;}
.product_wrap .cf_4col a .jsmh .limited{ display: block; border: 2px solid #cc0000; padding: 5px 0; color: #cc0000; font-size: 0.85em; font-weight: bold;}

/* product flex 1カラム*/
.product_wrap .cf_1col{ padding: 10px;}
.product_wrap .cf_1col .jsmh{ flex-direction: column; }
.product_wrap .cf_1col .jsmh .box{padding:15px 15px 0; margin: 0; width: 100%;}
.product_wrap .cf_1col .jsmh .photo{ padding:0 15px; width: 100%; }
.product_wrap .cf_1col .jsmh .photo img{ margin-bottom: 0; }
.product_wrap .cf_1col .jsmh .product_name{ margin-bottom: 0; font-size: 1.25rem;}
.product_wrap .cf_1col .jsmh .price span{ font-size: 2.5rem;}
.product_wrap .cf_1col .jsmh .tax_price{ margin:5px 0 10px 0; font-size: 0.75rem;}
.product_wrap .cf_1col .jsmh .tax_price span{ font-size: 1.25rem;}

/* product flex 2カラム*/
.product_wrap .cf_2col{ flex-direction: column}
.product_wrap .cf_2col > a{width:100%;  box-sizing: border-box; text-decoration: none; color: #000; background-color: #fff;}
.product_wrap .cf_2col .jsmh{ display: flex; align-items: center; padding: 10px 0;}
.product_wrap .cf_2col .jsmh .box{padding:0 10px 0 5px; flex-basis:auto;}
.product_wrap .cf_2col .jsmh .photo{ padding: 0 5px 0 15px; flex-basis:120%;}
.product_wrap .cf_2col .jsmh .photo img{ margin-bottom: 0; }
.product_wrap .cf_2col .jsmh .product_name{font-size: 0.9rem; line-height: 1.3; padding: 10px 0;}
.product_wrap .cf_2col .jsmh .price {padding: 0;}
.product_wrap .cf_2col .jsmh .price span{ font-size: 1.75rem;}
.product_wrap .cf_2col .jsmh .tax_price{ margin-bottom: 10px; padding: 5px 0 0 0; font-size: 0.65rem;}
.product_wrap .cf_2col .jsmh .tax_price span{ font-size: 1.15rem;}


/*割り引き表示*/
.product_wrap .jsmh .icon_discount,
.product_wrap .jsmh .icon_discount:before,
.product_wrap .jsmh .icon_discount:after,
.product_wrap .jsmh .icon_discount_body,
.product_wrap .jsmh .icon_discount_body:before {
  width: 50px;
  height: 50px;
}
.product_wrap .jsmh .icon_discount_body p,
.product_wrap .jsmh .icon_discount_body span{ font-size: 1.15rem; }
	.product_wrap .jsmh .icon_discount{ top: -2px; left: 73%;}

/*販売完了*/
	
.product_wrap .jsmh .soldout{
	font-size: 1.5rem;
	width: 70%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*　footer上 注意書き
================== */
	img.attention_top{border-radius: 0px; margin-top:50px; margin-bottom:20px;}
#attention_area { padding: 10px; }
#attention_area img{ width: 95%; padding-top: 30px;}
.attention{ padding:0 15px 20px;}
.attention p { font-size: 1.15rem;}
.attention_ttl { font-size: 1.5rem; margin-top: 25px;}
	
ol.list li{ margin-left: 1em; line-height: 1.5;}

/*　バナー
================== */
.list-bnr{justify-content:space-between; text-align: center; padding: 0; margin: 0 auto;}
.list-bnr img{ width: 100%; }
.list-bnr_item { width:49%;}
.list-bnr::after {content:""; display: block; width:50%; }/*メニュー奇数対応*/
	
/*　シークレットセール
================== */
#secretsale .secret_inner{ width:100%; margin:0 auto;}
#secretsale .secret_box{ width: 100%; background-color: #000; padding: 30px 0;}
#secretsale .secret_box h3{ margin: 0 0 20px; padding: 0 15px; font-size: 1rem; color: #fff;}
#secretsale .secret_box ol{ width:90%; padding: 0.5em;}
#secretsale .form-text { margin: 0 0 1em; width: 60%;}
#secretsale .form-submit-button { width: 98%; font-size: 1.2rem;}
#secretsale .txt{ margin-top: 0; font-size: 1rem; color: #000; line-height: 1.75;}  
	
#validate_msg{margin-bottom:5px;}	
	
/*　ボタン
================== */
.btn_secret{ display: flex; flex-direction: column; gap: 0px; width: 95%; margin: 0 auto;}
.btn_secret a{ width:auto; font-size: 1.2rem !important; margin: 20px 0 0;}

.btn_1col a.btn-white{margin:15px auto 0;}



/* ハンバーガー 全体調整CSS */
.hamburger_area{}
.hamburger-wrap{position:sticky; top:0; z-index:999; padding-top:2em;}
.hamburger-demo-menubox *{font-size: 16px;}
.hamburger-demo-menubox li{
	font-size: 14px;
}

/* hamburgerここから */
	/* inputを非表示 */
.input-hidden{
	display: none;
}
	/* label */
.hamburger-demo-switch{
	cursor: pointer;
	position: absolute;
	right: 2.5%;
	top: 5px; /* ハンバーガーアイコンの位置（上から） */
	z-index: 9999;
	width: 4em; /* アイコン（クリック可能領域）の幅 */
	height: 4em; /* アイコン（クリック可能領域の）高さ */
background-color:#fff;
border-radius:10px;

}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo1:checked ~ .hamburger-demo-switch{
	position: fixed;
}
/* ハンバーガーアイコン */
.hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after{
	width: 25px;
	height: 3px;
	background: #000; /* ハンバーガーアイコンの色 */
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .3s;
	content: "";
}
.hamburger-switch-line1{
		transform: translate(-50%, -50%);
}
.hamburger-switch-line1:before{
	transform: translate(-50%, -300%);
}
.hamburger-switch-line1:after{
	transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
	width: 0;
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:before{
	transform: rotate(45deg) translate(-40%, 325%);
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:after{
	transform: rotate(-45deg) translate(-40%, -325%);
}
/* メニューエリア */
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: #fff; /* メニューエリアの背景色 */
	padding: 5em 3% 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
	top: 0;
	left: 100%;
	width: 70%;
}
/* メニューリスト */
.hamburger-demo-menulist{
	margin-right: 3%;
	padding-left: 5% !important; /* !important不要な場合もあり */
	list-style: none;
}
.hamburger-demo-menulist li a{
	text-decoration: none;
	color: #000; /* メニューリストの文字色 */
	display: block;
	padding: .5em 0;
}
/* メニューエリア･アニメーション */
	/* 右から */
#hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
	left: 30%;
}
	/* コンテンツカバー */
#hamburger-demo1:checked ~ .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}

.hamburger-demo-menulist li{padding-left:30px; background:url(../img/icon_b.png) 7px 50% no-repeat;}
.hamburger-demo-menulist li:hover{background:#000 url(../img/icon.png) 7px 50% no-repeat;;}
li.ext-link{ background:url(../img/icon-new_window_bk.png) 0% 50% no-repeat;}
li.ext-link:hover{background:#000 url(../img/icon-new_window_wt.png) 0% 50% no-repeat;}
.hamburger-demo-menulist li a:hover{color:#fff; opacity: 1;}
/*ハンバーガーメニュー終了*/

}/*end*/


/* PCではハンバーガーメニューを表示しない */
@media (min-width: 769px){
.hamburger-demo-menubox{display: none;}
}
