@charset "utf-8";

/* =======================================
	SmartPhoneElements
======================================= */

/*CONT Default*/

section{
	position:relative;
}


p{
	font-size:0.9em;
	line-height:1.5em;
	text-align: left;
	font-weight:bold;
	margin:0 auto 1.2em;
	color:#000;
}

p span{
	font-size:0.8em;
}

h1 span{
	display:none;
}

h1 img{
	width:100%;
}

/*TOP*/

section#top{
	width:100%;
	height:100vh;
	padding:0;
	position:relative;
	background:url("../img/top_bg_sp.gif") no-repeat center top;
	background-size:auto 100% ;
}

section#top div.main{
	position:relative;
	height:100%;
}

section#top #main_logo{
    display:block;
	width:100%;
	margin:0 auto 0;
    position:absolute;
    left:0;
    top:25vh;
}

section#top #main_logo img{
    width:88%;
    margin:0 auto;
}

section#top #main_logo p{
    text-align: center;
    line-height:1.6em;
    margin:1.5em auto 0;
    font-size:0.95em;
    text-indent:0.5em;
}

@media screen and (max-width: 321px) {
    section#top #main_logo p{
    font-size:0.8em;
}
}

section#top #main_logo p span{
    display:block;
}

section#top img.sp_main{
	width:100%;
	margin:0;
}

section#top .sp_twi{
	width:25%;
	position:absolute;
	left:50%;
	bottom:8.5%;
	margin-left:-11%;
}

section#top .bar{
	width:100%;
	height:1.5em;
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
}

section#top .main h1,section#top .main h2{
	display:none;
}

/*CONT1 TICKET*/
section#cont1{
	background:#005BAB;
	padding:3em 0;
}

section#cont1 h1{
	width:50%;
	margin:0 auto 2em;
}

section#cont1 table{
	width:94%;
	margin:0 auto 2em;
	border:solid 1px #005BAB;
}

section#cont1 table td{
	border-right:solid 1px #005BAB;
	border-bottom:solid 1px #005BAB;
	padding:1.7em 0 0.5em;
	font-weight:bold;
	font-size:0.9em;
    line-height:1.4em;
    background:#FFF;
}

section#cont1 table tr td:nth-child(odd){
	width:32%;
	font-size:0.8em;
}

section#cont1 table td p{
	width:80%;
	font-size:1em;
}

section#cont1 table td p span{
	display:inline-block;
}

section#cont1 table td p span a.access{
	color:#FFF;
	display:inline-block;
	padding:3px 8px 2px;
	background: #000000;
	border-radius:3px;
	text-decoration: none;
	font-size:0.9em;
	line-height:1em;
	vertical-align: middle;
	margin:0 0.5em 2px 0;
	letter-spacing: 0.15em;
	transition: all 0.5s;
}

section#cont1 table td p span a.access:hover,
section#cont1 table td p span a.access:active{
	opacity:0.5;
}

section#cont1 table td p a.piaurl{
	font-size:0.85em;
	white-space: nowrap;
}

section#cont1 p strong{
	background:#FFD0CC;
	color:#E50012;
	padding:0.1em 0.5em;
	font-size:0.9em;
	display:block;
	/*margin-top:-1em;*/
}

section#cont1 p.note{
	font-weight: normal;
	font-size:0.8em;
	color:#FFFFFF;
	text-align: center;
}

section#cont1 table td p img.novelty{
    width:60%;
    display:block;
    margin:1em auto 1.5em;
}

section#cont1 table td p img.spticket{
    width:100%;
    display:block;
    margin:0 auto;
}

section#cont1 hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width:90%;
	border-top: 1px dashed #C79F62;
	margin:0 auto;
}

section#cont1 td.caution p{
	width:80%;
	font-weight: normal;
	font-size:0.9em;
	line-height:1.4em;
	color:#E50012;
	/*text-indent:-1em;
	margin-left:1em;*/
	margin-bottom:0.8em;
	padding-left:1em;
}
.gld{
	color:#C79F62;
	font-size:1.2em;
	display:inline!important;
}

.red{
	color:#E50012;
}

section#cont1 table td p a:link,
section#cont1 table td p a:visited{
    color:#005BAB;
}

section#cont1 table td p a.bla:link,
section#cont1 table td p a.bla:visited{
	color:#000;
}

section#cont1 table td p a.bla:hover,
section#cont1 table td p a.bla:active{
	color:#E50012;
	transition: 0.2s;
}

span.cls_t{
	opacity:0.5;
	font-size:1.0em;
}

section#cont1 table td p.clsd{
	opacity:0.5;
	margin-top:-1em;
}


