@charset "utf-8";

#wrapper {
	position: relative;
}

/*-----------------------------------------------------------------------------
item-list
-----------------------------------------------------------------------------*/
#content.column2 {
	margin: 0;
	padding: 40px 0;
}
#content.column2 #main .inner {
	margin: 0 20px 0 300px;
	padding: 0;
}

#content.column2 .tit {
	margin: 0 0 20px;
	padding: 24px 0;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}

#content.column2 .slider {
	min-width: 860px;
	margin: 10px 30px;
}
#content.column2 .slider a {
	width: 200px;
}
#content.column2 .slider .image img {
	width: 200px;
	min-height: 160px;
	max-height: 160px;
}
#content.column2 .slider .np {
	width: 200px;
}





#content .itemList {
	min-width: 860px;
	margin: 10px 30px;
	overflow: hidden;
}
#content .itemList > div {
	float: left;
	width: 10.48%;
	margin-bottom: 10px;
	padding: 6px;
}
#content .itemList a {
	position: relative;
	display: block;
	width: 200px;
	border-radius: 10px;
}
#content .itemList a:hover {
	box-shadow:0px 0px 6px 0px #999;
	-moz-box-shadow:0px 0px 6px 0px #999;
	-webkit-box-shadow:0px 0px 6px 0px #999;
	opacity: 1;
}
#content .itemList .data {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 25px 10px 10px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	border-radius: 10px;
	opacity: 0;
}
#content .itemList a:hover .data {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#content .itemList .image img {
	border-radius: 10px 10px 0 0;
	width: 200px;
	min-height: 160px;
	max-height: 160px;
	overflow: hidden;
}

#content .itemList .np {
	width: 200px;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	background: #000;
	border-radius: 0 0 10px 10px;
}
#content .itemList .np span {
	font-size: 12px;
	padding-left: 4px;
}

#content .itemList .rank {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 44px;
	padding: 2px 0;
	border-radius: 20px;
	background: #e85585;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#content .itemList .rank strong {
	font-size: 16px;
	padding-right: 2px;
}

#content .itemList .st {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 44px;
	padding: 2px 0;
	border-radius: 6px;
	background: #9a9a9a;
	font-family:"mplus-1m-regular",sans-self;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	box-shadow:0px 1px 0px 1px #767676 inset;
	-moz-box-shadow:0px 1px 0px 1px #767676 inset;
	-webkit-box-shadow:0px 1px 0px 1px #767676 inset;
}

#content .itemList .badge {
	position: absolute;
	top: -6px;
	right: -6px;
	box-sizing: border-box;
	width: 38px;
	height: 39px;
	padding-top: 5px;
	background: url(../img/common/ico_badge.png) 0 0;
	background-size: 38px 39px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
	text-align: center;
}
#content .itemList .badge-gray {
	position: absolute;
	top: -6px;
	right: -6px;
	box-sizing: border-box;
	width: 38px;
	height: 39px;
	padding-top: 5px;
	background: url(../img/common/ico_badge_gray.png) 0 0;
	background-size: 38px 39px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
	text-align: center;
}




@media screen and (max-width: 2275px) {
	#content .itemList > div {
		width: 11.79%;
	}
}
@media screen and (max-width: 2075px) {
	#content .itemList > div {
		width: 13.45%;
	}
}
@media screen and (max-width: 1875px) {
	#content .itemList > div {
		width: 15.72%;
	}
}
@media screen and (max-width: 1675px) {
	#content .itemList > div {
		width: 18.88%;
	}
}
@media screen and (max-width: 1475px) {
	#content .itemList > div {
		width: 23.6%;
	}
}

/*-----------------------------------------------------------------------------
news
-----------------------------------------------------------------------------*/
#news {
	position: fixed;
	top: 170px;
	right: -500px;
	width: 550px;
	z-index: 2000;
}
#news .tab {
	box-sizing: border-box;
	float: left;
	display: block;
	width: 50px;
	height: 160px;
	padding: 10px 0 0;
	text-align: center;
	background: #e85585;
	border-radius: 10px 0 0 10px;
	cursor: pointer;
}
#news .tab img {
	width: 34px;
}

#news .newsBox {
	float: left;
	width: 500px;
	height: 400px;
	overflow: auto;
	background: #ffcede;
}

#news .newsBox .tit {
	padding: 25px 0;
	font-size: 20px;
	line-height: 1;
	color: #e85585;
	text-align: center;
}
#news .newsBox .facebook {
	width: 438px;
	margin: 0 auto 25px;
}

#news .newsBox .close {
	position: absolute;
	top: 13px;
	left: 60px;
	display: block;
	width: 26px;
	height: 26px;
	color: #e65786;
	border: 1px solid #e65786;
	cursor: pointer;
	text-align: center;
	background: #ffcede;
}
/* Cross */
div.close div.cross {
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 1.5px;
	background: #e65786;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
div.close div.cross:after {
	content: '';
	width: 20px;
	height: 1.5px;
	background: #e65786;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
#news .newsBox .close:hover {
	background: #e65786;
	border-color: #fff;
}
div.close:hover div.cross,
div.close:hover div.cross:after {
	background: #fff;
}



#news .sns {
	width: 440px;
	margin: 18px auto 35px;
}
#news .sns .tabBtn {
	overflow: hidden;
}
#news .sns .tabBtn li {
	display: block;
	box-sizing: border-box;
	float: left;
	width: 100px;
	height: 38px;
	margin: 0 0 0 5px;
	padding: 5px 0 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	background: #e95587;
	border-radius: 8px 8px 0 0;
	border-bottom: 2px solid #ffcede;
	cursor: pointer;
}
#news .sns .tabBtn li:nth-of-type(2) {
	margin: 0 0 0 7px;
	padding: 12px 0 0;
	background: #00abf0;
	border-bottom: 2px solid #ffcede;
}
#news .sns .tabBtn li.on {
	border-bottom: 2px solid #e95587;
}
#news .sns .tabBtn li.on:nth-of-type(2) {
	border-bottom: 2px solid #00abf0;
}


