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

/* 激安アウトレット */
.item_list li .item_off {
	position: absolute;
	top: 72%;
	right: -5px;
	width:33.84%;
	z-index: 0;
}
.item_list li .item_off img {
	width: 90%;
}
/*商品リスト2023 sale
-------------------------------*/
.item_list li .item_special {
    margin-top: 1.5%;
    position: absolute;
    top: 0px;
    left: 1.65%;
    /* margin: 0 auto; */
    /* text-align: center; */
    /* display: inline-block; */
    /* width: 1000px; */
}
.item_list li .item_special img{
	width:298px;
	opacity:85%;
}
.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:#fceb31;
	border: 7px solid #e20010;
	border-radius: 3px;
	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 #fceb31;
	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;*/
	border: 7px solid #fceb31;
	box-shadow: 7px 7px 0px 0px #e20010;
	transition:0.3s;
}
	/* .item_list li a div:nth-child(1) {
	} */
	/* .item_list li a div:nth-child(1) {
		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: right;
	/* 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: #fceb31;/*add*/
	border: 0;/*add*/
	/*color: #162767;*/
	color: #e20010;/*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: #e20010;/*add*/
	/*border: 1px #1D2088 solid;*/
	border: 1px #e20010 solid;/*add*/
	color: #fceb31;/*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:17%;
	right:-4%;
	display: inline-block;
	font-family: 'Anton', sans-serif;
	font-size:73px;
	/*color:#EE3333;*/
	color:#de001a;
	/*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 #fdee32;
	/*background: -webkit-linear-gradient(#eee,#fc0, #fe7,#d90,#fc0,#fc0);*/
	/*background: -webkit-linear-gradient(#ffdd60,#ffdd60, #fff2aa,#ffce33,#ffce33,#ffdd60);*/
	background: #de001a;
	-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 #fdee32;
	/*content: attr(data-price);*/
	text-shadow:
	/*7px 7px 0px #020202,*/
	/*6px 6px 1px #020202,*/
	5px 5px 1px #000,
	4px 4px 1px #000,
	3px 3px 1px #000,
	2px 2px 1px #000,
	1px 1px 1px #000;
	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_2 li .item_off {
	position: absolute;
	top: 72%;
	right: -5px;
	width:33.84%;
	z-index: 0;
}
.item_list_2 li .item_off img {
	width: 90%;
}
/*商品リスト2023 sale
-------------------------------*/
.item_list_2 li .item_special {
    margin-top: 1.5%;
    position: absolute;
    top: 0px;
    left: 1.65%;
    /* margin: 0 auto; */
    /* text-align: center; */
    /* display: inline-block; */
    /* width: 1000px; */
}
.item_list_2 li .item_special img{
	width:298px;
	opacity:85%;

}
.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:#000;
	border: 7px solid #fceb31;
	border-radius: 3px;
	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 #000;
	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;*/
	border: 7px solid #de001a;
	box-shadow: 7px 7px 0px 0px #fff002;
	transition:0.3s;
}
	/* .item_list_2 li a div:nth-child(1) {
	} */
	/* .item_list_2 li a div:nth-child(1) {
		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: right;
	/* 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: #fceb31;/*add*/
	border: 0;/*add*/
	/*color: #162767;*/
	color: #e20010;/*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: #e20010;/*add*/
	/*border: 1px #1D2088 solid;*/
	border: 1px #e20010 solid;/*add*/
	color: #fceb31;/*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:17%;
	right:-4%;
	display: inline-block;
	font-family: 'Anton', sans-serif;
	font-size:73px;
	/*color:#EE3333;*/
	color:#de001a;
	/*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 #fdee32;
	/*background: -webkit-linear-gradient(#eee,#fc0, #fe7,#d90,#fc0,#fc0);*/
	/*background: -webkit-linear-gradient(#ffdd60,#ffdd60, #fff2aa,#ffce33,#ffce33,#ffdd60);*/
	background: #de001a;
	-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 #fdee32;
	/*content: attr(data-price);*/
	text-shadow:
	/*7px 7px 0px #020202,*/
	/*6px 6px 1px #020202,*/
	5px 5px 1px #000,
	4px 4px 1px #000,
	3px 3px 1px #000,
	2px 2px 1px #000,
	1px 1px 1px #000;
	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_3 li .item_off {
	position: absolute;
	top: 72%;
	right: -5px;
	width:33.84%;
	z-index: 0;
}
.item_list_3 li .item_off img {
	width: 90%;
}
/*商品リスト2023 sale
-------------------------------*/
.item_list_3 li .item_special {
    margin-top: 1.5%;
    position: absolute;
    top: 0px;
    left: 1.65%;
    /* margin: 0 auto; */
    /* text-align: center; */
    /* display: inline-block; */
    /* width: 1000px; */
}
.item_list_3 li .item_special img{
	width:298px;
	opacity:85%;

}
.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:#fceb31;
	border: 7px solid #e20010;
	border-radius: 3px;
	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 #e6e6e6;
	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;*/
	border: 7px solid #fceb31;
	box-shadow: 7px 7px 0px 0px #e6e6e6;
	transition:0.3s;
}
	/* .item_list_3 li a div:nth-child(1) {
	} */
	/* .item_list_3 li a div:nth-child(1) {
		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: right;
	/* 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: #fceb31;/*add*/
	border: 0;/*add*/
	/*color: #162767;*/
	color: #e20010;/*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: #e20010;/*add*/
	/*border: 1px #1D2088 solid;*/
	border: 1px #e20010 solid;/*add*/
	color: #fceb31;/*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:17%;
	right:-4%;
	display: inline-block;
	font-family: 'Anton', sans-serif;
	font-size:73px;
	/*color:#EE3333;*/
	color:#de001a;
	/*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 #fdee32;
	/*background: -webkit-linear-gradient(#eee,#fc0, #fe7,#d90,#fc0,#fc0);*/
	/*background: -webkit-linear-gradient(#ffdd60,#ffdd60, #fff2aa,#ffce33,#ffce33,#ffdd60);*/
	background: #de001a;
	-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 #fdee32;
	/*content: attr(data-price);*/
	text-shadow:
	/*7px 7px 0px #020202,*/
	/*6px 6px 1px #020202,*/
	5px 5px 1px #000,
	4px 4px 1px #000,
	3px 3px 1px #000,
	2px 2px 1px #000,
	1px 1px 1px #000;
	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*/
}
/* ここまで */



