@charset "utf-8";

/* =======================================
	PC Elements
======================================= */

/*CONT Default*/


section{
	position:relative;
}

.box{
    margin:6.5% auto 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%); 
}

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

/**/
@media (min-width: 1800px) {
	body{
	font-size:1.2em;
		}
}



/*TOP*/
section#top{
	width:100%;
	height:100vh;
	padding:0;
	/*background:#C7B953;*/
	background:url("../img/main_bg.jpg") no-repeat center;
	background-size:cover; 
	position:relative;
    transition:0.2s;
}

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

section#top .bar{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:15px;
	background:#C7B953;
}


/*section#top #main_logo{
	width:43%;
	max-width:900px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-21.5%;
	margin-top:-15%;
}

@media (min-width: 2090px) {
	section#top #main_logo{
	left:50%;
	margin-left:-450px;
		}*/

section#top #main_logo{
	width:120%;
    margin:0 0 0 -10%;
    transform-origin:center;
}

/*section#top #kouhaku_logo{
    width:80%;
    height:60%;
    border:solid 1px #000;
    background: url("../img/main_logo2022.png") no-repeat;
    background-size:contain;
}
*/

section#top .sp_twi{
	display:none;
}

section#top a.top_bnr{
    display:block;
    width:80%;
    height:50px;
    margin:1em auto 0;
    border:solid 1.5px #000;
    background: url("../img/topbnr_txt.png") no-repeat center;
    background-size:55% auto;
    transition:0.2s;
}


section#top a.top_bnr:hover{
    border:solid 1px #E40012;
    background:#E40012 url("../img/topbnr_txt_on.png") no-repeat center;
    background-size:55% auto;
}


section#top a.top_bnr > span{
    display:none;
}

section#top div.tri_bnr{
    width:18%;
    position:absolute;
    right:0;
    bottom:-0.5em;
}

section#top div.tri_bnr img{
    width:100%;
    transition:0.5s;
}

section#top div.tri_bnr img:hover{
    opacity:0.8;
}

/*NEWS*/
section#news{
	width:100%;
	padding:10% 0 5em;
	margin:0;
	background:#E50012 url("../img/news_bg.jpg") no-repeat left bottom;
	background-size:100% auto; 
	position:relative;
}

section#news h1{
	width:47%;
	margin:0 auto 2em;
	max-width:987px;
}

section#news ul#newslist{
	width:90%;
	max-width:1000px;
	margin:0 auto 2em;
	padding:0;
}
section#news ul#newslist li{
	background:rgba(255,255,255,0.94);
	padding:1em 0;
	margin-top:1.2em;
}

section#news ul#newslist li div{
	width:94%;
	text-align: left;
	margin:0.5em auto 0;
}
section#news ul#newslist li span.news_date{
	display:inline-block;
	background:#C7B953;
	padding:0.8em 0.5em;
	color:#FFF;
	font-size:0.9em;
	border-radius: 5px;
	margin-right:1em;
	vertical-align: top;
	width:10%;
	min-width:7em;
	text-align:center;
}
section#news ul#newslist li p{
	display:inline-block;
	font-size:1em;
	font-weight:normal;
	padding-top:0.5em;
	width:85%;
}

section#news ul#newslist li p span{
	font-size:1.0em;
	cursor:pointer;
	text-decoration: underline;
	color:#E40012;
}

section#news ul#newslist li p span:hover{
	text-decoration: none;
}

/*CONT1 TICKET*/
section#cont1{
	background:#FFF;
	padding:16% 0 5em;
	padding:16vh 0 5em;
}

section#cont1 h1{
	width:22%;
	margin:0 auto 2em;
	max-width:450px;
}

section#cont1 table{
	width:90%;
	max-width:1000px;
	margin:0 auto 2em;
	border:solid 1px #C79F62;
}

section#cont1 table tr td:first-child{
	width:20%;
}

section#cont1 table td{
	border-right:solid 1px #C79F62;
	border-bottom:solid 1px #C79F62;
	padding:1.7em 0 0.5em;
	font-weight:bold;
}

section#cont1 table td.live-st{
    padding-top:3em;
}

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

section#cont1 table td p span a.access{
	color:#FFF;
	display:inline-block;
	padding:3px 8px 2px;
	background: #E50012;
	border-radius:3px;
	text-decoration: none;
	font-size:0.9em;
	line-height:1em;
	vertical-align: middle;
	margin:0 0.5em 2px;
	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 p strong{
	background:#FFD0CC;
	color:#E50012;
	padding:0.1em 0.5em;
	opacity: 1.0 !important;
}

