/*=================
PC
==================*/

body {
	min-width: 100%;
	background-color: #B50005;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

#wrap {
	background-image: url(../img/bg-pc.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 100vh;
	padding-top: 15px;
	background-attachment: fixed;
}

h1 {
	width: 800px;
	height: auto;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 auto 15px;
	text-align: center;
	padding: 6px 0;
	font-size: 24px;
	line-height: 1.4;
}

#mv {
	width: 900px;
	margin: 0 auto;
}

#mv .L_box {
	width: 280px;
	float: left;
	position: relative;
}

#mv .R_box {
	width: 280px;
	float: right;
	position: relative;
}

#mv .L_box img {
	width: 280px;
	height: auto;
	display: block;
	position: absolute;
	top: -590px;
	left: 0;
}

#mv .R_box img {
	width: 280px;
	height: auto;
	display: block;
	position: absolute;
	top: -590px;
	right: 0;
}

#top-btn {
	width: 800px;
	margin: 0 auto 100px;
	background-color: none;
}

#top-btn h2 {
	width: 800px;
	background-color: #fff;
	margin: 0 auto 25px;
	background-color: none;
	padding: 5px 0;
	font-size: 18px;
	text-align: center;
	border-radius: 6px;
	color: #ea6305;

}

#top-btn ul li {
	width: 385px;
	float: left;
	margin-right: 30px;
}

#top-btn ul li:last-child {
	margin-right: 0;
}

#top-btn div {
	margin-bottom: 15px;
}

#top-btn div img {
	border-radius: 10px;
}

.sub-btn {
	width: 800px;
	margin: 0 auto 100px;
	background-color: none;
	overflow: hidden;
}

.sub-btn h2 {
	width: 800px;
	background-color: #ea6305;
	margin: 0 auto 25px;
	background-color: none;
	padding: 5px 0;
	font-size: 18px;
	text-align: center;
	border-radius: 6px;
	color: #fff;
}

.sub-btn div {
	margin-bottom: 15px;
}

.sub-btn ul {
	padding-bottom: 15px;
}

.sub-btn div img {
	border-radius: 10px;
}

.sub-btn ul li {
	width: 385px;
	float: left;
	margin-right: 30px;
}

.sub-btn ul li:last-child {
	margin-right: 0;
}


footer {
	background-color: #009844;
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

small {
	font-size: 12px;
	color: #fff;
}

/*=================
sp
==================*/
@media screen and (max-width: 450px) {

	body {
		min-width: 100%;
		background-color: #B50005;
		font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	}

	#wrap {
		background-image: url(../img/bg-sp.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		width: 100%;
		height: 140vh;
		padding-top: 15px;
		background-attachment: fixed;
	}

	h1 {
		width: 95%;
		height: auto;
		border-radius: 5px;
		background-color: #fff;
		margin: 0 auto;
		text-align: center;
		padding: 6px 0;
		font-size: 18px;
		line-height: 1.4;
	}

	#mv {
		width: 100%;
		margin: 0 auto;
	}

	#mv .L_box,
	#mv .R_box {
		width: 100% !important;
		float: none !important;
		position: static !important;
		margin-bottom: 10px !important;
		display: block !important;
	}

	#mv .L_box img,
	#mv .R_box img {
		width: 100% !important;
		height: auto !important;
		display: block !important;
		position: static !important;
		margin: 0 auto !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
	}

	#top-btn {
		width: 90%;
		margin: 0 auto 3vh;
	}

	#top-btn h2 {
		width: 100%;
		background-color: #fff;
		margin: 0 auto 1vh;
		background-color: none;
		padding: 5px 0;
		font-size: 18px;
		text-align: center;
		border-radius: 6px;
		color: #ea6305;

	}

	#top-btn div {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#top-btn ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#top-btn ul li:last-child {
		margin-right: 0;
	}

	.sub-btn {
		width: 90%;
		margin: 0 auto 3vh;
	}

	.sub-btn h2 {
		width: 100%;
		background-color: #ea6305;
		margin: 0 auto 1vh;
		background-color: none;
		padding: 5px 0;
		font-size: 18px;
		text-align: center;
		border-radius: 6px;
		color: #fff;
	}

	.sub-btn div,
	.sub-btn ul {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.sub-btn ul {
		padding-bottom: 20px;
	}

	.sub-btn ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.sub-btn ul li:last-child {
		margin-right: 0;
	}

	footer {
		background-color: #009844;
		width: 100%;
		padding: 15px 0;
		text-align: center;
	}

	small {
		font-size: 12px;
		color: #fff;
	}

}

/*sp end*/

/*=================
タブレット対応
==================*/
@media screen and (min-width: 451px) and (max-width: 768px) {
	body {
		min-width: 100%;
		background-color: #B50005;
		font-family: 'NotoSansJP', 'Noto Sans JP', sans-serif;
	}

	#wrap {
		background-image: url(../img/bg-pc.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		width: 100%;
		height: 100vh;
		padding-top: 15px;
		background-attachment: fixed;
	}

	h1 {
		width: 90%;
		height: auto;
		border-radius: 5px;
		background-color: #fff;
		margin: 0 auto 15px;
		text-align: center;
		padding: 6px 0;
		font-size: 20px;
		line-height: 1.4;
	}

	#mv {
		width: 90%;
		margin: 0 auto;
	}

	#top-btn {
		width: 90%;
		margin: 0 auto 100px;
	}

	#top-btn h2 {
		width: 100%;
		background-color: #fff;
		margin: 0 auto 25px;
		padding: 5px 0;
		font-size: 18px;
		text-align: center;
		border-radius: 6px;
		color: #ea6305;
	}

	.sub-btn {
		width: 90%;
		margin: 0 auto 100px;
	}

	.sub-btn h2 {
		width: 100%;
		background-color: #ea6305;
		margin: 0 auto 25px;
		padding: 5px 0;
		font-size: 18px;
		text-align: center;
		border-radius: 6px;
		color: #fff;
	}
}

/*=================
共通
==================*/
.cl ::after {
	clear: both;
	display: block;
	content: "";
}

@media screen and (max-width: 450px) {
	#mv {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
	}

	#mv .L_box,
	#mv .R_box {
		width: 100% !important;
		float: none !important;
		position: static !important;
		margin-bottom: 10px !important;
		display: block !important;
	}

	#mv .L_box img,
	#mv .R_box img {
		width: 100% !important;
		height: auto !important;
		display: block !important;
		position: static !important;
		margin: 0 auto !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
	}
}