@charset "UTF-8";
/* ===============================================
	RESET
=============================================== */
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, command, details, figcaption, figure, footer, header, mark, meter, nav, output, progress, section, summary, time {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

li, h1, h2, h3, h4, h5, h6, span, pre, code, address, caption, cite, code, em, strong, b, th, figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

fieldset, iframe {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

img, abbr, acronym, fieldset {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

li {
	list-style: none;
}

body {
	line-height: 1;
}

dl, menu, ol, ul {
	margin: 1em 0;
}

/* ==========================================================================
   
   module
   
   ========================================================================== */
/* ---------------------------------------------
	font Style
--------------------------------------------- */
.fBold {font-weight: bold;}
.fItalic {font-style: italic;}
.fnormal {font-weight: normal;}

.f10 {font-size: 10px;}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f24 {font-size: 24px;}

.red {color: #e32e29;}

/* ---------------------------------------------
	float
--------------------------------------------- */
.f_l {float: left;}
.f_r {float: right;}

/* ---------------------------------------------
	preset margin
--------------------------------------------- */
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt12 {margin-top: 12px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}

.mb01 {margin-bottom: 1px !important;}
.mb03 {margin-bottom: 3px !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb12 {margin-bottom: 12px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}

.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr12 {margin-right: 12px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}

.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml12 {margin-left: 12px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}

.mlmr05 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.mlmr10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.mlmr20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.mcenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* ---------------------------------------------
	preset padding
--------------------------------------------- */
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt12 {padding-top: 12px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important;}

.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb12 {padding-bottom: 12px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
.pb50 {padding-bottom: 50px !important;}

.pr05 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr12 {padding-right: 12px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr35 {padding-right: 35px !important;}
.pr40 {padding-right: 40px !important;}
.pr45 {padding-right: 45px !important;}
.pr50 {padding-right: 50px !important;}

.pl05 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl12 {padding-left: 12px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl35 {padding-left: 35px !important;}
.pl40 {padding-left: 40px !important;}
.pl45 {padding-left: 45px !important;}
.pl50 {padding-left: 50px !important;}

/* ---------------------------------------------
	inline align
--------------------------------------------- */
.t_align_l {text-align: left !important;}
.t_align_c {text-align: center !important;}
.t_align_r {text-align: right !important;}

.pre {white-space: pre;}

/* ---------------------------------------------
	other
--------------------------------------------- */
.imgRep {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.fade {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.fade:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

a img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

a:link,
a:visited,
a:active,
a:focus,
a:hover { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {clear: both;}

.clearfix {*zoom: 1;}

/* ==========================================================================
	
   Variable
   
   ========================================================================== */
/* ==========================================================================
	
   base
   
   ========================================================================== */
img {vertical-align: top;}

a {display: inline-block;}

html, body {
	text-align: left;
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	text-align: center;
	background-color: #000;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/* ==========================================================================
	
   contents
   
   ========================================================================== */
/*=====  loader  =====*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #f00;
  z-index: 2;
}
#loader p {
    font-size: 12px;
}

/*=====  Page Display Behavior  =====*/
html {
	height: 100%;
	overflow-y: scroll;
}
#wrapper {
	min-height: 100%;
}
#wrapper.noscroll {
	overflow-y: scroll;
}
#wrapBox {
	//visibility: hidden;
	width: 100%;
}
#wrapBox.afterRising {
	visibility: visible;
}


#header {
	position: relative;
	width: 100%;
	//z-index: 1000;
	height: 70px;
}
#header h1 {
	position: absolute;
	top: 2px;
	left: 100px;
}
#header h1 a {
	background: url(../images/logo.png) no-repeat left top;
	width: 125px;
	height: 35px;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#header h1 a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
#header .twitter {
	position: absolute;
    top: 10px;
    right: 418px;
}
#header .fb {
	position: absolute;
    top: 10px;
    right: 338px;
}
#header .login {
	position: absolute;
    top: 3px;
    right: 227px;
}
#header .logout {
	position: absolute;
    top: 3px;
    right: 227px;
}
#header .member {
	position: absolute;
    top: 3px;
    right: 100px;
}

.headArea {
	background: url(../images/ball.png) no-repeat center top;
	min-height: 1041px;
}
.headArea .only {
    margin: 150px 0 25px;
}
.headArea h2 {
    min-height: 224px;
	background: url(../images/title.png) no-repeat center top;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
.headArea .point {
    margin: 20px 0 50px;
}
.headArea .fBold.f24 {
    line-height: 1.8;
}

.contents {
	background: url(../images/main_visual.jpg) no-repeat center bottom;
	min-height: 2725px;
}
.contents .btnArea p {margin: 50px 0 100px;}
.y_box iframe {border: 1px solid #f00;}
.official_site {margin: 100px 0 90px;}

#footer {
    margin: 30px 0 30px;
}


/*====== 161006 ======*/
.form_end {
    display: block;
    padding: 80px 0 100px;
    font-size: 36px;
    color: #f00;
    font-weight: bold;
}

/*=====  popup  =====*/
#popup,
#popup2 {
	width: 792px;
	//height: 100%;
	margin: 0 auto;
	position: relative;
	padding: 125px 0;
	line-height: 1.0;
	font-family: "メイリオ";
}
#popup .inner {
	width: 792px;
	margin: 0 auto;
	padding: 0 20px 20px;
	color: #e60012;
	background: #f00;
	box-sizing: border-box;
}
#popup h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}
#popup .inner2 {
	width: 750px;
}
#popup .inner2 h4 {
    background: #000;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}
#popup .inner2 h4 span {
    color: #e60012;
    padding-right: 7px;
}
#popup .inner2 .i_box {
	background: #fff;
	color: #010101;
	text-align: left;
	padding: 20px 30px 25px 40px;
	font-size: 13.5px;
	line-height: 1.8;
}
#popup .inner ul,
#popup .inner ol {
	margin: 0;
}
#popup .inner ul li,
#popup .inner ol li {
	font-size: 13.5px;
	margin-left: 20px;
	line-height: 1.8;
	text-indent: -1.5rem;
}
#popup .inner ol li span {
    text-indent: -2rem;
    display: block;
}
#popup .inner a {
	color: #010101;
}
#popup .inner a:hover {
	text-decoration: none;
}

/*=====  popup2  =====*/
#popup2 {
	width: 650px;
	height: 210px;
}

#popup2 .inner {
	width: 650px;
	height: 210px;
	margin: 0 auto;
	padding: 45px 0 20px 20px;
	color: #e60012;
	background: #f00;
	box-sizing: border-box;
}
#popup2 h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#popup2 ul {
    clear: both;
    overflow: hidden;
    width: 525px;
    margin-left: 40px;
}
#popup2 ul li {
    float: left;
    margin-top: 27px;
    background: #525252;
}
#popup2 ul li:last-child {
    margin-left: 24px;
}


.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
	transform: scale(1);
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
