@CHARSET "UTF-8";

@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: local('Great Vibes'), local('GreatVibes-Regular'), url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3YbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

.special-contents-wrap {
	position: relative;
	margin-top: 10px;
}

.hw-recommend-wrap {
	margin-top: -110px;
}

.hw-recommend-list {
	position: relative;
}

.ttl-common-catch {
	font-weight: normal;
	color: #ffffff;
	font-size: 13px;
	padding-left: 10px;
}

.side-li-bnr a {
	color: #333333;
}
.side-li-bnr .txt-contents-title,
.side-li-bnr .txt-contents-catch {
	text-align: left;
}

.hw0216-bg {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/cmn/s_free_shipping.jpg);
	background-position: 10px top;
	background-repeat: repeat-y;
}

.hw-ttl-h1-wrap {
	position: relative;
	z-index: 10;
}

.hw-side-li-wrap {
	margin-top: 10px;
	margin-left: -20px;
}

.li-row4 li {
	margin-top: 10px;
	margin-left: 5px;
	font-size: 18px;
}

.li-row4 li img {
	width: 100%;
}

.li-row4 li a:hover {
	text-decoration: underline;
}


.hw-body {
	width: 800px;
	background-image: url(/img/halloween/hw_bg.jpg);
	float: right;
	margin-top: 10px;
}



/*-- font --*/
p.txt-goods-price {
	font-family: 'Great Vibes', cursive;
}

.hw-body .txt-goods-price {
	text-align: center;
	font-size: 45px;
}

.hw-body .txt-goods-price .tax {
	font-size: 18px;
	color: #cc3333;
}
.pickup-item .txt-goods-price .tax {
	font-size: 10px;
	color: #cc3333;
}

.hw-yen {
    font-size: 22px;
    font-weight: bold;
}

/*-- Menu --*/
.hw-recommend-wrap {
	display: block;
	float: right;
	margin-left: -20px;
	width: 1024px;
	height: 650px;
	padding-top: 25px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(/img/halloween/s_specialmenu_bg.jpg);
}

.hw-recommend-list {
	width: 820px;
	height: 500px;
	margin: auto;
	margin-left: 97px;
	padding-top: 30px;
	padding-bottom: 30px;
	list-style-type: none;
}

.hw-recommend-list img {
	width: 270px;
	height: 500px;
	border: none;
}
.hw-recommend-list li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hw-recommend-list p {
	text-align: center;
}

.hw-recommend-btn {
	position: absolute;
	z-index: 999;
	width: 1024px;
	top: 50%;
	margin-top: -30px;
}

.hw-recommend-btn li {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;

	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;

	cursor: pointer
}


@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}


.hw-recommend-btn .Next {
	position: absolute;
	right: 0;
	top: 50%;
}

.hw-recommend-btn .Prev {
	position: absolute;
	left: 0;
	top: 50%;
}


.hw-sidewrap .side-wrap {
	margin-right: 10px;
}

.rec-menu-ttl {
	text-align: center;
	margin-top: 30px;
}

.hw-recommend-menu {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-weight: bold;
}

.hw-menu {
	width: 820px;
	display: table;
	overflow: hidden;
}

.hw-menu li {
	width: 190px;
	float: left;
	margin-top: 13px;
	margin-right: 13px;
}

.hw-lookmore-ttl {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	background-color: #eee;
	color: #1b1b1b;
	padding: 10px;
	text-align: center;
	width: 98%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cate-menu {
	overflow: hidden;
	margin-top: 10px;
	padding-left: -10px;
}

.cate-menu li {
	background: #1b1b1b;
	color: #fbfbfb;
	float: left;
	margin-left: 12px;
	line-height: 50px;
	border-radius: 5px;
	width: 250px;
    box-sizing: border-box;
}

.cate-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
}

.cate-menu li:hover {
	background: rgb(61,61,61);
	background: -moz-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(14,14,14,1) 100%);
	background: -webkit-linear-gradient(top, rgba(61,61,61,1) 0%,rgba(14,14,14,1) 100%);
	background: linear-gradient(to bottom, rgba(61,61,61,1) 0%,rgba(14,14,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#0e0e0e',GradientType=0 );
}

/*-- pair group --*/

#Group,
#Pair {
	margin-top: 150px;
    border-bottom: 2px solid #fff;
}