#news .sns .tabBox #tab1 {
	border: 1px solid #bfbfbf;
	border-top: 5px solid #e95587;
	background: #fff;
}
#news .sns .tabBox #tab2 {
	display: none;
	border: 1px solid #bfbfbf;
	border-top: 5px solid #00abf0;
	background: #fff;
}

#news .sns .txt {
	padding: 16px;
	font-size: 14px;
	line-height: 1.8;
}



/*-----------------------------------------------------------------------------
visual
-----------------------------------------------------------------------------*/
#visual {
	position: relative;
	width: 100%;
	min-width: 1240px;
	overflow: hidden;
	height: 380px;
	background: url(https://kanteidan.netch-jpn.com/img/top/visual_bg.png) 50% 0 repeat;
}
#visual .wrap {
	box-sizing: border-box;
	width: 1240px;
	height: 380px;
	margin: 0 auto;
	padding: 21px 0 0;
	overflow: hidden;
}
#visual .banner {
	float: left;
	margin: 0 0 0 272px;
	box-sizing: border-box;
	width: 696px;
	height: 335px;
	border: 2px solid #60c15b;
	border-radius: 20px;
	background: #fff;
	box-shadow:0px 2px 0px 0px #3c8c38;
}
#visual .slider {
	width: 640px;
	height: 300px;
	margin: 16px auto 0;
}
#visual .slick-prev,
#visual .slick-next{
	width: 52px;
	height: 52px;
	z-index: 100;
}
#visual .slick-prev {
	left: -32px;
	background: url(../img/top/slider_prev.png) 0 0;
}
#visual .slick-next {
	right: -32px;
	background: url(../img/top/slider_next.png) 0 0;
}

#visual .slick-prev:hover:before,
#visual .slick-prev:focus:before,
#visual .slick-next:hover:before,
#visual .slick-next:focus:before {
	display: none;
}
#visual .slick-prev:before,
#visual .slick-next:before {
	display: none;
}



#visual .pickup {
	float: left;
	box-sizing: border-box;
	width: 924px;
	height: 335px;
	margin: 0 0 0 20px;
	border: 2px solid #60c15b;
	border-radius: 20px;
	background: #fff;
	box-shadow:0px 2px 0px 0px #3c8c38;
}
#visual .pickup .slider {
	width: 885px;
	height: 320px;
	margin: 15px auto 0;
}

#visual .pickup .slider a {
	position: relative;
	width: 885px;
	height: 300px;
	margin: 10px 0;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#visual .pickup .slider a:hover {
	width: 171px;
	height: 314px;
	margin: 3px;
	border-radius: 10px;
	box-shadow:0px 0px 2px 2px #86f746;
	-moz-box-shadow:0px 0px 2px 2px #86f746;
	-webkit-box-shadow:0px 0px 2px 2px #86f746;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#visual .pickup .slider a img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#visual .pickup .slider a:hover img {
	border-radius: 10px;
	overflow: hidden;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}




#visual .login {
	float: left;
	margin: 0 0 0 272px;
	box-sizing: border-box;
	width: 696px;
	height: 335px;
	padding: 15px;
	border: 2px solid #60c15b;
	border-radius: 20px;
	background: #fff;
	box-shadow:0px 2px 0px 0px #3c8c38;
	overflow: hidden;
}
#visual .login .tit {
	margin: 0 0 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	background: #e8e8e8;
}
#visual .login dl {
	float: left;
	width: 436px;
	margin: 0 0 0 10px;
}
#visual .login dl dt {
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
#visual .login dl dd {
	margin-bottom: 11px;
	font-size: 18px;
	font-weight: bold;
}

#visual .login dl dd input[type="text"],
#visual .login dl dd input[type="password"] {
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	padding: 0 10px;
	border: 2px solid #cfcfcf;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#visual .login dl dd.auto {
	margin-top: -4px;
	font-size: 14px;
	font-weight: normal;
}
#visual .login dl dd.auto input {
	position: relative;
	top: 0px;
}
#visual .login dl dd.auto a {
	position: relative;
	padding-left: 12px;
	color: #457ac9;
	text-decoration: underline;
}
#visual .login dl dd.auto a:after {
	position: absolute;
	content: "";
	display: block;
	top: 4px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #457ac9;
}


#visual .login .btn {
	float: right;
	margin: 0 10px 0 0;
}
#visual .login .btn input {
	box-sizing: border-box;
	margin: 22px 0 0;
	width: 180px;
	height: 134px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	background: #e95587;
	border: none;
	border-bottom: 4px solid #af305b;
	border-radius: 10px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#visual .login .btn input:hover {
	opacity: 0.65;
	margin-top: 24px;
	border-bottom-width: 2px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}



#visual .loginOther {
	float: right;
	margin: 0 18px 0 0;
	box-sizing: border-box;
	width: 244px;
	height: 335px;
	border: 2px solid #60c15b;
	border-radius: 20px;
	background: #fff;
	box-shadow:0px 2px 0px 0px #3c8c38;
}
#visual .loginOther .tit {
	box-sizing: border-box;
	height: 69px;
	padding: 18px 0 0;
	font-size: 12px;
	text-align: center;
}
#visual .loginOther .tit strong {
	font-size: 16px;
	font-weight: normal;
}

#visual .loginOther ul {
	width: 210px;
	margin: 0 auto;
}
#visual .loginOther ul li {
	margin: 0 0 6px;
}
#visual .loginOther ul li a {
	box-sizing: border-box;
	display: block;
	width: 210px;
	height: 64px;
	padding: 12px 0 0 64px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	background-position: 10px 8px;
	background-repeat: no-repeat;
}
#visual .loginOther ul li.google a {
	background-color: #ee5950;
	background-image: url(../img/top/ico_google.png);
	border-bottom: 4px solid #cd3e35;
}
#visual .loginOther ul li.twitter a {
	background-color: #00abf0;
	background-image: url(../img/top/ico_tw.png);
	border-bottom: 4px solid #0077c3;
}
#visual .loginOther ul li.facebook a {
	background-color: #457ac9;
	background-image: url(../img/top/ico_fb.png);
	border-bottom: 4px solid #245aaa;
}
#visual .loginOther ul li a:hover {
	position: relative;
	top: 2px;
	border-bottom-width: 2px;
}

