@charset "utf-8";



/* -- SECTION: Reset style
-------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	:root {
		scroll-padding: 60px;
	}
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-text-size-adjust: 100%;
}
html, body {
	min-width: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
}
html {
	font-size: 62.5%;
	overflow-x: hidden;
	overflow-y: scroll;
	scroll-behavior: smooth;
}
body {
	font: 500 1rem/1 "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Verdana, Roboto, "Droid Sans" ,sans-serif;
	color: #404040;

/* font-feature-settings: "palt"; */
	background: #fff;
	text-align: center;
	letter-spacing: 0;
}
article, aside, canvas, details, figcaption, figure,
footer, header, main, div, menu, nav, section, summary {
	display: block;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6,
strong, b, em {
	font-weight: 700;
}
address, em, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, mark, ruby {
	font-weight: inherit;
	font-style: normal;
}
fieldset, img {
	vertical-align: top;
	border: 0;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
blockquote, q {
	quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
	content: none;
}
a {
	font-size: 100%;
	background: transparent;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
}
ins {
	color: #000;
	background-color: #ea5532;
	text-decoration: none;
}
mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ea5532;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #000;
}
table {
	font-size: inherit;
	border-spacing: 0;
	border-collapse: collapse;
}
ul, ol {
	list-style: none;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
sup {
	font-size: 50%;
	vertical-align: top;
}
sub {
	vertical-align: text-bottom;
}
input, button, textarea, select {
	font-family: inherit;
	color: inherit;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input, select {
	vertical-align: middle;
}
textarea {
	resize: none;
}
input[type="submit"], button {
	cursor: pointer;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}
::-ms-expand {
	display: none;
}
select::-ms-expand {
	display: none;
}
::placeholder {
	color: #b9b9b9;
}
:-ms-input-placeholder {
	color: #b9b9b9;
}
::-ms-input-placeholder {
	color: #b9b9b9;
}
:focus::placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}
:focus::-ms-input-placeholder {
	color: transparent;
}
*::selection {
	color: #fff;
	background: #ea5532;
}
*::-moz-selection {
	color: #fff;
	background: #ea5532;
}



/* -- SECTION: Accessibility
-------------------------------------------------------------------------------- */
#skipnav,
#skipToMain {
	font-size: 1.4rem;
	line-height: 2;
	color: #fff;
	background: #333;
	text-align: center;
	display: block;
	overflow: hidden;
	position: relative;
}
#skipnav {
	height: 1px;
	margin-top: -1px;
}
#skipToMain {
	height: 0;
}
#skipnav:focus,
#skipToMain:focus {
	height: 2em;
}



/* -- SECTION: Font
-------------------------------------------------------------------------------- */
*[lang="en"], i,
.roboto {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-optical-sizing: auto;
	font-variation-settings: "wght" 700;
}





/* -- Monitor size is 769px - for PC
-------------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
	/* -- Description for PC -- */
}



/* -- Monitor size is from 768px - for Smartphone
-------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	/* Description for smartphone */
}



/* -- Monitor size is 381px width from 768px - for Tablet and Smartphone
-------------------------------------------------------------------------------- */
@media screen and (min-width: 381px) and (max-width: 768px) {
	/* Description for tablet and landscape screen of smartphone */
}



/* -- Monitor size 380px width below - for Smartphone
-------------------------------------------------------------------------------- */
@media screen and (max-width: 380px) {
	/* Description for smartphone */
}