/*CONT2 CAST*/

section#cont2{
	background:#E5E5E5;
	background-size:100%; 
	padding:3em 0 2em;
}

section#cont2 h1{
	width:88%;
	margin:0 auto 2em;
}

section#cont2 table{
	width:90%;
	max-width:1000px;
	margin:0 auto 1em;
	background:rgba(255,255,255,0.8);
	border-radius:3px;
}

section#cont2 table td{
	padding:1.2em 0 0;
	font-weight:bold;
	font-size:0.8em;
}

section#cont2 table td:first-child{
	width:42%;
	border-right:solid 1px #C79F62;
}

section#cont2 table td img.icon1,
section#cont2 table td img.icon2{
	height:1.6em;
	vertical-align: bottom;
	margin:0 0.8em 0 0;
	margin-left:-0.2em;
}

section#cont2 table td h4{
	width:84%;
	text-align: left;
	color:#86870A;
	margin:0 auto 1.2em;
}

section#cont2 table td h4.host{
	text-indent:-0.5em;
}

section#cont2 table td p{
	width:80%;
	text-align: left;
	font-size:1em;
}

p.sg{
	text-indent:0.5em;
}

section#cont2 table td:first-child img.port{
	width:48%;
	margin:-0.5em 0.1em 1.5em;
	vertical-align: top;
	border-radius:3px;
}

img.fdr{
	width:60%!important;
}

@media screen and (max-width: 321px) {
	p.sg{
		text-indent:0em;
		font-size:1em!important;
	}
	
	section#cont2 table td:first-child img.port{
	width:46%;
	box-shadow: 0px 0px 3px rgba(0,0,3,0.1);
	}
	
	section#top .sp_twi{
	width:20%;
	position:absolute;
	left:50%;
	bottom:12%;
	margin-left:-10%;
}
	
section#cont1 table td p a.piaurl{
	font-size:0.7em;
	white-space: nowrap;
}
	
}

/**/

section#cont2 table td p{
	width:90%;
	text-align: left;
	font-size:1.2em;
}

section#cont2 div.hostTeam,
section#cont2 div.titleWrap{
	width:94%;
	margin:0 auto 1em;
	padding-top:0.5em;
}


section#cont2 div.hostTeam div.group dl,
section#cont2 div.titleWrap h3{
	width:98%;
	margin:0 auto;
}

section#cont2 div.hostTeam div.group dl dt,
section#cont2 div.titleWrap h3{
	padding:0.5em 0;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.5em;
	border-radius:3px;
}

section#cont2 div.hostTeam div.group dt,
section#cont2 div.titleWrap h3{
	background:#000000;
	color:#FFF;
	text-align: center;
	letter-spacing:0.5em;
}

section#cont2 div.hostTeam div.group dl#founder dd,
section#cont2 div.hostTeam div.group dl#mc div.mcWrap{
	width:100%;
	display:block;
	vertical-align: top;
	margin:0 0 1.5em;
	background:rgba(255,255,255,0.9);
	position:relative;
	padding:0 0 1.5em;
	text-align: center;
	font-weight:bold;
	font-size:1em;
	border-radius:5px;
}

section#cont2 div.hostTeam div.group dl#mc dd{
	display:inline-block;
	width:28%;
	margin:0 4%;
}

section#cont2 div.hostTeam div.group img.port{
	/*width:32%;*/
	margin:1.8em auto 0.5em;
	vertical-align: top;
	box-shadow: 0px 0px 3px rgba(0,0,3,0.1);
}

#founder img.port{
	width:32%;
}

#mc img.port{
	width:100%;
}

section#cont2 div.titleWrap div.title{
	width:100%;
	vertical-align: top;
	margin:1em 0;
	background:rgba(255,255,255,0.9);
	position:relative;
	padding:1em 0;
	text-align: center;
	font-weight:bold;
	font-size:1.2em;
	border-radius:5px;
}

section#cont2 div.titleWrap div.title div.maincut{
    width:50%;
    margin:0.5em auto 1em;
}

section#cont2 div.titleWrap div.title div.maincut img{
    width:100%;
}

section#cont2 div.titleWrap div.title div.maincut p{
    font-size:0.5em;
    font-weight:normal;
    margin-bottom:0;
}

section#cont2 div.titleWrap div.title dt{
    width:90%;
    margin:0 auto 1em;
    padding:0.5em 0 0.5em;
    border-bottom:solid 1px #000;
    font-size:0.9em;
    line-height:1.6em;
}

section#cont2 div.titleWrap div.title div.text dd{
    width:90%;
    font-size:0.9em;
    margin-bottom:0.5em;
}

