@charset "utf-8";

/*--------------------------------------------------------------------------------------*

	全体共通

 *--------------------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
	line-height: 1.6em;
	word-wrap: break-word;
}
body { 
	font-family: 'Montserrat', 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
	font-weight: 400;
	font-size:16px;
	color:#444;
	position:relative;
	
}

img { max-width:100%; max-height:100%; vertical-align:bottom; }


@keyframes rainbow {
  0% { background-color: #e9738c; }
  20% { background-color: #f9db91; }
  40% { background-color: #97d2ca; }
  60% { background-color: #afcbe5; }
  80% { background-color: #aa99b8; }
  100% { background-color: #f094a2; }
}

@keyframes rainbow2 {
  0% { background-color: #ffafa9; }
  20% { background-color: #d2bdff; }
  40% { background-color: #b6bdff; }
  60% { background-color: #99ffeb; }
  80% { background-color: #ffe8b0; }
  100% { background-color: #ffa9b8; }
}

@keyframes info {
  0% { background-color: #323333; }
  25% { background-color: #0BD0FF; }
  50% { background-color: #F2E633; }
  100% { background-color: #FF003B; }
 }

@keyframes rainbow3 {
 0% { background-color: #ff6ca4; }
  20% { background-color: #ffee71; }
  40% { background-color: #71ffd6; }
  60% { background-color: #88b3ff; }
  80% { background-color: #8b61ff; }
  100% { background-color: #ff6464; }
}

/*---------------------------------*
	デバイス判別
 *---------------------------------*/
.pc_block	{ display: block; }
.sp_block	{ display: none; }

/*---------------------------------*
	リンク
 *---------------------------------*/
a.internal-link {
	color: #FF6699;
	border-bottom: solid 1px #FF6699;
	display: inline-block;
	padding: 0 .6em .1em .6em;
}
a.internal-link:after {
	content: '\f0c1';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .3em;
}
a.internal-link:hover {
	color: #FF0000;
}

a.external-link {
	color: #FF6699;
	border-bottom: solid 1px #FF6699;
	display: inline-block;
	padding: 0 .6em .1em .6em;
}
a.external-link:hover {
	color: #FF0000;
}
a.external-link.i-left:before {
	content: '\f138';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .6em;
}
a.external-link.i-right:after {
	content: '\f138';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .6em;
}

.btn_block a {
	display: block;
	width: 200px;
	margin: 0 auto;
	background: #ECB02D;
	color: #fff;
	padding: .4em;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	font-weight: normal;
}
.btn_block a:before {
	content: '\f138';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:.6em;
}
.btn_block a:hover {
	background:#e0803a;
}

/*---------------------------------*
	トップに戻る
 *---------------------------------*/
#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	background: #ef3f40;
	opacity: 0.6;
	border-radius: 50%;
}
#page_top a{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0d8';
	font-size: 30px;
	color: #fff;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -0px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page_top:hover {
	opacity: 1;
}


/*---------------------------------*
	その他
 *---------------------------------*/
h1, h2, h3, h4 {
	font-weight: 700;
}
h1	{ font-size: 32px; }
h2	{ font-size: 26px; }
h3	{ font-size: 22px; }
h4	{ font-size: 16px; }

h1.type01 {
	border: solid 2px #ccc;
	width: 600px;
	max-width: 100%;
	padding: .5em 1em;
	margin: 0 auto 30px auto;
	text-align: center;
	background: #fff;
}
h2.type01 {
	width: 400px;
	max-width: 60%;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	margin: 2em auto 1em auto;
	padding: .5em;
	text-align: center;
}
h2.type02 {
	text-align: center;
	border-bottom: solid 6px #ccc;
	padding-bottom: .5em;
	margin-bottom: 30px;
}