section#cont1 p .bg_pin{
    background:#FFD0CC;
	color:#E50012;
	padding:0.1em 0.5em;
	opacity: 1.0 !important;
    font-size:1em;
}

section#cont1 p.red_note{
	font-weight: bold;
	font-size:1.1em;
	color:#E50012;
	text-align: center;
}

section#cont1 table td dl.priceList{
    display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content:center;
	width:90%;
    margin:1em auto;
}

section#cont1 table td dl.priceList dt{
    width:40%;
    padding:8px 0;
    text-align:left;
    vertical-align: middle;
}

section#cont1 table td dl.priceList dd{
    width:55%;
    padding:8px 0;
    text-align:left;
    vertical-align: middle;
}

section#cont1 table td dl.priceList dd.ind{
    text-indent:0.7em;
}

section#cont1 table td dl.priceList .mdl{
    padding-top:1em;
}

section#cont1 table td dl.priceList dt::before{
    content:'・';
}

section#cont1 table td dl.priceList span{
    font-size:0.8em;
}

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:1.0em;
	color:#E50012;
	text-indent:-1em;
	margin-left:1em;
	margin-bottom:1em;
	padding-left:4em;
}

.gld{
	color:#C79F62;
	font-size:1.2em;
}

.red{
	color:#E50012;
	font-size:0.9em;
}

.red2{
	color:#E50012;
    line-height:1.3em;
    display:inline-block;
}

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:#C7AE62 url("../img/cont2_bg.jpg") no-repeat center top;
	background-size:100%; 
	/*background:#C6B853;*/
	padding:16% 0 5em;
	padding:16vh 0 5em;
}

section#cont2 h1{
	width:17.4%;
	margin:0 auto 2em;
	max-width:360px;
}

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

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

section#cont2 table td:first-child{
	width:38%;
	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.5em;
}

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

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{
	width:90%;
    font-size:0.9em;
    text-indent:1em;
}

p.sg span{
    font-size:0.6em;
    margin-right:1.5em;
}

section#cont2 table td:first-child img.port{
	width:40%;
	margin:-0.5em 0.5em 1.5em;
	vertical-align: top;
	box-shadow: 0px 0px 3px rgba(0,0,3,0.1);
	border-radius:5px;
}

@media all and (-ms-high-contrast: none){
	td.ie{
		position:relative;
	}
	td.ie div{
		width:100%;
		position:absolute;
		left:0;
		top:1.5em;
	}
	section#cont2 table td:first-child img.port{
	margin:0 0.5em 1.5em;
	}
}

/**/


section#cont2 div.artist,
section#cont2 div.hostTeam{
	width:90%;
	max-width:1000px;
	margin:0 auto 1em;
	padding-top:1.5em;
	display:table;
	table-layout:fixed;
}

section#cont2 div.artist div.group,
section#cont2 div.hostTeam div.group{
	display:inline-block;
	display:table-cell;
	vertical-align: top;
}

section#cont2 div.artist div.group dl,
section#cont2 div.hostTeam div.group dl{
	width:98%;
}

section#cont2 div.artist div.group dl dt,
section#cont2 div.hostTeam div.group dl dt{
	padding:0.5em 0;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:12px;
	border-radius:5px;
}

section#cont2 div.hostTeam div.group dt{
	background:#85860A;
	color:#FFF;
	text-align: center;
	font-size:1.3em;
	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;
	background:#F4EFE0;
	position:relative;
	padding:0 0 1.5em;
	text-align: center;
	font-weight:bold;
	font-size:1.1em;
	border-radius:5px;
}

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

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);
	border-radius:5px;
}

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

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


section#cont2 div.artist div.group dl dd{
	width:48.2%;
	display:inline-block;
	vertical-align: top;
	margin:0;
}

section#cont2 div.artist div.group dl dd:nth-child(odd){
	margin-left:1.2%;
}
section#cont2 div.artist div.group dl dd:nth-child(even){
	margin-right:1.0%;
}

section#cont2 div.artist div.group dl#akagumi{
	margin-right:2%;
	text-align: left;
}

section#cont2 div.artist div.group dl#akagumi dt{
	background:#E50012;
	color:#FFF;
	text-align: center;
}

section#cont2 div.artist div.group dl#shirogumi,
section#cont2 div.hostTeam div.group dl#mc{
	margin-left:2%;
	text-align: left;
}