section#cont2 div.titleWrap div.title div.text dd.song{
    width:90%;
    margin:0 auto 0.5em;
    font-size:0.9em;
    text-align: left;
    line-height:1.6em;
}

section#cont2 div.titleWrap div.title div.text dd.cast{
    text-align: right;
    font-size:0.8em;
    font-weight:normal;
    line-height:1.6em;
}


section#cont2 div.titleWrap div.title div.text dd.cast img{
    width:25%;
    margin-left:0.5em;
    vertical-align: bottom;
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
    text-align:right;
    display:inline-block;
}

section#cont2 div.titleWrap div.title div.text dd.cast p{
    display:inline-block;
    font-weight:normal;
    text-align:right;
    margin-bottom:0;
}
section#cont2 div.titleWrap div.title div.text dd.cast p span{
    font-size:0.8em;
    display:block;
    margin-right:-0.8em;
}

div img.kado_l{
	width:7%;
	position:absolute;
	left:-1px;
	top:-1px;
}

div img.kado_r{
	width:7%;
	position:absolute;
	right:-1px;
	bottom:-1px;
	transform:rotate(180deg);
}

#hkad1,#hkad2,#hkad3,#hkad4{
	width:3.2%;
}

img.mic,img.note{
	height:1.2em;
	margin-right:0.8em;
	margin-left:-1em;
	vertical-align: bottom;
}

dl#shirogumi dd div{
	background: url("../img/shiro_bg.svg") no-repeat;
	background-size:cover;
	color:#000;
	position:relative;
}

img.andmore{
	margin-top:0em;
}

div img.new_rbn{
	position:absolute;
	right:0;
	top:-1%;
	width:26%;
	transform:rotate(90deg);
}

section#cont2 p.cast_caution{
	width:100%;
	text-align: center;
	font-size:0.8em;
	color:#76651c;
	margin:0.5em auto;
}

/*GOODS*/
section#goods{
	background:#FFF;
	padding:3em 0 2em;
	background: url("../img/goods_bg.jpg") repeat-x center bottom;
}

section#goods h1{
	width:50%;
	margin:0 auto 2em;
}

section#goods div.sd{
	margin:0 auto 2em;
}

section#goods div.sd h3{
	font-size:1.1em;
	font-weight:bold;
	text-align: center;
	margin:0 auto 0.5em;
}

section#goods div.sd p{
	width:94%;
	margin:0 auto 0.5em;
	font-size:1.0em;
	font-weight:bold;
	text-align: center;
	padding-bottom:0.2em;
	border-bottom:solid 1px #C69E62;
}

section#goods dl{
	width:90%;
	margin:0 auto 1em;
	text-align: center;
}

section#goods dl div{
	width:45%;
	display:inline-block;
	margin:1em 2% 2em 2%;
	vertical-align: top;
}

section#goods dl dt{
	background-color:#005BAB;
	position:relative;
	padding:0;
}

section#goods dl dt img.p_g{
	width:94%;
	margin:3%;
	cursor:pointer;
}

section#goods dl dt img.num{
	width:18%;
	position:absolute;
	left:2%;
	top:2%;
}

section#goods dl dt img.btm_g{
	width:5%;
	position:absolute;
	right:3%;
	bottom:3%;
}

section#goods dl dd.goodsname{
	margin:1em auto 0.8em;
	text-align: center;
	font-size:1.2em;
	font-weight:bold;
	color:#000;
}
section#goods dl dd.price{
	margin:0 auto;
	text-align: center;
	font-size:0.9em;
	font-weight:bold;
	color:#000;
}

section#goods dl dd.price span{
	font-size:0.7em;
}

section#goods dl dd#ballpen{
	line-height:1.0em;
	margin:0.5em auto 0.3em;
}

section#goods dl dd.goodsdet{
	display:block;
	font-size:0.7em;
	color:#333333;
	margin:1em auto 0;
	line-height:1.5em;
	border-top:dashed 1px #005BAB;
	border-bottom:dashed 1px #005BAB;
	padding:1em 0 1.5em 0.5em;
	text-align: left;
}

section#goods dl dd.goodsdet a{
    width:96%;
    display:block;
    background:#000;
    color:#FFF;
    font-size:0.9em;
    margin:1em 0 0.8em;
    padding:0.5em 0; 
    text-align: center;
}

section#goods dl dd.goodsdet a:link{
    text-decoration: none;
}

section#goods ul{
	width:80%;
	max-width:1000px;
	margin:0 auto 3em;
	background:rgba(255,255,255,0.75);
	padding:2em 0 2em 2em;
}

