/* CSS Document */
@charset "utf-8";

html{
	overflow: auto;
}

body{
	width: 100%;
	min-width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Sans W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #555;
	text-align: left;
	overflow: hidden;
	word-break: break-all;
}

a{color: #555; text-decoration: none;}
a:hover,a:active{text-decoration: underline;}

img,
svg{
	max-width: 100%;
	height: auto;
	width /***/: auto;
	border: none;
	vertical-align: bottom;
}

iframe{max-width: 100%; border: 0;}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


@media screen and (max-width:768px){
	body{-webkit-text-size-adjust: 100%; font-size: 4vw;}

	.pc{display: none !important;}
}

@media screen and (min-width:769px){
	body{min-width: 600px;}
	.sp{display: none !important;}

	.over{transition: all 0.2s ease-in 0s;}
	.over:hover{filter: brightness(120%);}
}
