@charset "utf-8";

/* style
   ========================================================================== */
html {
	height: 100%;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 500;
	
}
body{background:#fff;}
/*.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-inline:auto;}
.red { color:#cc0000; }
.bold {	font-weight: 700;}

/*メニュー高さ = scroll-margin-top + padding-top*/
section{scroll-margin-top:90px; padding-bottom:80px;}
section#cate6{scroll-margin-top:40px;}

h1{text-align: center;}
h1 img{	width: auto !important;}
h3{margin-bottom:30px; position:relative; text-align:center; max-width:95%; margin-inline:auto;}
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 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; justify-content:center;}

.hamburger-demo-menubox ul li{
box-sizing:border-box;
	display: block;
	width:calc(100% / 3);
	text-align: center;
	font-size:clamp(0.8rem, 1.3vw, 1.1rem)!important;
	font-weight: 600;
	border-left: 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:#eee; /*background:#000 url(../img/icon_w.png) 6.25% 50% no-repeat;*/}
.hamburger-demo-menubox ul li:first-child,
.hamburger-demo-menubox ul li:nth-child(4){border-left: none;}

/*さんかくアイコン*/
.hamburger-demo-menubox ul li::before{background-color:#000; width:clamp(12px,1vw,6px); 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:#eee 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-top:35px; padding-bottom:0; margin:0 auto; background:url(../img/top-bg.jpg) repeat-x center top; background-size:cover;}
.top_image{text-align:right;}
.top_image img{display:inline; max-width:90%;}

.top_sub{background:#fff; 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; margin-top:15px;}
.list-bnr .list-bnr_item{ width:calc((100% - 45px) / 4); background-color:#fff; box-sizing:border-box; position:relative; }
.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:40px; width:90%; margin-inline:auto; margin-bottom:30px;}
.list-bnr_2col .list-bnr_item{width:calc((100% - 40px) / 2); position:relative;}
.list-bnr_3col{display:flex; gap:25px; margin-bottom:25px; flex-wrap:wrap; justify-content:center;}
.list-bnr_3col .list-bnr_item{width:calc((100% - 50px) / 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{background: linear-gradient(90deg, #57d8bb 0%, #57d8bb 50%, #47d1ff 50%, #47d1ff 100%); padding-top:50px;}
.cate_back01{padding-top:50px; background:url(../img/main-bg01_pc.jpg) center top repeat-y; background-size:100%;}
.cate_back02{background:#e60012; padding-top:50px;}
#cate2 h3{margin-bottom:50px;}
#cate3 .list-bnr_1col{text-align:center; margin:80px 30px 40px; box-sizing:content-box; border-radius:3px;}
#cate3 .list-bnr_1col img{filter:drop-shadow(10px 10px 15px #0281c9); border:5px solid #068edc;}
#cate5 .list-bnr{margin-bottom:15px;}
#cate6{background:#93000c; padding-top:50px;}

/* 商品エリア　ここから
========================================================================== */
/* product */
.product_wrap .sp_price{padding-bottom:15px; margin:0 auto; margin-top:15px; width:90%;}
.product_wrap .font_b{width:100%;}
.product_wrap .item_price{flex-grow: 1;}
.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; background:#fff; text-align:center; padding:10px; /*border: 1px solid #eee;*/}
.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:500;}
.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:160%;}
.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;}
.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%;}

/*ucs*/
.back_y{padding:0.2em 0.5em 0 0.5em; background:#ffff66;}
.back_y p.waribiki{display:flex; width:100%; gap:0.5em; justify-content:center; align-items:center; line-height:1.1; white-space:nowrap; padding:0;}
.back_y span.sale_txt{font-size:clamp(0.7rem,1.133vw,0.85rem);}
.back_y span.sale_rate{font-size:clamp(1rem,1.73vw,1.3rem); color:#cc0000; font-weight:700;}
.back_y span.sale_rate span{font-size:175%; font-weight:600; letter-spacing:-0.03em;}
.product_wrap .cf_4col .ucs_item_price{display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:5px 7px; font-size:clamp(0.7rem,1.3vw,1rem);}
.ucs_item_price .ucs_icon{color:#fff; background:#334084; padding:0.3em 0.5em 0.2em; font-size:clamp(0.6rem,1.06vw,0.8rem); font-weight:600;}
.product_wrap .cf_4col .jsmh:has(.back_y){padding:0;}
.product_wrap .cf_4col .jsmh:has(.back_y){
	.photo{padding-inline:10px;}
}
.product_wrap .cf_4col .jsmh:has(.back_y){
	.box{padding:0 10px 10px 10px;}
}

/* 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.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{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.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 50px 5px;}
.product_wrap .cf_2col .retail_price{font-size:90%;}
.product_wrap .cf_2col .retail_price span{font-size:90%;}
/*.product_wrap .cf_2col .bnr_box{text-align:center;}
.product_wrap .cf_2col .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 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.tax{font-size:90%; margin-left:-0.3em;}


/* product flex 1カラム*/
#cate2 .product_wrap .kaden{background:#fff; margin-bottom:15px; padding-right:10px;}
#cate2 .product_wrap .kaden .present_bnr{width:calc((100% - 15px) / 2); max-width:580px; background:#e6f3fb;}
.present_sub{position:relative;}
.present_sub .left{position:absolute; bottom:0; max-width:25%;}
.present_sub .right{text-align:right;}
.present_sub .right img{width:90%;}
#cate2 .product_wrap .kaden .jsmh{border:#ccc 1px solid; margin-block:10px;}

/*バナーボックス*/
.product_wrap .cf_4col .bnr_box{text-align:center; padding:0;}
.product_wrap .bnr_box .box{padding:0 10px 10px; justify-content:center; gap:15px!important;}
.product_wrap .bnr_box .btn p{border:2px solid #222; border-radius:50px; padding:10px 30px; display:inline-block; white-space:nowrap; font-weight:600; }
.product_wrap .bnr_box .product_sub{font-size:0.9rem; line-height:1.3; flex-grow:0;}
span.narrow{margin-inline:-0.4em; font-size:90%;}
#cate4 .product_wrap .cf_2col .bnr_box .product_sub{font-size:0.7rem;}

/*----------------------------*/

/*アイコン*/
.product_wrap .icon_red{position:absolute; background-image:url(../img/icon_red.png); background-size:cover;}
.product_wrap .icon_red p{color:#ffff00; 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_souryo{background:#00a0ea; color:#ffff00; font-size:1.2rem; font-weight:600; letter-spacing:0.1em; padding:8px 10px 5px;}


/*残りわずか*/
.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;}
.jsmh_bnr{position:relative;}
.product_wrap .cf_4col .jsmh_bnr .icon_few{top:0px; right:0px; padding:10px 15px 7px;}

.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-size:120%;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  padding:18px 0 15px;
  border-radius: 60px;
  box-sizing: border-box;
  max-width: 400px;
  width:100%;
  margin-inline:auto;
  /*border: 1px solid transparent;マウスオン時に境界線*/
  margin-top:30px;
}
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,
a.btn-orange::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;}
a.btn-orange{background:#a21212; color:#fff;}
a.btn-orange::after{background:#f42f09;}

#cate5-3 a.btn{margin-top:80px;}


@media all and (max-width: 1023px) {
#cate5-3 a.btn{margin-top:60px;}
}
@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;}
#cate5-3 a.btn{margin-top:40px;}
}

/*========================================================================

　タブレット表示

========================================================================== */
@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:75px;}

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; width:90%; margin-inline:auto; margin-bottom:20px;}
.list-bnr_3col .list-bnr_item{width:calc((100% - 20px) / 2);}
.list-bnr_2col{gap:20px;}
.list-bnr_2col .list-bnr_item{width:calc((100% - 20px) / 2);}

/*カテゴリ*/
#cate2 h3{margin-bottom:40px;}

/* アイコン */
.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{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 .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{}

/*アイコン_送料無料*/
.product_wrap .icon_souryo{font-size:1rem; letter-spacing:0.1em; padding:8px 10px 5px;}

/*完売御礼*/
.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;}
.product_wrap .cf_4col .jsmh_bnr .icon_few{top:0px; right:0px; padding:7px 10px 5px;}
}

/*========================================================================

　スマホ表示

========================================================================== */

@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; width:92%;}
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:#0736b9; padding-top:0;}
.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:25px 0;}
.top_sub_flex{gap:15px; flex-direction:column;}
.top_sub_flex .flex_item{width:100%;}

/* バナーエリア　ここから
========================================================================== */
.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; width:100%;}
.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;}
.list-bnr_2col .list-bnr_item{width:calc((100% - 10px) / 2);}