.keiko {
	background: linear-gradient(transparent 90%, #fec501 90%);
}

.note {
	color: #FF6699;
	font-size: 12px;
}

/*--------------------------------------------------------------------------------------*

	レイアウト

 *--------------------------------------------------------------------------------------*/
.page_wrapper				{ width: 1080px; max-width: 100%; margin: 0 auto; }
.section_wrapper			{ padding: 60px 0; }
.block_wrapper				{ padding: 0 1em; }
.lay_flex					{ display: flex; }
.lay_flex.js_between		{ justify-content: space-between; }
.lay_flex.js_center			{ justify-content: center; }
.lay_flex.fr_wrap			{ flex-wrap: wrap; }



.coming_soon {
	/*border: dashed 1px #ccc;*/
	background-image:url("../images/tyou2.png");
	background-repeat:no-repeat;
	background-size:auto;
	background-position:center;
	padding: 20px 10px;
	text-align: center;
	width: 640px;
	height: 300px;
	max-width: 100%;
	margin: 1em auto;
}
/*.coming_soon:before {
		content: '\f071';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-right:.6em;
		font-size: 20px;
}*--

/*--------------------------------------------------------------------------------------*

	ヘッダー

 *--------------------------------------------------------------------------------------*/
#top_navi {
	background: #333;
	color: #fff;
}

#header {
	/*height: 640px;*/
	background-image:url("../images/BGBG.png");
	background-position: center;
	background-color: rgba(204,204,204,);
  animation: rainbow3 30s infinite;

}

/*--------------------------------------------------------------------------------------*

	グランドメニュー

 *--------------------------------------------------------------------------------------*/
#gmenu {
	background: #333;
}
#gmenu li {
	width: 10%;
}
#gmenu li a {
	display: block;
	padding: 20px 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
#gmenu li a:hover {
	background: #ccc;
}
#gmenu li i {
	display: block;
	font-size: 48px;
	margin-bottom: 10px;
}
#gmenu li span {
	display: block;
	margin-top: .5em;
	text-align: center;
}

#gmenu #menu_toggle {
	display: none;
}

/*--------------------------------------------------------------------------------------*

	インフォメーション

 *--------------------------------------------------------------------------------------*/
#information.section_wrapper {
	background-image:url("../images/DD.png");
	background-position: top;
	background-color: #ccc;
  	animation: info 10s infinite;
}
#attention, #news {
	width: 49%;
	padding: 10px 30px;
	font-size: 14px;
	border: solid 1px #efefef;
	background:#fff;
}
#news {
	padding-right: 10px;
}
#attention h1, #news h1 {
	font-size: 14px;
	border: solid 1px #ccc;
	padding: .5em 1em;
	margin: -30px 0 20px 0;
	width: 12em;
	max-width: 100%;
	text-align: center;
	background: #333;
	color: #fff;
}
/*---------------------------------*
	注意
 *---------------------------------*/
#attention li {
	padding-left: 1.2em;
	margin-bottom: .5em;
	position: relative;
}
#attention li:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}

/*---------------------------------*
	お知らせ
 *---------------------------------*/
#news dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-height: 140px;
	overflow-y: auto;
}
#news dt { 
	width: 22%;
	color: #e0803a;
	white-space: nowrap;
}
#news dd {
	width: 78%;
	padding-right: 16px;
	margin-bottom: .5em;
}
/* スクロールバー */
#news dl::-webkit-scrollbar			{ width: 14px; }
#news dl::-webkit-scrollbar-track	{ border-radius: 10px; background: #ccc; }
#news dl::-webkit-scrollbar-thumb	{ border-radius: 10px; background: #333; }

/*--------------------------------------------------------------------------------------*

	概要

 *--------------------------------------------------------------------------------------*/
#evnet_outline.section_wrapper {
	background-image:url("../images/bbb.svg");
	background-size: 20%;
	background-color:rgba(204,204,204,);
  	animation: rainbow2 30s infinite;  	 
}

#outline, #ticket, #cosplay, #cameraman {
	width: 49%;
	background: #fff;
}

/*---------------------------------*
	開催概要
 *---------------------------------*/
#outline {
	padding: 30px;
}
#outline table th,
#outline table td {
	padding: .5em 1em;
}
#outline table tr:first-of-type th,
#outline table tr:first-of-type td {
	padding-top: 0;
}
#outline table td span {
	display: block;
}
#outline .btn_block a {
	display: inline-block;
	width: auto;
	margin: .5em 0 0 0;
	padding: 0 1em;
	text-align: left;
	border-radius: 10px;
	font-size: 14px;
}