#visual .loginOther .txt {
	padding: 0 20px;
	font-size: 11px;
	line-height: 1.4;
}


#visual .loginBox {
	position: relative;
	float: right;
	margin: 0 18px 0 0;
	box-sizing: border-box;
	width: 264px;
	height: 335px;
	border: 2px solid #60c15b;
	border-radius: 20px;
	background: #fff;
	box-shadow:0px 2px 0px 0px #3c8c38;
}
#visual .loginBox dl {
	width: 234px;
	margin: 0 auto;
	padding-top: 15px;
}
#visual .loginBox dl dt {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1;
}
#visual .loginBox dl dd {
	margin-bottom: 6px;
	font-weight: bold;
}

#visual .loginBox dl dd input[type="text"],
#visual .loginBox dl dd input[type="password"] {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding: 0 5px;
	border: 2px solid #cfcfcf;
	font-size: 14px;
	line-height: 26px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#visual .loginBox dl dd.auto {
	margin-top: 11px;
	font-size: 10px;
	line-height: 2;
	font-weight: normal;
}
#visual .loginBox dl dd.auto input {
	position: relative;
	top: 2px;
	left: -2px;
}
#visual .loginBox dl dd.auto a {
	position: relative;
	padding-left: 11px;
	color: #457ac9;
	text-decoration: underline;
}
#visual .loginBox dl dd.auto a:after {
	position: absolute;
	content: "";
	display: block;
	top: 2px;
	left: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #457ac9;
}
#visual .loginBox .btn {
	position: absolute;
	top: 102px;
	right: 13px;
}
#visual .loginBox .btn input {
	box-sizing: border-box;
	margin: 22px 0 0;
	width: 102px;
	height: 51px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background: #e95587;
	border: none;
	border-bottom: 4px solid #af305b;
	border-radius: 20px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#visual .loginBox .btn input:hover {
	opacity: 0.65;
	margin-top: 24px;
	border-bottom-width: 2px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#visual .loginBox .other {
	margin: 20px 0 0;
	padding:15px 0 0;
	border-top: 2px dotted #60c15b;
}
#visual .loginBox .other .tit {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
#visual .loginBox .other ul {
	margin: 0 0 0 11px;
}
#visual .loginBox .other ul li {
	float: left;
	margin: 0 3px 0 0;
}
#visual .loginBox .other ul li a {
	box-sizing: border-box;
	display: block;
	width: 77px;
	height: 50px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 45px;
	color: #fff;
	text-align: center;
}
#visual .loginBox .other ul li.google a {
	background-color: #ee5950;
	border-bottom: 4px solid #cd3e35;
}
#visual .loginBox .other ul li.twitter a {
	background-color: #00abf0;
	border-bottom: 4px solid #0077c3;
}
#visual .loginBox .other ul li.facebook a {
	background-color: #457ac9;
	border-bottom: 4px solid #245aaa;
}
#visual .loginBox .other ul li a:hover {
	position: relative;
	top: 2px;
	border-bottom-width: 2px;
}
#visual .loginBox .other .txt {
	clear: both;
	padding: 10px 5px 0;
	font-size: 11px;
	line-height: 1.4;
}







#visual .regist {
	float: right;
	margin: 0 18px 0 0;
	box-sizing: border-box;
	width: 244px;
	height: 335px;
	border: 2px solid #60c15b;
	border-radius: 20px;
	background: #fff;
	box-shadow:0px 2px 0px 0px #3c8c38;
}
#visual .regist .tit {
	box-sizing: border-box;
	height: 69px;
	padding: 18px 0 0;
	font-size: 12px;
	text-align: center;
}
#visual .regist .tit strong {
	font-size: 16px;
	font-weight: normal;
}

#visual .regist ul {
	width: 210px;
	margin: 0 auto;
}
#visual .regist ul li {
	margin: 0 0 6px;
}
#visual .regist ul li a {
	box-sizing: border-box;
	display: block;
	width: 210px;
	height: 64px;
	padding: 10px 0 0 64px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	background-position: 10px 8px;
	background-repeat: no-repeat;
}
#visual .regist ul li.google a {
	background-color: #ee5950;
	background-image: url(../img/top/ico_google.png);
	border-bottom: 4px solid #cd3e35;
}
#visual .regist ul li.twitter a {
	background-color: #00abf0;
	background-image: url(../img/top/ico_tw.png);
	border-bottom: 4px solid #0077c3;
}
#visual .regist ul li.facebook a {
	background-color: #457ac9;
	background-image: url(../img/top/ico_fb.png);
	border-bottom: 4px solid #245aaa;
}
#visual .regist ul li a:hover {
	position: relative;
	top: 2px;
	border-bottom-width: 2px;
}

#visual .regist .txt {
	padding: 0 20px;
	font-size: 11px;
	line-height: 1.4;
}




#visual .memberRegist {
	float: right;
	margin: 0 18px 0 0;
	box-sizing: border-box;
	width: 244px;
	height: 335px;
	border: 2px solid #60c15b;
	border-radius: 20px;
	background: #fff;
	box-shadow:0px 2px 0px 0px #3c8c38;
}

#visual .memberRegist .netch {
	padding: 19px 0 0 18px;
}
#visual .memberRegist .netch a {
	display: block;
	box-sizing: border-box;
	width: 205px;
	height: 130px;
	padding: 11px 0 0;
	background: #e95587;
	border-bottom: 4px solid #cd3e35;
	border-radius: 20px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#visual .memberRegist .netch a:hover {
	position: relative;
	top: 2px;
	border-bottom-width: 2px;
}
#visual .memberRegist .netch a em {
	display: inline-block;
	width: 184px;
	height: 27px;
	margin-bottom: 20px;
	color: #333;
	background: #e9e855;
	border-radius: 10px;
	font-size: 14px;
	line-height: 27px;
}

