@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none
}
main {
	display: block
}
img {
	background-color: transparent;
	border: 0;
	vertical-align: bottom;
	max-width: 100%
}
ol,
ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input[type=radio],
input[type=checkbox] {
	display: none
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%
}
select::-ms-expand {
	display: none
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html,
body {
	width: 100%
}
html {
	font-size: 62.5%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	position: relative;
	font-family: Inter, Noto Sans JP, sans-serif;
	letter-spacing: 0;
	color: #000;
	font-weight: 400;
	background-color: #000;
	font-size: 16px;
	font-size: 1.6rem
	word-wrap: break-word;
	overflow-wrap: break-word;
}
@media only screen and (max-width: 767px) {
	body {
		min-width: auto;
		font-size: 14px;
		font-size: 1.4rem
	}
}
a {
	color: #000;
/*	display: inline-block;*/
	text-decoration: underline
}
a:hover {
	text-decoration: none;
	opacity: .6
}
@media (any-hover: none) {
	a:hover {
		opacity: 1
	}
}
button {
	cursor: pointer
}
button:hover {
	opacity: .6
}
@media (any-hover: none) {
	button:hover {
		opacity: 1
	}
}
img {
	width: 100%;
	max-width: 100%;
	height: auto
}

/* ===============================================
 common
=============================================== */

/* u-visible_xs */
/* u-visible_lg */

.u-visible_xs,
.u-visible_lg {
	display: none !important
}
@media only screen and (max-width: 767px) {
	.u-visible_xs {
		display: block !important
	}
	table.u-visible_xs {
		display: table !important
	}
	tr.u-visible_xs {
		display: table-row !important
	}
	th.u-visible_xs,
	td.u-visible_xs {
		display: table-cell !important
	}
}
@media only screen and (min-width: 768px) {
	.u-visible_lg {
		display: block !important
	}
	table.u-visible_lg {
		display: table !important
	}
	tr.u-visible_lg {
		display: table-row !important
	}
	th.u-visible_lg,
	td.u-visible_lg {
		display: table-cell !important
	}
}

/* u-br_xs */
/* u-br_lg */

.u-br_xs {
	display: none !important;
}
.u-br_lg {
	display: inline !important;
}
@media screen and (max-width: 767px) {
	.u-br_xs {
		display: inline !important;
	}
	.u-br_lg {
		display: none !important;
	}
}

/* ===============================================
 kv
=============================================== */

.kv {
	position: relative
}

/* --- */