section#cont2 div.artist div.group dl#shirogumi dt{
	background:#FFF;
	color:#000;
	text-align: center;
}

section#cont2 div.artist div.group dl dd div{
	width:100%;
	margin:0 auto 12px;
	padding-bottom:0.8em;
	text-align: center;
	font-weight:bold;
	font-size:1.1em;
	position:relative;
	border-radius:5px;
}

/*section#cont2 div.artist div.group dl dd div.r-s{
	margin-left:2%;
}*/

section#cont2 div.artist div.group dl dd div img.pf{
	margin:1.8em auto 0.5em;
	width:65%;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	border-radius:5px;
}

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

/*div img.waku{
	display:block;
	position:absolute;
	left:4px;
	top:4px;
	width:97%;
}*/

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


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

img.mic,img.note{
	height:32px;
	margin-right:0.8em;
	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:-4em;*/
}

img.plus{
	margin-top:0;
}


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

/*KIKAKU*/

section#cont2-1{
    position:relative;
    background: url("../img/2023/kikaku_bg.png") repeat-x bottom;
    padding:0 0 3em;
    border-bottom:solid 20px #e50212;
}

section#cont2-1::before{
    content:" ";
    width:100%;
    height:50%;
    background: url("../img/2023/bg_bge.png") no-repeat left top;
    background-size: 100% auto;
    position:absolute;
    left:0;
    top:0;
    z-index:-2;
}

section#cont2-1 .titleWrap{
    width:92%;
	max-width:1030px;
    margin:0 auto 8em;
}

section#cont2-1 ul{
	width:95%;
	margin:0 auto;
	padding:0;
    display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content:space-between;
}

section#cont2-1 ul li{
    width:19.5%;
}

section#cont2-1 ul li img{
    width:100%;
}

section#cont2-1 h2{
    width:100%;
    margin:0 auto 0;
    position:relative;
}

section#cont2-1 h2 img{
    width:100%;
    position:absolute;
    left:0;
    top:-1.5em;
    z-index:-1;
}

section#cont2-1 .contWrap{
    width:90%;
	max-width:1000px;
    margin:0 auto 2.5em;
}

section#cont2-1 p{
    text-align: center;
    font-size:1em;
}

div.kikaku_guest{
    width:100%;
    text-align: center;
    margin:2em auto 2.5em;
}
div.kikaku_guest p{
    display:inline-block;
    width:18%;
    margin:0 2% 0;
    font-size:0.8em;
    text-align: center;
    position:relative;
}

div.kikaku_guest p img{
    width:100%;
    border-radius:5px;
    margin-bottom:0.5em;
}
div.kikaku_guest p::after{
    content:" ";
    width:100%;
    height:87%;
    background:rgba(205,4,20,0.4);
    border-radius:5px;
    position:absolute;
    right:-6px;
    top:6px;
    z-index:-1;
}

section#cont2-1 .contWrap dl{
    width:100%;
}

section#cont2-1 .contWrap dl>div{
    border-bottom:solid 1px #cd0413;
    padding:0.8em 0;
    display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content:space-between;*/
    align-items: center;
}

section#cont2-1 .contWrap dl div.subt img{
    width:auto;
    height:1.2em;
    margin:0 5px -0.2em;
}

section#cont2-1 .contWrap dl img{
    width:100px;
    display:inline-block;
    margin:3px 1em 3px 0;
    vertical-align: middle;
}

section#cont2-1 .contWrap dl .series{
    display:inline-block;
    width:100px;
    margin-right:1em;
    vertical-align: middle;
}

section#cont2-1 .contWrap dl dt,
section#cont2-1 .contWrap dl dd{
    font-weight:bold;
    text-align:left;
}

section#cont2-1 .contWrap dl dt{
    width:45%;
}

section#cont2-1 .contWrap dl dd.k_songs{
    width:35%;
}

section#cont2-1 .contWrap dl dd.k_singer{
    width:19%;
    text-align: center;
}

section#cont2-1 .contWrap dl dd span{
    font-size:0.8em;
}

/*KIKAKU2*/

section#cont2-1-2{
    position:relative;
    padding:3em 0;
    border-bottom:solid 20px #c6ac63;
}

section#cont2-1-2 .titleWrap{
    width:92%;
	max-width:1030px;
    margin:0 auto 2.5em;
}