#visual .memberRegist .other {
	margin: 18px 0 0;
	padding:12px 0 0;
	border-top: 2px dotted #60c15b;
}
#visual .memberRegist .other .tit {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
#visual .memberRegist .other ul {
	margin: 0 0 0 9px;
}
#visual .memberRegist .other ul li {
	float: left;
	margin: 0 3px 0 0;
}
#visual .memberRegist .other ul li a {
	box-sizing: border-box;
	display: block;
	width: 72px;
	height: 50px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 45px;
	color: #fff;
	text-align: center;
}
#visual .memberRegist .other ul li.google a {
	background-color: #ee5950;
	border-bottom: 4px solid #cd3e35;
}
#visual .memberRegist .other ul li.twitter a {
	background-color: #00abf0;
	border-bottom: 4px solid #0077c3;
}
#visual .memberRegist .other ul li.facebook a {
	background-color: #457ac9;
	border-bottom: 4px solid #245aaa;
}
#visual .memberRegist .other ul li a:hover {
	position: relative;
	top: 2px;
	border-bottom-width: 2px;
}
#visual .memberRegist .other .txt {
	clear: both;
	padding: 6px 20px 0;
	font-size: 11px;
	line-height: 1.4;
}



#visual .deco1 {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -720px;
}
#visual .deco2 {
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-right: -720px;
}
#visual .deco3 {
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-right: -365px;
}

#visual .chara {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -600px;
}
.fuwafuwa {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease-in-out;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:3s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease-in-out;

	animation-name:fuwafuwa;
	animation-duration:3s;
	animation-iteration-count:infinite;
	/*animation-direction:alternate;*/
	animation-timing-function:ease-in-out;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -15px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -15px);}
	100% {-moz-transform:translate(0, 0);}
}
@keyframes fuwafuwa {
	0% {transform:translate(0, 0);}
	50% {transform:translate(0, -15px);}
	100% {transform:translate(0, 0);}
}

#visual .charaName {
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -560px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	color: #000;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px,white 1px -1px 0px, white -1px -1px 0px;
}




/*-----------------------------------------------------------------------------
content
-----------------------------------------------------------------------------*/
#content {
	margin: 20px 0 0;
	padding: 20px 0 40px;
	background: url(../img/common/content_bg.png) 0 0;
}
#content .wrap {
	width: 100%;
	min-width: 1240px;
	margin: 0 auto;
	overflow: hidden;
}

/*-----------------------------------------------------------------------------
sub
-----------------------------------------------------------------------------*/
#content #sub {
	float: left;
	width: 294px;
	margin-left: -100%;
}
#content #sub .inner {
	width: 240px;
	margin: 0 0 0 20px;
}

#content #sub .category {
	margin: 0 0 20px;
	padding: 17px 16px 4px 14px;
	background: #fff;
	border-radius: 10px;
}
#content #sub .category.fixed {
	position: fixed;
	top: 140px;
	left: 20px;
	width: 240px;
	box-sizing: border-box;
}

#content #sub .category .starter a {
	display: block;
	margin: 0 0 15px;
	padding: 0 0 0 66px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	background: url(../img/common/starter_ico.png) 39px 50% no-repeat #3c9d61;
	border-radius: 5px;
}

#content #sub .category ul.all {
	margin: 12px 1px;
	padding: 0 5px;
}
#content #sub .category ul.all li {
	margin: 0 0 10px;
	padding: 0 0 0 28px;
	background-repeat: no-repeat;
	line-height: 1.5;
}
#content #sub .category ul.all li a span {
	color: #999999;
}

#content #sub .category ul.all li:nth-of-type(1) {
	background-image: url(../img/common/ico_all.png);
	background-position: 2px 0px;
}
#content #sub .category ul.all li:nth-of-type(2) {
	background-image: url(../img/common/ico_new.png);
	background-size: 18px auto;
	background-position: 2px 50%;
}

#content #sub .category dl {
	margin: 0 1px;
	border-top: 2px dashed #afafaf;
	padding: 0 5px;
}
#content #sub .category dl dt {
	padding: 12px 0 12px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	line-height: 1.2;
}
#content #sub .category dl dd ul {
	height: auto;
}
#content #sub .category dl dd ul.on {
	height: 110px;
	margin: 0 0 10px;
	overflow: hidden;
}
#content #sub .category dl dd li {
	margin: 0 0 10px;
	line-height: 1.4;
}
#content #sub .category dl dd li a span {
	color: #999999;
}
#content #sub .category dl.level dd li,
#content #sub .category dl.genre dd li {
	padding: 0 0 0 28px;
	background-image: url(../img/common/category_ico.png);
	background-repeat: no-repeat;
}
#content #sub .category dl.level dd li:nth-of-type(1){
background-position: 0px -0px;
}
#content #sub .category dl.level dd li:nth-of-type(2){
background-position: 0px -26px;
}
#content #sub .category dl.level dd li:nth-of-type(3){
background-position: 0px -51px;
}
#content #sub .category dl.level dd li:nth-of-type(4){
background-position: 0px -80px;
}

#content #sub .category dl.genre dd li:nth-of-type(1){
background-position: 0px -109px;
}
#content #sub .category dl.genre dd li:nth-of-type(2){
background-position: 0px -135px;
}
#content #sub .category dl.genre dd li:nth-of-type(3){
background-position: 0px -160px;
}
#content #sub .category dl.genre dd li:nth-of-type(4){
background-position: 0px -187px;
}
#content #sub .category dl.genre dd li:nth-of-type(5){
background-position: 0px -213px;
}
#content #sub .category dl.genre dd li:nth-of-type(6){
background-position: 0px -237px;
}
#content #sub .category dl.genre dd li:nth-of-type(7){
background-position: 0px -260px;
}
#content #sub .category dl.genre dd li:nth-of-type(8){
background-position: 0px -289px;
}


