@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-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
	font-weight: 400;
	font-size:16px;
	position: relative;
	color:#444;
	background: url(./images/bg.png) fixed center;
/*
	background: repeating-linear-gradient(45deg, #B69B80 0, #B69B80 10px, #bda58c 10px, #bda58c 20px) fixed;
*/
	background: #f7ed66;
}

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

/*---------------------------------*
	デバイス判別
 *---------------------------------*/
.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 .3em .1em .3em;
}
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: .3em;
}
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: #58AC8C;
	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%;
	z-index: 9999;
}
#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: 400px;
	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 #F4ECE4;
	font-size: 16px;
	margin: 2em auto 1em auto;
	padding: .5em;
	text-align: center;
}
h2.type02 {
	text-align: center;
	border-bottom: solid 6px #f7ed66;
	padding: .5em;
	margin-bottom: 30px;
}

h1.type03 {
	position: relative;
	padding: 1rem 2rem calc(1rem + 8px);
	background: #fff;
	color: #333;
	width: 400px;
	max-width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;
}

h1.type03:before {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	content: '';
	border: 4px solid #6A3A14;
}

.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: #fff;
	padding: 20px 10px;
	text-align: center;
	width: 640px;
	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: auto;
	background: #888;
}
/*
#main_pc {
	height: 936px;
	position: relative;
	overflow-x: hidden;
	
}
#main_pc img {
	width: 1436px;
	height: 700px;
	max-width: 1436px;
	min-width: 1436px;
	margin-left: -960px;
	position: absolute;
	left: 50%;
}
*/
/*--------------------------------------------------------------------------------------*

	グランドメニュー

 *--------------------------------------------------------------------------------------*/
.gmenu_wrapper {
	background: #B69B80;
	position: relative;
}

#gmenu {
/*
	background: #ccc;
*/
	z-index: 9998;
	position: relative;
}
#gmenu .page_wrapper {
	background: #0076B2;
	width: 900px;
	padding: 0 30px;
	border: solid 6px #4D8BBC;
	margin-top: -70px;
}
#gmenu li {
	width: 20%;
}
#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 {
}
#attention, #news {
	width: 49%;
	padding: 10px 30px;
	font-size: 14px;
	border: solid 3px #6A3A14;
	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;
	background: #6A3A14;
	color: #fff;
	width: 12em;
	max-width: 100%;
	text-align: center;
}
/*---------------------------------*
	注意
 *---------------------------------*/
#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: #6A3A14; }

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

	概要

 *--------------------------------------------------------------------------------------*/
#evnet_outline.section_wrapper {
/*
	background: #91cf02 url(../images/tree.png?v04) fixed;
	background-size: 480px;
*/
}

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

/*---------------------------------*
	開催概要
 *---------------------------------*/
#outline {
	padding: 30px;
	border: solid 3px #6A3A14;
}
#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 table th {
	white-space: nowrap;
}
#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 {
	padding: 30px;
	background:#fff;
	border: solid 3px #6A3A14;
}
#access #gmap {
	width:100%;
/*
	height: 260px;
*/
	margin: 20px auto 0 auto;
}


/*---------------------------------*
	コスプレ参加
 *---------------------------------*/
#cosplay {
	padding: 30px;
	border: solid 3px #6A3A14;
	margin-top: 30px;
}
#cosplay table	{ width:100%; margin:5px 0 5px 0; border:#ccc 1px solid; border-collapse:collapse; font-size:12px; color:#ff0000; }
#cosplay th		{ background:#fcf9cc; 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;
	border: solid 3px #6A3A14;
	margin-top: 30px;
}
#cameraman table	{ width:100%; margin:5px 0 5px 0; border:#ccc 1px solid; border-collapse:collapse; font-size:12px; color:#ff0000; }
#cameraman th		{ background:#fcf9cc; 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;
}



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

	特別入場

 *--------------------------------------------------------------------------------------*/
#other_visitors.section_wrapper {
	padding: 30px 0 60px 0;
}

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

	特別協賛

 *--------------------------------------------------------------------------------------*/
#main_support.section_wrapper {
	margin-top: 30px;
	padding: 30px 30px 60px 30px; 
	background: #fff;
	border: solid 3px #6A3A14;
}
#main_support .main_exp {
	margin: 0 30px;
}
.hagoromo6_wrapper {
	display: flex;
	margin: 20px auto 0 auto;
	width: 80%;
}
.hagoromo6_wrapper .chara {
	background: #efefef;
	border-radius: 10px;
}
.hagoromo6_wrapper .link_info {
	display: flex;
	flex-wrap: wrap;
	justify-contents: center;
	align-items: center;
	width: 200px;
	margin-left: 30px;
}
.hagoromo6_wrapper .hagoromo6_logo {
	text-align: center;
}


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

	個人協賛

 *--------------------------------------------------------------------------------------*/
