@import url('https://fonts.googleapis.com/css?family=Anton');


#canvas {
  display: block;
	position: fixed;
  width: 100%;
  height: 2000px;
  margin: auto;
	z-index: 200;
}

#bread-crumb-list{
	position:relative;
	z-index: 1;
}

/*.midashi {*/
	/*font-size:1.6em;*/
	/*margin:15px;*/
	/*margin-top:40px;*/
	/*border-bottom:3px #eee solid;*/
	/*background: rgb(163,92,249); /!* Old browsers *!/*/
	/*background: -moz-linear-gradient(-45deg, rgba(163,92,249,1) 0%, rgba(239,1,124,1) 100%); /!* FF3.6-15 *!/*/
	/*background: -webkit-linear-gradient(-45deg, rgba(163,92,249,1) 0%,rgba(239,1,124,1) 100%); /!* Chrome10-25,Safari5.1-6 *!/*/
	/*background: linear-gradient(135deg, rgba(163,92,249,1) 0%,rgba(239,1,124,1) 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35cf9', endColorstr='#ef017c',GradientType=1 );*/
	/*color:#fff;font-weight:bold;border-radius:5px;margin:20px;padding:10px;-webkit-transition: background-color .4s;transition: background-color .4s;*/
/*}*/
/*.midashi:before {*/
	/*width:100%;*/
	/*clear:both;*/
	/*content:"";*/
	/*display:block;*/
/*}*/

#main_wrap {
	position: relative;
	background:#EFBF01;
	width:100%;
	min-width:1000px;
	/*background-image: url(/contents/category/autumn_sale/img/autumn_sale_01.jpg) , -moz-linear-gradient(-45deg, rgba(192, 225, 241, 1) 0%, rgba(192, 225, 241, 1) 100%);*/
	/*background-image: url(/contents/category/autumn_sale/img/autumn_sale_01.jpg) ,-webkit-linear-gradient(-45deg, rgba(192, 225, 241, 1) 0%,rgba(192, 225, 241, 1) 100%);*/
	background-image: url(/contents/category/autumn_sale/img/autumn_sale_02.jpg);
	background-size:100%;
	/*background-repeat:no-repeat;*/
	background-repeat:repeat-y;
	padding-bottom:100px;
}
#main_wrap::before {
	content:"";
	display: inline-block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	min-width:1000px;
	background-image: url(/contents/category/autumn_sale/img/autumn_sale_01.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding-bottom: 52%;
}
#main_wrap .inner_top {
	position:relative;
	width:100%;
	margin:0 auto;
	/*padding: 5% 7% 5% 0;*/
	/*padding: 3.45% 6.8% 6.45% 0;*/
	padding: 6.45% 0 2.45% 0;
	box-sizing: border-box;
	text-align:center;
}
#main_wrap .inner_top:before {
	width:100%;
	clear:both;
	content:"";
	display:block;
}
#main_wrap .inner_top img {
	/*width:91%;*/
	/*width:75%;*/
	width:60%;
	max-width:1136px;
	min-width:660px;
}

#inner_wrap {
	background:#fff;
	/*width:70%;*/
	width:100%;
	max-width:1100px;
	min-width:1000px;
	/*border-radius:10px;*/
	border-radius:41px;
	margin:0 auto;
	margin-bottom:40px;
	position:relative;
	z-index:2;
	/*box-shadow: 0px 3px 20px rgba(0,0,0,.8)*/
}
#inner_wrap .menu {
	display: flex;
	justify-content: center;
	/*margin:0;*/
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
	z-index:1;
}
#inner_wrap .menu li {
	display:inline-block;
	/*width:29%;*/
	width:31%;
	/*margin:1.5%;*/
	margin:0;
}

#inner_wrap .menu li a {
	display:block;
	position:relative;
	text-align:center;
	/*background: rgb(163,92,249); /!* Old browsers *!/*/
	/*background: -moz-linear-gradient(-45deg, rgba(163,92,249,1) 0%, rgba(239,1,124,1) 100%); /!* FF3.6-15 *!/*/
	/*background: -webkit-linear-gradient(-45deg, rgba(163,92,249,1) 0%,rgba(239,1,124,1) 100%); /!* Chrome10-25,Safari5.1-6 *!/*/
	/*background: linear-gradient(135deg, rgba(163,92,249,1) 0%,rgba(239,1,124,1) 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35cf9', endColorstr='#ef017c',GradientType=1 );*/
	color:#fff;
	/*font-size:1.2em;*/
	font-weight:bold;border-radius:5px;margin:0;padding:20px 0;-webkit-transition: background-color .4s;transition: background-color .4s;
}
/*#inner_wrap .menu li:nth-child(1) a {	background: url(/contents/category/autumn_sale/img/autumn_sale_03.jpg) no-repeat;background-size: cover;	}*/
/*#inner_wrap .menu li:nth-child(2) a {	background: url(/contents/category/autumn_sale/img/autumn_sale_04.jpg) no-repeat;background-size: cover;	}*/
/*#inner_wrap .menu li:nth-child(3) a {	background: url(/contents/category/autumn_sale/img/autumn_sale_05.jpg) no-repeat;background-size: cover;	}*/