/*---------------------------------*
	チケット
 *---------------------------------*/
#ticket {
	padding: 30px;
}
#ticket .price {
	background: #efefef;
	padding: 1em;
	text-align: center;
	color: #ff0000;
}
#ticket .price .note {
	font-size: 14px;
}
#ticket .price span {
	display: block;
	font-weight: normal;
}
#ticket #ticket_kind {
	margin-bottom: 1em;
}
#ticket #ticket_kind li {
	width: 49%;
	text-align: center;
	border: solid 1px #ccc;
	padding: 15px;
	background: #fff;
}

#ticket #ticket_shop {
	margin-top: 20px;
}
#ticket #ticket_shop li {
	width: 49%;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 10px;
	padding: 15px;
}
#ticket #ticket_shop .ticket_logo {
	margin-bottom: .5em;
}
#ticket #ticket_shop .code {
	background: #efefef;
}
#ticket #ticket_shop .btn_block a {
	display: inline-block;
	width: auto;
	margin: 1em 0 0 0;
	padding: 0 1em;
	background: #FF6699;
	font-size: 14px;
}

/*---------------------------------*
	会場アクセス
 *---------------------------------*/
#access {
	margin: 24px 0 24px 0;
	padding: 30px;
	background:#fff;
}
#access #gmap {
	width:80%;
	height: 320px;
	margin: 20px auto 0 auto;
}
#access #inner_map {
	width:80%;
	margin: 20px auto 0 auto;
}



/*---------------------------------*
	コスプレ参加
 *---------------------------------*/
#cosplay {
	padding: 30px;
}
#cosplay table	{ width:100%; margin:5px 0 15px 0; border:#ccc 1px solid; border-collapse:collapse; font-size:12px; color:#ff0000; }
#cosplay th		{ background:#efefef; border:#ccc 1px solid; white-space:nowrap; padding:.5em 1em; }
#cosplay td		{ width:100%; margin:5px 0; border:#ccc 1px solid; padding:.5em 1em; }

#cosplay .btn_block {
	text-align: center;
}
#cosplay .btn_block a {
	display: inline-block;
	width: auto;
	margin: 1em 0 0 0;
	padding: .5em 1em;
	background: #FF6699;
	font-size: 14px;
}
/*---------------------------------*
	カメラマン参加
 *---------------------------------*/
#cameraman {
	padding: 30px;
}
#cameraman table	{ width:100%; margin:5px 0 15px 0; border:#ccc 1px solid; border-collapse:collapse; font-size:12px; color:#ff0000; }
#cameraman th		{ background:#efefef; border:#ccc 1px solid; white-space:nowrap; padding:.5em 1em; }
#cameraman td		{ width:100%; margin:5px 0; border:#ccc 1px solid; padding:.5em 1em; }
#cameraman .btn_block {
	text-align: center;
}
#cameraman .btn_block a {
	display: inline-block;
	width: auto;
	margin: 1em 0 0 0;
	padding: .5em 1em;
	background: #FF6699;
	font-size: 14px;
}



/*---------------------------------*
	一般参加コンテンツ
 *---------------------------------*/

#public_contens {
	margin-top: 60px;

}
#public_contens ul {
	flex-wrap: wrap;
}
#public_contens li {
	width: 48%;
	margin-bottom: 15px;
	background: #fff;
}
#public_contens .item_wrapper {
	padding: 10px 10px 30px 10px;
}
#public_contens .contents_name { font-size: 16px; font-weight: normal; color: #fff; background: #000; padding: 0.2em 1em; text-align: center; }
#public_contens .exp { padding:1em; }
#public_contens .exp:after { clear:both; content:''; display:block; }
#public_contens ul li img { width:120px; float:left; padding:0 15px 5px 0; }

