html {
	overflow-x: hidden;
}

body {
	min-height: 100vh;
	margin: 0 auto;
	padding: 0;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	background-repeat: repeat;
	background-position: center top;
	background-size: 750px;
	overflow-x: hidden;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

img {
	vertical-align: middle;
	width: 100%;
}

header,
footer {
	text-align: center;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-block: 0;
	margin-inline: 0;
}

#wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 48px 0 0 0;
}

section {
	position: relative;
}

.noto-sans-jp-bold {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

.zen-maru-gothic-bold {
	font-family: YakuHanJP, "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
}

.zen-maru-gothic-black {
	font-family: YakuHanJP, "Zen Maru Gothic", serif;
	font-weight: 900;
	font-style: normal;
}

.m-plus-rounded-1c-medium {
	font-family: YakuHanJP, "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}


/* ---------------------------------------------------------
	header
--------------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	background: #FFF;
	filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.3));
}

header h1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 48px;
	margin: 0 3vw;
}

header h1 img {
	display: block;
}

@media screen and (min-width: 601px) {
	header h1 {
		max-width: 600px;
		margin: 0 auto;
	}

	header h1 img {
		height: 28px;
	}
}

/* ---------------------------------------------------------
	footer
--------------------------------------------------------- */
footer {
	padding: 20px;
}