.more_btn_outlet,
.more_btn {
	width:100%;
	margin:40px auto 0;
	text-align:center;
}
.more_btn_outlet a,
.more_btn a {
	display:inline-block;
	width: 100%;
	max-width: 383px;
	padding:23px;
	box-sizing: border-box;
	background:#fff;
	color: #000;
	border:4px #fce330 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:#fce330;
	border:4px #fce330 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: #e20010;
	border:4px #e20010 solid;
}
.more_btn_outlet a:hover {
	/*background:#E81355;*/
	/*border:4px #E81355 solid;*/
	background:#e20010;
	border:4px #e20010 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: #010000;
	/*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:#fdee32;
	/*border:3px #4E83D5 solid;*/
	border:3px #fdee32 solid;
	/*color:#0D4DAF;*/
	color:#e2000f;
	box-shadow: 0px 6px 0px -2px rgba(10,10,10,0.2);
}

#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:rgb(234,0,0);
	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-image: url(/contents/category/thank_esp/img/thank_sale_2023_01.png);
	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-image: url(/contents/category/thank_esp/img/thank_sale_2023_01.png);
	background-size:cover;
	background-repeat:no-repeat;
	padding-bottom: 78%;
}
#main_wrap::after {
	content:"";
	display: inline-block;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	min-width:1000px;
	background-image: url(/contents/category/thank_esp/img/thank_sale_2022_03.png);
	background-size:cover;
	background-repeat:no-repeat;
	padding-bottom: 25%;
}
#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;*/
	padding: 1.45% 0 1.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:56.25%;
	max-width:1136px;
	min-width:660px;
	/*margin-top: 1.6%;*/
	margin-top: -1.75%;
	margin-left: -1.75%;
}

#inner_wrap {
	padding-bottom:50px;
	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: space-around;
	/*margin:0;*/
	margin:0 auto;
	padding:0;
	list-style:none;
	width:96%;
	position:relative;
	z-index:1;
}
#inner_wrap .menu li {
	display:inline-block;
	/*width:29.1%;*/
	width:30%;
	/*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 {color:#FFE401;	background: url(/contents/category/autumn_sale/img/autumn_sale_03.jpg) no-repeat;background-size: cover;	}*/
