@charset "utf-8";
/* CSS Document */

/*-------clearfix-------*/
.clearfix:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; overflow: hidden; font-size: 0; }
.hidetxt{ text-indent: 100%; white-space: nowrap; overflow: hidden; }
#wrap{min-width:1200px;}
html{font-size:100%;}
header{position: relative; z-index: 999;}
#header_nav{position: relative; z-index: 999; background: #fff;}

#content {margin: 0; padding: 0;}
#special {background-color: #000;}

#content a:hover{opacity: .8; cursor: pointer;}

a{text-decoration: none; color: #333;}
/*common*/

.pointnone{
	pointer-events: none;
}

.whitebox{
	position: absolute; border:1px solid #FFF; right: 0; left: 0; margin:auto; margin-top: 2%;
}

.p_shadow{
	text-shadow: -1px 0 0 #fd6c88; 
}

/*-------hover-------*/
#special a img{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#special a img:hover{
	filter:alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity:0.6;
	zoom:1;
}

/*-------- コンテンツ --------*/
#feature-wrap {font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; line-height: 1.8 !important; letter-spacing: normal !important;}

#bg_wrap{
	position: fixed;
	margin: 0 auto;
	top:0;
	left: 0;
	right:0;
	width:2000px;
}
#bg_items img{width:100%; max-width:180px; border:.5px solid #FFF; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#bg_items img.l_img{max-width:360px;}

#bg_wrap:before{
	content:'';
	display:block;
	height:100%;
	width:100%;
	background:rgba(63, 19, 13, 0.8);
	position: fixed;
	z-index: 2;
}

