* {
	-webkit-overflow-scrolling: touch;
}

*,
:after,
:before {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
  box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	line-height: 1.15;
  -webkit-font-smoothing: antialiased;
	font-size: 10px;
	scroll-behavior: smooth;
	scroll-padding-top: 50px;
}

body {
  -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-width: 1080px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1;
	font-family: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, Meiryo, sans-serif;
	margin: 0;
}

main {
	display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}

ol,
ul {
  list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	margin: 0;
	clear: both;
	overflow: visible;
	border-top-width: 1px;
	color: inherit;
}

pre {
	font-size: inherit;
	font-family: monospace, monospace;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-size: inherit;
	font-family: monospace, monospace;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img,
svg,
video {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}

embed,
iframe,
img,
object {
	vertical-align: bottom;
}

input::-ms-clear {
	display: none;
}

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

button,
input,
select,
textarea {
	font-family: inherit;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: inherit;
	vertical-align: middle;
}

[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select::-ms-expand {
	display: none;
}

button:focus {
	outline: none;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
	cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted #ccc;
}

fieldset,
option {
	padding: 0;
}

fieldset {
	min-width: 0;
	margin: 0;
}

legend {
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable] {
	outline: none;
}

table {
  width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

table td,
table th {
	padding: 0;
	vertical-align: top;
}

table th {
	font-weight: 700;
	text-align: left;
}

[hidden],
template {
	display: none;
}

@media(any-hover:hover) {

	a,
	button {
		transition: .3s ease
	}

	a:hover,
	button:hover {
		opacity: .7
	}

	a img,
	a p,
	a path,
	button img,
	button p,
	button path {
		transition: .3s ease
	};
}