#content #sub .category dl dd .more {
	width: 130px;
	height: 24px;
	margin: 0 auto 10px;
	border-radius:20px;
	background-color:#95d40c;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}


#content #sub .group {
	padding: 15px 20px 14px 20px;
	background: #fff;
	border-radius: 10px;
}
#content #sub .group p.tit {
	margin: 0 0 8px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	background: #d6d6d6;
	border-radius: 15px;
}
#content #sub .group p.txt {
	color: #e95587;
	font-size: 14px;
	text-align: center;
}
#content #sub .group ul li {
	margin-top: 5px;
	text-align: center;
}



/*-----------------------------------------------------------------------------
info
-----------------------------------------------------------------------------*/
#content #info {
	float: left;
	width: 294px;
	margin-left: -294px;

}
#content #info .inner {
	box-sizing: border-box;
	width: 240px;
	margin: 0 0 0 34px;
	padding: 11px 12px 12px 10px;
	background: #fff;
	border-radius: 10px;
}

#content #info .news {
	margin: 18px 0 12px;
}
#content #info .news .tabBtn {
	overflow: hidden;
}
#content #info .news .tabBtn li {
	display: block;
	float: left;
	width: 100px;
	height: 38px;
	margin: 0 0 0 5px;
}
#content #info .news .tabBtn li:nth-of-type(2) {
	margin: 0 0 0 7px;
}
#content #info .news .tabBtn li a {
	display: block;
	box-sizing: border-box;
	width: 100px;
	height: 38px;
	padding: 5px 0 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	background: #707070;
	border-radius: 8px 8px 0 0;
	border-bottom: 2px solid #fff;
}
#content #info .news .tabBtn li:nth-of-type(2) a {
	padding: 12px 0 0;
}

#content #info .news .tabBtn li a.on {
	background: #e95587;
	border-bottom: 2px solid #e95587;
}

#content #info .news .tabBox {
	border: 1px solid #bfbfbf;
	border-top: 5px solid #e95587;
	border-radius: 0 0 8px 8px;
}
#content #info .news .tabBox #tab2 {
	display: none;
}

#content #info .news .txt {
	padding: 16px;
	font-size: 14px;
	line-height: 1.8;
}


#content #info .portal {
	padding: 10px;
	border: 1px solid #bfbfbf;
	border-radius: 8px;
}
#content #info .portal .tit {
	margin: 0 0 15px;
	padding: 5px 0 13px;
	text-align: center;
	font-size: 14px;
	border-bottom: 2px solid #f3aac2;
}
#content #info .portal .txt {
	margin: 0 3px 10px;
	font-size: 11px;
	line-height: 1.6;
}
#content #info .portal ul {
	overflow: hidden;
}
#content #info .portal ul li {
	float: left;
	margin: 0 6px 6px 0;
}
#content #info .portal ul li:nth-child(even) {
	margin: 0 0 6px;
}

#content #info .company {
	margin: 0 0 12px;
	padding: 10px;
	border: 1px solid #bfbfbf;
	border-radius: 8px;
}
#content #info .company .tit {
	margin: 0 0 15px;
	padding: 5px 0 13px;
	text-align: center;
	font-size: 14px;
	border-bottom: 2px solid #f3aac2;
}
#content #info .company dl {
	padding: 0 4px;
	font-size: 14px;
	line-height: 1.8;
}
#content #info .company dd {
	margin-bottom: 28px;
}
#content #info .company ul {
	margin: 0 5px;
}
#content #info .company ul li {
	margin: 0 0 4px;
}
#content #info .company ul li a {
	padding: 0 0 0 12px;
	font-size: 14px;
	position: relative;
}
#content #info .company ul li a:before {
	position: absolute;
	content: "";
	display: block;
	top: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 9px;
	border-color: transparent transparent transparent #e84c59;
}


/*-----------------------------------------------------------------------------
main
-----------------------------------------------------------------------------*/
#content #main {
	float: left;
	width: 100%;
}
#content #main .inner {
	margin: 0 294px;
	padding: 16px 0 0;
}


/* infoBox
-------------------------------------*/
#content #main .infoBox {
	margin: 0 0 40px;
	padding: 11px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
#content #main .infoBox .message {
	margin: 0 0 20px;
	padding: 12px 10px;
	font-size: 16px;
	text-align: center;
	background: #f6f6f6;
	border-radius: 8px;
}
#content #main .infoBox a {
	color: #3c7df3;
}
#content #main .infoBox .sideL {
	box-sizing: border-box;
	float: left;
	width: 60%;
	padding: 0 20px 0 10px;
	border-right: 1px solid #e8e8e8;
}

#content #main .infoBox h2 {
	margin: 20px 0 10px;
	padding: 0 0 4px 0;
	border-bottom: 2px solid #e95587;
}
#content #main .infoBox h2:first-child {
	margin: 0 0 10px;
}
#content #main .infoBox ul.disc {
	margin: 0 0 10px 20px;
}
#content #main .infoBox ul.disc li {
	margin-bottom: 3px;
	list-style-type: disc;
}
#content #main .infoBox ul.ranking {
	margin: 0 0 10px;
}
#content #main .infoBox ul.ranking li {
	display: block;
	margin-bottom: 3px;
	padding-left: 5.3em;
	text-indent: -5.3em;
}

#content #main .infoBox .sideR {
	float: right;
	width: 40%;
}
#content #main .infoBox .sideR p {
	margin: 0 0 20px;
	text-align: center;
}



/* title
-------------------------------------*/
#content #main .item h2 {
	margin: 0 0 20px;
	background: #fff;
	border-radius: 30px;
	border: 2px dashed #000;
	text-align: center;
	position: relative;
}
#content #main .item h2 span {
	display: block;
	margin: 2px;
	border: 2px solid #000;
	border-radius: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	position: relative;
}
#content #main .item h2 span:before {
	position: relative;
	left: -5px;
	display: inline-block;
	content: "";
}

