@charset "UTF-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: bottom;
	background: transparent;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
	width: 100%;
	min-width: 750px;
	overflow-x: hidden;
}
ul li {
	list-style: none;
}
a {
	margin: 0;
	padding: 0;
	color: #333333;
	text-decoration: none;
	vertical-align: baseline;
}
a:hover {
	opacity: 0.8;
}
table {
	border-spacing: 0;
}
img {
	width: 100%;
}
/* ===================================================================================
  resetここまで
=================================================================================== */
body * {
	color: #333333;
	font-size: 16px;
	line-height: 1;
}
.wrap {
	background: url("../img/wrap_bg.jpg") no-repeat center 0;
	background-size: 2000px 2000px;
	min-width: 750px;
	margin: 0 auto;
	background-attachment: fixed;
}
.contents {
	width: 750px;
	margin: 0 auto;
}
section {
	position: relative;
	box-sizing: border-box;
}
/* ======================
  fv
========================= */
.fv {
	height: 1209px;
	z-index: 10;
}
.fv .fv_btn_wrap {
	position: relative;
	bottom: 227px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 715px;
	display: flex;
	justify-content: space-between;
}
.fv .fv_btn_wrap p {
	width: 230px;
	-webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.9));
	-moz-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.9));
	-ms-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.9));
	filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.9));
}
.fv .fv_btn_wrap a {
	display: block;
	width: 230px;
}
.fv .fv_btn_wrap a:hover {
	opacity: 1;
	filter: brightness(110%);
}
/* fv */
/* ======================
  about
========================= */
.about {
	background: url("../img/about_bg.jpg") no-repeat center top #f2e8dc;
	margin-top: -280px;
	padding-top: 300px;
	padding-bottom: 15px;
}
.about h2 {
	margin-bottom: 600px;
}

/* about */
/* ======================
  which
========================= */
.which {
	background: url("../img/which_bg.jpg") no-repeat center 0 #f2e8dc;
	padding-bottom: 30px;
}
.which .which_warp {
	width: 690px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.which .which_warp_box {
	width: 315px;
}
.which a.which_btn {
	display: block;
	margin-top: 40px;
	width: 315px;
}
.which a.which_btn:hover {
	opacity: 1;
	filter: brightness(110%);
}
/* which */
/* ======================
  join
========================= */
.join {
	background: url("../img/join_bg.jpg") no-repeat center 0;
	padding-bottom: 30px;

}
.join h2 {
	width: 452px;
	padding-top: 51px;
	margin: 0 auto 78px;
}
.join a.join_btn {
	display: block;
	margin: 56px auto 0;
	width: 600px;
}
.join a.join_btn:hover {
	opacity: 1;
	filter: brightness(110%);
}
/* join */
/* ======================
  organizer
========================= */
.organizer {
	margin-bottom: 140px;
}
/* ======================
  footer
========================= */
footer {
	position: fixed;
	bottom: 0;
	background: url("../img/footer_bg.png") no-repeat center 0;
	background-size: 2000px 140px;
	width: 100%;
	height: 140px;
	z-index: 9999;
}
footer p {
	position: absolute;
	width: 660px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.9));
	-moz-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.9));
	-ms-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.9));
	filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.9));
}
footer a {
	display: block;
	width: 660px;
}
footer a:hover {
	opacity: 1;
	filter: brightness(110%);
}