section#cont2-1-2 ul{
	width:70%;
	margin:3em auto 4em;
	padding:0;
}

section#cont2-1-2 ul h3{
    font-size:1.1em;
}

section#cont2-1-2 ul li{
    width:100%;
    font-size:1em;
    font-weight:bold;
    border-bottom:solid 1px #c6ac63;
    padding:1em 0 0.5em;
}

section#cont2-1-2 ul li p{
    width:45%;
    display:inline-block;
    margin:0;
    padding:0;
    text-align: left;
}

section#cont2-1-2 ul li p:first-child{
    width:40%;
    margin-left:5%;
}


section#cont2-1-2 h2{
    width:100%;
    margin:0 auto 0;
    position:relative;
}

section#cont2-1-2 h2 img{
    width:100%;
}

section#cont2-1-2 .contWrap{
    width:90%;
	max-width:1000px;
    margin:0 auto 2.5em;
}

section#cont2-1-2 p{
    text-align: center;
    font-size:1em;
}

section#cont2-1-2 div.kikaku_guest{
    padding:2em 0 1.5em;
    position:relative;
}
section#cont2-1-2 div.kikaku_guest::after{
    content:" ";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(230,2,18,0.3);
    border-radius:5px;
    z-index: -2;
}

section#cont2-1-2 div.kikaku_guest p{
    display:inline-block;
    width:15%;
    margin:0 2% 0;
    font-size:0.8em;
    text-align: center;
    position:relative;
}

section#cont2-1-2 div.kikaku_guest p::after{
    content:" ";
    width:100%;
    height:87%;
    background:rgba(255,255,255,0.7);
    border-radius:5px;
    position:absolute;
    right:-6px;
    top:6px;
    z-index:-1;
}

section#cont2-1-2 span.gld{
    font-size:0.8em;
}



/*kouyasai*/
section#cont2-2{
	background:#FFF url("../img/goods_bg.jpg") repeat-x center bottom;
	padding:12vh 0 10vh;
}

section#cont2-2 h2{
    width:25%;
    margin:0 auto 2em;
}

section#cont2-2 h2 img{
    width:100%;
}
section#cont2-2 h3{
    color:#C19424;
    font-size:1.6em;
    margin:0 auto 1em;
}

section#cont2-2 div{
    background:rgba(255,255,255,0.7);
    border:solid 1px #C6AD62;
    margin:0 auto 0;
    padding:2.5em 0 2em;
    width:90%;
    max-width:1000px;
}

section#cont2-2 div p{
    text-align:center;
    font-size:1em;
    
}

section#cont2-2 div p span{
    font-size:1.0em;
    display:inline-block;
}

section#cont2-2 div p span::after{
    content:"、";
    
}
section#cont2-2 div p span:last-child::after{
    content:"";
    
}

/*SUPPORTER*/
section#cont2-3{
    position:relative;
    /*background: url("../img/2023/bg_bge.png") no-repeat left top;
    background-size: 100% auto;*/
    padding:0 0 5em;
}

section#cont2-3::before{
    content:" ";
    width:100%;
    height:100%;
    background: url("../img/2023/bg_bge.png") no-repeat left top;
    background-size: 100% auto;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
}

section#cont2-3 .contWrap{
    width:90%;
	max-width:1000px;
    margin:0 auto;
}

section#cont2-3 h5{
    width:18em;
    font-size:1.6em;
    margin:0 auto 1em;
    position:relative;
}

section#cont2-3 h5::before{
    content:" ";
    width:35px;
    height:1.3em;
    background: url("../img/2023/icon_sup.png") no-repeat center;
    background-size:contain;
    position:absolute;
    left:-30px;
    top:-0.3em;
    transform: scale(-1, 1);
}

section#cont2-3 h5::after{
    content:" ";
    width:35px;
    height:1.3em;
    background: url("../img/2023/icon_sup.png") no-repeat center;
    background-size:contain;
    position:absolute;
    right:-30px;
    top:-0.3em;
}

section#cont2-3 .contWrap > p{
    text-align: center;
    margin:0 auto 2.5em;
    font-size:1em;
}

div.supomem{
    width:80%;
    margin:0 auto;
    text-align: center;
}
div.supomem p{
    display:inline-block;
    width:18%;
    margin:0 2% 0;
    font-size:0.9em;
    text-align: center;
    position:relative;
}