section#goods ul li{
	width:86%;
	margin:0 auto;
	text-align: left;
	line-height:1.8em;
	font-size:0.8em;
	text-indent:-1.5em;
	margin-left:1.5em;
}

section#goods ul li:before{
	content: "※ ";
	color:#B8AC3F;
}


/*CONT3 CAUTION*/
section#cont3{
	background:#FFF;
	padding:10% 0 5%;
	padding:8vh 0 5vh;
}

section#cont3 h1{
	width:65%;
	margin:0 auto 2em;
	max-width:400px;
}

section#cont3 dl.caution-list{
	width:94%;
	margin:0 auto 0.5em;
  margin-top : -10vh;
  padding-top : 10vh;
}

section#cont3 dl.caution-list dt{
	background:#000000;
	font-size:1.1rem;
	font-weight:bold;
	color:#FFF;
	padding:1em 0 0.8em;
	text-align: center;
	position:relative;
}

dt img.opn{
	width:8%;
	position:absolute;
	right:2%;
	top:18%;
}

section#cont3 dl.caution-list dd{
	width:99%;
	margin:0 auto 0.5em;
	padding:0.8em 0 0;
	border-bottom:dashed 1px #000000;
}

section#cont3 dl.caution-list dd p{
	width:90%;
	margin:0 auto 0.5em;
	color: #E40012;
	font-size:0.8em;
	font-weight:normal;
	display:inline-block;
	padding-left:1em;
	text-indent:-1em;
}

section#cont3 dl.caution-list dd p:before{
	content: "◆";
}

section#cont3 dl#c_flower dd p:before{
	content: "";
}
section#cont3 dl#c_flower dd p{
	width:90%;
	margin:0.5em auto 0.8em;
	color: #E40012;
	font-weight:normal;
	display:inline-block;
	padding-left:0;
	text-indent:0;
}

section#cont3 dl.caution-list dd h5{
	width:90%;
	margin:0 auto 0.5em;
	color: #E40012;
	font-size:1.0em;
	font-weight:bold;
	display:inline-block;
	text-align: left;
}

section#cont3 dd.cls{
	border-bottom:none!important;
	text-align: right;
}

section#cont3 dd.cls img{
	width:8%;
	margin-right:1.5%;
	margin-bottom:1em;
}

div#caution01,div#caution02,div#caution03,
div#caution04,div#caution05{
	display:none;
}

section#cont3 ul{
	margin-top:5em;
}

section#cont3 ul li{
	font-size:0.9em;
	text-align: center;
	margin:2em auto 1.2em;
	width:95%;
	display:inline-block;
	text-indent:-1.5%;
	vertical-align: top;
}

section#cont3 ul li img{
	width:88%;
	margin:1em auto 1em;
	text-indent:-1.2em;
}

/*section#cont3 ul li.support,
section#cont3 li.sponsor {
	width:95%;
	text-align: center;
}*/

section#cont3 li.support img,
section#cont3 li.sponsor img{
	width:48%;
	display:inline-block;
}

section#cont3 li.support img:nth-child(2){
	width:46%;
	display:inline-block;
	margin-left:6%;
}

section#cont3 ul li img#cygames{
	width:48%;
}

section#cont3 ul li img#bandai{
    width:16%;
    margin-right:0.8em;
}

section#cont3 ul li img#bandaisp{
    width:16%;
    margin-left:0.8em;
    margin-right:0.8em;
}

section#cont3 ul li img#hobbyjp{
	width:30%;
}

section#cont3 ul hr{
	width:90%;
	height: 0;
	padding: 0;
	border-top:dotted 1px #C79F62;
	/*border:none;*/
	margin:0 auto 2em;
}

#bnr_archive{
	width:88%;
	margin:1em 8% 1em 4%;
}

/*CONT4 bnr*/
section#cont4{
	background: url("../img/cont4_bg.gif");
	text-align:center;
}

section#cont4 ul.bnr-area{
	width:98%;
	margin:0 auto;
	text-align: center;
}

section#cont4 ul.bnr-area li{
	display:inline-block;
	/*width:42%;*/
	width:45%;
	margin:1em 0.5em;
}

section#cont4 ul.bnr-area li img{
	width:100%;
}

/*static*/
nav{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index: 10;
	text-align: center;
	box-shadow: 2px 2px 5px rgba(255,255,255,0.4);
}

img.sp_menu{
	width:100%;
	box-shadow: 2px 2px 4px rgba(255,255,255,0.3);
}

div#goods{
    margin-top:-4em;
    padding-top:4em;
}

div#goodsInfo{
    margin-top:-4em;
    padding-top:4em;
}

