@charset "utf-8";

/*
************************************************************************
* リセットCSS
************************************************************************
*/

*
{
	position:relative;
	z-index:0;

	margin: 0;
	padding: 0;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	    -ms-box-sizing:border-box;
	     -o-box-sizing:border-box;
	        box-sizing:border-box;

	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;

	-webkit-font-smoothing:subpixel-antialiased;
	        font-smoothing:subpixel-antialiased;

	-moz-osx-font-smoothing: grayscale;
	         font-smoothing: grayscale;

	font-size:inherit;
	font-weight:inherit;
	font-family:inherit;
	line-height:inherit;
	letter-spacing:inherit;
	
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	   -moz-tap-highlight-color:rgba(0, 0, 0, 0);
	    -ms-tap-highlight-color:rgba(0, 0, 0, 0);
	     -o-tap-highlight-color:rgba(0, 0, 0, 0);
	        tap-highlight-color:rgba(0, 0, 0, 0);
	
	border-radius:0;
}
:focus
{
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	outline:0;
}
::before,
::after
{
	box-sizing:inherit;
	text-decoration:inherit;
	vertical-align:inherit;
}
html
{
	font-weight:normal;
	font-size: 62.5%;
}
html,body
{
	z-index:auto;
	height:100%;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary
{
	display: block;
}
b,strong
{
	font-weight:bold;
}
blockquote,q
{
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content:'';
	content:none;
}
ul li
{
	line-height:1.4;
	margin-left:1.5em;
	margin-bottom:0.5em;
}
ol li
{
	line-height:1.4;
	margin-left:2.5em;
	margin-bottom:0.5em;
}
hr
{
	display:block;
	height:0px;
	border:0;
	border-top:1px solid rgba(0,0,0,0.3);
	border-bottom:1px solid rgba(255,255,255,0.4);
	margin:1.0em 0;
	padding:0;
}
input, select
{
	vertical-align:middle;
}
img, canvas, iframe, video, svg
{
	max-width:100%;
}
img
{
	vertical-align:middle;
}
img[src$=".svg"]
{
	width:100%;
}
a,button
{
	cursor:pointer;
	display: inline-flex;
	align-items: center;
	align-content: center;
}
a
{
	text-decoration: none;
	color:inherit;
}
a:hover
{
	text-decoration: none;
}
a.link:hover
{
	text-decoration: underline;
}
.clearfix:after,
.clearfix:before
{
	content: ".";
	display: block;
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	visibility: hidden;
	overflow:hidden;
}
/* ################################################################################################ */
/* ## 中型                       ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1200px) {
	html
	{
		font-size:0.84vw;
	}
}
/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
	html
	{
		font-size:1.5625vw;
	}
}
