@charset "UTF-8";

/* ===================================================================
CSS information
=================================================================== */
/* reset */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}

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

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

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

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

body {
	font-family: "Yu Gothic", YuGothic;
}

html {
	overflow-y: scroll;
	font-size: 62.5%;
	height: 100%;
}

body {
	line-height: 1.8;
	background: #F6F6F6;
	min-width: 1200px;
	font-size: 1.6rem;
	font-family: 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	height: 100%;
	font-feature-settings: "palt";
}

main {}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
address,
figure,
section,
article {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,
legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

ul,
ol {
	list-style-type: none;
}

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

a:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.5;
}

/* Make images easier to work with */
img,
picture {
	max-width: 100%;
	height: auto;
	display: inline-block;
	image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width: 600px) {
	html {
		font-size: 2vw;
	}

	body {
		min-width: 100%;
		font-size: 1.6rem;
	}

	img {
		max-width: 100%;
		height: auto;
		vertical-align: top;
		backface-visibility: hidden;
	}
}