#inner_wrap .menu li a:hover {
	/*background: rgb(94,118,255); /!* Old browsers *!/*/
	/*background: -moz-linear-gradient(-45deg, rgba(94,118,255,1) 0%, rgba(219,2,168,1) 100%); /!* FF3.6-15 *!/*/
	/*background: -webkit-linear-gradient(-45deg, rgba(94,118,255,1) 0%,rgba(219,2,168,1) 100%); /!* Chrome10-25,Safari5.1-6 *!/*/
	/*background: linear-gradient(135deg, rgba(94,118,255,1) 0%,rgba(219,2,168,1) 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e76ff', endColorstr='#db02a8',GradientType=1 );*/
}
#inner_wrap .menu li a img {
	max-width: 100%;
}
#inner_wrap .menu li a span {
	position:absolute;
	top:46%;
	/*top:39%;*/
	left:0;
	display: block;
	width:100%;
	font-size: 1.875em;
	text-align: center;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */

/* coupon_wrap */
.coupon_wrap {
	/* margin: 4% 0 0; */
	padding:4.27% 4.27% 0;
	/* background:#F9FAF4; */
}
.coupon_wrap p {
	text-align: center;
}
.coupon_wrap .ttl_coupon {
	margin: 0;
	padding: 2.4% 0 0;
	font-size: 1.625em;
	font-weight: bold;
}
.coupon_wrap .ttl_coupon b {
	color: #E70012;
	font-size: 1.57em;
}


/* --- hover --- */
.info a,
.menu a,
.coupon_wrap a {
	opacity: 1;
	transition: 0.2s;
}
.menu a:hover {
	opacity: 0.75;
	transition: 0.3s;
}
.info a:hover,
.coupon_wrap a:hover {
	opacity: 0.55;
	transition: 0.3s;
}


/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */





/*ネオン文字
-----------------------------*/
#top_neon {
	width:100%;
	min-width:1100px;
	position:absolute;
	text-align:center;
	margin:0 auto;
}
#top_neon .neon {
	display: inline-block;
	color: #fff;
	letter-spacing: .05em;
	font-size: 4em;
	text-shadow: 0 1px 30px #FB1684, 0 0 12px #fff, 2px 5px 60px #990a52;
	font-family: arial black !important;
	font-weight:bold;
	position:relative;
	top:20px;
}
#top_neon .neon span {
	-webkit-animation: blink 3s infinite alternate;
	animation: blink 3s infinite alternate;
}
#top_neon .neon > .big {
	-webkit-animation: blink 3s infinite alternate;
	animation: blink 2s infinite alternate;
	font-size:1.6em;
}
@-webkit-keyframes blink {
40% {
opacity: .85;
}
42% {
opacity: .4;
}
43% {
opacity: .45;
}
45% {
opacity: .4;
}
46% {
opacity: .85;
}
}
@keyframes blink {
40% {
opacity: .85;
}
42% {
opacity: .4;
}
43% {
opacity: .45;
}
45% {
opacity: .4;
}
46% {
opacity: .85;
}
}



/*メニューボタンアニメーション
-----------------------------*/
.patsun {
	animation: patsun 2s infinite;
}
@keyframes patsun {
	0% {
		transform: rotateZ(0deg);
	}
	22% {
		transform: rotateZ(0deg);
	}
	24% {
		transform: translate(-2px, -10px) rotateZ(-18deg) scale(0.8, 1.3);
	}
	26% {
		transform: rotateZ(0deg) scale(1, 1.1);
	}
	28% {
		transform: translate(0px, -2px) rotateZ(-2deg);
	}
	30% {
		transform: rotateZ(0deg);
	}
	32% {
		transform: translate(0px, -2px) rotateZ(-2deg);
	}
	33% {
		transform: rotateZ(0deg);
	}
	34% {
		transform: translate(0px, -2px) rotateZ(-2deg);
	}
	35% {
		transform: rotateZ(0deg);
	}
	36% {
		transform: translate(0px, -2px) rotateZ(-2deg);
	}
	37% {
		transform: rotateZ(0deg);
	}
	38% {
		transform: translate(0px, -2px) rotateZ(-2deg);
	}
	39% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}

/*リンクボタンアニメーション
-----------------------------*/
.mocchiri {
	animation: mocchiri 3s infinite;
}
@keyframes mocchiri {
	0% {
		transform: scale(1, 0.8);
	}
	20% {
		transform: scale(0.8, 1.1);
	}
	95% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(1, 0.8);
	}
}


#inner_wrap .aisatsu {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:2.4em;
	text-align:center;
	margin:30px auto;
	color:#886A08;
}
#inner_wrap .aisatsu span {
	font-size:0.5em;
	display:block;
}


.cp_midashi {
	font-size:2em;
	font-weight:bold;
	color:#000;
	margin:30px auto;
	text-align:center;
	border-top:1px #ccc dashed;
	padding-top:30px;
}
.cp_midashi span {
	display:block;
	font-weight:normal;
	font-size:0.4em;
	color:red;
}


/*会員登録ボタン
-------------------------*/
.btn-shine {
	color: #000;
	background-color: #FDE400;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	line-height: normal;
	text-decoration: none;
	padding:20px;
	font-size: 26px;
	margin:80px auto;
	display: block;
	justify-content: center;
	align-items: center;
	text-align:center;
	position: relative;
	overflow: hidden;
	width:50%;
	transition:0.3s;
}
.btn-shine:hover{
	color: #fff;
	background:red;
}


