


.soldout_bnr {
	position:absolute;
	width:320px;
	text-align:center;
	margin-top:40px;
}

.soldout_bnr img {
	
}



.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 {background:#fff;width:100%;min-width:1100px;background-image: url(/contents/category/nendomatsu/img/nendomatsu_sale_top_bnr.png) ,-webkit-linear-gradient(-45deg, rgba(0,128,255,1) 0%,rgba(0,128,255,0.5) 100%);background-size:100%;background-repeat:no-repeat;padding-bottom:100px;}
#main_wrap .inner_top {width:100%;margin:0 auto;text-align:center;}
#main_wrap .inner_top:before {width:100%;clear:both;content:"";display:block;}
#main_wrap .inner_top img {width:70%;max-width:1200px;min-width:1000px;}

#inner_wrap {background:#fff;width:70%;max-width:1200px;min-width:1000px;padding-bottom:500px;border-radius:10px;margin:0 auto;margin-bottom:40px;position:relative;z-index:2;box-shadow: 0px 3px 20px rgba(0,0,0,.8)}
#inner_wrap .menu {margin:0;padding:0;list-style:none;width:100%;position:relative;z-index:1;}
#inner_wrap .menu li {display:inline-block;width:49.5%;}

#inner_wrap .menu li a {display:block;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:20px;padding:20px 0;-webkit-transition: background-color .4s;transition: background-color .4s;
}

#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 );
}

/*ネオン文字
-----------------------------------------------------------*/
#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;
margin-bottom:0;
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;
}
}



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

/*商品リスト
---------------------------------------------------------------*/
.item_list {float:left;margin:0;padding:0;list-style:none;width:100%;}
.item_list:after {width:100%;clear:both;content:"";display:block;}
.item_list li {float:left;margin:0;padding:0;width:25%;}
.item_list li a {display:block;margin:15px;color:#333;}
.item_list li a img {position:relative;top:0px;width:100%;transition:0.3s;}
.item_list li a:hover img {top:-5px;}
.item_list li a:hover .item_name {text-decoration:underline;}
.item_list li a .item_name {font-size:0.8em;}
.item_list li a .item_stock {margin:0;}
.item_list li a .item_price {color:#DF0101;font-size:1.2em;}
.item_list li a .item_price .tax_notation_contents {font-size:0.7em;}

.item_list .more_btn {width:100%;margin:20px auto;text-align:center;}
.item_list .more_btn a {display:inline-block;padding:5px 30px;background:#F2FBFF;color:#0080FF;border:3px #0080FF solid;border-radius:20px;font-size:1.2em;font-weight:bold;transition:0.3s;}
.item_list .more_btn a:hover {background:#0080FF;color:#fff;}

#link01 i {color:#D7DF01;}
#link02 i {color:#fff;}
#link03 i {color:#F5D0A9;}




