@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

/* 基本 */
body{
	background:#fff;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:90%;
	color: #333;
	margin: 55px 0 0;
}

body {
  -webkit-text-size-adjust: 100%;
}

html {overflow-y:scroll;}

p,li,dt,dl {line-height:1.6;}

p {margin:0 0 10px 0;}

li {list-style-type:none;}

img {
	border:0;
	width:100%;}

strong{color:red;}

a {color:#00bcd4; font-weight: bold; text-decoration:none;}

a:hover {color:#4fd0e0;}

a:hover img{
	opacity: 0.7;
}

.clear {clear:both;}

.m0 {margin-right: 0px;}

.red{ color:#D12225; font-weight:bold;}

#container{
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;}

/* ヘッダー */
#header{
	width: 100%;
	height: 100%;
	margin: 0 auto 0;
}

#topic_text{
	width: 95%;
    float: none;
    margin: 0;
	padding: 0 10px;
}

#topic_text p{
    line-height: 15px;
    font-size: 12px;
	font-family: "M PLUS Rounded 1c";
}

#event_info{
	font-size: 15px;
}


/* 見出し */

h1{
	display: none;
}

h1 a:hover img{opacity: 1;}

h1.sp{
	width: 80%;
    float: none;
    margin: 0;
    padding: 0;
    display: inline;
    position: absolute;
    top: 8px;
    left: 8px;
}

h1.sp img{width: 60%;}

h2.topic_test{
	font-family: "M PLUS Rounded 1c";
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
}

h2.about_info{
	background: #ffe49a;
	border-radius: 0;
    font-size: 15px;
    padding: 7px 5px;
}

h2.date_list{width: auto;}

h2.intro_title{
	font-size: 18px;
    font-family: TT-JTCウインS4P;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 10px;
}

h2.news_title{position: relative;
	padding: 0.4em 0.75em;
	background-color: #e60012;
	border-radius: 6px;
	z-index: -1;
	font-size: 1em;
    font-weight: bold;
	color: #fff;
	clear: both;
	max-width: 93%;
	margin: 0 0 10px 0;
}

h3{
    font-size: 20px;
}

h3.title_second{
	font-size: 18px;
}

h5.net_pdf{
	background: #d0e097;
	font-size: 12px;
    padding: 5px;
}

h5.copyuse{
	padding: 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #fffde9;
    border-left: solid 5px #d0e097;
	font-size: 13px;
}

/* Twitterボタン */

#twitter_area {
	margin-bottom: 5px;
}

/* メインレイアウト */

#main{
	width:100%;
	margin: 0 auto;}

#main2{
	width:95%;
	margin: 0 auto;}

/* メインイラスト */

#top_right{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}


/* お知らせ */

#centerarea{
	background: #f3f3f3;
    padding: 5px 4px;
    margin: 10px 0;
}

#centerarea p{ margin:5px;}

/* イベント概要 */
#top_left{
	float: none;
    width: 95%;
    margin: 0 auto;
    font-size: 13px;
}

#top_left ul{
	margin: 0 5px;}
	
#top_left ul li{
	margin: 5px 0;}

#countdown_sche{
	background: #ccc;
    padding: 7px 5px;
}

#count_sche{
    font-size: 15px;
}

#dl_btn{
	margin: 0 auto;
    width: 320px;
}

nav {
	width: 280px;
    height: 470px;
}

nav li{
	background: #ccc;
    width: 130px;
    height: 130px;
    margin-top: 20px;
    margin-right: 20px;
	float: left;
}

nav li a{
	display: block;
    width: 130px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;

}

dl.sche_list{
    width: auto;
    height: auto;
    margin: 0 auto 10px;
}

dl.sche_list dt{
    width:6em;
    margin:0;
    padding:0;
}

dl.sche_list dd{
    border-bottom:1px dotted #ccc;
}

/* Google Map */
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 10px;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


/* PDFDLボタン */

.dl_flaat_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 10px;
    width: 300px;
    text-decoration: none;
    color: #00BCD4;
    background: #ECECEC;
    transition: .4s;
    margin-bottom: 10px;
}

.dl_flaat_btn:hover {
  background: #00bcd4;
  color: white;
}

/* ネットプリント */

#addcopy{
	border: 2px solid #b6ce61;
    -moz-border-radius: 6px;
    margin: -10px auto 10px;
    padding: 8px;
    background-color: #feffd3;
    background-repeat: no-repeat;
    background-position: 10px center;
    position: relative;
    min-height: 28px;
	width: 300px;
}

#addcopy strong{color:#8b8e0c;}

#addcopy ul li{ margin: 0;}

/* サイトメイン部分 */

#intro{
	border: solid 1px #000;
    padding: 0 15px;
    margin: 10px 0px;
}

/* メニュー */

#menu{ display:none;}

.gblnv_box{
	background-color: #ffe49a;
	width: 100%;
	height: 55px;
	position:absolute;
	margin-top: -55px;
	right: 0;
	display: inline;
	text-align: right;
}

.gblnv_box a {margin: 12px;}

.gblnv_block{
	background-color: #6478BB;
	color: #ffffff;
	height: 300px;
	display: none;
}

.gblnv_block ul{padding: 10px;}

.gblnv_block ul li{line-height: 180%;}

.gblnv_block ul li a{
	color: #ffffff;
	font-size: 20px;
	line-height: 220%;
	font-family: "M PLUS Rounded 1c";
}

.onanimation{display: block;}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 30px;
	height: 30px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #6478BB;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	top: 13px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}


.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

/* ジャンル */

ul.genre01{
	float: left;
    width: 100%;
    margin-right: 10px;
}

/* ディーラー参加 */

ul.capa {
  width: auto;
}


#entry_sp ul{
	width: auto;
    padding: 0;
}

#entry_1sp,
#entry_2sp{
	width: auto;
}

.img_sp img {
	width: 100%;
    float: none;
}

#sample{
	width: auto;
}

/* コスプレ */

#cos_add{margin: 0 10px;}

#cos_list{
	width: 95%;
    margin: 10px 0;
}

.cos_ok{
    width: 100%;
    float: none;
	margin: 0;
}

.cos_ng{
    width: 100%;
	height: auto;
    float: none;
	margin: 10px 0 0;
}

/* お問合せ */
#contact{
    border-radius: 0;
}

/* FOTTER */

#back-top{
	display:none;/*ここはかえない*/
	position:fixed;
	bottom:2%;
	right:2%;
	z-index:10000;
}

#back-top a{
	background:url(../image/bt_pagetop.png) no-repeat;/*画像ファイルを指定*/
	display:block;
	width:64px;
	height:64px;
	text-indent:-9999px;
}

footer{
	text-align:center;
	height: 70px;}

footer p{
	padding: 15px 0 0;}

footer a{
	color:#E93076;
	font-weight:bold;}

footer a:hover{
	color:#E93076;
	font-weight:bold;}