@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Noto+Sans+JP:wght@100..900&display=swap');

body {
	font-weight: 500;
	font-style: normal;
	background-color: #FFF;
	font-size: 15px;
	line-height: 1.4;
	color: #333333;
	font-family: "Noto Sans JP", serif;
}

.mochiy {
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: 400;
}

img {
	width: 100%;
	display: block;
}

video {
	width: 100%;
	height: auto;
	display: block;
}

html,
body {
	height: 100%;
	scroll-behavior: smooth;
	margin: 0;
	scroll-padding-top: 70px;
}

/* default */
section,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
	font-size: inherit;
	width: 100%;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q::before,
q::after {
	content: '';
}

abbr {
	border: 0;
	font-variant: normal;
}

sup {
	font-size: 12px !important;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	*font-size: 100%;
}

legend {
	color: #fff;
}

select,
input,
button,
textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}

pre,
code,
kbd,
samp {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

.aligncenter {
	text-align: center;
}

figure {
	padding: 0;
	margin: 0;
}

img {
	vertical-align: bottom;
	line-height: 1;
	max-width: 100%;
	height: auto;
	width: 100%;
}

a {
	text-decoration: none;
	transition: all .25s ease;
}

* {
	box-sizing: border-box;
}

/* text ---------------------------------------*/
.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

/* pcのみ */
@media screen and (min-width: 835px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 834px) {

	/* default ---------------------------------------*/
	img {
		max-width: 100%;
	}

	* {
		box-sizing: border-box;
	}

	/* common item ---------------------------------------*/
	.pc {
		display: none !important;
	}

	.sp {
		display: block;
	}
}