.group-ttl {
	background-color: #0a0404;
	border-top: 2px solid #fff;
	background-image: url(/img/halloween/s_hw_titleback.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 46px;
	line-height: 47px;
	color: #ff8400;
	padding-left: 80px;
	position: relative;
	font-size: 25px;
	font-weight: bold;
}

.group-ttl:before {
	content: "";
	display: block;
	width: 50px;
	height: 95px;
	float: left;
	position: absolute;
	top: -49px;
	left: 10px;
	background-image: url(/img/halloween/s_hw_title.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.group-ttl .ttl-common-catch {
	color: #ff8400;
}

.hw-pair-bnr {
	width: 800px;
	background-image: url(/img/halloween/s_spider_bg.jpg);
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom: solid 5px #000;
}

.hw-pair-bnr li {
	margin-top: 50px;
	width: 780px;
	margin-right: auto;
	margin-left: auto
}

.hw-pair-bnr li img {
	width: 780px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	border-radius: 5px;
}

.hw-pair-bnr li a{
	text-decoration: none;
}

.hw-group-lookmore {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	color: #e9e9e9;
	display: block;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #914900;
	box-sizing: border-box;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background: rgb(247,149,54);
	background: -moz-linear-gradient(top, rgba(247,149,54,1) 0%, rgba(247,149,54,1) 50%, rgba(245,121,0,1) 50%, rgba(245,121,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(247,149,54,1) 0%,rgba(247,149,54,1) 50%,rgba(245,121,0,1) 50%,rgba(245,121,0,1) 100%);
	background: linear-gradient(to bottom, rgba(247,149,54,1) 0%,rgba(247,149,54,1) 50%,rgba(245,121,0,1) 50%,rgba(245,121,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79536', endColorstr='#f57900',GradientType=0 );
}

.hw-group-lookmore:hover {
	text-shadow: 1px 1px 1px rgba(247,149,54,0.8);
	color: #0a0404;
	background: rgb(245,121,0);
	background: -moz-linear-gradient(top, rgba(245,121,0,1) 1%, rgba(245,121,0,1) 50%, rgba(247,149,54,1) 50%, rgba(247,149,54,1) 100%);
	background: -webkit-linear-gradient(top, rgba(245,121,0,1) 1%,rgba(245,121,0,1) 50%,rgba(247,149,54,1) 50%,rgba(247,149,54,1) 100%);
	background: linear-gradient(to bottom, rgba(245,121,0,1) 1%,rgba(245,121,0,1) 50%,rgba(247,149,54,1) 50%,rgba(247,149,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57900', endColorstr='#f79536',GradientType=0 );
}


.hw-lookmore-btn-rcmd {
	width: 94%;
	margin: 20px auto 0 auto;
	font-size: 20px;
	font-weight: bold;
	background: rgb(61,61,61);
    background: -moz-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-linear-gradient(top, rgba(61,61,61,1) 0%,rgba(14,14,14,1) 100%);
    background: linear-gradient(to bottom, rgba(61,61,61,1) 0%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#0e0e0e',GradientType=0 );
	height: 70px;
	line-height: 70px;
	clear: both;
	color: #fff;
	border-radius: 5px;
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: border-box;
	position: relative;
}

.hw-lookmore-btn-rcmd:after {
	content: "";
	background-image: url(/img/halloween/s_obake_more.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 140px;
	height: 100px;
	position: absolute;
	top: -20px;
	right: 3%;
}


/*-- common wrap --*/
.hw-item-list-wrap {
	width: 800px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	border-bottom: 2px solid #fff;
}

.hw-3colum-wrap {
	border-bottom: 5px solid #000;
	border-top: none;
	padding-bottom: 30px;
	background-image: url(/img/halloween/s_spider_bg.jpg);
	padding-top: 10px;
}



/*-- ★title images↑↓ --*/

.rec-cate-ttl-wrap {
	width: 100%;
	height: 50px;
	padding: 5px;
	position: relative;
	box-sizing: border-box;
	background: #000;
}

.rec-cate-ttl {
	color: #ff8400;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 4px;
	letter-spacing: 0.2em;
	border: 1px dashed #ff8400;
}

.hw-recommned {
	background-color: #b92132;
}

.hw-military {
	background-color: #2c3e32;
}


.hw-witch {
	background-color: #4e357c;
}




/*-- 3colum --*/
.hw-3colum {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	display: table;
	margin-left: 1%;
}

.hw-3colum li {
	width: 250px;
	float: left;
	padding: 5px;
	border: 1px solid #000;
	margin-right: 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.hw-3colum li a {
	display: block;
	padding-bottom: 15px;
}

.hw-3colum-check {
	width: 70%;
	height: 30px;
	background-color: #1b1b1b;
	color: #fff;
	display: block;
	margin: 5px auto 0 auto;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 14px;
}
.hw-3colum-btn .hw-3colum-check {
	background: rgb(56,56,56);
	background: -moz-linear-gradient(top, rgba(56,56,56,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-linear-gradient(top, rgba(56,56,56,1) 0%,rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(56,56,56,1) 0%,rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#1b1b1b',GradientType=0 );
}

.hw-3colum .goods-img-wrap {
	width: 240px;
	height: 240px;
	margin-right: auto;
	margin-left: auto;
}
.hw-3colum img.thumb-goods {
	display: inline-block;
	max-width: 240px;
	max-height: 240px;
	width: 100%;
}

.hw-3colum .txt-goods-price {
	padding-top: 10px;
}

/*-- Pick item  --*/
.pickup-item {
	width: 98%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.pickup-item li {
	width: 100%;
	height: 420px;
	position: relative;
	border-radius: 5px;
	border: 1px solid #333;
	background-color: #fbfbfb;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	margin-top: 20px;
}

.pickup-item li a {
	height: 420px;
	display: block;
}

.pickup-item li a:hover,
.hw-3colum li a:hover {
	text-decoration: none;
}

.pickup-item .goods-img-wrap {
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.pickup-item .goods-img-wrap {
	width: 380px;
	height: 380px;
}

.pickup-item img.thumb-goods {
	display: inline-block;
	max-width: 380px;
	max-height: 380px;
	width: 100%;
}

.pickup-item .txt-goods-price {
	position: absolute;
	right: 40px;
	bottom: 65px;
	font-size: 90px;

}

.pickup-item .hw-item-description {
	font-size: 14px;
	color: #333;
	margin-top: 30px;
	line-height: 1.5;
	background-color: #ddd;
	width: 355px;
	padding: 5px;
	box-sizing: border-box;
	float: right;
	border-radius: 5px;
}

.pickup-item .hw-item-name {
	font-size: 20px;
	padding-top: 35px;
	font-weight: bold;
	color: #333;
}


.hw-pickup-check {
	width: 300px;
	position: absolute;
	right: 10px;
	bottom: 30px;
	height: 30px;
	background-color: #1b1b1b;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
}

.us-goods{
	padding-left: 10px;
	margin-bottom: 20px;
}

.us-goods li{
	margin-left: 2px;
}







#page-top {
    position: fixed;
    bottom: 20px;
    right: 1%;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 150px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}

.hw-floting-menu-wrap .group-ttl {
	color: #ffffff;
	background-image: none;
}

.hw-floting-menu-wrap {
	width: 200px;
	position: fixed;
	top: 94px;
	right: 0;
}

.hw-floting-menu {
	border: 1px solid #0a0404;
	background: #ffffff;
}

.hw-floting-menu li {
	border-top: 1px dotted #0a0404;
}

.hw-floting-menu li:first-child {
	border-top: none;
}

.hw-floting-menu a {
	color: #333;
	display: block;
	padding: 10px 20px 10px 20px;
}

.hw-floting-menu a:hover {
	color: #ff8400;
	text-decoration: none;
}