#contents{
	position:relative;
	z-index: 100;
	width:1200px;
	margin:0 auto;
	background:#FFF;
}
#contents,
#contents *,
.g_nav,
.g_nav *{
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.innner{
	max-width:1100px; margin-left:auto; margin-right:auto;
}
.hd_megahouse{font-size:0;}
.hd_megahouse > *{display:inline-block; width:50%; font-size: 1rem; padding:1em 0;}
.megahobby_icon{text-align: right;}

.col2icon *{vertical-align: middle;}
.col2icon img {border-right:1px solid #b5b5b5; margin-right:.5em; padding-right:.5em; }
.col2icon a{color:#333; display:inline-block; }
.col2icon a:hover{background:#acacac; }

/*------------------------------
content-wrap
------------------------------*/
.content-wrap{height:840px; margin: 0 auto; 
	background-image: url(../img/effects.png), url(../img/bg.jpg);
        background-position: 0 30%, center center;
        background-repeat: repeat-y, no-repeat;
        background-size: 100%,cover;
	border:1px solid #fdb3b2;
	width:1100px; overflow: hidden;}
.scrollarea{width:calc(100% + 17px); overflow-y: scroll;}
.garland{position: relative; }
.garland img{position: absolute; top:0; left:0; right: 0; margin:0 auto;}
.main_visual{padding-top: 83.2%; max-width: 100%;}
.main_visual img{max-width:1144px; position: absolute; top: 14%; left: 2.5%; transition: .3s;}

.content-wrap.scrolled .main_visual{padding:0; margin-bottom:3em;}
.content-wrap.scrolled .main_visual .main_visual_img{position:relative; top:unset; left:unset; width:100%;}
.inner_hd > img{max-width:100%; width:100%;}



/*------------------------------
gnav
------------------------------*/
.g_nav{
	font-size: 0;
	position: relative;
	z-index: 100;
	max-width:1200px;
	margin:0 auto;
}

.g_nav li{width:16.6666666%; /*border-right:1px solid #9d9c99;*/ display: inline-block; font-size: 1rem;}
.g_nav li:last-of-type{border-right: none; }
.g_nav li a{color:#FFF; text-decoration: none; text-align: center; display: inline-block; width: 100%; padding:10px 10px;}
.g_nav li a span{width:100%; display: inline-block;}
.g_nav li a:hover{background:#3a3833 !important; opacity: 1 !important;}
.g_nav li a.disabled{position:relative; cursor:default !important;}
.g_nav li a.disabled{/*background:#3a3833 !important;　グレーアウト用 */cursor:default !important;}
/*
グレーアウト用
.g_nav li a.disabled:before{
	position: absolute;
	content:'COMING SOON';
	font-weight: bold;
	text-shadow: 0px 0px 0px #000;
	top:2.5em;
	left:0;
	right:0;
	margin:auto;
	z-index: 100;
}

.g_nav li a.disabled:after{
	content:'';
	position: absolute;
	height:100%;
	width:100%;
	display:block;
	left:0;
	top:0;
	z-index: 2;
	background: #6b6b6b;
	opacity: 0.8;
}*/


.g_nav li:nth-child(1) a{
	background: #dd5454;
}



.g_nav li:nth-child(2) a{
	background: #FF9194;
}

.g_nav li:nth-child(3) a{
	background:#fcb008;
}



.g_nav li:nth-child(4) a{
	background: #f68939;
}



.g_nav li:nth-child(5) a{
	background: #43aa4f;
}



.g_nav li:nth-child(6) a{
	background: #2e8ac3;
}


/*

ナビゲーション、下にボーダーを付ける場合
.g_nav li:nth-child(1) a{
	border-bottom: 6px solid #e33144;
}

.g_nav li:nth-child(2) a{
	border-bottom: 6px solid #FD6C88;
}

.g_nav li:nth-child(3) a{
	border-bottom:6px solid #f0a10d;
}

.g_nav li:nth-child(4) a{
	border-bottom: 6px solid #ffd65a;
}

.g_nav li:nth-child(5) a{
	border-bottom: 6px solid #43aa4f;
}

.g_nav li:nth-child(6) a{
	border-bottom: 6px solid #2e8ac3;
}
*/



/*------------------------------
wnew
------------------------------*/
.wnew{
	padding:1em 0 1.8em;
	margin:0 auto;
	border-top:1px solid #b9b9b9;
}

.news_date span{
	display: inline-block; padding:.2em 2em; background: #000; color:#FFF; font-size: 20px; margin-right: 1em; margin-bottom: 1em;
}


.wnew li{
	margin-bottom:.8em;
	line-height: 1.4;
}

.wnew li:last-of-type{
	margin-bottom:0;
}

.wnew li span{
	color: #fd6c88; font-size: 0.9rem;
}

.wnew li span.p_shadow{
	color: #333;
}

.wnew li span.date{
	font-weight: bold; color: #333 !important; font-size: 100%;
}

/*------------------------------
SNS
------------------------------*/
.sns_special{padding:1.5em 0;}
.sns{width:40%; display: inline-table;}
.sns_icon{display: inline-table; border-right: 1px solid #b9b9b9; padding-right: 4%; padding-left: 4%; vertical-align: middle;}
.sns_icon:last-of-type{border-right:none;}
.sns_icon:first-of-type{padding-left:0;}
.sns_icon.col2icon > img{margin-right:.5em; padding-right: 0; border:0; max-width: 100%;}
.sns_icon img, .sns_icon > span{display: table-cell; font-size:.85rem; line-height: 1.2;}
.sns_icon img, .sns_icon > span > span{display: table-cell; max-width:100%;}

.sns_icon img, .sns_icon > span.tw > span{color: #1da1f2;}
.sns_icon img, .sns_icon > span.insta > span{color: #d93177;}
.sns_icon img, .sns_icon > span.line > span{color: #00b800;}


.spthx{width:60%; display: inline-table; text-align: right; vertical-align: middle;}
.spthx > span{display: table-cell; text-align: center; font-size: .9rem; width: 90px;}
.spthx > span > span{font-weight: bold; font-size: 1.1rem;}
.spthx img{border-right:none; padding:0; margin:0; border-left:1px solid #b5b5b5; padding-left:.5em; margin-left:.5em;}

/*-----------------------------
各コンテンツ
-------------------------------*/
.line_ttl{font-size:150%; margin-bottom:1em; position:relative; padding-left: 1em;}
.line_ttl:before{content:''; width:.5em; height:100%; margin-right:1em; display:block; position: absolute; left: 0;
	background:-webkit-gradient(linear, center top, center bottom, from(#ffae00), to(#fd6c88));
	background:-moz-linear-gradient(bottom, #fd6c88, #ffae00);
	background:linear-gradient(bottom, #fd6c88, #ffae00);}
.col2_mb1{font-size:0;}
.col2_mb1 > p{display:inline-block; width:49%; margin-right:2%; font-size:100%;}
.col2_mb1 > p:last-of-type{margin-right:0;}
.col2_mb1 > p img{max-width:100%; border:1px solid #FFF;}
#cont_oprhanchu .col2_mb1 > p img{border:none;}
.col1 p{text-align: center;}
.col1 p img{max-width: 100%;}


/* ポップアップのためのボタン
----------------------------------------*/
.btn_popup { margin: 20px auto; text-align: center;}
.btn_popup .btn { background: #f13265; border-radius:8px; box-shadow:0px 0px 2px 1px #84510d; display: inline-block; height: 60px; margin: 0 auto; padding: 0; position: relative; text-align: center; vertical-align: middle; width: 380px; -webkit-box-sizing:border-box; box-sizing:border-box; filter:alpha(opacity=100); -ms-filter:"alpha(opacity=100)"; opacity:1; transition:all ease-in-out .25s; -webkit-transition:all ease-in-out .25s;}
.btn_popup .btn span { color: #fff; display: inline-block; font-size: 26px; font-weight: bold; line-height: 1.2;  margin: 0; padding: 0; vertical-align: middle;}

.btn_popup .btn a { display:block; height: 100%; margin:0; padding:16px 0; position:relative; top: 0; left: 0; vertical-align: middle; width: 100%; z-index:10; -webkit-box-sizing:border-box; box-sizing:border-box;}
/*hover時の挙動*/
.btn_popup .btn:hover {  filter:alpha(opacity=95); -ms-filter:"alpha(opacity=95)"; opacity:0.95; transition:all ease-in-out .25s; -webkit-transition:all ease-in-out .25s;}

/* ポップアップウィンドウ
----------------------------------------*/
#expo_inlineWrap { display:none;}
#expo_inlineBox { } /*定義しておく*/


/*-------- 分割の画像リスト --------*/
ul.img_nogapList {  font-size: 0; line-height: 0; text-align: center;}
ul.img_nogapList li {margin: 0; padding: 0;}
ul.img_nogapList li img { font-size: 0; line-height: 0; outline: 0; vertical-align: bottom;}

/*-------- フィギュアジェニック用 --------*/
.figure_catch { margin: 3% 0 0 0;}
.figure_catch p { margin: 0 !important; padding: 0; text-align: center;}
.figure_catch p big { color: #f26b02; font-weight: bold; font-size: 150%}

/*-------- フィギュアジェニック用インフォ --------*/
.figure_info {line-height: 1.7; }

.figure_info dl { display: block; margin: 0 0 1em 0; padding: 0;}
.figure_info dl dt { display: inline-block; margin: 0; padding: 0; vertical-align: top; width:10%;}
.figure_info dl dd { display: inline-block; margin: 0; padding: 0; vertical-align: top; width:88%;}

.figure_info p { margin: 0;}
.figure_info p:last-child {margin: 0 !important;}
.figure_info p span.figure_info_notes { font-size: 90%; line-height: 0.8 !important;}

/*-------- 会場マップ用 --------*/
.map .col1 .map_copy { font-size: 72% !important; line-height: 1.6 !important; text-align: left !important;}


.bkttl{background:#000; color:#FFF; display:inline-block; font-size: 1.25rem; padding: 0.3em .5em; margin-top:1.5em; margin-bottom: 1em;}
.content-wrap article{background: rgba(252,248,251,.75); width: 90%; margin:0 auto; position: relative; padding:4% 2%; margin-bottom:5em;}
.content-wrap article.pdl{padding:8% 2% 4%;}
.content-wrap article h3{position:absolute; top: -3.5%; left:1.3%;}
.content-wrap article.pdl h3{top: -2.5%;}
.content-wrap article section p{font-size:100% !important; line-height: 1.5; margin-bottom:2em;}

.content-wrap article a.tlink{text-decoration: underline !important; color: #fd7674; font-weight: bold;}
.content-wrap article .attention{font-size:.9em;}

.info ul li{margin-bottom:0.5em; text-indent: -1.5em; padding-left: 1.5em;}
.info ul li:before{content:''; display:inline-block; background:#fd767c; border-radius: 100%; width: 1em; height: 1em; margin-right: .5em;}
.nonline img{border:none; padding-right: 0; margin-right: .5em;}

.scrollableT{position: absolute; left: 0; right: 0; margin:auto; text-align: center; z-index: 999; margin-top: -3%;}
.scrollableB{position: absolute; top:72%; left: 0; right: 0; margin:auto; text-align: center; z-index: 999;}


/*-------- フッター --------*/
footer {width: 100%; position: relative !important; z-index: 999;}
footer #box_inner {width: 1200px; margin: 0 auto; position:relative;}
footer #box_inner #footer_sns {position: absolute; top:90px; left:0;}
footer #box_inner #footer_sns .fb-like{ margin: 0 10px 0 0;}
footer #box_inner #footer_sns .fb_iframe_widget > span{vertical-align: baseline !important;}
#twitter-widget-0 {vertical-align: top;}

.pcOnly{display:block;}
.spOnly{display: none;}

/*================================================
  SP 
================================================*/
#content.sp {
	font-size: 1.5rem;
}

#content.sp .innner{
	max-width:1150px;	
}

#content.sp #contents{
	min-height: 1922px;
	height:100vh;
	position: relative;
}

#content.sp .bkttl{
	font-size:1.5rem;
}

#content.sp .content-wrap{
	height:56.5%;
	width:100%;
}

#content.sp .content-wrap article{
	margin-right:4.2%;
	width:93.2%;
}

#content.sp .content-wrap .main_visual{
	margin-bottom: 3em;
	padding-top: 1em;
	text-align: center;
	padding-bottom:0;
}

#content.sp .content-wrap .main_visual img{
	max-width: 100% !important;
	top:unset !important;
	left: -.8% !important;
	position: relative;
}
/*
#content.sp .content-wrap.scrolled .main_visual{
	padding-bottom:0;
}*/

#content.sp .content-wrap article{
	padding-right:4%;
	padding-left:4%;
}


#content.sp .content-wrap article h3{
	top: -1.5%;
	left: 4.3%;
}


#content.sp .g_nav{
	width:100%;
	bottom:0;
	position: absolute;
}
    
#content.sp .col2_mb1 > p{
	width:100%;
	margin-right:0;
	margin-bottom: 2%;
	text-align: center;
}

#content.sp .g_nav li{
	width:33.3333%;

}
/*
#content.sp .g_nav li:nth-of-type(-n+3){
	border-bottom:1px solid #5b5b5b;
}
*/
#content.sp .g_nav li a{
	font-size: 1.5em;
 	padding: .5em;
}

#content.sp .g_nav li a.disabled:before{
	top:1.8em;
}


#content.sp .garland img{
	max-width:100%;
}

#content.sp .pcOnly{display:none;}
#content.sp .spOnly{display: block;}



/*汎用で使う*/

.mt60 { margin-top: 6% !important;}

/*タイトルを調整*/

#cont_figure h3 { top: -1%;}
#cont_oprhanchu h3 { top: -1%;}

#content.sp #cont_figure h3 { top: -0.8%;}
#content.sp #cont_oprhanchu h3 { top: -0.8%;}