/*nav div#menu-area{
	width:90%;
	max-width:1280px;
	min-width:767px;
	margin:0 auto;
	position:relative;
	text-align: left;
}*/
nav ul{
	display:none;
}

nav ul li{
	display: block;
	width:100%;
	text-align: center;
}

nav ul li img{
	width:100%;
}

nav ul li#close{
	display:block;
	/*border-bottom:solid 1px #E60012;*/
}

nav ul li.twi{
	display:none;
}

nav ul li.b_logo{
	display:none;
}

nav ul li.b_logo img{
	position:absolute;
	left:0;
	top:-5px;
}

nav ul li a{
	transition: all 0.8s;
}

nav ul li a:hover,nav ul li a:active{
	opacity: 0.7;
}



/*a#b_top{
	display: none;
	position:fixed;
	right:20px;
	bottom:20px;
	width:16%;
	height:4em;
	background: url(../img/sp/icon_pt.png) no-repeat right bottom;
	background-size: contain;
}*/

.b_top{
	width:16%;
	position:fixed;
	right:5px;
	bottom:5px;
	z-index: 500;
	display:none;
}
.b_top img{
	width:100%;
}

/*FOOTER*/
footer{
	position:relative;
	text-align: center;
	padding:0.5em 0;
	background:#000;
}

footer copyright{
	font-size:0.6em;
	color:#FFF;
}

footer div.supportBnr{
    width:98%;
    margin:1.5em auto 0;
    text-align: center;
    position:relative;
}

footer div.supportBnr a > img{
    display:inline-block;
    margin:0 1.5% 15px;
    width:40%;
}

footer div.supportBnr span{
    display:inline-block;
    margin:0 1.5% 15px;
    width:40%;
}

footer div.bnrArea{
    width:90%;
    margin:1em auto 1.5em;
}

footer div.bnrArea div.bnrWrap img{
    width:88%;
    margin-bottom:0.8em;
}

footer div.bnrArea div.bnrWrap img.arcBnr{
    width:100%;
}


/* コンテンツクリック時に開くウィンドウ用 */
#md_win,#op_win {
	width:100vw;
	height:100vh;
	position:fixed;
	top: 0;
	left: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.8);
	zoom: 1;
	display: none;
	z-index: 997;
}

#click_win img{
	cursor: pointer;
}

#op_win #close{
	width:112px;
	height:55px;
	background:url(../img/b_close.png) no-repeat center bottom;
	background-size:100%;
	cursor: pointer;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-56px;
	margin-top:40%;
}

#op_win img{
	width:96%;
	position:absolute;
	left:2%;
	top:50%;
	margin-top:-30%;
}

#md_win #close{
	width:100%;
	height:100%;
	/*background:url(../img/b_close.png) no-repeat center top;
	background-size:contain;*/
	position:absolute;
	left:0;
	top:0;
	text-align: right;
}

#md_win #close2{
	width:100%;
	height:100%;
	/*background:url(../img/b_close.png) no-repeat center top;
	background-size:contain;*/
	position:absolute;
	left:0;
	top:0;
	text-align: right;
}

#md_win #close3{
	width:100%;
	height:100%;
	/*background:url(../img/b_close.png) no-repeat center top;
	background-size:contain;*/
	position:absolute;
	left:0;
	top:0;
	text-align: right;
}

#md_win #close img{
	/*margin-top:90vh;*/
	margin:3% 5%;
}

#md_win iframe{
	position: absolute;
    top: 8vh;
    left: 6vw;
	width: 90vw;
  	height: 80vh;
	z-index:99999;
	border-radius:10px;
}

#md_win img.t_wrap{
	position: absolute;
    top: 20vh;
    left: 5vw;
	width: 90vw;
	z-index:99999;
	border-radius:10px;
}
#md_win img.list_wrap{
	width: 80vw;
	position: absolute;
    top: 8vh;
    left: 10vw;
	z-index:99999;
	border-radius:10px;
}

#md_win #close2 img{
	margin:18% 5%;
}
#md_win #close3 img{
	margin:3% 11%;
}


/*Smph display*/
.spdn{
	display:none;
}

.pcdn{
	display:block;
}

.w100{width:100%}
.w95{width:95%}
.w90{width:90%}
.w85{width:85%}
.w80{width:80%}
.w75{width:75%}
.w70{width:70%}
.w65{width:65%}
.w60{width:60%}
.w55{width:55%}
.w50{width:50%}
.w45{width:45%}
.w40{width:40%}
.w35{width:35%}
.w30{width:30%}
.w25{width:25%}
.w20{width:20%}
.w15{width:15%}
.w10{width:10%}
.w05{width:5%}