#public_contens table	{ width:100%; margin:5px 0 15px 0; border:#ccc 1px solid; border-collapse:collapse; font-size:12px; color:#ff0000; }
#public_contens th		{ background:#efefef; border:#ccc 1px solid; white-space:nowrap; padding:.5em 1em; }
#public_contens td		{ width:100%; margin:5px 0; border:#ccc 1px solid; padding:.5em 1em; }


#public_contens li .btn_block a {
	background: #FF6699;
	font-size:14px;
	width:80%;
}
#public_contens li .btn_block a:hover { background:#ff0000; }

#public_contens li .btn_block a + a {
	margin-top:10px;
}


/*
#public_contens li a.btn		{ width:80%; margin:3px auto; font-size:14px; display:block; background:#FF3366; color: #fff; text-align:center; text-decoration:none; padding:6px 0; border-radius:10px; border:solid 2px #000; }
#public_contens li a:hover		{ background:#FFFF66; color:#FF3366; font-weight:bold; }
#public_contens li a.end		{ background:#ccc; color:#fff; }
#public_contens li a.end:hover	{ background:#000; color:#fff; }
*/




/*--------------------------------------------------------------------------------------*

	参加エントリー

 *--------------------------------------------------------------------------------------*/
#entry.section_wrapper {
	background-image:url("../images/bbb.svg");
	background-size: 20%;
	background-color: rgba(255,255,255,);
  	animation: rainbow2 30s infinite;

}
#entry.section_wrapper .page_wrapper{
	padding: 30px; 
	background: #fff;
}
#entry i {
	display: inline-block;
	margin-right: .5em;
}
#entry_form.lay_flex div.col_left,
#entry_form.lay_flex div.col_right {
	width: 49%;
}
#entry h3 {
	background: #efefef;
	padding:.5em 1em;
	font-size: 16px;
	margin: 2em 0 1em 0;
}
/*---------------------------------*
	新企画
 *---------------------------------*/
.Sponsorship {padding:1px 3em 3em 3em; text-align: center; background-color: #ccffd9; border-radius: 10px;}
#entry .Sponsorship h3 {color: #fff; background: #70ed95; padding: 0.5em 1em; font-size: 25px; margin: 2em 0 1em 0;}
#entry .Sponsorship h4 {color: #fc75b4; padding: 0.5em 1em; font-size: 20px; margin: 2em 0 1em 0;}
.Sponsorship p {}
/*---------------------------------*
	エントリー種別
 *---------------------------------*/
#entry_kind table {
	width: 100%;
}
#entry_kind table th,
#entry_kind table td {
	padding: .5em 1em;
	border-bottom: 1px dashed #ccc;
}
#entry_kind table th {
	width: 8em;
}
#entry_kind .note {
	color: initial;
	font-size: 14px;
	padding:.5em;
}

/*---------------------------------*
	フロー
 *---------------------------------*/
#entry_flow {
	margin-top: 60px;
}
#entry_flow h3 {
	margin: 0;
	color: #fff;
	background: #333;
	text-align: center;
	border-radius: 0;
}
#entry_flow li {
	width: 24%;
	border: 1px solid #ccc;
}
#entry_flow li .flow_item {
	padding: 1em;
}
#entry_flow li .flow_item p {
	font-size: 14px;
}
#entry_flow li .btn_block {
	border-bottom: 1px solid #ccc;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}
#entry_flow li .btn_block a {
	background: #FF6699;
}


/*--------------------------------------------------------------------------------------*

	contents

 *--------------------------------------------------------------------------------------*/
#contents.section_wrapper {
	background-image:url("../images/bbb.svg");
	background-size: 20%;
	background-color: rgba(204,204,204,);
  	animation: rainbow 30s infinite;
}

.artist_name {
	text-align: center; 
	margin-top: 10px;
	color: #FF6699
}


#guide ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
#guide li {
	width: 30%;
	padding: 10px;
	margin-bottom: 15px;
}
#guide .item_wrapper {
	background: #fff;
	padding: 10px;
	border-radius: 6px;
}
#guide .item_wrapper img {
	border-radius: 6px;
}

/*---------------------------------------*
	artist
 *---------------------------------------*/
