

#link {
	width: 100%;
}

#link ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#link li {
	text-align: center;
	padding-top: 250px;
	padding-bottom: 10px;
	/* flex-basis: 100%; */
	width: 100%
}

#link li a:hover,
#link li a:active {
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
}

#link .voice {
	background: url('images/bg-voice.jpg') #000 no-repeat top center/100%;
}

#link .mini {
	background: url('images/bg-mini.jpg') #000 no-repeat top center/100%;
}

#link .i {
	background: url('images/bg-i.jpg') #000 no-repeat top center/100%;
}

#link .jet {
	background: url('images/bg-jet.jpg') #000 no-repeat top center/100%;
}

#link .silent {
	background: url('images/bg-silent.jpg') #000 no-repeat top center/100%;
}

#link .e-fan {
	background: url('images/bg-e-fan.jpg') #000 no-repeat top center/100%;
}

#link li a {
	display: block;
	width: 90%;
	padding: 50px 0;
	border: 1px solid #fff;
	margin: 0 auto;
	color: #fff;
}

#link li img {
	width: 50%;
}

#link .move_right {
	animation: anm_move_right 1s linear infinite;
	-webkit-animation: anm_move_right 1s linear infinite;
	-moz-animation: anm_move_right 1s linear infinite;
	/*margin-left: -2em;*/
}

/*woozoo*/
#series_link {
	padding: 2rem;
	text-align: center;
	margin: 0 auto;
	background-color: #646464;
}

#series_link a {
	color: white;
}

#series_link figure {
	margin: 0 auto;
	max-width: 400px;
}
#series_link figure figcaption {
	text-align: center;
}

/*　オンラインストアボタン　*/
.store_btn{
	text-align: center;
	padding: 3rem;
    background: #7e7e7e;
}
.store_btn_link{
	border-radius: 50px;
	padding: 1rem 6rem;
    font-size: 2rem;
	display: inline-block;
    border: 1px solid #292929;
    background: #292929;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
}

/*スマホのみ適応*/
@media screen and (max-width: 767px) {
	#link ul {
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 768px) {
	#link li {
		font-size: 1.0rem;
		width: 16.66%;
		padding-top: 130px;
	}

	#link li a {
		padding: 30px 0;
	}

	/* #link li{
		flex-basis: 33.3%;
	} */
	.pcview {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	#link li {
		padding-top: 180px;
		font-size: 1.4rem;
	}

}