/*#inner_wrap .menu li:nth-child(2) a {color:#010000;	background: url(/contents/category/autumn_sale/img/autumn_sale_04.jpg) no-repeat;background-size: cover;	}*/
/*#inner_wrap .menu li:nth-child(3) a {color:#E80100;	background: url(/contents/category/autumn_sale/img/autumn_sale_05.jpg) no-repeat;background-size: cover;	}*/

#inner_wrap .menu li:nth-child(1) a {color:#FFE401;	}
#inner_wrap .menu li:nth-child(2) a {color:#010000;	}
#inner_wrap .menu li:nth-child(3) a {color:#E80100;	}

#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:33%;
	/*top:39%;*/
	left:0;
	display: block;
	width:100%;
	/*font-size: 1.875em;*/
	/*font-size: 1.75em;*/
	font-size: 2em;
	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.5% 0 0; */
	/* margin: 1.7% 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;*/
	/*color: #DD0000;*/
	color: #000;
}

.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;}







/* color:#EBCA37; */
#link01 i {color:#FFE401;}
#link02 i {color:#010000;}
#link03 i {color:#E80100;}
.midashi {
	display: flex;
	justify-content: center;
	align-items: baseline;
	box-sizing: border-box;
	/*width: 95%;*/
	width: 80%;
	/*border-bottom:3px #eee solid;*/
	border-bottom: none;
	/*font-size:1.6em;*/
	font-size:2.8125em;
	font-weight:bold;text-align:center;border-radius:100px;margin:5.9% auto 20px;padding:1.5% 16px;-webkit-transition: background-color .4s;transition: background-color .4s;
	/*box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 11px 11px 0px 0px rgba(0,0,0,0.1);*/
}
#link01.midashi {
	background: #EA0001; /* Old browsers */
	/*background: -moz-linear-gradient(-45deg, rgba(12,149,204,1) 0%, rgba(91,183,222,1) 50%, rgba(12,149,204,1) 100%); /!* FF3.6-15 *!/*/
	/*background: -webkit-linear-gradient(-45deg, rgba(12,149,204,1) 0%,rgba(91,183,222,1) 50%),rgba(12,149,204,1) 100%); /!* Chrome10-25,Safari5.1-6 *!/*/
	/*background: linear-gradient(135deg, rgba(12,149,204,1) 0%,rgba(91,183,222,1) 50%,rgba(12,149,204,1) 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35cf9', endColorstr='#ef017c',GradientType=1 );*/
	color:#FFE401;
}
#link02.midashi {
	background: #FFE501; /* Old browsers */
	/*background: -moz-linear-gradient(-45deg, rgba(36,44,145,1) 0%, rgba(68,102,191,1) 50%, rgba(36,44,145,1) 100%); /!* FF3.6-15 *!/*/
	/*background: -webkit-linear-gradient(-45deg, rgba(36,44,145,1) 0%,rgba(68,102,191,1) 50%),rgba(36,44,145,1) 100%); /!* Chrome10-25,Safari5.1-6 *!/*/
	/*background: linear-gradient(135deg, rgba(36,44,145,1) 0%,rgba(68,102,191,1) 50%,rgba(36,44,145,1) 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35cf9', endColorstr='#ef017c',GradientType=1 );*/
	color:#010000;
}
#link03.midashi {
	background: #FFF; /* Old browsers */
	/*background: -moz-linear-gradient(-45deg, rgba(235,32,95,1) 0%, rgba(254,114,153,1) 50%, rgba(235,32,95,1) 100%); /!* FF3.6-15 *!/*/
	/*background: -webkit-linear-gradient(-45deg, rgba(235,32,95,1) 0%,rgba(254,114,153,1) 50%),rgba(235,32,95,1) 100%); /!* Chrome10-25,Safari5.1-6 *!/*/
	/*background: linear-gradient(135deg, rgba(235,32,95,1) 0%,rgba(254,114,153,1) 50%,rgba(235,32,95,1) 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35cf9', endColorstr='#ef017c',GradientType=1 );*/
	border:3px solid #E80100;
	color:#E80100;
}
.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;
}