#artist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
#artist li {
	width: 25%;
	padding: 10px;
	margin-bottom: 15px;
}
#artist .item_wrapper {
	background: #fff;
	padding: 10px;
	border-radius: 6px;
}
#artist .item_wrapper img {
	border-radius: 6px;
}

/*---------------------------------------*
	talkshow
 *---------------------------------------*/
#talkshow ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
#talkshow li {
	width: 24%;
	padding: 10px;
	margin-bottom: 15px;
}
#talkshow .item_wrapper {
	background: #fff;
	padding: 10px;
	border-radius: 6px;
}
#talkshow .item_wrapper img {
	border-radius: 6px;
}






/*--------------------------------------------------------------------------------------*

	main_stage

 *--------------------------------------------------------------------------------------*/

#main_stage_timetable {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	position: relative;
}
#main_stage_timetable:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
}


#main_stage_timetable_wrapper {
	justify-content: center;
}
#main_stage_timetable th,
#exhibition_list td {
	padding:.3em 0;
}
#main_stage_timetable th {
	text-align: right;
/*	width: 2em;
*/
}
#main_stage_timetable th:after {
	content: '.';
}
#main_stage_timetable td {
	padding:.3em 3em .3em 1em;
}



/*--------------------------------------------------------------------------------------*

	sub_stage

 *--------------------------------------------------------------------------------------*/

#sub_stage_timetable {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	position: relative;
	margin: 30px 0;
}
#sub_stage_timetable:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
}


#sub_stage_timetable_wrapper {
	justify-content: center;
}
#sub_stage_timetable th,
#sub_stage_timetable td {
	padding:.3em 0;
}
#sub_stage_timetable th {
	text-align: right;
/*
	width: 4em;
*/
}
/*
#sub_stage_timetable th:after {
	content: '.';
}
*/
#sub_stage_timetable td {
	padding:.3em 3em .3em 1em;
}

/*-----------------------------*
	アイドルリスト
 *-----------------------------*/
#sub_artist ul {
	display: flex;
	flex-wrap: wrap;
}
#sub_artist li {
	width: 20%;
	padding: 10px;
	margin-bottom: 15px;
}
#sub_artist .item_wrapper {
	background: #fff;
	padding: 10px;
}
#sub_artist .artist_name { font-size:12px; }






/*--------------------------------------------------------------------------------------*

	food

 *--------------------------------------------------------------------------------------*/
#food.section_wrapper {
	background-image:url("../images/bbb.svg");
	background-size: 20%;
	background-color: rgba(204,204,204,);
  	animation: rainbow 30s infinite;
}

#shop ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
#shop li {
	width: 32%;
	padding: 10px;
	margin-bottom: 15px;
}
#shop .item_wrapper {
	background: #fff;
	padding: 10px;
}
#shop .item_wrapper p { font-size:14px; margin-top:10px; }
#shop .item_wrapper p.recommend { border-top: solid 1px #ccc; padding:10px 0; font-size:14px; color: #ff0000; }





/*--------------------------------------------------------------------------------------*

	exhibition

 *--------------------------------------------------------------------------------------*/
#exhibition.section_wrapper {
	background-image:url("../images/bbb.svg");
	background-size: 20%;
	background-color: rgba(255,255,255,);
  	animation: rainbow2 30s infinite;
}

#exhibition_map {
/*	background: #555;
*/	margin: 3em 0;
	text-align: center;
}
#exhibition_map img {
/*	max-height: 480px;
*/
}
#exhibition_list {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	position: relative;
}
#exhibition_list:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
}


#exhibition_list_wrapper {
	justify-content: center;
}
#exhibition_list th,
#exhibition_list td {
	padding:.3em 0;
}
#exhibition_list th {
	text-align: right;
	width: 2em;
}
#exhibition_list th:after {
	content: '.';
}
#exhibition_list td {
	padding:.3em 3em .3em 1em;
}

/*--------------------------------------------------------------------------------------*

	faq

 *--------------------------------------------------------------------------------------*/
