@charset "UTF-8";
html {
	overflow-y: auto;
}

body, html {
	-webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.6;
	color: #616161;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	position: relative;
	font-style: normal;
}

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;
}

legend {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

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

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

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

/*-----------------------------------------------
__Layout
-----------------------------------------------*/

input, textarea, button, select {
	font-family: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	font-size: inherit;
	color: inherit;
}

input::placeholder {
	color: #ddd;
}

.obj_img {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}

a {
	color: #3d3d3d;
}

::-webkit-scrollbar {
	/* width: 5px; */
	display: none;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
	background-color: rgb(160 172 204 / 35%);
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}