div.supomem p img{
    width:100%;
    border-radius:5px;
    margin-bottom:0.5em;
}
div.supomem p::after{
    content:" ";
    width:100%;
    height:86%;
    background:rgba(207,187,127,0.5);
    border-radius:5px;
    position:absolute;
    right:-6px;
    top:5px;
    z-index:-1;
}

/*GOODS*/
section#goods{
	background:#FFF;
	padding:16% 0 5%;
	padding:16vh 0 5vh;
	background: url("../img/goods_bg.jpg") repeat-x center bottom;
}

section#goods h1{
	width:24.7%;
	margin:0 auto 2em;
	max-width:500px;
}

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

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

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

section#goods dl{
	width:90%;
	max-width:1000px;
	margin:0 auto 3em;
  margin-top : -120px;
  padding-top : 120px;
	text-align: center;
}

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

section#goods dl dt{
	background-color:#E40012;
	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.top_g{
	width:5%;
    transform:rotate(180deg);
	position:absolute;
	left:3%;
	top:3%;
}

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.3em;
	font-weight:bold;
	color:#000;
}

section#goods dl dd.goodsname span{
    display:inline-block;
    font-size:0.7em;
}

section#goods dl dd.goodsname span.s19{
    display:block;
    font-size:0.7em;
    line-height:1.6em;
}
section#goods dl dd.price{
	margin:0 auto;
	text-align: center;
	font-size:1.1em;
	font-weight:bold;
	color:#000;
}

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

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


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

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

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

/*CONT3 CAUTION*/
section#cont3{
	background:#FFF;
	padding:8em 0 0;
}

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

section#cont3 h3{
    font-size:1.2em;
    margin:2em auto 0.5em;
}

section#cont3 p.lead{
    width:60%;
    margin:0 auto 2em;
    max-width:1000px;
    text-align: left;
}

section#cont3 p.bottom{
    width:90%;
    margin:2em auto 1.5em;
    max-width:1000px;
    text-align: center;
}

section#cont3 p.bottom > span{
    display:inline-block;
    font-size:1em;
}

section#cont3 dl.caution-list{
	width:90%;
	max-width:1000px;
	margin:0 auto 1em;
  margin-top : -120px;
  padding-top : 120px;
}

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

dt img.opn{
	width:3.5%;
	max-width:40px;
	position:absolute;
	right:2%;
	top:15%;
	cursor:pointer;
	transition : all 0.4s ease 0s;
}

#c_ticket img.opn{
    opacity:0;
}

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

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

section#cont3 dl.caution-list dd p.det{
	padding-left:2em;
	text-indent:-2em;
	font-weight:normal;
}

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

section#cont3 dl.caution-list dd p.det:before{
	content: "※";
    margin-left:1em;
}

section#cont3 dl#c_flower dd p:before{
	content: "";
}
section#cont3 dl#c_flower dd p{
	width:75%;
	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:75%;
	margin:0 auto 0.5em;
	color: #E40012;
	font-size:1.1em;
	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:3.5%;
	max-width:40px;
	margin-right:1.5%;
	margin-bottom:2em;
	cursor:pointer;
}

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


section#cont3 ul{
	width:100%;
	/*width:42%;*/
	margin:5em auto;
	text-align: center;
	/*max-width:1200px;*/
}

section#cont3 ul li{
	font-size:1.0em;
	text-align: center;
	margin:0 auto 1em;
	/*width:45%;*/
	width:42%;
	display:block;
	vertical-align: top;
	/*line-height:0.2em;*/
}

section#cont3 ul li:first-child{
    width:60%;
}

/*
section#cont3 ul li:nth-child(2){
	padding-left:4%;
}*/

section#cont3 ul li img{
	/*width:72%;*/
	width:42%;
	margin:1em auto 1em;
	text-indent:-1em;
    image-rendering: -webkit-optimize-contrast;
}

section#cont3 ul li:first-child img{
    width:30%;
    margin-top:2em;
}

section#cont3 ul li img#cygames{
	/*width:80%;*/
	width:48%;
	/*margin-left:-1em;*/
    margin-left:-22%;
}

section#cont3 ul li img#pia{
	/*width:80%;*/
	width:18%;
    vertical-align:bottom;
    margin-left:3em;
}

section#cont3 ul li img#famigeki{
	margin-left:-1.5em;
}

section#cont3 ul li img#tfc{
	/*margin-left:-2.5em;*/
}

section#cont3 ul hr{
	width:55%;
	height: 0;
	padding: 0;
	border-top: dotted 1px #C79F62;
	/*border-top:solid 1px #E5BA8D;*/
	margin:0 auto 2.5em;
}