#faq.section_wrapper {
	background-image:url("../images/bbb.svg");
	background-size: 20%;
	background-color: rgba(255,255,255,);
  	animation: rainbow 30s infinite;
}
#faq .page_wrapper {
	width:940px;
}

#faq .faq_list dl {
	position: relative;
	font-size: 14px;
	background: #fff;
	margin-bottom: 15px;
	text-align: left;
	padding: 15px 30px;
	border: solid 1px #ccc;
	cursor:pointer;
}
#faq .faq_list dl::before {
	position: absolute;
	top: 20px;
	right: 30px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 3px solid #e0803a;
	border-right: 3px solid #e0803a;
}
#faq .faq_list .open::before {
	transform: rotate(-45deg);
	top: 22px;
}

#faq .faq_list dt {
	position: relative;
	padding: 0 30px 0 40px;
}
#faq .faq_list dt::before {
	position: absolute;
	top: 0;
	left: 0;
	content: 'Q.';
	display: inline-block;
	width: 40px;
	color: #e0803a;
}
#faq .faq_list dd {
	font-weight: normal;
	padding: .5em 30px 0 0;
	margin-left: 40px;
	display: none;
}
#faq .faq_list dd.open {
 display:block;
}


/*--------------------------------------------------------------------------------------*

	more info

 *--------------------------------------------------------------------------------------*/
#more { background: #efefef; }
#more .btn_block a {
	display: block;
	width: 640px;
	margin: 0 auto;
	background: #ECB02D;
	color: #fff;
	padding: 0.4em;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	font-weight: normal;
}


/*--------------------------------------------------------------------------------------*

	footer

 *--------------------------------------------------------------------------------------*/
#footer {
	padding: 60px 0;
}
#contact {
	width:40%;
	text-align: center;
}
#contact .associate {
	margin-top: 20px;
	font-weight: bold;
}
#contact .detail {
	font-size:14px;
	padding:.5em 0;
}
#contact .btn_block {
	border-top: solid 2px #ECB02D;
	margin-top: 10px;
	padding: 20px 10px;
}
#books {
	width:50%;
}
#books ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#books li {
	width: 30%;
}
#books li .title {
	text-align: center;
	border-top: solid 2px #ECB02D;
	margin-top: .3em;
	padding-top: .3em;
}

/*--------------------------------------------------------------------------------------*

	copyright

 *--------------------------------------------------------------------------------------*/
#copyright {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	margin-top: 60px;
}