#support.section_wrapper {
/*
	background: #E0BB80;
	background-image: linear-gradient(-90deg, #e3c18c 50%, transparent 50%);
	background-size: 20px 20px;
	background-position: fixed;
*/
}
#support.section_wrapper .page_wrapper{
	padding: 30px; 
	background: #fff;
	border: solid 3px #6A3A14;
}
#support_wrapper.lay_flex div.col_left,
#support_wrapper.lay_flex div.col_right {
	width: 49%;
	background: #efefef;
	margin-top: 2em;
	border: solid 2px #6A3A14;
	border-radius: 5px;
}
#support h3 {
	background: #6A3A14;
	color: #fff;
	padding:.5em 1em;
	font-size: 16px;
	margin: 0;
	text-align: center;
}
#support .main_exp {
	margin: 0 60px;
}
#support_wrapper p {
	padding: 1em;
}
#support_wrapper .btn_block {
	padding: 2em 0;
}
#support_wrapper.lay_flex div.col_right .btn_block a {
	background: #FF6699;
}

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

	参加エントリー

 *--------------------------------------------------------------------------------------*/
#entry.section_wrapper {
/*
	background: #E0BB80;
	background-image: linear-gradient(-90deg, #e3c18c 50%, transparent 50%);
	background-size: 20px 20px;
	background-position: fixed;
*/
}
#entry.section_wrapper .page_wrapper{
	padding: 30px; 
	background: #fff;
	border: solid 3px #6A3A14;
}
#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: #fcf9cc;
	padding:.5em 1em;
	font-size: 16px;
	margin: 2em 0 1em 0;
}
#entry p.attention {
	text-align: center;
	font-size: 14px;
	margin-bottom: 2em;
}

/*---------------------------------*
	エントリー種別
 *---------------------------------*/
#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 p.attention a.internal-link {
/*
	border-bottom: none;
*/
}

#entry_flow h3 {
	margin: 0;
	color: #fff;
	background: #6A3A14;
	text-align: center;
	border-radius: 0;
}
#entry_flow li {
	width: 24%;
	border: 1px solid #ccc;
	background: #fff;
}
#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:#DBA8C4;
	background-image: radial-gradient(#deb0c9 30%, transparent 30%);
	background-size: 20px 20px;
	background-position: fixed;
*/
}
#artist ul {
	display: flex;
	flex-wrap: wrap;
}
#artist li {
	width: 25%;
	padding: 10px;
	margin-bottom: 15px;
}
#artist .item_wrapper {
	background: #fff;
	padding: 10px;
}


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

	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;
}
#main_stage_timetable td.ttl {
	padding: 0;
}
#main_stage_timetable td.ttl span {
	background: #efefef;
	display: block;
	margin: 1em 0 .5em 0;
	padding: .2em 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: 2em;
}
#sub_stage_timetable th:after {
	content: '.';
}
#sub_stage_timetable td {
	padding:.3em 3em .3em 1em;
}

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






#public_contens {
	margin-top: 60px;
}
#public_contens ul {
	display: flex;
	flex-wrap: wrap;
}
#public_contens li {
	width: 33.3333333%;
	padding: 10px;
	margin-bottom: 15px;
}
#public_contens .item_wrapper {
	background: #fff;
	padding: 10px;
}

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

	exhibition

 *--------------------------------------------------------------------------------------*/
#exhibition.section_wrapper {
/*
	background: #79C3E3;
	background-image: 
			linear-gradient(0deg, #86c9e5 50%, transparent 50%),
			linear-gradient(0deg, #86c9e5 50%, transparent 50%);
	background-size: 20px 20px;
	background-position: fixed;
*/
}

#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;
	border: solid 3px #6A3A14;
	margin-left: 120px;
	margin-right: 120px;
}
#exhibition_list:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #6A3A14;
}

#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;
}

#exhibition_list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
#exhibition_list li {
	width: 33%;
	padding: 1em;
	text-align: center;
}

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

	faq

 *--------------------------------------------------------------------------------------*/
#faq.section_wrapper {
/*
	background:#c9d3d2;
	background-image: radial-gradient(#ced7d6 30%, transparent 30%);
	background-size: 20px 20px;
	background-position: fixed;
*/
}
#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;
}



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

	footer

 *--------------------------------------------------------------------------------------*/
#footer {
	padding: 60px 0;
/*
	background: #84BF8D
*/
	background: #6A3A14;
	color: #fff;
}
#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 #B6F78F;
	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 #B6F78F;
	margin-top: .3em;
	padding-top: .3em;
}

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

	copyright

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










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


	スマホ


 *-----------------------------------------------------------------------------------------------------------------------*/
@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; }