#bnr_archive{
	width:42%;
	max-width:800px;
	margin:0 28% 5em 26%;
}

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

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

section#cont4 ul.bnr-area li{
	display:inline-block;
	width:25%;
	max-width:360px;
	margin:2em 1em;
}

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

section#bnr-area{
    width:90%;
    max-width:1000px;
    margin:0 auto 3em;
}

section#bnr-area div.bnrWrap{
    display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content:center;
    /*justify-content:space-between;*/
}

section#bnr-area div.bnrWrap a{
    display:inline-block;
    width:42%;
    margin:0 2% 0.5em 0;
}

section#bnr-area div.bnrWrap img.arcBnr{
    width:100%;
}

section#bnr-area div.bnrWrap img{
    width:100%;
    margin-bottom:0.8em;
}


/**/
@media (min-width: 480px) and (max-width: 1024px) {
#cont1 .subContent,#cont2 .subContent,#cont3 .subContent{
	zoom:0.8;
	-moz-transform-origin: 0 0;
	-moz-transform:scale(0.8);
	font-size:1.1em;
}
}

/*static*/
nav{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background:#E60012;
	padding:10px 0;
	display: block;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
	z-index: 10;
	text-align: center;
}

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

nav ul{
	margin:0 auto;
}

nav ul li{
	display: inline-block;
	width:12%;
	text-align: center;
	color:#FFF;
	vertical-align: top;
}

/*nav ul li:nth-child(2){
	margin-left:1%;
}*/


nav ul li img{
	width:82%;
}

nav ul li img#menu04{
	width:87%;
	margin-left:10%;
}

nav ul li img#menu03{
    margin-left:10%;
}


nav ul li.twi img{
	width:35%;
}


nav ul li#close{
	display:none;
}

nav ul li.b_logo{
	position:relative;
}

nav ul li.b_logo img{
	position:absolute;
	left:3px;
	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: block;
	position:fixed;
	right:5px;
	bottom:35px;
	width:116px;
	height:119px;
	background: url(../img/icon_pt.png) no-repeat right bottom;
	background-size: contain;
	
}*/

.b_top{
	width:6%;
	max-width:100px;
	position:fixed;
	right:10px;
	bottom:15px;
	display:none;
}

.b_top img{
	width:100%;
}

/*@media (min-width: 900px) and (max-width: 1280px) {
	nav ul,nav #ul_logo{
		zoom:0.8;
		-moz-transform-origin: 0 0;
		-moz-transform:scale(0.8);
	}
	}*/
@media (min-width: 480px) and (max-width: 899px) {
	nav ul,nav #ul_logo{
		zoom:0.6;
		-moz-transform-origin: 0 0;
		-moz-transform:scale(0.6);
	}
	
	}

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

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

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

#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:190px;
	margin-top:220px;
}



#md_win #close2{
	width:500px;
	/*background:url(../img/win_close.png) no-repeat center bottom;*/
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-250px;
	padding-top:510px;
	text-align:right;
}


#md_win #close{
	width:640px;
	/*background:url(../img/win_close.png) no-repeat center bottom;*/
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-325px;
	margin-top:-225px;
	padding-top:515px;
	text-align:right;
}

#md_win #close img{
	cursor:pointer;
	margin:0 0.8em;
}


#md_win #close2 img{
	cursor:pointer;
	margin:0em;
}

#md_win iframe{
	width:650px;
	height:560px;
	position:absolute;
	left:50%;
	top:50%;
	margin: -280px auto auto -325px;
	z-index:99999;
	border-radius: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

#md_win img.t_wrap{
	width:500px;
	height:500px;
	position:absolute;
	left:50%;
	top:50%;
	margin: -250px auto auto -250px;
	z-index:99999;
	border-radius:10px;
}

/*セットリストのクリック*/
#md_win img.list_wrap{
	width:800px;
	height:600px;
	position:absolute;
	left:50%;
	top:50%;
	margin: -300px auto auto -400px;
	z-index:99999;
	border-radius:10px;
}

#md_win #close3{
	width:800px;
	/*background:url(../img/win_close.png) no-repeat center bottom;*/
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;
	padding-top:610px;
	text-align:right;
}

#md_win #close3 img{
	cursor:pointer;
	margin:0em;
}


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

#newslist li br.spdn{
    line-height:0;
}

.pcdn{
	display:none;
}