/*-----------------------------------------------------------------------------------------------------------------------*


	スマホ


 *-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width:767px) {

	/*---------------------------------*
		デバイス判別
	 *---------------------------------*/
	.pc_block	{ display: none; }
	.sp_block	{ display: block; }

	/*---------------------------------*
		レイアウト
	 *---------------------------------*/
	.section_wrapper			{ padding:60px 0; }
	.page_wrapper				{ padding-left: 15px; padding-right: 15px; }
	.lay_flex					{ display:block; }
	.coming_soon 				{ background-size:40%; }


	/*--------------------------------------------------------------------------------------*

		ヘッダー

	 *--------------------------------------------------------------------------------------*/
	#top_navi {
		font-size: 12px;
		padding: .5em;
	}

	#header {height: auto;

		
	}
	#header .sp_block img {max-height: 600px;}
	/*--------------------------------------------------------------------------------------*

		グランドメニュー

	 *--------------------------------------------------------------------------------------*/
	#gmenu {
	}
	#gmenu #menu_toggle {
		display: block;
		padding: 15px 0.5em;
	}
	#gmenu #menu_toggle div {
		border:solid 1px #efefef;
		width: 90%;
		height: 50px;
		margin:0 auto;
		padding: 10px;
		text-align: center;
		background: #888;
		color: #fff;
	}
	#gmenu ul {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 60px;
		display: none;
	}
	#gmenu li {
		width: 100%;
		border-bottom: solid 1px #efefef;
	}
	#gmenu li:last-of-type {
		border-bottom: none;
	}

	#gmenu li a {
		display: block;
		padding: 20px 10px;
		text-align: left;
		font-size: 16px;
	}
	#gmenu li a:hover {
	}
	#gmenu li i {
		display: inline-block;
		font-size: 22px;
		margin-bottom: 0;
		margin-right: .5em;
	}
	#gmenu li span {
		display: inline-block;
		margin-top: .5em;
		text-align: left;
	}


	/*--------------------------------------------------------------------------------------*

		インフォメーション

	 *--------------------------------------------------------------------------------------*/
	#information.section_wrapper {
	}
	#attention, #news {
		width: 100%;
		padding: 10px 10px;
	}

	/*---------------------------------*
		お知らせ
	 *---------------------------------*/
	#news {
		margin-top: 40px;
	}
	#news dt { 
		width: 100%;
	}
	#news dd {
		width: 100%;
	}

	/*--------------------------------------------------------------------------------------*

		イベント概要

	 *--------------------------------------------------------------------------------------*/
	#evnet_outline.section_wrapper {background-size: 35%;
	}	
	#outline, #ticket, #cosplay, #cameraman {
		width: 100%;
	}
	#ticket, #access, #cosplay, #cameraman {
		margin-top: 15px;
		margin-bottom: 0;
	}

	/*---------------------------------*
		開催概要
	 *---------------------------------*/
	#outline table th,
	#outline table td {
		width: 100%;
		display: block;
		padding: 0;
	}
	#outline table th {
		padding: .5em 0 0 0;
	}
	#outline table th:before {
		content: '\f101';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-right:.6em;
	}

	#outline table td {
		padding: 0 0 .5em 1.5em;
		border-bottom: 1px solid #efefef;
	}
	/*---------------------------------*
		チケット
	 *---------------------------------*/
	#ticket li {
		width: 80%;
		margin: 0 auto;
	}
	#ticket li + li {
		margin-top: 20px;
	}
	#ticket #ticket_kind li {
		width: 100%;
	}
	#ticket #ticket_shop li {
		width: 90%;
	}
	#ticket .ticket_logo {
		display: block;
		margin: 0 auto;
	}


	/*---------------------------------*
		会場アクセス
	 *---------------------------------*/
	#access {
		padding: 30px;
	}
	#access #gmap {
		width:100%;
		height: 360px;
	}
	#access #inner_map {
		width:100%;
	}


	/*--------------------------------------------------------------------------------------*

		参加エントリー

	 *--------------------------------------------------------------------------------------*/

	#entry.section_wrapper {background-size: 35%;
			padding: 60px 15px;
		}

	#entry.section_wrapper .page_wrapper{
		
	}
	#entry_form.lay_flex div.col_left,
	#entry_form.lay_flex div.col_right {
		width: 100%;
	}
	/*---------------------------------*
		フロー
	 *---------------------------------*/
	#entry_flow h3 {
		text-align: left;
		padding: .2em 1em;
	}
	#entry_flow li {
		width: 100%;
		border: none;
		margin-bottom: 1em;
	}


	/*--------------------------------------------------------------------------------------*

		contents

	 *--------------------------------------------------------------------------------------*/
	#contents.section_wrapper {background-size: 35%;
	}

	#stage_contens h2.type01 {
		width: 100%;
		max-width: 100%;
	}


	#guide ul {
		justify-content: space-between;
	}
	#guide li {
		width: 49%;
		background: #fff;
		padding: 10px;
	}
	#guide .item_wrapper {
		padding: 0;
	}

	/*---------------------------------------*
		artist
	 *---------------------------------------*/
	#artist ul {
		justify-content: space-between;
	}
	#artist li {
		width: 49%;
		background: #fff;
		padding: 10px;
	}
	#artist .item_wrapper {
		padding: 0;
	}

	/*---------------------------------------*
		talkshow
	 *---------------------------------------*/
	#talkshow ul {
		justify-content: space-between;
	}
	#talkshow li {
		width: 49%;
		background: #fff;
		padding: 10px;
	}
	#talkshow .item_wrapper {
		padding: 0;
	}


	#public_contens ul {
		justify-content: space-between;
	}
	#public_contens li {
		width: 100%;
		background: #fff;
		padding: 10px;
	}
	#public_contens .item_wrapper {
		padding: 0 0 10px 0;
	}


	/*--------------------------------------------------------------------------------------*

		main_stage

	 *--------------------------------------------------------------------------------------*/


	#main_stage_timetable th,
	#main_stage_timetable td {
		font-size:12px;
	}
	#main_stage_timetable th { white-space:nowrap; }

	#main_artist ul {
		justify-content: space-between;
	}
	#main_artist li {
		width: 32%;
		background: #fff;
		padding: 10px;
	}
	#main_artist .item_wrapper {
		padding: 0;
	}


	/*--------------------------------------------------------------------------------------*

		sub_stage

	 *--------------------------------------------------------------------------------------*/


	#sub_stage_timetable th,
	#sub_stage_timetable td {
		font-size:12px;
	}

	#sub_artist ul {
		justify-content: space-between;
	}
	#sub_artist li {
		width: 32%;
		background: #fff;
		padding: 10px;
	}
	#sub_artist .item_wrapper {
		padding: 0;
	}




	/*--------------------------------------------------------------------------------------*

		food

	 *--------------------------------------------------------------------------------------*/
	#shop ul {
		display: flex;
		flex-wrap: wrap;
		justify-content:center;
	}
	#shop li {
		width: 90%;
		padding: 10px;
		margin-bottom: 15px;
	}
	#shop .item_wrapper {
		background: #fff;
		padding: 10px;
	}
	#shop .item_wrapper p { font-size:14px; margin-top:10px; }
	#shop .item_wrapper p.recommend { border-top: solid 1px #ccc; padding:10px 0; font-size:14px; color: #ff0000; }












	/*--------------------------------------------------------------------------------------*

		exhibition

	 *--------------------------------------------------------------------------------------*/
	#exhibition.section_wrapper{background-size: 35%;
	}


	#exhibition_list td {
		padding:.3em .3em .3em .3em;
	}

	/*--------------------------------------------------------------------------------------*

		faq

	 *--------------------------------------------------------------------------------------*/
	#faq.section_wrapper {background-size: 35%;
	}

	#faq h2						{ margin-top:40px; }
	#faq .faq_list dl			{ padding:15px 15px; }
	#faq .faq_list dt			{ padding:0 30px 0 30px; }
	#faq .faq_list dl::before	{ right:15px; }
	#faq .faq_list dd			{ margin-left:30px; padding-right:0px; }

	/*--------------------------------------------------------------------------------------*

		more info

	 *--------------------------------------------------------------------------------------*/
	#more .btn_block a {
		width: 90%;
	}

	/*--------------------------------------------------------------------------------------*

		footer

	 *--------------------------------------------------------------------------------------*/
	#footer .page_wrapper {
	}
	#contact {
		width:100%;
		text-align: center;
		margin-bottom: 60px;
	}
	#contact img {
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	#contact .associate span {
		display: block;
		font-weight: normal;
	}
	#contact .btn_block {
		border-top: none;
		border-bottom: solid 1px #ECB02D;
		margin-top: 10px;
		padding: 20px 0 60px 0;
	}
	#contact .detail {
		font-size:12px;
		padding:.5em 0 .5em 1em;
	}

	#books {
		width:100%;
	}
	#books ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#books li {
		width: 48%;
	}
	#books li:last-of-type {
		display: none;
	}

	/*--------------------------------------------------------------------------------------*

		copyright

	 *--------------------------------------------------------------------------------------*/
	#copyright {
		background: #333;
		color: #fff;
		text-align: center;
		padding: 10px 0;
	}


}






/*-----------------------------------------------------------------------------------------------------------------------*


	PC のみ


 *-----------------------------------------------------------------------------------------------------------------------*/
@media (min-width:768px) {
	/*--------------------------------------------------------------------------------------*

		参加エントリー

	 *--------------------------------------------------------------------------------------*/
	/*---------------------------------*
		フロー
	 *---------------------------------*/
	#entry_flow li .btn_block a:hover {
		background:#ECB02D;
	}


}