#content #main .item h2:before {
	position: absolute;
	top: 50%;
	left: 25px;
	margin: -10px;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 20px;
	background: #e8e8e8;
	border: 3px solid #fff;
	box-shadow: 0 0 0 2px #000
}
#content #main .item h2:after {
	position: absolute;
	top: 50%;
	right: 25px;
	margin: -10px;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 20px;
	background: #e8e8e8;
	border: 3px solid #fff;
	box-shadow: 0 0 0 2px #000;
}


#content div.item {
	margin: 0 0 38px;
}

#content .crane {
	position: relative;
	top: -24px;
	left: 0%;
	width: 51px;
	height: 44px;
	z-index: 100;
}


/* slider
-------------------------------------*/
#content .slider {
	min-width: 630px;
	margin: -41px 10px 0;
}
#content .slick-slide {
	padding: 6px;
}
#content .slider a {
	position: relative;
	display: block;
	width: 200px;
	border-radius: 10px;
}
#content .slider a:hover {
	box-shadow:0px 0px 6px 0px #999;
	-moz-box-shadow:0px 0px 6px 0px #999;
	-webkit-box-shadow:0px 0px 6px 0px #999;
	opacity: 1;
}

#content .slider .image img {
	border-radius: 10px 10px 0 0;
	height: 160px;
	overflow: hidden;
}

#content .slider .np {
	width: 200px;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	background: #000;
	border-radius: 0 0 10px 10px;
}
#content .slider .np span {
	font-size: 12px;
	padding-left: 4px;
}

#content .slider .rank {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 44px;
	padding: 2px 0;
	border-radius: 20px;
	background: #e85585;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#content .slider .rank strong {
	font-size: 16px;
	padding-right: 2px;
}

#content .slider .badge {
	position: absolute;
	top: -6px;
	right: -4px;
	box-sizing: border-box;
	width: 38px;
	height: 39px;
	padding-top: 5px;
	background: url(../img/common/ico_badge.png) 0 0;
	background-size: 38px 39px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
	text-align: center;
}
#content .slider .badge-gray {
	position: absolute;
	top: -6px;
	right: -4px;
	box-sizing: border-box;
	width: 38px;
	height: 39px;
	padding-top: 5px;
	background: url(../img/common/ico_badge_gray.png) 0 0;
	background-size: 38px 39px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
	text-align: center;
}
#content .slider .data {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 25px 10px 10px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	border-radius: 10px;
	opacity: 0;
}
#content .slider a:hover .data {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#content .slick-prev:before,
#content .slick-next:before {
	font-size: 30px;
}
#content .slick-prev {
	width: 34px;
	height: 34px;
	left: -28px;
	z-index: 100;
}
#content .slick-next {
	width: 34px;
	height: 34px;
	right: -30px;
	z-index: 100;
}


/*-----------------------------------------------------------------------------
category
-----------------------------------------------------------------------------*/

/* 全て
-------------------------------------*/
#content #main .all h2,
#content #main .all h2 span {
	color: #e95587;
	border-color: #e95587;
}
#content #main .all h2:before,
#content #main .all h2:after {
	box-shadow: 0 0 0 2px #e95587;
}
#content .all .slider .np,
#content .all .itemList .np {
	background: #e95587;
}
.all .slick-prev:before,
.all .slick-next:before{
	color: #e95587;
}
#content #main .all h2 span:before {
	top: 2px;
	width: 17px;
	height: 22px;
	background: url(../img/common/ico_all.png);
}


/* 新着
-------------------------------------*/
#content #main .new h2,
#content #main .new h2 span {
	color: #457ac9;
	border-color: #457ac9;
}
#content #main .new h2:before,
#content #main .new h2:after {
	box-shadow: 0 0 0 2px #457ac9;
}
#content .new .slider .np,
#content .new .itemList .np {
	background: #457ac9;
}
.new .slick-prev:before,
.new .slick-next:before{
	color: #457ac9;
}
#content #main .new h2 span:before {
	top: 2px;
	width: 20px;
	height: 20px;
	background: url(../img/common/ico_new.png);
}


/* ランキング
-------------------------------------*/
#content #main .ranking h2,
#content #main .ranking h2 span {
	color: #e85585;
	border-color: #e85585;
}
#content #main .ranking h2:before,
#content #main .ranking h2:after {
	box-shadow: 0 0 0 2px #e85585;
}
#content .ranking .slider .np,
#content .ranking .slider .np {
	background: #e85585;
}
.ranking .slick-prev:before,
.ranking .slick-next:before{
	color: #e85585;
}

#content #main .ranking h2 span:before {
	top: 0px;
	width: 22px;
	height: 17px;
	background: url(../img/common/ico_ranking.png);
}


/* フィギュア
-------------------------------------*/
#content #main .figure h2,
#content #main .figure h2 span {
	color: #f2898b;
	border-color: #f2898b;
}
#content #main .figure h2:before,
#content #main .figure h2:after {
	box-shadow: 0 0 0 2px #f2898b;
}
#content .figure .slider .np,
#content .figure .itemList .np {
	background: #f2898b;
}
.figure .slick-prev:before,
.figure .slick-next:before{
	color: #f2898b;
}

#content #main .figure h2 span:before {
	top: 3px;
	width: 11px;
	height: 23px;
	background: url(../img/common/ico_figure.png);
}


/* ぬいぐるみ
-------------------------------------*/
#content #main .stuffed h2,
#content #main .stuffed h2 span {
	color: #b676cd;
	border-color: #b676cd;
}
#content #main .stuffed h2:before,
#content #main .stuffed h2:after {
	box-shadow: 0 0 0 2px #b676cd;
}
#content .stuffed .slider .np,
#content .stuffed .itemList .np {
	background: #b676cd;
}
.stuffed .slick-prev:before,
.stuffed .slick-next:before{
	color: #b676cd;
}
#content #main .stuffed h2 span:before {
	top: 3px;
	width: 21px;
	height: 19px;
	background: url(https://kanteidan.netch-jpn.com/img/common/ico_stuffed.png);
}


