@charset "UTF-8";

/* --------------------------------------------------------------------------------------
   リセット
--------------------------------------------------------------------------------------- */

html { font-size: 62.5% !important; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,caption,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'Yu Gothic';
	font-weight: normal;
	src: local('Yu Gothic Medium');
}

@font-face {
	font-family: 'Yu Gothic';
	font-weight: bold;
	src: local('Yu Gothic Bold');
}


body {
	color: #383838;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Yu Gothic', YuGothic,'メイリオ',Meiryo,'Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
}

div,p,blockquote,li,dt,dd,pre,form,textarea,select,button,input,td,th,address,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,div,p,dl,dt,dd,ul,ol,li,table,th,td,textarea,address,h1,h2,h3,h4,h5,h6,a { box-sizing: border-box; }

th,td {
	text-align: left;
	vertical-align: top;
}

a {
	color: #000;
	overflow: hidden;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

img,iframe { border: none; }

img {
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
	vertical-align: bottom;
}

*::before,
*::after { image-rendering: -webkit-optimize-contrast; }

table {
	border-collapse: collapse;
	font-size: 100%;
}

ol,ul,nav,menu { list-style: none; }

input { vertical-align: middle; }

address a { cursor: default; }

p,th,td,li,dt,dd { line-height: 1.8; }

svg {
	pointer-events: none;
	vertical-align: middle;
}

/* --------------------------------------------------------------------------------------
  clearfix
--------------------------------------------------------------------------------------- */

.clearfix:after {
	clear: both;
	content: '';
	display: block;
}

/* --------------------------------------------------------------------------------------
   スマホ
--------------------------------------------------------------------------------------- */

@media (max-width: 979px) {

	html,body { overscroll-behavior: none; }

	/* body { font-size: 3.2vw; } */
	.sp {
		font-size: 1.4rem;
	}

	a:hover { text-decoration: none; }

	img {
		height: auto;
		image-rendering: inherit;
		max-width: 100%;
	}

	input { vertical-align: middle; }
}
