/*-------------------------------------
訴求ボタンアニメーション
--------------------------------------*/
.anihv img{
	max-width:100%;
	width:auto;
	height:auto;
}
a.anihv{
	text-align:left;
}
a.anihv img{
	width:95%;
	max-width:450px;
	height:auto;
	display:block;
	margin:0 auto;
	border:none;
	transition:all 0.5s ease;
}
a.anihv:hover img{
	width:100%;
	max-width:468px;
	opacity:0.7;
}
.arrow-btn{
	background:url(images/arrow-btn.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	overflow:visible;
}
@media screen and (max-width:650px){
	.mywidth{
		width:100%;
	}
}