/* お菓子
-------------------------------------*/
#content #main .snack h2,
#content #main .snack h2 span {
	color: #df759a;
	border-color: #df759a;
}
#content #main .snack h2:before,
#content #main .snack h2:after {
	box-shadow: 0 0 0 2px #df759a;
}
#content .snack .slider .np,
#content .snack .itemList .np {
	background: #df759a;
}
.snack .slick-prev:before,
.snack .slick-next:before{
	color: #df759a;
}
#content #main .snack h2 span:before {
	top: 3px;
	width: 25px;
	height: 18px;
	background: url(../img/common/ico_snack.png);
}


/* アクセサリー
-------------------------------------*/
#content #main .accessory h2,
#content #main .accessory h2 span {
	color: #89aef2;
	border-color: #89aef2;
}
#content #main .accessory h2:before,
#content #main .accessory h2:after {
	box-shadow: 0 0 0 2px #89aef2;
}
#content .accessory .slider .np,
#content .accessory .itemList .np {
	background: #89aef2;
}
.accessory .slick-prev:before,
.accessory .slick-next:before{
	color: #89aef2;
}
#content #main .accessory h2 span:before {
	top: 3px;
	width: 22px;
	height: 19px;
	background: url(../img/common/ico_accessory.png);
}


/* マスコット
-------------------------------------*/
#content #main .mascot h2,
#content #main .mascot h2 span {
	color: #64b3c2;
	border-color: #64b3c2;
}
#content #main .mascot h2:before,
#content #main .mascot h2:after {
	box-shadow: 0 0 0 2px #64b3c2;
}
#content .mascot .slider .np,
#content .mascot .itemList .np {
	background: #64b3c2;
}
.mascot .slick-prev:before,
.mascot .slick-next:before{
	color: #64b3c2;
}
#content #main .mascot h2 span:before {
	top: 3px;
	width: 22px;
	height: 19px;
	background: url(../img/common/ico_mascot.png);
}


/* ホビー
-------------------------------------*/
#content #main .hobby h2,
#content #main .hobby h2 span {
	color: #6dcaad;
	border-color: #6dcaad;
}
#content #main .hobby h2:before,
#content #main .hobby h2:after {
	box-shadow: 0 0 0 2px #6dcaad;
}
#content .hobby .slider .np,
#content .hobby .itemList .np {
	background: #6dcaad;
}
.hobby .slick-prev:before,
.hobby .slick-next:before{
	color: #6dcaad;
}
#content #main .hobby h2 span:before {
	top: 0px;
	width: 22px;
	height: 12px;
	background: url(../img/common/ico_hobby.png);
}


/* 雑貨
-------------------------------------*/
#content #main .variety h2,
#content #main .variety h2 span {
	color: #92ca6d;
	border-color: #92ca6d;
}
#content #main .variety h2:before,
#content #main .variety h2:after {
	box-shadow: 0 0 0 2px #92ca6d;
}
#content .variety .slider .np,
#content .variety .itemList .np {
	background: #92ca6d;
}
.variety .slick-prev:before,
.variety .slick-next:before{
	color: #92ca6d;
}
#content #main .variety h2 span:before {
	top: 3px;
	width: 22px;
	height: 23px;
	background: url(../img/common/ico_variety.png);
}


/* オーディオ
-------------------------------------*/
#content #main .audio h2,
#content #main .audio h2 span {
	color: #c1cb19;
	border-color: #c1cb19;
}
#content #main .audio h2:before,
#content #main .audio h2:after {
	box-shadow: 0 0 0 2px #c1cb19;
}
#content .audio .slider .np,
#content .audio .itemList .np {
	background: #c1cb19;
}
.audio .slick-prev:before,
.audio .slick-next:before{
	color: #c1cb19;
}
#content #main .audio h2 span:before {
	top: 3px;
	width: 22px;
	height: 22px;
	background: url(../img/common/ico_audio.png);
}


/* 無料プレイ
-------------------------------------*/
#content #main .free h2,
#content #main .free h2 span {
	color: #91c7d4;
	border-color: #91c7d4;
}
#content #main .free h2:before,
#content #main .free h2:after {
	box-shadow: 0 0 0 2px #91c7d4;
}
#content .free .slider .np,
#content .free .itemList .np {
	background: #91c7d4;
}
.free .slick-prev:before,
.free .slick-next:before{
	color: #91c7d4;
}
#content #main .free h2 span:before {
	top: 3px;
	width: 22px;
	height: 19px;
	background: url(../img/common/ico_free.png);
}

/* ビギナー
-------------------------------------*/
#content #main .beginner h2,
#content #main .beginner h2 span {
	color: #95d491;
	border-color: #95d491;
}
#content #main .beginner h2:before,
#content #main .beginner h2:after {
	box-shadow: 0 0 0 2px #95d491;
}
#content .beginner .slider .np,
#content .beginner .itemList .np {
	background: #95d491;
}
.beginner .slick-prev:before,
.beginner .slick-next:before{
	color: #95d491;
}
#content #main .beginner h2 span:before {
	top: 1px;
	width: 13px;
	height: 18px;
	background: url(../img/common/ico_beginner.png);
}

/* エキスパート
-------------------------------------*/
#content #main .expert h2,
#content #main .expert h2 span {
	color: #ef9a56;
	border-color: #ef9a56;
}
#content #main .expert h2:before,
#content #main .expert h2:after {
	box-shadow: 0 0 0 2px #ef9a56;
}
#content .expert .slider .np,
#content .expert .itemList .np {
	background: #ef9a56;
}
.expert .slick-prev:before,
.expert .slick-next:before{
	color: #ef9a56;
}
#content #main .expert h2 span:before {
	top: 2px;
	width: 21px;
	height: 21px;
	background: url(../img/common/ico_expert.png);
}