.list-bnr_item .soldout{font-size:1.2rem;}


/* カテゴリ
========================================================================== */
.cate_back01{padding-top:50px;}
.cate_back02{padding-top:30px;}
#cate1{padding-top:20px;}
#cate2 h3{margin-bottom:clamp(60px,14vw,100px);}
#cate3 .list-bnr_1col{margin:50px 0 20px;}
#cate3 .list-bnr_1col img{border:3px solid #068edc; filter:drop-shadow(5px 5px 10px #0281c9);}
#cate5 .list-bnr{margin-bottom:10px;}
#cate6{padding-top:30px;}

#cate1 .product_wrap .cf_4col .jsmh:nth-child(3){order:2;}
#cate1 .product_wrap .cf_4col .jsmh:nth-child(2){order:3;}
#cate1 .product_wrap .cf_4col .jsmh:nth-child(4){order:4;}
#cate1 .product_wrap .cf_4col .jsmh:nth-child(5){order:5;}
#cate1 .product_wrap .cf_4col .jsmh:nth-child(7){order:6;}
#cate1 .product_wrap .cf_4col .jsmh:nth-child(6){order:7;}
#cate1 .product_wrap .cf_4col .jsmh:nth-child(8){order:8;}
#cate1 .product_wrap .cf_4col .jsmh:nth-child(9){order:9;}
#cate1 .product_wrap .cf_4col .jsmh:nth-child(11){order:10;}
#cate1 .product_wrap .cf_4col .jsmh:nth-child(10){order:11;}


