
@charset "UTF-8";

/* Reset Styles
-------------------------------------- */

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 {
	margin:0;padding:0;border:0;outline:0;font-style:normal;vertical-align:baseline;background:transparent;}
html {font-size:62.5%;font-family:'Montserrat', 'Noto Sans JP',sans-serif;font-weight: 400;}
input,textarea,select,option,button {font-family:'Montserrat', 'Noto Sans JP',sans-serif;font-weight: 400;}
body {line-height:1.0;font-size:1.6rem;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
a {margin:0;padding:0;vertical-align:baseline;background:transparent;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #dcd9d6;margin:1em 0;padding:0;}
input,select {vertical-align:middle;}
img {border:none;vertical-align:top;font-size:0;line-height:0;}
::-webkit-input-placeholder {color:inherit;opacity:0.54;}
::-webkit-file-upload-button {-webkit-appearance:button;font:inherit;}

abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
del {text-decoration: line-through;}

/* box-sizing */
*, *:before, *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

/* flex-over-cut */
* {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/* selectBox */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

/* Browser Optimization */
	html {
		height: 100%;
		overflow-y: scroll;
		scroll-behavior: smooth;
	}

	body, div,
	pre, form, fieldset, p, blockquote,
	section, nav, article, aside, header, address,
	figure {
		margin: 0;
		padding: 0;
		line-height: 1.8;
		color:  rgba(51,51,51,100);
	}
	dl, dt, dd, ul, li,
	input, textarea, p, th, td, figcaption {
		line-height: 1.3;
	}

	address, caption, cite, code, dfn, em, strong, th, var {
		font-style: normal;
		font-weight: 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%;
		line-height: 1.3;
		font-weight: normal;
	}

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

	img {
		max-width: 100%;
		height: auto;
		vertical-align: top;
		-ms-interpolation-mode: bicubic;
	}

	iframe {
		border: 0;
		vertical-align: bottom;
	}

	ul li {list-style-type: none;}
