@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* reset
---------------------------------------------------- */
* {
  box-sizing: border-box;
}

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:middle;
	background:transparent;
	-webkit-text-size-adjust: 100%;
}

body{
  position: relative;
  font-feature-settings : "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-size:16px;
  font-size:1.6rem;
  line-height:1;
  color:#333;
  max-height: 999999px;
  overflow:hidden;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
html{
	overflow-y: scroll;
	font-size:62.5%;
}
ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
  text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#333;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#333;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #333;
	cursor:help;
}

table {
	border-collapse:collapse;
}

hr {
 display:block;
 height:1px;
 border:0;
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}

input, select {
	vertical-align:middle;
}

a:focus {outline:none;}
a:hover{
 text-decoration: none;
 transition: all .3s;
}
a,
a::before,
a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
a img,
a img::before,
a img::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}
h1, h2, h3, h4, h5, h6{
  font-style: normal;
  font-weight: inherit;
}