/*　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%; line-height:1;}


/* product flex 1カラム*/
#cate2 .product_wrap .kaden .present_bnr,
#cate2 .product_wrap .kaden .present_bnr figure img{width:100%; max-width:100%;}
#cate2 .product_wrap .kaden{margin-bottom:15px; padding-right:0;}
.present_sub{position:relative;}
.present_sub .left{position:absolute; bottom:90%; left:22%; max-width:54%;}
.present_sub .right img{width:100%;}
#cate2 .product_wrap .kaden .jsmh{border:#ccc 1px solid; margin-block:10px; width:calc((100% - 30px) / 2);}
#cate2 .product_wrap .kaden .m_left{margin-left:10px;}
#cate2 .product_wrap .kaden .m_right{margin-right:10px;}

/*2col → 1col*/
.product_wrap .cf_1col_sp .jsmh{width:100%;}

/* 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_4col .bnr_box{padding:0;}
.product_wrap .bnr_box .product_sub{font-size:0.85rem;}
.product_wrap .bnr_box .btn p{font-size:0.8rem; padding:10px 30px;}
.product_wrap .bnr_box .box{gap:10px!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%;}

/*残りわずか*/
.product_wrap .cf_3col .icon_few{bottom:5px; right:5px; padding:5px 8px 3px; font-size:0.8rem;}


/*販売完了*/
.photo .soldout{font-size: 1.4rem;}

/*UCS*/
.ucs_item_price .ucs_icon{padding:0.5em 0.5em 0.2em;}


/*　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-left:none;
border-bottom:none;
}
.hamburger-demo-menubox ul li a.font_s{font-size: 16px!important; padding-left:25px; position: relative;}

/*全体調整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を非表示 */
.input-hidden{display: none;}
/* 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-left:30px;}
.hamburger-demo-menubox ul li:first-child a{padding-left:20px;}
li.ext-link{background:#fff!important;}
li.ext-link:hover{background:#fde575!important;}
/*.hamburger-demo-menubox ul li::before{width:0; height:0;}*/
/*ハンバーガーメニュー終了*/
}/*end*/




