@charset "utf-8";

/* style
   ========================================================================== */
html {
	height: 100%;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 500;
	
}
body{background:#eee;}
.pc { display:inherit;}
.sp { display:none!important;}
header{color:#000; position:relative;}
*{box-sizing:border-box;}
a{color:#000;}
a:hover{opacity:0.8; transition-duration: 0.2s;}
img{max-width:100%;}
.product_wrap{width:1200px; max-width:95%; margin:0 auto;}
.red { color:#cc0000; }
.bold {	font-weight: 700;}

/*メニュー高さ = scroll-margin-top + padding-top*/
section{scroll-margin-top:180px; padding-bottom:80px;}
section#cate1{padding-bottom:0;}

h1{text-align: center;}
h1 img{	width: auto !important;}
h3{margin-bottom:30px; position:relative; text-align:center; font-size:2rem; }
h3 p{position:absolute; text-align:center; line-height:1.2; left:3%; top:50%; transform: translateY(-50%); font-size:1.4rem; background:#ffff00; padding:7px 30px 5px;}
h3 img{margin-inline:auto;}
h3 p span{font-size:80%; margin-left:-0.3em;}

.border_b{border:1px #555 solid; box-sizing:border-box;}
.border_w{border:1px #eee solid; box-sizing:border-box;}


/*開始前*/
.link_off{pointer-events:none;}
.hamburger-wrap,.link_on{pointer-events:auto!important;}/*メニュー リンク有効*/

/*企画終了時
.kikaku_after{text-align:center; font-size:1.5rem; padding:20px; border-bottom:1px solid #000; background:#fff;}
@media all and (max-width: 767px) {
.kikaku_after{font-size:1rem; position:relative; top:11.5vw; z-index:9; border-top:1px solid #000;}
}*/

/*　navigation　ここから
========================================================================== */
#global{ z-index: 99;  margin-bottom: 40px; }

/*PCナビ*/
.input-hidden{display: none;}
.hamburger-wrap{position: -webkit-sticky; position:sticky; top:0; z-index:999; width:1200px; max-width:95%; margin:0 auto;}
.hamburger-demo-menubox ul{display: flex; flex-wrap: wrap; margin-bottom:50px;}

.hamburger-demo-menubox ul li{
box-sizing:border-box;
	display: block;
	width:calc(100% / 4);
	text-align: center;
	font-size:clamp(0.8rem, 1.3vw, 1.1rem)!important;
	font-weight: 600;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background:#fff;
	/*background:#fff url(../img/icon_b.png) 6.25% 50% no-repeat;*/
	position:relative;
}

.hamburger-demo-menubox ul li a.font_s{font-size:clamp(0.7rem, 1.2vw, 1rem)!important; padding-left:5px; position: absolute; top:50%; transform: translateY(-50%)}

.hamburger-demo-menubox ul li.pc{ display: block !important; text-align: center;}
.hamburger-demo-menubox ul li a { width: 100%; color: #000; display: block !important; padding:15px 0px 12px;}
.hamburger-demo-menubox ul li a:link{display: block;}
.hamburger-demo-menubox ul li:hover a { opacity: 1; transition-duration: 0s;}
.hamburger-demo-menubox ul li:hover{display:block; background:#ececec; /*background:#000 url(../img/icon_w.png) 6.25% 50% no-repeat;*/}
.hamburger-demo-menubox ul li:nth-child(4),
.hamburger-demo-menubox ul li:nth-child(8),
.hamburger-demo-menubox ul li:nth-child(12){border-right: none;}

/*さんかくアイコン
.hamburger-demo-menubox ul li::before{background-color:#000; width:clamp(6px,1vw,12px); height:clamp(10px,0.83vw,5px); clip-path:polygon(0 0, 100% 0%, 50% 100%); position:absolute; display:block; content:""; left:1em; top:50%; transform: translateY(-50%)}*/

/*トップページへ戻る*/
.hamburger-demo-menubox ul li.ext-link::before{width:0; height:0;}
.hamburger-demo-menubox ul li.ext-link{ background:#fff url(../img/icon-new_window_bk.svg) 5% 50% no-repeat; background-size:18px;}
.hamburger-demo-menubox ul li.ext-link:hover{ background:#ececec url(../img/icon-new_window_bk.svg) 5% 50% no-repeat; background-size:18px;}

/*　微調整 ここから
========================================================================== */
ul.list li{	list-style: disc; margin-left: 1.5em; padding: 0 0 8px 0; font-weight: 400;}

/* ヘッダー　ここから
========================================================================== */
#header_wrap{position:relative;}
.header_img-logo{position: absolute; top: 0; left:7.75%;}
.header_img-logo img{ width: clamp(150px,14vw,200px)!important;}
.main_visual{text-align:center; padding-bottom:0; margin:0 auto; background:url(../img/kv-bg_pc.png) center top; background-size:cover;}
.top_image{text-align:center;}
.top_image img{display:inline; max-width:100%;}

.top_sub{background:#490105; text-align:center; padding:40px 2.5%; margin:0 auto;}
.top_sub_flex{display:flex; flex-wrap:wrap; gap:20px;}
.top_sub_flex .flex_item{width:calc((100% - 20px) / 2); /*filter:drop-shadow(3px 3px 5px rgba(0,0,0,0.8));*/}


/*終了しました*/
.kikaku_end img{filter: brightness(0.5);}
.kikaku_end::after{
content:"終了しました";
text-align:center;
color:#fff;
font-size:2.5rem;
font-weight:600;
white-space:nowrap;
position:absolute;
top:50%; left:50%;
transform: translateY(-50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
}
@media all and (max-width: 1023px) {.kikaku_end::after{font-size:2rem;}}
@media all and (max-width: 767px) {.kikaku_end::after{font-size:1.5rem;}}


/* バナーエリア　ここから
========================================================================== */
.list-bnr{display:flex; flex-wrap: wrap; gap:15px;}
.list-bnr .list-bnr_item{ width:calc((100% - 45px) / 4); background-color:#fff; box-sizing:border-box; position:relative; }
.list-bnr::after {content:""; display: block; width:calc((100% - 45px) / 4); }/*メニュー奇数対応*/
.list-bnr_1col .list-bnr_item{width:calc((100% - 50px) / 2); display:block; margin:0 auto;}
.list-bnr_2col{display:flex; flex-wrap: wrap; gap:30px; margin-bottom:30px;}
.list-bnr_2col .list-bnr_item{width:calc((100% - 30px) / 2); position:relative;}
.list-bnr_2col .shadow img{filter:drop-shadow(4px 4px 4px rgba(0,0,0,0.6));}
.list-bnr_3col{display:flex; gap:15px; flex-wrap:wrap; justify-content:center; margin-bottom:25px;}
.list-bnr_3col .list-bnr_item{width:calc((100% - 30px) / 3); position:relative;}

.list-bnr_item .soldout{
text-align:center;
	position: absolute;
	display: block;
	color:#fff;
	background-color: #cc0000;
	padding: 15px;
	font-weight: bold;
	font-size: 2rem;
	width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*アイコン*/
.list-bnr .icon_red{position:absolute; background-image:url(../img/icon_red.png); background-size:cover; top:-10px; right:-15px; width:80px; height:80px; text-align:center;}
.list-bnr .icon_red .sale .off{font-size:110%;}
.list-bnr .icon_red .sale{font-size:1.1rem; display:flex; flex-direction:column; justify-content:center; height:100%; font-weight:900; white-space:nowrap; line-height:1; letter-spacing:0.05em; paint-order: stroke;}
.list-bnr .icon_red .sale .sale_rate{letter-spacing:-0.1em;}
.list-bnr .icon_red .sale .sale_rate span{font-size:200%; letter-spacing:-0.01em;}
.list-bnr .icon_red .sale .sale_rate span.font_s{letter-spacing:-0.02em; font-size:180%;}
.list-bnr .icon_red p{color:#fff; display:flex; flex-direction:column; justify-content:center; height:100%; font-weight:600; line-height:1;}

/* カテゴリ　ここから
========================================================================== */

main{
padding-top:50px;
background:#39ee5f;
}
.cate_back01{
padding-top:30px;
background-image:url("../img/bg_main01_pc.jpg");
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
}

.cate_back02{
padding-top:50px;
background-image:linear-gradient(to right,transparent,rgba(255,255,255,0.8),transparent),url("../img/bg_main02_pc.png");
background-repeat:repeat;
}
.cate_back03{
padding-top:50px;
background-image:linear-gradient(to right,transparent,rgba(255,255,255,0.8),transparent),url("../img/bg_main03_pc.png");
background-repeat:repeat;
}
.cate_back04{
padding-top:50px;
background-color:#080059;
background-image:url("../img/bg_main03-1_pc.jpg"),url("../img/bg_main03-2_pc.jpg");
background-size:100%;
background-repeat:no-repeat;
background-position:center top,center bottom;
}

#cate1 .cp_bnr{margin-bottom:60px;}

/* 商品エリア　ここから
========================================================================== */
/* product */
.product_wrap .sp_price{padding-bottom:15px; margin:0 auto; margin-top:15px; width:90%;}
.product_wrap .font_b{width:100%;}
.item_price *{color:#cc0000; font-weight:700;}
.retail_price{display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-end; column-gap:0.2em; font-size:1rem; font-weight:normal; margin-bottom:-0.3em; line-height:1.2;}
.retail_price span.tax{font-size:90%!important; margin-left:-0.3em;}
.product_wrap .product_name{flex-grow: 1;}
.product_wrap .product_name_sub{font-size:0.8rem; padding-top:10px;}
.product_wrap .jsmh{display:flex; flex-direction:column; gap:15px; border: 1px solid #eee; background:#fff; text-align:center; padding:10px;}
.product_wrap .jsmh .box{display:flex; flex-direction:column; align-items:center; gap:10px; flex-grow:1;}
.product_wrap .limited {color: #cc0000; padding: 8px 5px 5px; text-align: center; border: 2px solid #dd0000; font-size: 0.85rem; font-weight:600;}
.limited_none{visibility: hidden;}/*限定数なし*/

/* product flex 4カラム*/
.product_wrap .cf_4col{ display: flex; flex-wrap: wrap; gap:15px; }
.product_wrap .cf_4col .jsmh{width: calc((100% - 45px) / 4);}
.product_wrap .cf_4col .jsmh .box{gap:0.5em;}
.product_wrap .cf_4col .product_name{font-size:1rem; font-weight:600; line-height:1.35;}
.product_wrap .cf_4col .item_price{font-size:1rem;}
.product_wrap .cf_4col span.price{font-size:180%;}
.product_wrap .cf_4col span.yen{}
.product_wrap .cf_4col span.tax{font-size:90%; margin-left:-0.3em;}
.product_wrap .cf_4col .limited{font-size: 0.85em; width:90%;}
.product_wrap .cf_4col .product_sub{font-size:80%; line-height:1.2; flex-grow:1; font-weight:400;}
.product_wrap .cf_4col .product_sub .flex{display:flex; flex-direction:column; justify-content:flex-start; text-align:left; text-indent: -1em; padding-left: 1em;}
.product_wrap .cf_4col .jsmh:has(.product_sub){.product_name{flex-grow:0;}}

.product_wrap .cf_4col .tanka{margin-bottom:-10px; font-size:90%; color:#cc0000;}
.product_wrap .cf_4col .retail_price{font-size:85%;}
.product_wrap .cf_4col .price .font_s{font-size:85%;}

/* product flex PC_3カラム*/
.product_wrap .cf_3col{display: flex; flex-wrap: wrap; gap:15px; margin-bottom:20px;}
.product_wrap .cf_3col .jsmh{padding:15px; width: calc((100% - 30px) / 3);}
.product_wrap .cf_3col .product_name{font-size: 1.2em; font-weight: 600; line-height: 1.35;}
.product_wrap .cf_3col .item_price{font-size: 1.75em;}
.product_wrap .cf_3col .item_price{font-size:1.1rem;}
.product_wrap .cf_3col span.price{font-size:180%;}
.product_wrap .cf_3col span.yen{}
.product_wrap .cf_3col span.tax{font-size:90%; margin-left:-0.3em;}
.product_wrap .cf_3col .limited{font-size:0.9rem; width:80%;}
.product_wrap .cf_3col .product_sub{font-size:85%; line-height:1.2; padding-bottom:10px;}
.product_wrap .cf_3col .tanka{margin-bottom:-10px; font-size:90%; color:#cc0000;}
.product_wrap .cf_3col .retail_price{font-size:85%; line-height:1.2;}
.product_wrap .cf_3col .price .font_s{font-size:85%; padding:0;}

/* product flex 2カラム*/
.product_wrap .cf_2col{display: flex; flex-wrap: wrap; gap:15px; text-align: center; margin-bottom:15px;}
.product_wrap .cf_2col .jsmh{flex-direction:row; align-items: center; width: calc((100% - 15px) / 2);}
.product_wrap .cf_2col .jsmh .box{/*align-items:flex-start;*/flex:1;}
.product_wrap .cf_2col .photo{position:relative; width:50%; flex-shrink:0;}
.product_wrap .cf_2col .product_name{font-size: 1.15em; line-height: 1.3; font-weight:600;}
.product_wrap .cf_2col .item_price{font-size:1rem;}
.product_wrap .cf_2col span.price{font-size:180%;}
.product_wrap .cf_2col span.yen{}
.product_wrap .cf_2col span.tax{font-size:90%; margin-left:-0.3em;}
.product_wrap .cf_2col .product_sub{font-size:85%;}
.product_wrap .cf_2col .limited{font-size: 0.85em; padding: 8px 10px 5px; width:100%;}
.product_wrap .cf_2col .retail_price{font-size:90%;}
.product_wrap .cf_2col .retail_price span{font-size:90%;}

/* product flex 2カラム 縦並び */
.product_wrap .cf_2col_row{gap:15px;}
.product_wrap .cf_2col_row > a{width: calc((100% - 15px) / 2); position:relative;}
.product_wrap .cf_2col_row .jsmh{flex-direction:column; gap:10px; padding:15px;}
.product_wrap .cf_2col_row .jsmh .box{align-items:center;}
.product_wrap .cf_2col_row .photo{width:100%;}
.product_wrap .cf_2col_row .product_name{font-size:1.5rem;}
.product_wrap .cf_2col_row .retail_price{font-size:100%;}
.product_wrap .cf_2col_row .item_price{font-size:1.2rem;}
.product_wrap .cf_2col_row span.price{font-size:180%;}
.product_wrap .cf_2col_row span.yen{}
.product_wrap .cf_2col_row span.tax{font-size:90%; margin-left:-0.3em;}
.product_wrap .cf_2col_row .limited{}

/* product flex 1カラム*/
.product_wrap .cf_1col{display: flex; flex-direction:column; gap:20px;}
.product_wrap .cf_1col .jsmh{border:none; flex-direction:row; gap:30px; align-items: center; padding:15px;}
.product_wrap .cf_1col .jsmh .box{gap:15px; flex-grow:0; align-items:flex-start;}
.product_wrap .cf_1col .photo{ width:45%; }
.product_wrap .cf_1col .product_name{font-size: 1.8rem;}
.product_wrap .cf_1col .item_price{font-size:1.4rem;}
.product_wrap .cf_1col span.price{font-size:180%;}
.product_wrap .cf_1col span.yen{}
.product_wrap .cf_1col span.tax{font-size:90%; margin-left:-0.3em;}
.product_wrap .cf_1col .retail_price{margin-bottom:-8px;}
.product_wrap .cf_1col .limited{font-size:1rem; padding: 8px 50px 5px;}

/*バナーボックス*/
.product_wrap .bnr_box{text-align:center;}
.product_wrap .bnr_box .btn p{border:2px solid #222; border-radius:50px; padding:10px 30px; margin-top:1em; display:inline-block; white-space:nowrap; font-weight:600;}
.product_wrap .bnr_box .product_sub{font-size:1rem; line-height:1.3;}
span.narrow{margin-inline:-0.4em; font-size:85%;}
.product_wrap .bnr_box .product_name{font-size:2rem; letter-spacing:0.1em;}

/*----------------------------*/

/*アイコン*/
.product_wrap .icon_red{position:absolute; background-image:url(../img/icon_red.png); background-size:cover;}
.product_wrap .icon_red p{color:#fff; display:flex; flex-direction:column; justify-content:center; height:100%; font-weight:600; line-height:1;}
.product_wrap .icon_yellow{position:absolute; background-image:url(../img/icon_yellow.png); background-size:cover;}
.product_wrap .icon_yellow p{color:#cc0000; font-weight:600; line-height:1;}
.product_wrap .icon_off .sale{position:relative; top:0.1em;}
.product_wrap .cf_1col .icon_off,
.product_wrap .cf_3col .icon_off{top:-25px; right:-25px; width:100px; height:100px;}
.product_wrap .cf_2col .icon_off{top:-20px; right:-20px; width:80px; height:80px;}
.product_wrap .cf_4col .icon_off{top:-20px; right:-20px; width:80px; height:80px;}
.product_wrap .cf_2col_row .icon_off{top:-25px; right:-25px; width:100px; height:100px;}

/*アイコン_割引*/
.product_wrap .icon_off .sale{font-size:1rem; line-height:0.95; display:flex; flex-direction:column; justify-content:center; height:100%; font-weight:900; white-space:nowrap;}
.product_wrap .cf_3col .icon_off .sale{font-size:1.2rem;}
.product_wrap .cf_1col .icon_off .sale{font-size:1.2rem;}
.product_wrap .cf_2col_row .icon_off .sale{font-size:1.2rem;}
.product_wrap .icon_off .sale .sale_rate{font-size:90%;}
.product_wrap .icon_off .sale .sale_rate span{font-size:170%;}
.product_wrap .icon_off .sale .off{font-size:110%;}

/*アイコン_限定*/
.product_wrap .icon_gentei p{line-height:1.1!important;}
.product_wrap .cf_2col .icon_gentei .sale,
.product_wrap .cf_4col .icon_gentei .sale{font-size:0.9rem;}
.product_wrap .cf_3col .icon_gentei .sale{font-size:1.1rem;}
.product_wrap .cf_2col_row .icon_gentei .sale{font-size:1.1rem;}
.product_wrap .icon_gentei .sale .sale_rate{letter-spacing:-0.1em;}
.product_wrap .icon_gentei .sale .sale_rate span{font-size:200%; letter-spacing:-0.01em;}
.product_wrap .icon_gentei .sale .sale_rate span.font_s{letter-spacing:-0.02em; font-size:180%;}

/*残りわずか*/
.product_wrap .icon_few{background:#fff; color:#000; position:absolute; border:1px solid #000; font-weight:500; font-size:0.9rem;}
.product_wrap .cf_3col .icon_few{bottom:10px; right:10px; padding:8px 10px 5px; }
.product_wrap .cf_4col .icon_few{bottom:7px; right:7px; padding:8px 10px 5px;}

.product_wrap .cf_3col .jsmh:has(.icon_few){
.product_name{color:blue;}/*テスト*/
}


/*再販*/
.product_wrap .jsmh .saihan p{background:#cc0000; color:#fff; padding:12px 10px 10px; font-weight:600; letter-spacing: 0.05rem;}
.product_wrap .cf_4col .jsmh .saihan p{font-size:90%; letter-spacing: 0; padding:10px 10px 8px;}

/*割り引き表示*/
.photo{position:relative;}
.icon_discount,
.icon_discount:before,
.icon_discount:after,
.icon_discount_body,
.icon_discount_body:before {
    position: absolute; 
    background-color: #C00;
    width: 60px;
    height: 60px;
}
.icon_discount_body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.icon_discount_body p {
    padding: 0.5rem 0.2rem 0.2rem 0.3rem;
	font-weight: bold;
    color: #fff;
	line-height: 1;
	z-index: 999;
}
.icon_discount{ top: -11px; right:-11px; z-index: 99;}
.icon_discount:before { transform: rotate(22deg); content: ''; display: block;}
.icon_discount:after { transform: rotate(-22deg); content: ''; display: block;}
.icon_discount_body:before { transform: rotate(45deg); content: ''; z-index: -1;}
.icon_discount_body span {display: block;}
.icon_discount_body p{font-size:1.5rem;}

.cf_2col .icon_discount{top:-5%; right:10px;}
.cf_1col .icon_discount{top:0; left:85%;}
.cf_1col .icon_discount,
.cf_1col .icon_discount:before,
.cf_1col .icon_discount:after,
.cf_1col .icon_discount_body,
.cf_1col .icon_discount_body:before {width: 90px; height: 90px;}
/*割り引き表示 ここまで*/


/*完売御礼　ここから*/
.soldout_box{ pointer-events: none; }
.soldout_box{ color: #999; }
.soldout_box img{ opacity: 0.65; width: 100%;}
.soldout_box .price,
.soldout_box .limited{ opacity: 0.5;}
.photo .soldout{
	position: absolute;
	display: block;
	color:#fff;
	background-color: #cc0000;
	padding: 15px;
	font-weight: bold;
	font-size: 2rem;
	width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.cf_1col .photo .soldout{
	padding: 15px 30px;
	font-size: 2.3rem;
	top:calc(50% - 33px);
	left:calc(50% - 103px);
}


/* footer上 注意書き 
========================================================================== */
.attention_back{background:#333; padding:60px 0;}
#attention_area{ padding: 30px; background-color: #fff; border-radius: 10px; text-align: left;}
#attention_area img{margin: 0 auto; text-align: center;}
.attention { padding: 0 40px 0; margin-top:30px;}
.attention p { padding-bottom: 15px;}
.attention p.ttl{font-size:1.2rem; padding-bottom:20px;}
ul.list li{line-height:1.5;}
	
/* footer 
========================================================================== */
.footer { position: relative; background: #000; 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; -moz-transition: opacity 0.5s; transition: opacity 0.5s; z-index: 9999;}
.go-to-top--show { opacity: 1;}


/*　ボタン　ここから
========================================================================== */
/*NEWボタン共通*/
.btn_2col{display:flex; justify-content:center; gap:5%; max-width:90%; margin-inline:auto;}
.btn_2col a.btn{margin-inline:0; /*margin-top:30px;*/}

a.btn{
  display: block;
  position: relative;  
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  padding:18px 0 15px;
  border-radius: 100px;
  box-sizing: border-box;
  max-width: 400px;
  width:100%;
  margin-inline:auto;
  /*border: 1px solid transparent;マウスオン時に境界線*/
  margin-top:30px;
  font-size:120%;
}
a.btn span{
  position: relative;
  display: block;
  transform: translate(-2px, -4px);
  transition: 0.1s;
  z-index: +1;
}
a.btn:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  box-sizing: border-box;
  transform: translate(-2px, -4px);
  transition: 0.1s;
}
a.btn:before{
content: "　";
position: absolute;
display: block;
top:calc(50% - 7px);
right: 7%;
width: 12px;
height: 12px;
border-top: 2px solid #000;
border-right: 2px solid #000;
-webkit-transform: rotate(45deg);
transform:translate(-2px, -4px) rotate(45deg);
z-index: +1;
transition: 0.1s;
}
a.btn:hover{opacity:1!important;}
a.btn:hover span{transform: translate(0, 0);}
a.btn:hover:after{transform: translate(0, 0);}
a.btn:hover:before{transform:translate(0, 0) rotate(45deg);}
a.btn span.font_s{display:inline; font-size:85%; position:relative; right:0.2em;}

/*ボタン　個別*/
a.btn-blue:before,
a.btn-pink:before,
a.btn-red::before{border-top: 2px solid #fff; border-right: 2px solid #fff;}
a.btn-yellow{background:#e6c017;}
a.btn-yellow:after{background:#f9eb37;}
a.btn-blue{color:#fff; background:#08569b;}
a.btn-blue:after{background:#0099ff;}
a.btn-white{background:#000;}
a.btn-white:after{background:#fff; border:2px solid #000;}
a.btn-pink{color:#fff; background:#7f114f;}
a.btn-pink:after{background:#ff008f;}
a.btn-red{background:#990000; color:#fff;}
a.btn-red::after{background:#cc0000;}
#cate1 a.btn-red{padding:22px 0 20px; max-width:90%; width:calc(800px + 5%); font-size:140%; margin-top:40px;}

@media all and (max-width: 1023px) {
#cate1 a.btn-red{margin-top:30px;}
}
@media all and (max-width: 767px) {
a.btn{margin-top:20px; padding:15px 0 12px; width:80%; max-width:350px; font-size:clamp(1rem,3.84vw,1.2rem);}
a.btn:before{width: 10px; height: 10px; top:calc(50% - 6px);}
.btn_2col{flex-direction:column; align-items:center; gap:0; max-width:100%;}
#cate1 a.btn-red{margin-top:30px; font-size:clamp(1rem,3.84vw,1.2rem); max-width:100%; padding:18px 0 15px;}
}

/*========================================================================

　タブレット表示

========================================================================== */
@media screen and (max-width: 1024px) {
.product_wrap {width:95%; margin:0 auto;}
img.attention_top{margin:30px auto;}
section{padding-bottom:60px; scroll-margin-top:160px;}
h3{margin-bottom:20px;}
h3 p{font-size:1rem; padding:5px 20px 3px;}

.top_sub{gap:20px;}
.top_sub a{width:calc((100% - 20px) / 2);}

/*さんかくアイコン
.hamburger-demo-menubox ul li::before{background-color:#000; width:10px; height:8px;}
*/
/* バナーエリア　ここから*/
.list-bnr{gap:10px; margin-top:10px;}
.list-bnr .list-bnr_item{ width:calc((100% - 30px) / 4);}
.list-bnr_3col{gap:20px;}
.list-bnr_3col .list-bnr_item{width:calc((100% - 40px) / 3);}
.list-bnr_2col{gap:20px;}
.list-bnr_2col .list-bnr_item{width:calc((100% - 20px) / 2);}

/* アイコン */
.product_wrap .list-bnr .icon_off,
.product_wrap .list-bnr .icon_gentei{width:70px; height:70px;}
.list-bnr .icon_off .sale{font-size:1rem; line-height:0.9; display:flex; flex-direction:column; justify-content:center; height:100%; font-weight:900;}
.list-bnr .icon_off .sale .sale_rate{font-size:90%;}
.list-bnr .icon_off .sale .sale_rate span{font-size:170%;}
.list-bnr .icon_off .sale .off{font-size:110%;}
.list-bnr .icon_gentei .sale{}
.list-bnr .icon_gentei .sale{font-size:0.9rem; line-height:1;}
.list-bnr .icon_gentei .sale .sale_rate span{font-size:200%;}

.list-bnr_item .soldout{font-size:1.5rem;}
.list-bnr .list-bnr_item .soldout{font-size:1.2rem;}

.product_wrap .jsmh{gap:10px;}
.product_wrap .jsmh .box{gap:8px;}
.product_wrap .limited,.product_wrap .cf_2col .limited {padding: 5px 5px 3px; font-size: 0.8rem; }

/* product flex 4カラム*/
.product_wrap .cf_4col{gap:10px;}
.product_wrap .cf_4col .jsmh{width: calc((100% - 30px) / 4);}
.product_wrap .cf_4col .product_name{font-size: 0.9rem;}
.product_wrap .cf_4col .product_sub{font-size:80%;}
.product_wrap .cf_4col .item_price{font-size:0.9rem;}
.product_wrap .cf_4col .retail_price{font-size:80%;}
.product_wrap .cf_4col .limited{font-size:80%; width:100%;}

/* product flex 3カラム*/
.product_wrap .cf_3col{gap:10px;}
.product_wrap .cf_3col .jsmh{width: calc((100% - 20px) / 3); padding:10px;}
.product_wrap .cf_3col .item_price{font-size:1rem;}

/* product flex 2カラム*/
.product_wrap .cf_2col{gap:10px; margin-bottom:10px;}
.product_wrap .cf_2col .jsmh{flex-direction:column; justify-content:center; padding:15px; width: calc((100% - 10px) / 2);}
.product_wrap .cf_2col .photo{width:100%;}
.product_wrap .cf_2col .jsmh .box{width:90%; align-items:center;}
.product_wrap .cf_2col .product_name{font-size:1.2rem;}
.product_wrap .cf_2col .item_price{font-size:1.1rem;}


/* product flex 1カラム*/
.product_wrap .cf_1col{gap:15px;}
.product_wrap .cf_1col .jsmh{gap:20px;}
.product_wrap .cf_1col .jsmh .box{gap:10px;}
.product_wrap .cf_1col .photo{}
.product_wrap .cf_1col .product_name{font-size: 1.6rem;}
.product_wrap .cf_1col .item_price{font-size:1.2rem;}
.product_wrap .cf_1col .retail_price{margin-bottom:-5px; font-size:90%;}
.product_wrap .cf_1col .limited{font-size:85%; padding: 8px 50px 5px;}

/*アイコン*/
.product_wrap .cf_1col .icon_off{width:90px; height:90px;}
.product_wrap .cf_2col .icon_off{width:90px; height:90px;}
.product_wrap .cf_3col .icon_off{width:80px; height:80px;}
.product_wrap .cf_4col .icon_off{width:70px; height:70px;}

.product_wrap .cf_1col .icon_off .sale{font-size:1.1rem;}
.product_wrap .cf_2col .icon_off .sale{font-size:1.1rem;}
.product_wrap .cf_3col .icon_off .sale{font-size:1rem;}
.product_wrap .cf_4col .icon_off .sale{font-size:0.9rem;}

.product_wrap .icon_off .sale .sale_rate{font-size:90%;}
.product_wrap .icon_off .sale .sale_rate span{font-size:170%;}
.product_wrap .icon_off .sale .off{font-size:110%;}

/*アイコン_限定*/
.product_wrap .cf_1col .icon_gentei .sale,
.product_wrap .cf_2col .icon_gentei .sale{font-size:1rem; line-height:1;}
.product_wrap .cf_4col .icon_gentei .sale{font-size:0.9rem; line-height:1;}
.product_wrap .cf_2col .icon_gentei .sale .sale_rate span,
.product_wrap .cf_3col .icon_gentei .sale .sale_rate span,
.product_wrap .cf_4col .icon_gentei .sale .sale_rate span{}

/*完売御礼*/
.photo .soldout{
	font-size: 1.5rem;
}
.cf_1col .photo .soldout{
	padding: 15px;
	top:calc(50% - 33px);
	left:calc(50% - 89px);
}

/*割り引き表示*/
.icon_discount,
.icon_discount:before,
.icon_discount:after,
.icon_discount_body,
.icon_discount_body:before {width: 50px; height: 50px;}
.cf_4col .icon_discount_body p {font-size: 1.2rem;}

.cf_2col .icon_discount,
.cf_2col .icon_discount:before,
.cf_2col .icon_discount:after,
.cf_2col .icon_discount_body,
.cf_2col .icon_discount_body:before {width: 60px; height: 60px;}
.cf_2col .icon_discount{top:0; right:0;}
.cf_2col .icon_discount_body p{font-size:1.5rem;}

.cf_1col .icon_discount,
.cf_1col .icon_discount:before,
.cf_1col .icon_discount:after,
.cf_1col .icon_discount_body,
.cf_1col .icon_discount_body:before {width: 80px!important; height: 80px!important;}
.cf_1col .icon_discount_body p{font-size:1.7rem;}

/*残りわずか*/
.product_wrap .cf_3col .icon_few{font-size:0.9rem; padding:7px 10px 5px;}
.product_wrap .cf_4col .icon_few{bottom:5px; right:5px; padding:5px 8px 3px; font-size:0.8rem;}
}

/*========================================================================

　スマホ表示

========================================================================== */

@media screen and (max-width: 768px) {
	
/*　style
================== */
.product_wrap {width:92%; margin:0 auto;}
.pc { display:none!important; }
.sp { display:inherit!important; }

h2{margin-bottom:15px;}
h3{margin-bottom:15px;}
h3 p{font-size:1.1rem; position:relative; left:auto; top:auto; transform:none; background:#ffff00; padding:7px;}
main{padding-top:0;}

section{padding-bottom:40px; scroll-margin-top:11.5vw;}


/*　ヘッダー
================== */
.top_image{width:100%;}
.header_img-logo{position:fixed; left:0; width:100%; height:11.5vw; background:#fff; z-index:999; display:flex; align-items:center; justify-content:center;}
.header_img-logo img{margin:0 auto; padding-left:6vw; padding-right:15vw; width:100%!important; max-width:600px;}
h2{margin-bottom:0;}
h2 img{max-width:100%;}
.main_visual{background:transparent;}
.main_visual .product_wrap{max-width:100%;}
.top_image{padding-top:10vw; padding-left:0; padding-bottom:0;}
.top_image img{max-width:100%;}
.top_sub{padding:20px 0;}
.top_sub_flex{gap:15px; flex-direction:column;}
.top_sub_flex .flex_item{width:100%;/*filter:drop-shadow(2px 2px 4px rgba(0,0,0,0.8));*/}

/* バナーエリア　ここから
========================================================================== */
.list-bnr{gap:10px; margin-top:10px;}
.list-bnr .list-bnr_item{ width:calc((100% - 10px) / 2);}
.list-bnr_1col a{width:80%;}
.list-bnr_3col{gap:10px; margin-bottom:10px;}
.list-bnr_3col .list-bnr_item{width:calc((100% - 10px) / 2); position:relative;}
.list-bnr_3col a img.icon{width:clamp(40px,10vw,70px);}
.list-bnr_2col{gap:10px; margin-bottom:0;}
.list-bnr_2col .list-bnr_item{width:calc((100% - 10px) / 2);}
#cate2 .list-bnr_2col .list-bnr_item{width:100%;}

.list-bnr_item .soldout{font-size:1.2rem;}


/* カテゴリ
========================================================================== */
main{padding-top:0px;}

.cate_back01{
padding-top:30px;
}
.cate_back02{
padding-top:30px;
background-image:url("../img/bg_main02_sp.png");
}
.cate_back03{
padding-top:30px;
background-image:url("../img/bg_main03_sp.png");
}
.cate_back04{
padding-top:30px;
background-image:none;
}
#cate1 .cp_bnr{margin-bottom:30px;}

/*　product
================== */
.jsmh .photo,.jsmh .photo img{width:100%;}
.product_wrap .cf_2col .jsmh .box{width:100%; padding:0;}

/* product flex 2カラム + 3カラム + 4カラム*/
.product_wrap .cf_2col .jsmh,
.product_wrap .cf_3col .jsmh,
.product_wrap .cf_4col .jsmh{width: calc((100% - 10px) / 2); padding:10px;}
.product_wrap .cf_2col .product_name,
.product_wrap .cf_3col .product_name,
.product_wrap .cf_4col .product_name{font-size:0.9rem;}
.product_wrap .cf_2col .product_sub,
.product_wrap .cf_3col .product_sub,
.product_wrap .cf_4col .product_sub{font-size:80%;}
.product_wrap .cf_2col .item_price,
.product_wrap .cf_3col .item_price,
.product_wrap .cf_4col .item_price{font-size:0.85rem;}
.product_wrap .cf_2col span.price,
.product_wrap .cf_3col span.price,
.product_wrap .cf_4col span.price{font-size:170%;}
.product_wrap .cf_2col .jsmh .retail_price,
.product_wrap .cf_3col .jsmh .retail_price,
.product_wrap .cf_4col .jsmh .retail_price{font-size:80%;}
.product_wrap .cf_2col .jsmh .limited,
.product_wrap .cf_3col .jsmh .limited,
.product_wrap .cf_4col .jsmh .limited{font-size:80%; width:100%;}

/* product flex 1カラム*/
.product_wrap .cf_1col{}
.product_wrap .cf_1col .jsmh{ flex-direction: column; width:100%;}
.product_wrap .cf_1col .jsmh .box{margin: 0; width: 100%; align-items:center;}
.product_wrap .cf_1col .photo{width: 100%; }
.product_wrap .cf_1col .photo img{}
.product_wrap .cf_1col .product_name,
.product_wrap .cf_1col_sp .product_name{font-size: 1.2rem;}
.product_wrap .cf_1col .price,
.product_wrap .cf_1col_sp .jsmh .item_price{font-size:1.1rem;}
.product_wrap .cf_1col .retail_price{font-size:85%;}

/*2col → 1col*/
.product_wrap .cf_1col_sp .jsmh{width:100%;}

/*バナーボックス*/
.product_wrap .bnr_box .product_sub{font-size:0.85rem;}

/* product flex 2カラム → 1列*/
.product_wrap .cf_2col_row{flex-direction: column; gap:15px;}
.product_wrap .cf_2col_row .jsmh{width:100%;}
.product_wrap .cf_2col_row .product_name{font-size:1.3rem;}
.product_wrap .cf_2col_row .item_price{font-size:1.2rem;}
.product_wrap .cf_2col_row .jsmh .limited{width:auto; font-size:85%;}
.product_wrap .cf_2col_row .retail_price{font-size:85%!important;}

/*アイコン*/
.product_wrap .cf_3col .icon_off,
.product_wrap .cf_2col .icon_off,
.product_wrap .cf_4col .icon_off{width:70px; height:70px;}
.product_wrap .cf_2col_row .icon_off{width:90px; height:90px;}
.product_wrap .cf_2col .icon_off .sale,
.product_wrap .cf_3col .icon_off .sale,
.product_wrap .cf_4col .icon_off .sale{font-size:0.8rem;}
.product_wrap .cf_2col_row .icon_off .sale{font-size:1rem;}
.product_wrap .icon_off .sale .sale_rate span{font-size:190%;}

.list-bnr .icon_off .sale{font-size:0.8rem;}

/*残りわずか*/
.product_wrap .cf_3col .icon_few{bottom:5px; right:5px; padding:5px 8px 3px; font-size:0.8rem;}


/*販売完了*/
.photo .soldout{font-size: 1.4rem;}


/*　footer上 注意書き
================== */
.attention_back{padding:30px 0;}
img.attention_top{border-radius: 0px; margin-top:50px; margin-bottom:20px;}
section#attention_area { padding:0; }
#attention_area img{ width: 95%; padding-top: 30px;}
.attention{padding:35px 15px 25px;}
.attention p {font-size:1.15rem;}
.attention li{font-size:clamp(0.8rem,3.2vw,1.15rem);}
ul.list li{line-height:1.4;}


/*　ハンバーガーメニュー
================== */
/* リセット */
.hamburger-demo-menubox ul li{
width:100%;
text-align: left;
border-right:none;
border-bottom:none;
}

/*全体調整CSS */
.hamburger-wrap{position:fixed; top:0; right:0; z-index:999; padding-top:2em; width:auto;}
.hamburger-demo-menubox *{font-size: 16px;}
.hamburger-demo-menubox li{font-size: 14px;}


/* hamburgerここから */
.input-hidden{display: none;}/* inputを非表示 */
/* label */
.hamburger-demo-switch{
cursor: pointer;
position: absolute;
right: 0;
top: 0; /* ハンバーガーアイコンの位置（上から） */
z-index: 9999;
width: 11.5vw; /* アイコン（クリック可能領域）の幅 */
height: 11.5vw; /* アイコン（クリック可能領域の）高さ */
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 0 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; */
list-style: none;
}
.hamburger-demo-menulist li a{
text-decoration: none;
color: #000!important; /* メニューリストの文字色 */
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-demo1:checked ~ .hamburger-demo-closelabel .hamburger-demo-cover{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9997;
background: rgba(3,3,3,.5);
display: block;
cursor: pointer;
}

.hamburger-demo-menubox ul li a{padding-inline:20px;}
.hamburger-demo-menubox ul li a.font_s{font-size: 16px!important; padding-inline:20px; position: relative;}
li.ext-link{background:#fff!important;}
li.ext-link:hover{background:#ececec!important;}
.hamburger-demo-menubox ul li::before{width:0; height:0;}
/*ハンバーガーメニュー終了*/
}/*end*/