.btn-shine:before {
	animation: shine 3s ease-in-out infinite;
	background-color: #fff;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -180px;
	transform: rotate(45deg);
	width: 30px;
}
 
@keyframes shine {
0% {
	transform: scale(0) rotate(45deg);
	opacity: 0;
}
80% {
	transform: scale(0) rotate(45deg);
	opacity: 0.5;
}
81% {
	transform: scale(4) rotate(45deg);
	opacity: 1;
}
100% {
	transform: scale(50) rotate(45deg);
	opacity: 0;
}
}



.cdt_wrapper {
	/*background-color: #e9e9eb;*/
	font-weight: bold;
	text-align: center;
	line-height: 2;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius:10px 10px 0 0;
}

@media screen and (min-width: 768px) {
.cdt_wrapper {
	/* line-height: 2.5; */
	font-size: 1.8rem;
	/*padding:10px 0;*/
	/* padding:3% 0 0; */
}
}

.cdt_wrapper small  {
	font-size: .6em;
	padding: 0 .4em;
}

.cdt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #1D2088;
}

.cdt_txt {
	font-size: .6em;
	display: inline-block;
	margin-right: .6em;
}

@media screen and (min-width: 768px) {
	.cdt_txt {
		/*font-size: .5em;*/
		/*font-size: .65em;*/
		/*font-size: .6em;*/
		font-size: 1.075em;
	}
}

.cdt_txt span {
	display: block;
	line-height: 1;
}

.cdt_date {
	/*font-size: 1.6rem;*/
	font-size: 2.7rem;
}

.cdt_num {
	background-color: #ffffff;
	padding: 0 .15em;
}

@media screen and (min-width: 768px) {
.cdt_num {
	line-height: 1;
	padding: .3em .15em;
}
}

.big_text {font-size:2em;text-align:center;margin:20px auto;}