h1	{ font-size: 20px; }
h2	{ font-size: 18px; }
h3	{ font-size: 16px; }
h4	{ font-size: 16px; }

	h1.type03 {
		position: relative;
		padding: 1rem 2rem calc(1rem + 4px);
		background: #fff;
		color: #333;
		width: 400px;
		max-width: 90%;
		margin: 0 auto 30px auto;
		text-align: center;
		font-size: 18px;
	}
	h1.type03:before {
		position: absolute;
		top: -6px;
		left: -6px;
		width: 100%;
		height: 100%;
		content: '';
		border: 4px solid #6A3A14;
	}

	h2.type02 {
		border-top: solid 6px #f7ed66;
		margin-bottom: 10px;
	}


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

		ヘッダー

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

	#header {
/*
		height: 480px;
*/
	}

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

		グランドメニュー

	 *--------------------------------------------------------------------------------------*/
	#gmenu {
	}
	#gmenu #menu_toggle {
		display: block;
		padding: .5em;
	}
	#gmenu #menu_toggle div {
/*
		border:solid 1px #efefef;
*/
		width: 90%;
		margin:0 auto;
		text-align: center;
/*
		background: #888;
*/
		color: #fff;
	}
	#gmenu .page_wrapper {
		margin-top: -30px;
		width: 90%;
	}
	#gmenu ul {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 30px;
		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 {
	}
	#outline, #access, #cosplay, #cameraman {
		width: 100%;
	}
	#ticket {
		margin-top: 15px;
	}

	/*---------------------------------*
		開催概要
	 *---------------------------------*/
	#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 {
		margin-top: 15px;
		padding: 30px;
	}
	#access #gmap {
		width:100%;
/*
		height: 260px;
*/
	}


	/*---------------------------------*
		コスプレ参加
	 *---------------------------------*/
	#cosplay {
		margin-top: 15px;
	}
	/*---------------------------------*
		カメラマン参加
	 *---------------------------------*/
	#cameraman {
		margin-top: 15px;
	}

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

		特別協賛

	 *--------------------------------------------------------------------------------------*/
	#main_support.section_wrapper {
		padding: 30px 15px 60px 15px;
	}
	#main_support h2 {
		font-size: 16px;
	}
	#main_support .main_exp {
		margin: 0 10px;
		font-size: 14px;
	}
	.hagoromo6_wrapper {
		display: block;
		margin: 20px auto 0 auto;
		width: 100%;
	}
	.hagoromo6_wrapper .link_info {
		flex-wrap: nowrap;
		width: 100%;
		margin-top: 20px;
		margin-left: 0px;
	}
	.hagoromo6_wrapper .hagoromo6_logo {
		width: 35%;
	}
	.hagoromo6_wrapper .btn_block {
		width: 60%;
		margin-left: 5%;
	}
	.hagoromo6_wrapper .btn_block a {
		width: 100%;
		font-size: 14px;
	}

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

		個人協賛

	 *--------------------------------------------------------------------------------------*/
	#support.section_wrapper {
		padding: 60px 15px;
	}
	#support.section_wrapper .page_wrapper{
	}
	#support_wrapper.lay_flex div.col_left,
	#support_wrapper.lay_flex div.col_right {
		width: 100%;
	}
	#support .main_exp {
		margin: 0;
	}


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

		参加エントリー

	 *--------------------------------------------------------------------------------------*/
	#entry.section_wrapper {
		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_kind table th {
		width: auto;
		padding: .5em 1em .5em 0;
	}
	#entry.section_wrapper p.attention {
		text-align: left;
	}
	/*---------------------------------*
		フロー
	 *---------------------------------*/
	#entry_flow h3 {
		text-align: left;
		padding: .2em 1em;
	}
	#entry_flow ul {
		margin-top: 30px;
	}
	#entry_flow li {
		width: 100%;
		border: none;
		margin-bottom: 1em;
	}


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

		contents

	 *--------------------------------------------------------------------------------------*/
	#contents.section_wrapper {
	}
	#artist ul {
		justify-content: space-between;
	}
	#artist li {
		width: 49%;
/*		background: #fff;
*/		padding: 6px;
	}
	#artist .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;
	}



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

		main_stage

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


	#main_stage_timetable th,
	#main_stage_timetable td {
		font-size:12px;
		padding: 0.3em 1em 0.3em 1em;
	}
	#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: 49%;
		background: #fff;
		padding: 4px;
	}
	#sub_artist .item_wrapper {
		padding: 0;
	}





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

		exhibition

	 *--------------------------------------------------------------------------------------*/
	#exhibition_list {
		margin-left: 0px;
		margin-right: 0px;
	}


	#exhibition_list td {
		padding:.3em .3em .3em .3em;
	}
	#exhibition_list ul {
		display: block;
		margin: 0 auto;
	}
	#exhibition_list li {
		width: 100%;
		padding: .5em;
	}

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

		faq

	 *--------------------------------------------------------------------------------------*/
	#faq.section_wrapper {
	}

	#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; }


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

		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;
	}


}