/* マスター
-------------------------------------*/
#content #main .master h2,
#content #main .master h2 span {
	color: #ef6f56;
	border-color: #ef6f56;
}
#content #main .master h2:before,
#content #main .master h2:after {
	box-shadow: 0 0 0 2px #ef6f56;
}
#content .master .slider .np,
#content .master .itemList .np {
	background: #ef6f56;
}
.master .slick-prev:before,
.master .slick-next:before{
	color: #ef6f56;
}
#content #main .master h2 span:before {
	top: 4px;
	width: 22px;
	height: 23px;
	background: url(../img/common/ico_master.png);
}


/* オススメ
-------------------------------------*/
#content #main .recommend h2,
#content #main .recommend h2 span {
	color: #32b1b4;
	border-color: #32b1b4;
}
#content #main .recommend h2:before,
#content #main .recommend h2:after {
	box-shadow: 0 0 0 2px #32b1b4;
}
#content .recommend .slider .np,
#content .recommend .itemList .np {
	background: #32b1b4;
}
.recommend .slick-prev:before,
.recommend .slick-next:before{
	color: #32b1b4;
}



/* カラー1
-------------------------------------*/
#content #main .color1 h2,
#content #main .color1 h2 span {
	color: #45c964;
	border-color: #45c964;
}
#content #main .color1 h2:before,
#content #main .color1 h2:after {
	box-shadow: 0 0 0 2px #45c964;
}
#content .color1 .slider .np,
#content .color1 .itemList .np {
	background: #45c964;
}
.color1 .slick-prev:before,
.color1 .slick-next:before{
	color: #45c964;
}

/* カラー2
-------------------------------------*/
#content #main .color2 h2,
#content #main .color2 h2 span {
	color: #de5faa;
	border-color: #de5faa;
}
#content #main .color2 h2:before,
#content #main .color2 h2:after {
	box-shadow: 0 0 0 2px #de5faa;
}
#content .color2 .slider .np,
#content .color2 .itemList .np {
	background: #de5faa;
}
.color2 .slick-prev:before,
.color2 .slick-next:before{
	color: #de5faa;
}

/* カラー3
-------------------------------------*/
#content #main .color3 h2,
#content #main .color3 h2 span {
	color: #e95d5d;
	border-color: #e95d5d;
}
#content #main .color3 h2:before,
#content #main .color3 h2:after {
	box-shadow: 0 0 0 2px #e95d5d;
}
#content .color3 .slider .np,
#content .color3 .itemList .np {
	background: #e95d5d;
}
.color3 .slick-prev:before,
.color3 .slick-next:before{
	color: #e95d5d;
}

/* カラー4
-------------------------------------*/
#content #main .color4 h2,
#content #main .color4 h2 span {
	color: #22558a;
	border-color: #22558a;
}
#content #main .color4 h2:before,
#content #main .color4 h2:after {
	box-shadow: 0 0 0 2px #22558a;
}
#content .color4 .slider .np,
#content .color4 .itemList .np {
	background: #22558a;
}
.color4 .slick-prev:before,
.color4 .slick-next:before{
	color: #22558a;
}

/* カラー5
-------------------------------------*/
#content #main .color5 h2,
#content #main .color5 h2 span {
	color: #eb801c;
	border-color: #eb801c;
}
#content #main .color5 h2:before,
#content #main .color5 h2:after {
	box-shadow: 0 0 0 2px #eb801c;
}
#content .color5 .slider .np,
#content .color5 .itemList .np {
	background: #eb801c;
}
.color5 .slick-prev:before,
.color5 .slick-next:before{
	color: #eb801c;
}

/* カラー6
-------------------------------------*/
#content #main .color6 h2,
#content #main .color6 h2 span {
	color: #ddd000;
	border-color: #ddd000;
}
#content #main .color6 h2:before,
#content #main .color6 h2:after {
	box-shadow: 0 0 0 2px #ddd000;
}
#content .color6 .slider .np,
#content .color6 .itemList .np {
	background: #ddd000;
}
.color6 .slick-prev:before,
.color6 .slick-next:before{
	color: #ddd000;
}

/* カラー7
-------------------------------------*/
#content #main .color7 h2,
#content #main .color7 h2 span {
	color: #93cd2e;
	border-color: #93cd2e;
}
#content #main .color7 h2:before,
#content #main .color7 h2:after {
	box-shadow: 0 0 0 2px #93cd2e;
}
#content .color7 .slider .np,
#content .color7 .itemList .np {
	background: #93cd2e;
}
.color7 .slick-prev:before,
.color7 .slick-next:before{
	color: #93cd2e;
}



/*-----------------------------------------------------------------------------
search
-----------------------------------------------------------------------------*/
#content #main h2 span em.search {
	font-size: 18px;
	color: #333;
}
#content #main .result {
	margin: 24px 0;
	overflow: hidden;
}
#content #main .result .navi {
	float: left;
	line-height: 1;
}
#content #main .result .navi strong {
	font-size: 24px;
	padding-right: 4px;
}
#content #main .result .navi .all {
	font-size: 14px;
}
#content #main .result .navi .in {
	font-size: 16px;
}

#content #main .result .pager {
	float: right;
}
#content #main .result .pager .prev,
#content #main .result .pager .next {
	display: inline-block;
	font-size: 16px;
	color: #a7a7a7;
}
#content #main .result .pager .prev a,
#content #main .result .pager .next a {
	color: #333333
}

#content #main .result .pager ul {
	display: inline-block;
	padding: 0 8px;
}
#content #main .result .pager ul li {
	display: inline-block;
	margin: 0 1px;
	font-size: 16px;
	font-weight: bold;
}
#content #main .result .pager ul li span {
	box-sizing: border-box;
	display: block;
	width: 30px;
	height: 30px;
	padding: 3px 0 0;
	text-align: center;
	color: #fff;
	background: #32b1b4;
	border-radius: 50px;
}
#content #main .result .pager ul li a {
	box-sizing: border-box;
	display: block;
	width: 30px;
	height: 30px;
	padding: 3px 0 0;
	text-align: center;
	color: #7d7d7d;
	background: #fff;
	border-radius: 50px;
}
#content #main .result .pager ul li a:hover {
	color: #fff;
	background: #32b1b4;
	opacity: 1;
}