/*商品リスト2023 sale
-------------------------------*/
.item_list {
	margin:0 auto;
	padding:0;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*width:92%;*/
	width:94.5%;
}
.item_list:after {
	width:100%;
	clear:both;
	content:"";
	display:block;
}
.item_list li {
	display: flex;/* add */
	margin:10px 0 0;
	padding:0;
	/*width:32.55%;*/
	width:31%;
}
.item_list li a {
	position:relative;/* add */

	display:block;
	background-color: #fff;
	margin:15px 0;
	color:#333;
	border: 7px solid #db5828;
	border-radius: 16px;
	padding: 10px;
	/*box-shadow: 0px 8px 16px -2px rgba(251,184,178,1), 11px 11px 0px 0px rgba(251,184,178,1);*/
	box-shadow: 7px 7px 0px 0px rgba(188,188,188,1);
	transition:0.3s;
}
.item_list-01 li a { border: 7px solid #404040; }
.item_list-02 li a { border: 7px solid #fff002; }
.item_list-03 li a { border: 7px solid #e72200; }


.item_list li a:hover {
	/*margin:25px 0 0;*/
	box-shadow: 7px 7px 0px 0px rgba(92, 120, 0,0.5);
	transition:0.3s;
}
	.item_list li a div:nth-child(1) {
	}
	.item_list li a div:nth-child(2) {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		width: auto;
	}
.item_list li a div > img {
	position:relative;
	top:-5px;
	left:-5px;
	/*width:100%;*/
	width:calc(100% + 10px);
	margin:0;
	/*border: 1px #D1D1D1 solid;*/
	/*border-radius: 10px;*/
	transition:0.3s;
}
.item_list li a:hover div > img {
	top:0px;
	left:0px;
	width:100%;
	margin: 0 0 10px;
	transition:0.3s;
}
.item_list li a .item_name {
	/*height:40px;*/
	height: auto;
	margin: 10px 0;
	font-size: 0.95em;
	font-weight:bold;
	color: #020202;
	text-align: center;
	overflow: hidden;
}
.item_list li a:hover .item_name {
	text-decoration:underline;
}
.item_list li a .item_name span {
	display: block;
	margin: 5px 0;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
}

.item_list li a .item_stock {
	display: flex; /* add */
	justify-content: center; /* add */
	margin:0;
	/*text-align: right;*/
	text-align: left;
	font-weight:bold;
}

.item_list li a .item_stock .souryoumuryou_chk_icon {
	/*padding: 5px 18px;/!*add*!/*/
	padding: 5px 16px;/*add*/
	margin: 0 0 0 4px;/*add*/
	font-size: 16px;/*add*/
	line-height: 1;/*add*/

	background: #fedc00;/*add*/
	border: 0;/*add*/
	/*color: #162767;*/
	color: #b40000;/*add*/
}
.item_list li a .item_stock .stock_chk_icon {
	/*border: 1px #0066cc solid;*/
	/*background: #0066cc;*/
	/*color: #fff;*/
	/*padding: 4px 18px;*/
	padding: 4px 14px;
	/*margin: 0;*/
	margin-right: 0;
	font-size: 16px;
	/*display: inline-block;*/
	margin-bottom: 0;
	line-height: 1;

	/*background: #1D2088;*/
	background: #b40000;/*add*/
	/*border: 1px #1D2088 solid;*/
	border: 1px #b40000 solid;/*add*/
	color: #fff;/*add*/
}
.item_list li a .item_stock .yoyaku_chk_icon {
	/*border: 1px #0066cc solid;*/
	/*background: #ffffff;*/
	/*color: #0066cc;*/
	padding: 4px 18px;
	/*margin: 0;*/
	margin-right: 0;
	font-size: 16px;
	/*display: inline-block;*/
	margin-bottom: 0;
	line-height: 1;
}

.item_list li a .item_price {
	/*color:#DF0101;*/
	/*font-size:2em;*/
	/*text-align: left;*/
	/*font-weight: bold;*/
	/*letter-spacing: -1px;*/
	/*font-style: normal;*/
}

/* ★★ */
.item_list li a .item_stock {
	padding-top: 0.75em;
	/*padding-bottom: 5.25em;*/
	/*padding-bottom: 0.75em;*/
}
.item_list li a .item_price{
	position: absolute;
	/*bottom:25.5%;*/
	bottom:19%;
	right:0%;
	display: inline-block;
	font-family: 'Anton', sans-serif;
	font-size:73px;
	/*color:#EE3333;*/
	color:#E72200;
	/*letter-spacing:-0.04em;*/
	letter-spacing:-0.025em;

	/*text-shadow:*/
	/*5px 5px 0px #026047,*/
	/*4px 4px 1px #026047,*/
	/*3px 3px 1px #026047,*/
	/*2px 2px 1px #026047,*/
	/*1px 1px 1px #026047;*/
	/*text-stroke: 2px #fff;*/
	/*-webkit-text-stroke: 2px #fff;*/
	padding:0 0.3em;
	margin: -10px 0 0 -33px;
	transform: skewX(-12deg);
}
.item_list li a .item_price .txt-shadow::first-letter,
.item_list li a .item_price var::first-letter,
.item_list li a .item_price::first-letter{
	font-family: sans-serif;
	font-size:45px;
	font-weight:900;
}
.item_list li a .item_price var{
	display: inline-block;
	-webkit-text-stroke: 2px #fff;
	/*background: -webkit-linear-gradient(#eee,#fc0, #fe7,#d90,#fc0,#fc0);*/
	/*background: -webkit-linear-gradient(#ffdd60,#ffdd60, #fff2aa,#ffce33,#ffce33,#ffdd60);*/
	background: #E72200;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: normal;
	z-index: 1;
}
/*.item_list li a .item_price span.txt-shadow::after{*/
.item_list li a .item_price span.txt-shadow{
	position: absolute;
	display: inline-block !important;
	top:inherit;
	left:0.3em;

	/*-webkit-text-stroke: 2px #fff;*/
	/*-webkit-text-stroke: 6px #fff;*/
	-webkit-text-stroke: 0px #fff;
	/*content: attr(data-price);*/
	text-shadow:
	/*7px 7px 0px #020202,*/
	/*6px 6px 1px #020202,*/
	5px 5px 1px #020202,
	4px 4px 1px #020202,
	3px 3px 1px #020202,
	2px 2px 1px #020202,
	1px 1px 1px #020202;
	z-index: -1;
}


.item_list li a .item_price span,/*add*/
.item_list li a .item_price .tax_notation_contents {
	/*color:#DF0101 !important;/!*add*!/*/
	/*font-size:0.5em !important;*/
	display:none;
}
.item_list li a .item_price_normal {/*add*/
	display: none;
	margin: 0;
	padding: 0;
	color:#333;/*add*/
	/*font-size:0.8em !important;/!*add*!/*/
	font-size:1em !important;/*add*/
	text-decoration: line-through;/*add*/
}
.item_list li .item_special {
	margin: 1em 0 0;
}
.item_list li .item_off {
	position: absolute;
	bottom: 0;
	right: 3px;
	/*width:33.84%;*/
	width:27.84%;
	z-index: 0;
}
.item_list li .item_off img {
	width: 100%;
}
/* ★★ */



.more_btn_outlet,
.more_btn {
	width:100%;
	margin:40px auto 0;
	text-align:center;
	/* padding-bottom:60px; */
}
.more_btn_outlet a,
.more_btn a {
	display:inline-block;
	width: 100%;
	/*max-width: 383px;*/
	max-width: 450px;
	/*padding:23px;*/
	padding:15px 25px;
	box-sizing: border-box;
	background:#fff;
	color: #ba0000;
	border:4px #ba0000 solid;
	border-radius:100px;
	font-size:1.5em;
	font-weight:bold;
	box-shadow: 0px 8px 0px -2px rgba(10,10,10,0.1);
	transition:0.3s;
}
.more_btn a:hover {
	background:#ba0000;
	border:4px #ba0000 solid;
	color:#fff;
	box-shadow: 0px 6px 0px -2px rgba(10,10,10,0.2);
}
.more_btn_outlet a {
	background:#fff;
	/*color: #E81355;*/
	/*border:4px #E81355 solid;*/
	color: #940052 ;
	border:4px #940052  solid;
}
.more_btn_outlet a:hover {
	/*background:#E81355;*/
	/*border:4px #E81355 solid;*/
	background:#940052;
	border:4px #940052 solid;
	color:#fff;
	box-shadow: 0px 6px 0px -2px rgba(10,10,10,0.2);
}

.more_btn_desc {
	width: 100%;
	margin: 18px 0 100px;
	padding: 0;
	font-size:1.2em;
	text-align: center;
}


.up_btn {
	margin: 100px auto;
	text-align:center;
}
.up_btn a {
	display:inline-block;
	width: 100%;
	max-width: 383px;
	padding:23px;
	box-sizing: border-box;
	/*background:#0D4DAF;*/
	background:#fff;
	color: #404040;
	/*border:3px #4E83D5 solid;*/
	border:3px #fff solid;
	border-radius:100px;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing: 0.1em;
	box-shadow: 0px 8px 0px -2px rgba(10,10,10,0.1);
	transition:0.3s;
}
.up_btn a:hover {
	background:#b40000;
	/*border:3px #4E83D5 solid;*/
	border:3px #fff solid;
	/*color:#0D4DAF;*/
	color:#fff;
	box-shadow: 0px 6px 0px -2px rgba(10,10,10,0.2);
}
/* color:#EBCA37; */
#link01 i {color:#fff;}
#link02 i {color:#133A8D;}
#link03 i {color:#fff;}
.midashi {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	/*border-bottom:3px #eee solid;*/
	border-bottom: none;
	/*font-size:1.6em;*/
	font-size:2.8125em;
	color:#fff;font-weight:bold;text-align:center;border-radius:0px;margin:7.9% 0 20px;padding:16px;-webkit-transition: background-color .4s;transition: background-color .4s;
}
#link01.midashi {
	background: rgb(255, 116, 46); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(219, 88, 40,1) 0%, rgba(255, 116, 46,1) 50%, rgba(219, 88, 40,1) 100%); 
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(219, 88, 40,1) 0%, rgba(255, 116, 46,1) 50%, rgba(219, 88, 40,1) 100%); 
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(219, 88, 40,1) 0%, rgba(255, 116, 46,1) 50%, rgba(219, 88, 40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35cf9', endColorstr='#ef017c',GradientType=1 );
}
#link02.midashi {
	background: rgb(218, 0, 0); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(180, 0, 0,1) 0%, rgba(218, 0, 0,1) 50%, rgba(180, 0, 0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(180, 0, 0,1) 0%,rgba(218, 0, 0,1) 50%),rgba(180, 0, 0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(180, 0, 0,1) 0%,rgba(218, 0, 0,1) 50%,rgba(180, 0, 0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35cf9', endColorstr='#ef017c',GradientType=1 );
}
#link03.midashi {
	background: rgb(185, 0, 102); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(147, 0, 81,1) 0%, rgba(185, 0, 102,1) 50%, rgba(147, 0, 81,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(147, 0, 81,1) 0%,rgba(185, 0, 102,1) 50%),rgba(147, 0, 81,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(147, 0, 81,1) 0%,rgba(185, 0, 102,1) 50%,rgba(147, 0, 81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35cf9', endColorstr='#ef017c',GradientType=1 );
}
.midashi img {
	width: auto;
	height: 1em;
	margin-top: -0.2em;
	margin-right: 26px;
}


/* info add */
.info {
	width: 100%;
	max-width:982px;
	margin: 0 auto;
	text-align: center;
	background: #eee;
	border-radius: 10px;
	padding: 10px;
	/*float: left;*/
	padding-bottom: 40px;
}
.info .info-midashi {
	font-size: 1.6em;
	color: #08298A;
	font-weight: bold;
	border-bottom: 3px #ccc dotted;
	margin: 30px 0 0;
	padding: 6px 0;
	padding-top: 0;
}
.info .sub-midashi {
	font-size: .8em;
}
.info .sub_com{
	margin: 27px 0 15px;
}
.info ul {
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	max-width: 800px;
}
.info ul li {
	margin: 0;
	padding: 0 1%;
	width: 31%;
}
.info ul li a {
	display: block;
}
.info ul li img {
	width: 100%;
	max-width: 250px;
}






.item_list_img {
	margin:0 auto;
	padding:0 1%;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:92%;
}

.item_list_img p {
	margin:0;
	padding:0;
	width:33.3333%;
}

.item_list_img p a {
	display: block;
	border: 5px rgb(193, 39, 39) solid;
	border-radius: 10px;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 11px 11px 0px 0px rgba(0,0,0,0.1);
	margin:15px;
}

.item_list_img p a img {
	width: 100%;
	border-radius: 4px;
}


	/*商品リスト2023 shobun
-------------------------------*/
.item_list_2 {
	margin:0 auto;
	padding:0;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*width:92%;*/
	width:94.5%;
}
.item_list_2:after {
	width:100%;
	clear:both;
	content:"";
	display:block;
}
.item_list_2 li {
	display: flex;/* add */
	margin:10px 0 0;
	padding:0;
	/*width:32.55%;*/
	width:31%;
}
.item_list_2 li a {
	position:relative;/* add */

	display:block;
	background-color: #fff;
	margin:15px 0;
	color:#333;
	border: 7px solid #ba0000;
	border-radius: 16px;
	padding: 10px;
	/*box-shadow: 0px 8px 16px -2px rgba(251,184,178,1), 11px 11px 0px 0px rgba(251,184,178,1);*/
	box-shadow: 7px 7px 0px 0px rgba(188,188,188,1);
	transition:0.3s;
}
.item_list_2-01 li a { border: 7px solid #404040; }
.item_list_2-02 li a { border: 7px solid #fff002; }
.item_list_2-03 li a { border: 7px solid #e72200; }


.item_list_2 li a:hover {
	/*margin:25px 0 0;*/
	box-shadow: 7px 7px 0px 0px rgba(255, 152, 0,0.5);
	transition:0.3s;
}
	.item_list_2 li a div:nth-child(1) {
	}
	.item_list_2 li a div:nth-child(2) {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		width: auto;
	}
.item_list_2 li a div > img {
	position:relative;
	top:-5px;
	left:-5px;
	/*width:100%;*/
	width:calc(100% + 10px);
	margin:0;
	/*border: 1px #D1D1D1 solid;*/
	/*border-radius: 10px;*/
	transition:0.3s;
}
.item_list_2 li a:hover div > img {
	top:0px;
	left:0px;
	width:100%;
	margin: 0 0 10px;
	transition:0.3s;
}
.item_list_2 li a .item_name {
	/*height:40px;*/
	height: auto;
	margin: 10px 0;
	font-size: 0.95em;
	font-weight:bold;
	color: #020202;
	text-align: center;
	overflow: hidden;
}
.item_list_2 li a:hover .item_name {
	text-decoration:underline;
}
.item_list_2 li a .item_name span {
	display: block;
	margin: 5px 0;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
}

.item_list_2 li a .item_stock {
	display: flex; /* add */
	justify-content: center; /* add */
	margin:0;
	/*text-align: right;*/
	text-align: left;
	font-weight:bold;
}

.item_list_2 li a .item_stock .souryoumuryou_chk_icon {
	/*padding: 5px 18px;/!*add*!/*/
	padding: 5px 16px;/*add*/
	margin: 0 0 0 4px;/*add*/
	font-size: 16px;/*add*/
	line-height: 1;/*add*/

	background: #fedc00;/*add*/
	border: 0;/*add*/
	/*color: #162767;*/
	color: #b40000;/*add*/
}
.item_list_2 li a .item_stock .stock_chk_icon {
	/*border: 1px #0066cc solid;*/
	/*background: #0066cc;*/
	/*color: #fff;*/
	/*padding: 4px 18px;*/
	padding: 4px 14px;
	/*margin: 0;*/
	margin-right: 0;
	font-size: 16px;
	/*display: inline-block;*/
	margin-bottom: 0;
	line-height: 1;

	/*background: #1D2088;*/
	background: #b40000;/*add*/
	/*border: 1px #1D2088 solid;*/
	border: 1px #b40000 solid;/*add*/
	color: #fff;/*add*/
}
.item_list_2 li a .item_stock .yoyaku_chk_icon {
	/*border: 1px #0066cc solid;*/
	/*background: #ffffff;*/
	/*color: #0066cc;*/
	padding: 4px 18px;
	/*margin: 0;*/
	margin-right: 0;
	font-size: 16px;
	/*display: inline-block;*/
	margin-bottom: 0;
	line-height: 1;
}

.item_list_2 li a .item_price {
	/*color:#DF0101;*/
	/*font-size:2em;*/
	/*text-align: left;*/
	/*font-weight: bold;*/
	/*letter-spacing: -1px;*/
	/*font-style: normal;*/
}

/* ★★ */
.item_list_2 li a .item_stock {
	padding-top: 0.75em;
	/*padding-bottom: 5.25em;*/
	/*padding-bottom: 0.75em;*/
}
.item_list_2 li a .item_price{
	position: absolute;
	/*bottom:25.5%;*/
	bottom:19%;
	right:0%;
	display: inline-block;
	font-family: 'Anton', sans-serif;
	font-size:73px;
	/*color:#EE3333;*/
	color:#E72200;
	/*letter-spacing:-0.04em;*/
	letter-spacing:-0.025em;

	/*text-shadow:*/
	/*5px 5px 0px #026047,*/
	/*4px 4px 1px #026047,*/
	/*3px 3px 1px #026047,*/
	/*2px 2px 1px #026047,*/
	/*1px 1px 1px #026047;*/
	/*text-stroke: 2px #fff;*/
	/*-webkit-text-stroke: 2px #fff;*/
	padding:0 0.3em;
	margin: -10px 0 0 -33px;
	transform: skewX(-12deg);
}
.item_list_2 li a .item_price .txt-shadow::first-letter,
.item_list_2 li a .item_price var::first-letter,
.item_list_2 li a .item_price::first-letter{
	font-family: sans-serif;
	font-size:45px;
	font-weight:900;
}
.item_list_2 li a .item_price var{
	display: inline-block;
	-webkit-text-stroke: 2px #fff;
	/*background: -webkit-linear-gradient(#eee,#fc0, #fe7,#d90,#fc0,#fc0);*/
	/*background: -webkit-linear-gradient(#ffdd60,#ffdd60, #fff2aa,#ffce33,#ffce33,#ffdd60);*/
	background: #E72200;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: normal;
	z-index: 1;
}
/*.item_list_2 li a .item_price span.txt-shadow::after{*/
.item_list_2 li a .item_price span.txt-shadow{
	position: absolute;
	display: inline-block !important;
	top:inherit;
	left:0.3em;

	/*-webkit-text-stroke: 2px #fff;*/
	/*-webkit-text-stroke: 6px #fff;*/
	-webkit-text-stroke: 0px #fff;
	/*content: attr(data-price);*/
	text-shadow:
	/*7px 7px 0px #020202,*/
	/*6px 6px 1px #020202,*/
	5px 5px 1px #020202,
	4px 4px 1px #020202,
	3px 3px 1px #020202,
	2px 2px 1px #020202,
	1px 1px 1px #020202;
	z-index: -1;
}


.item_list_2 li a .item_price span,/*add*/
.item_list_2 li a .item_price .tax_notation_contents {
	/*color:#DF0101 !important;/!*add*!/*/
	/*font-size:0.5em !important;*/
	display:none;
}
.item_list_2 li a .item_price_normal {/*add*/
	display: none;
	margin: 0;
	padding: 0;
	color:#333;/*add*/
	/*font-size:0.8em !important;/!*add*!/*/
	font-size:1em !important;/*add*/
	text-decoration: line-through;/*add*/
}
.item_list_2 li .item_special {
	margin: 1em 0 0;
}
.item_list_2 li .item_off {
	position: absolute;
	bottom: 0;
	right: 3px;
	/*width:33.84%;*/
	width:27.84%;
	z-index: 0;
}
.item_list_2 li .item_off img {
	width: 100%;
}
/* ★★ */
.item_list_2_img {
	margin:0 auto;
	padding:0 1%;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:92%;
}

.item_list_2_img p {
	margin:0;
	padding:0;
	width:33.3333%;
}

.item_list_2_img p a {
	display: block;
	border: 5px rgb(193, 39, 39) solid;
	border-radius: 10px;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 11px 11px 0px 0px rgba(0,0,0,0.1);
	margin:15px;
}

.item_list_2_img p a img {
	width: 100%;
	border-radius: 4px;
}

	/*商品リスト2023 outlet
-------------------------------*/
.item_list_3 {
	margin:0 auto;
	padding:0;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*width:92%;*/
	width:94.5%;
}
.item_list_3:after {
	width:100%;
	clear:both;
	content:"";
	display:block;
}
.item_list_3 li {
	display: flex;/* add */
	margin:10px 0 0;
	padding:0;
	/*width:32.55%;*/
	width:31%;
}
.item_list_3 li a {
	position:relative;/* add */

	display:block;
	background-color: #fff;
	margin:15px 0;
	color:#333;
	border: 7px solid #940052;
	border-radius: 16px;
	padding: 10px;
	/*box-shadow: 0px 8px 16px -2px rgba(251,184,178,1), 11px 11px 0px 0px rgba(251,184,178,1);*/
	box-shadow: 7px 7px 0px 0px rgba(188,188,188,1);
	transition:0.3s;
}
.item_list_3-01 li a { border: 7px solid #404040; }
.item_list_3-02 li a { border: 7px solid #fff002; }
.item_list_3-03 li a { border: 7px solid #e72200; }


.item_list_3 li a:hover {
	/*margin:25px 0 0;*/
	box-shadow: 7px 7px 0px 0px rgba(255, 43, 0,0.5);
	transition:0.3s;
}
	.item_list_3 li a div:nth-child(1) {
	}
	.item_list_3 li a div:nth-child(2) {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		width: auto;
	}
.item_list_3 li a div > img {
	position:relative;
	top:-5px;
	left:-5px;
	/*width:100%;*/
	width:calc(100% + 10px);
	margin:0;
	/*border: 1px #D1D1D1 solid;*/
	/*border-radius: 10px;*/
	transition:0.3s;
}
.item_list_3 li a:hover div > img {
	top:0px;
	left:0px;
	width:100%;
	margin: 0 0 10px;
	transition:0.3s;
}
.item_list_3 li a .item_name {
	/*height:40px;*/
	height: auto;
	margin: 10px 0;
	font-size: 0.95em;
	font-weight:bold;
	color: #020202;
	text-align: center;
	overflow: hidden;
}
.item_list_3 li a:hover .item_name {
	text-decoration:underline;
}
.item_list_3 li a .item_name span {
	display: block;
	margin: 5px 0;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
}

.item_list_3 li a .item_stock {
	display: flex; /* add */
	justify-content: center; /* add */
	margin:0;
	/*text-align: right;*/
	text-align: left;
	font-weight:bold;
}

.item_list_3 li a .item_stock .souryoumuryou_chk_icon {
	/*padding: 5px 18px;/!*add*!/*/
	padding: 5px 16px;/*add*/
	margin: 0 0 0 4px;/*add*/
	font-size: 16px;/*add*/
	line-height: 1;/*add*/

	background: #fedc00;/*add*/
	border: 0;/*add*/
	/*color: #162767;*/
	color: #b40000;/*add*/
}
.item_list_3 li a .item_stock .stock_chk_icon {
	/*border: 1px #0066cc solid;*/
	/*background: #0066cc;*/
	/*color: #fff;*/
	/*padding: 4px 18px;*/
	padding: 4px 14px;
	/*margin: 0;*/
	margin-right: 0;
	font-size: 16px;
	/*display: inline-block;*/
	margin-bottom: 0;
	line-height: 1;

	/*background: #1D2088;*/
	background: #b40000;/*add*/
	/*border: 1px #1D2088 solid;*/
	border: 1px #b40000 solid;/*add*/
	color: #fff;/*add*/
}
.item_list_3 li a .item_stock .yoyaku_chk_icon {
	/*border: 1px #0066cc solid;*/
	/*background: #ffffff;*/
	/*color: #0066cc;*/
	padding: 4px 18px;
	/*margin: 0;*/
	margin-right: 0;
	font-size: 16px;
	/*display: inline-block;*/
	margin-bottom: 0;
	line-height: 1;
}

.item_list_3 li a .item_price {
	/*color:#DF0101;*/
	/*font-size:2em;*/
	/*text-align: left;*/
	/*font-weight: bold;*/
	/*letter-spacing: -1px;*/
	/*font-style: normal;*/
}

/* ★★ */
.item_list_3 li a .item_stock {
	padding-top: 0.75em;
	/*padding-bottom: 5.25em;*/
	/*padding-bottom: 0.75em;*/
}
.item_list_3 li a .item_price{
	position: absolute;
	/*bottom:25.5%;*/
	bottom:19%;
	right:0%;
	display: inline-block;
	font-family: 'Anton', sans-serif;
	font-size:73px;
	/*color:#EE3333;*/
	color:#E72200;
	/*letter-spacing:-0.04em;*/
	letter-spacing:-0.025em;

	/*text-shadow:*/
	/*5px 5px 0px #026047,*/
	/*4px 4px 1px #026047,*/
	/*3px 3px 1px #026047,*/
	/*2px 2px 1px #026047,*/
	/*1px 1px 1px #026047;*/
	/*text-stroke: 2px #fff;*/
	/*-webkit-text-stroke: 2px #fff;*/
	padding:0 0.3em;
	margin: -10px 0 0 -33px;
	transform: skewX(-12deg);
}
.item_list_3 li a .item_price .txt-shadow::first-letter,
.item_list_3 li a .item_price var::first-letter,
.item_list_3 li a .item_price::first-letter{
	font-family: sans-serif;
	font-size:45px;
	font-weight:900;
}
.item_list_3 li a .item_price var{
	display: inline-block;
	-webkit-text-stroke: 2px #fff;
	/*background: -webkit-linear-gradient(#eee,#fc0, #fe7,#d90,#fc0,#fc0);*/
	/*background: -webkit-linear-gradient(#ffdd60,#ffdd60, #fff2aa,#ffce33,#ffce33,#ffdd60);*/
	background: #E72200;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: normal;
	z-index: 1;
}
/*.item_list_3 li a .item_price span.txt-shadow::after{*/
.item_list_3 li a .item_price span.txt-shadow{
	position: absolute;
	display: inline-block !important;
	top:inherit;
	left:0.3em;

	/*-webkit-text-stroke: 2px #fff;*/
	/*-webkit-text-stroke: 6px #fff;*/
	-webkit-text-stroke: 0px #fff;
	/*content: attr(data-price);*/
	text-shadow:
	/*7px 7px 0px #020202,*/
	/*6px 6px 1px #020202,*/
	5px 5px 1px #020202,
	4px 4px 1px #020202,
	3px 3px 1px #020202,
	2px 2px 1px #020202,
	1px 1px 1px #020202;
	z-index: -1;
}


.item_list_3 li a .item_price span,/*add*/
.item_list_3 li a .item_price .tax_notation_contents {
	/*color:#DF0101 !important;/!*add*!/*/
	/*font-size:0.5em !important;*/
	display:none;
}
.item_list_3 li a .item_price_normal {/*add*/
	display: none;
	margin: 0;
	padding: 0;
	color:#333;/*add*/
	/*font-size:0.8em !important;/!*add*!/*/
	font-size:1em !important;/*add*/
	text-decoration: line-through;/*add*/
}
.item_list_3 li .item_special {
	margin: 1em 0 0;
}
.item_list_3 li .item_off {
	position: absolute;
	bottom: 0;
	right: 3px;
	/*width:33.84%;*/
	width:27.84%;
	z-index: 0;
}
.item_list_3 li .item_off img {
	width: 100%;
}
/* ★★ */
.item_list_3_img {
	margin:0 auto;
	padding:0 1%;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:92%;
}

.item_list_3_img p {
	margin:0;
	padding:0;
	width:33.3333%;
}

.item_list_3_img p a {
	display: block;
	border: 5px rgb(193, 39, 39) solid;
	border-radius: 10px;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 11px 11px 0px 0px rgba(0,0,0,0.1);
	margin:15px;
}

.item_list_3_img p a img {
	width: 100%;
	border-radius: 4px;
}
/* ===== 落ち葉を表示するコンテナのスタイル ===== */
.leaves-container {
	position: relative;

  }
  
  /* ===== 落ち葉のスタイル ===== */
  
  /* 落ち葉の共通スタイル */
  .leaf {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	animation: animate-leaf 8s linear;
  }
  
  /* 落ち葉1 */
  .leaf-1 {
	background-image: url('https://eva.esupply.co.jp/contents/category/autumn_sale/img/leaf-1.svg'); /* 任意のパスを記入 */
  }
  
  /* 落ち葉2 */
  .leaf-2 {
	background-image: url('https://eva.esupply.co.jp/contents/category/autumn_sale/img/leaf-2.svg'); /* 任意のパスを記入 */
  }
  
  /* 落ち葉3 */
  .leaf-3 {
	background-image: url('https://eva.esupply.co.jp/contents/category/autumn_sale/img/leaf-3.svg'); /* 任意のパスを記入 */
  }
  
  /* ===== 落ち葉が降るアニメーション ===== */
  @keyframes animate-leaf {
	0% {
	  opacity: 0;
	  top: 0;
	  transform: rotate(0);
	}
  
	10% {
	  opacity: 1;
	}
  
	90% {
	  opacity: 1;
	}
  
	100% {
	  opacity: 0;
	  top: 100vh;
	  transform: rotate(1080deg);
	}
  }
</style>