@charset "utf-8";

/* =====================================================
 * RESET CSS
 * Based on html5doctor reset
 * http://html5doctor.com/html-5-reset-stylesheet/
 * Updated & Organized: 2026
====================================================== */

/* ---------------------------------
 * Base Reset
---------------------------------- */

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,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-style: normal;
	vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

html {
	/* font-size: 62.5%; */
}

body {
	/* font-family: 'Noto Sans JP', sans-serif; */
	/* font-size: 1.3rem; */
	/* font-weight: 400; */
	/* line-height: 1; */
}

/* ---------------------------------
 * Text & List
---------------------------------- */

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}

/* ---------------------------------
 * Links & Media
---------------------------------- */

a {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	background: transparent;
	outline: none;
	transition: 0.5s ease;
}

img {
	vertical-align: top;
}

/* ---------------------------------
 * Inline Elements
---------------------------------- */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

/* ---------------------------------
 * Table
---------------------------------- */

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

th,
td {
	text-align: left;
	vertical-align: top;
}

/* ---------------------------------
 * Form
---------------------------------- */

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

input[type="submit"] {
	cursor: pointer;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ---------------------------------
 * Other
---------------------------------- */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/* =====================================================
 * Utility
====================================================== */

.br-sp {
	display: none;
}

@media screen and (max-width: 1080px) {
	.br-pc {
		display: none;
	}

	.br-sp {
		display: inline-block;
	}
}