@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
}

body {
		line-height: 1;
}

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

ul {
		list-style: none;
}

blockquote, q {
		quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
		content: '';
		content: none;
}

a {
		margin: 0;
		padding: 0;
		vertical-align: baseline;
		background: transparent;
}

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 {
		border-collapse: collapse;
		border-spacing: 0;
}

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

input, select {
		vertical-align: middle;
}

html {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
}

* {
		box-sizing: border-box;
		outline: none;
}

body {
		width: 100%;
		height: 100%;
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif !important;
		font-size: 100%;
		color: #222;
}

a {
		text-decoration: none;
}

.indent {
		padding-left: 1em;
		text-indent: -1em;
}

b {
		font-weight: bold;
}

.pc {
		display: block;
}

.sp {
		display: none;
}

.br-pc {
		display: block;
}

.br-sp {
		display: none;
}

.ctext {
		text-align: center;
}

.btn {
		display: block;
		text-align: center;
		width: 100%;
		position: relative;
		z-index: 1;
		cursor: pointer;
}

.btn a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -999px;
		z-index: 2;
		cursor: pointer !important;
}

.btn:hover {
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		zoom: 1;
		transition: all .2s;
}

#wrapper {
		width: 100%;
		max-width: 100%;
		overflow-y: hidden;
}

#wrapper .kv {
		width: 100%;
}

#wrapper .kv img {
		width: 100%;
}

#wrapper .inner {
		width: 100%;
		max-width: 1040px;
		margin: 0 auto;
}

#wrapper .inner h1 {
		font-size: 36px;
		font-weight: 700;
		text-align: center;
		margin: 60px auto;
}

#wrapper .inner h6 {
		background-color: #000;
		font-size: 32px;
		text-align: center;
		line-height: 1;
		color: #fff;
		padding: 15px 0;
		margin: 0 auto 25px;
}

#wrapper .inner p {
		font-size: 16px;
		font-weight: 400;
		line-height: 2;
		margin: 0 0 60px;
}

#wrapper .inner p a {
		text-decoration: none;
		color: #ff6600;
}

#wrapper .inner .regist {
		background-color: #ff0000;
		width: 580px;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		line-height: 1;
		color: #fff;
		padding: 45px 0;
		margin: 0 auto 60px;
}

@media (max-width: 780px) {
		body {
				width: 100%;
				height: 100vh;
		}
		.no-scroll {
				overflow: hidden;
		}
		img {
				max-width: 100%;
		}
		.pc {
				display: none;
		}
		.sp {
				display: block;
		}
		.br-sp {
				display: block;
		}
		.br-pc {
				display: none;
		}
		#wrapper .kv {
				width: 100%;
		}
		#wrapper .kv img {
				width: 100%;
		}
		#wrapper .inner {
				width: 100%;
				max-width: 90vw;
				margin: 0 auto;
		}
		#wrapper .inner h1 {
				font-size: 4.61538vw;
				font-weight: 700;
				text-align: center;
				margin: 5vw auto;
				line-height: 1.6;
		}
		#wrapper .inner h6 {
				background-color: #000;
				font-size: 4.10256vw;
				text-align: center;
				line-height: 1;
				color: #fff;
				padding: 3vw 0;
				margin: 0 auto 4vw;
		}
		#wrapper .inner p {
				font-size: 3.33333vw;
				font-weight: 400;
				line-height: 2;
				margin: 0 0 10vw;
		}
		#wrapper .inner p a {
				text-decoration: none;
				color: #ff6600;
		}
		#wrapper .inner .regist {
				background-color: #ff0000;
				width: 90vw;
				text-align: center;
				font-size: 3.33333vw;
				font-weight: 700;
				line-height: 1;
				color: #fff;
				padding: 7vw 0;
				margin: 0 auto 8vw;
		}
}
