@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**************************************/
/* base CSS Start */
body {
	width:100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.8em;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}
img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	color:#666;
	text-decoration: none;
	transition: 0.3s ;
}
a:hover {
	color:#B61924;
	
}
hr {
    border: 1px solid #CCC;
    margin: 2.5em 0;
}
/* -- ul,li -- */
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* -- p -- */
p {
	margin: 0px;
	padding: 0px;
	line-height:1.8em;
}
b {
	font-weight: 600;
}
small {
	font-size:90%;
}
strong {
	font-weight:bold;
}
/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}
.clear {
  clear: both;
}
/* base CSS End */
/**************************************/
/* wrap CSS Start */

#wrap {
	width:100%;
	height:100%;
	border-top: 3px solid #000000;
	background-color:#F5F5F3;
}
#main_header {
	width:910px;
	margin:20px auto;
	padding: 0;
	color:#000;
	text-align:center;
	/*background-color:#B61924;*/
}
#main_header h1{
	line-height: 1.2em;
	text-align: center;
	color: #000;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 1.2em 0 1.5em 0;
}
#content {
	background: #FFF;
	border-bottom: 2px solid #CFCFCF;
	padding: 0 0 20px 0;
}
section div.inner {
	width:950px;
	margin: 0 auto;
	padding: 20px 0;
}
#section_footer {
	width:100%;
	padding: 20px 0;
	text-align:center;
}
section header {
	margin: 10px 0 20px 0;
}
/** page top **/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    font-family: 'FontAwesome';
    text-decoration: none;
    color: #CCC;
    font-size: 50px;
}
#page-top a i {
	line-height: 35px;
	font-size: 25px;
	width: 35px;
	height: 35px;
	text-align: center;
	border: 0 none;
	border-radius: 50%;
	margin: 0;
	color: #FFF;
	background-color: #000;
	transition: 0.3s ;
}	
#page-top a:hover i {
	background-color: #B61924;
	color: #FFF;
}
/*  wrap CSS End    */
/**************************************/
/* header navi CSS Start */
#main_header h1 img {
	margin: 0;
	padding:0;
	line-height:0em;
}
#main_header h1 img{
	width: 80%;
	height: auto;
}
#main_header h1.saitama img{
	width: 100%;
	height: auto;
}

#main_nav {
	width: 100%;
	padding: 20px 0 0 0;
    margin: 0 auto 30px auto;
	overflow:hidden;
	display:block;
	text-align:center;
	background-color: #F5F5F3;
	z-index: 100;
}
#main_nav ul {
	display: inline-block;
	margin: 0 auto;
}
#main_nav li {
	display: inline-block;
}
#main_nav li:before {
	content: "\f192";
	display: inline-block;
	font-family: 'FontAwesome';
	color: #CCC;
	margin: 0 1em;
}
#main_nav li:first-child:before {
	display: none;
}
#main_nav li a {
	font-weight:600;
	font-size: 16px;
}
#main_nav a:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

/* menu navi CSS Start */
.slicknav_menu {
	display:none;
}
/* menu CSS End    */
/**************************************/
/**************************************/
/* footer navi CSS Start */

#section_footer .copy {
	font-size:11px;
	color: #666666;
}

/* footer navi CSS End */
/**************************************/
/* section CSS Start */
h1#section_title {
	line-height:1.2em;
	text-align:center;
	color: #000;
	font-size: 38px;
	font-weight:700;
	letter-spacing: 2px;
	margin: 1.2em 0 1.5em 0;
}
h1#section_title.about_cap {
	line-height: 1.6em;
}
h1#section_title2 {
    text-align:center;
	margin: 10px 0;
	font-size: 22px;
	font-weight:400;
	color: #000;
	font-weight:bold; 
}
h2#section_title {
	text-align:center;
	margin: 20px 0 30px 0;
	font-size: 18px;
	font-weight:400;
	color: #000;
	font-weight:bold;
}
h2#section_title2 {
	text-align:center;
	margin: 10px 0;
	font-size: 14px;
	color: #000;
}
h3.title {
	/*background-image: url('../images/bg_h3.png');
	background-position:top center;
	background-repeat:no-repeat;*/
	padding: 1.8em 0 1.5em 0;
	margin: 1.5em 0 0 0 ;
	font-size: 22px;
	color: #000;
	position: relative;
}
h3.title:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -6px;
	font-size: 12px;
	display: inline-block;
	content: "\f192";
	font-family: 'FontAwesome';
	color: #B61924;
}
/*
#section_timetable,
#section_history,
#section_faq,
#section_volunteer,
#section_contact,
#section_shop,
#section_credit {
	background-image: url('../images/bg_border.png');
	background-position:center top;
	background-repeat:no-repeat;
}*/
#section_yoyaku .section_content {
	background: #EDEDED;
	width:870px;
	margin: 10px auto 40px auto;
	padding: 20px;
}
#section_yoyaku .box_inner {
	background: #FFF;
	margin:0;
	padding: 20px 20px 40px 20px;
	text-align:center;
	font-size:14px;
}
.more_btn a {
	display: inline-block;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	padding: 0 3em;
	height: 40px;
	line-height: 40px;
}
.linkmore a,.more_btn a {
	background: #B61924;
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 1em;
	font-weight: 600;
	outline: none;
	padding: 0 3em;
	height: 40px;
	line-height: 40px;
	border: 3px solid #B61924;
	transition: 0.3s ;
    color: #FFF;
    letter-spacing: 2px;
}
.linkmore a:hover {
	color: #B61924;
    background: #FFF;
}
.linkmore span.end {
	background: #FFF;
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 1em;
	font-weight: 600;
	outline: none;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	border: 3px solid #CCC;
	transition: 0.3s ;
	color: #CCC;
}
.more_btn a {
	background: #333;
	border-color: #333;
}
.more_btn a:hover {
	color: #333;
    background: #FFF;
}
#section_information {
	font-size:14px;
	font-weight:bold;
}
#section_information table.info {
    display: inline-block;
	margin: 10px auto;
	width: auto;
	border: 1px solid #EDEDED;
}
#section_information table.info th {
	font-size: 120%;
	padding: .6em;
	background-color: #EDEDED;
}
#section_information table.info td {
	padding: 1.0em 2em;
}

#section_information table.place {
	margin: 0 auto;
	border-bottom: 1px solid #EDEDED;
}
#section_information table.place td {
	padding: 10px 20px;
	text-align: left;
}
#section_information table.place.textcenter td {
	text-align:center;
}
#section_information table.place tr:nth-child(even) td {  
  background-color: #FFF; 
}
#section_information table.place tr:nth-child(odd) td {  
  background-color: #EDEDED;
}

#section_information table.place a {
	color:#333;
}
#section_information table.place a:hover {
	color:#B61924;
}
.map {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 1.5em auto 0 auto;
}
.map img {
    max-width: 100%;
    height: auto;
}
.font-b {
	font-size:18px;
	padding: 0 0 10px 0;
}
.font-s {
	font-size:12px;
}
.wk {
    margin-bottom: 1em;
}
.wk span {
	background-color:#000;
	color:#FFF;
	padding: .2em .6em;
	margin: 0;
    letter-spacing: 2px;
}
#section_contact .mail a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#section_volunteer h3 {
	font-size: 20px;
	color: #000;
	margin: 40px 0 10px 0;
}
#section_volunteer ul {
    display: inline-block;
	margin:auto;
    width: auto;
    box-sizing: border-box;
}
#section_volunteer ul li {
	list-style:inside;
	text-align:left;
    box-sizing: border-box;
}
#section_timetable {
	text-align: center;
}
#section_timetable .small {
	font-size: 11px;
}
.timetable_content {
    display: inline-block;
}
.timetable_content .tt_box {
    text-align: center;
    width: 100%;
}
.timetable_content .tt_box a:hover img {
    opacity: 0.7;
}
.timetable_content .tt_box img {
    width: 100%;
}
.timetable_content .down_btn a {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    margin: 20px auto 40px auto;
    background: #000;
    border: 1px solid #000;
    color: #FFF;
    padding: 1em;
    font-size: 15px;
}
.timetable_content .down_btn a i {
    color: #FFF;
    margin-right: 1em;
}
.timetable_content .down_btn a:hover {
    background: #FFF;
    color: #000;
}
.timetable_content .down_btn a:hover i {
    color: #000;
}
 
#section_faq dl {
	font-size: 13px;
	display:block;
	width:710px;
	margin: auto;
	line-height:1.8em;
	}
#section_faq dt {
	font-weight:bold;
	color:#B61924;
}
#section_faq dt:before {
    content:"Q";
    font-weight: bold;
    margin-right: .5em;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #B61924;;
    color: #FFF;
}
#section_faq dd {
	margin: .5em 0 1.5em 1em;
    display: flex;
}
#section_faq dd:before {
    content:"A.";
    font-weight: bold;
    margin-right: .5em;
    font-size: 20px;
    display: block;
}
#section_faq dd span {
    display: inline-block;
}
#section_sns {
    text-align: center;
    padding: 40px 0 0 0;
	overflow:hidden;
	clear:both;
	text-align:center;
}
#section_sns ul {
    display: table;
    margin: 0 auto;
}
#section_sns ul li {
    padding: 5px;
	display: table-cell;
}
#section_sns ul li div {
    margin: 0;
    padding: 0;
    float: left;
    
}
#section_history .section_content {
	text-align:center;
}
#section_history .section_content a {
	padding: 5px;
	width:100px;
	margin:10px auto;
	background:#000;
	color:#fff;
	display: inline-block;
	box-sizing: border-box;
}
#section_history .section_content a:hover {
	background:#B61924;
}
#section_history .history_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
}
#section_history .history_list li {
	display: inline-block;
	margin: 0;
}
#section_history .history_list li a {
	display: block;
	margin: 0;
}
#section_credit .section_content {
    text-align: center;
    margin-top:40px;
}
#section_suppor h1,
#section_credit h2 {
    font-size:150%;
    line-height: 2.0em;
    font-weight: bold;
    letter-spacing: 0;
}
#section_credit b {
    font-size:150%;
    font-weight: bold;
}
#section_credit h3 {
    font-weight: bold;
    color:  #666;
    font-size: 120%;
    line-height: 1.8em;
    margin-top:5px;
}
#section_credit p {
    line-height: 1.6em;
}
#section_credit .venues {
    width: auto;
    margin: auto;
    text-align: left;
}
#section_credit .venues th {
    font-weight: bold;
    padding: 0.3em 1.0em;
    white-space: nowrap;
}
#section_credit .venues td {
    padding: 0.3em 1.0em;
}
#section_suppor .section_content {
    padding: 20px 0 0 0;    
}
#section_footer a {
    display: inline-block;
}
#section_footer .copy {
    text-align: center;
    color:  #000;
}
#section_shop {
    overflow: hidden;
}
.shop {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 10px 0 20px 0;
}
.shop li {
    display: inline-block;
}
.shop li a {
    display: inline-block;
    font-size: 18px;
     margin: 8px;
    padding: 1.0em 1.5em;
    text-align: center;
    font-weight: bold;
    letter-spacing:2px;
    border: 1px solid #f4f4f4;
    background:  #FFF;
}
.shop li a:hover {
    background: #f4f4f4;
}

/* section CSS End */
/**************************************/
/* figure CSS Start */

ul.artists {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: min(1000px, 100%);
}
ul.artists li figure {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
ul.artists li figure img {
	width: 100%;
	height: auto;
	display: block;
}
ul.artists li figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	background-color: #000;
	opacity: 0;
	transition: 0.3s;
}
ul.artists li figcaption:hover {
	opacity: .8;
}
ul.artists li figcaption p,
ul.artists li.audition p {
	font-weight: bold;
	position: absolute;
	color: #FFF;
	top: 50%;
    left: 50%;
	width: 100%;
	text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
ul.artists li.audition p {
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
ul.artists li a span.gest {
	position: absolute;
	bottom: .5em;
	left: 50%;
	z-index: 10;
	width: 100%;
	text-align: center;
	background: transparent;
	-webkit-transform: translate(-50%, 0);
   	transform: translate(-50%, 0);
	color: #B61924;
	font-weight: bold;
}
ul.artists li .label {
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 5;
	background-color: white;
	color: black;
	padding: .25em .5em;
	font-weight: bold;
	letter-spacing: .1em;
}
picture img,figure img {
	max-width: 100%;
	height: auto;
}
ul.artists li.audition {
	background-color: black;
	position: relative;
}
/* figure CSS End */
/**************************************/
/* artist page CSS */
#artists_page {
	padding: 3%;
	text-align:center;
	font-size:12px;
	line-height:1.6em;
}
#artists_page h1 {
	font-size:20px;
	line-height:1.8em;
	font-weight:bold;
	color: #333;
	margin-bottom: 1em;
}
#artists_page h1 small {
	font-weight: normal;
	font-size: 16px;
	margin-left: 1em;
}
#artists_page h2 {
    font-weight:bold;
    font-size:18px;
    line-height: 1.2em;
    margin-bottom: 0.3em;
}
#artists_page .profile_box {
	padding: 10px 0;
	text-align:left;
}
#artists_page .artists_table {
    display: table;
    margin: 10px 0;
}
#artists_page .artists_table_layout {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px;
    width: 50%;
}
.layout_img img {
    max-width: 100%;
    height: auto;
}
#artists_page img.artistsphoto {
    max-width: 100%;
    height: auto;
    margin: auto;
    
}
/* artist page CSS End */
/**************************************/
/* shop page CSS */

#shop_page {
	padding: 3%;
	text-align:center;
	font-size:12px;
	line-height:1.6em;
	
}
#shop_page h1 {
	font-size:25px;
	line-height:1.8em;
	font-weight:bold;
    margin-bottom: 10px;
	color: #333;
	
    letter-spacing:2px;
}
/* shop page CSS End */
/**************************************/
/* icon CSS */
#section_contact .mail i {
	display: inline-block;
	font-family: 'FontAwesome';
	color: #000;
	font-size: 20px;
	margin:20px auto;
}
.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.iframe-wrapper{
	
	margin-top: 25px;
}
.iframe-wrapper iframe {
  width: 560px;
  height: 315px;
}
#section_audition {
	padding: 30px 0 50px 0;
}
#section_audition dl {
	padding: 1.5em;
}
#section_audition dt {
	font-weight: bold;
}
#section_audition dd {
	margin-bottom: 1em;
}
#section_audition dd:last-child {
	margin-bottom: 0;
}
#section_crowdfunding {
	padding-bottom: 70px;
}
/* icon CSS End */
/**************************************/
/* media CSS */
.sp {
	display: none;
}

	@media only screen and (min-width: 769px) and (max-width: 980px) {
		
		#main_header {width: 80%; padding: 5px;margin: 0 auto;}
		#main_header img {width:80%;}
		#main_header h1 {margin: 0; padding: 20px 0 20px 0;}
        #main_header h1.saitama {margin: 0; padding: 0;}
        #main_header h1.saitama img {width:100%;}
        
		section div.inner {width:760px;}
		ul.artists { width:100%; margin: auto;}
		#section_yoyaku .section_content {
			width:95%
		}

	}
	@media only screen and (max-width: 768px) {
		.sp {
			display: block;
		}
		#main_nav {
			display:none;
		}
		.slicknav_menu {
			display:block;
			position: fixed;
			top: 0;
			right: 0;
			z-index: 100;
		}
        h1#section_title {
            font-size: 2.8em;
            margin: 1em auto;
        }
		h1#section_title.about_cap {
			font-size: 1.8em;
		}
		#main_header {width: 100%;padding: 0;margin: 0 auto;}
		#main_header img {width:100%;}
		#main_header h1 {margin: 0;padding: 20px 0 20px 0;}
        #main_header h1.saitama {margin: 0;padding:0;}
		#section_sns {
			margin: 0 auto 0 auto;
			padding: 40px 50px 0 50px;
		}
		#main_nav ul {width:80%;margin: 0 auto;}
		#main_nav li {float:none;padding: 3px;margin:0;text-align:center;}
		#main_nav li.bg {background-image: none;margin:0;padding:0;}
		
		#section_yoyaku .section_content {width:80%;}
		
		section div.inner {width: 390px;}
		ul.artists {width:100%;}
		#section_footer .copy {font-size:10px;}
		
		#section_timetable .section_content img.time,#section_faq dl {width:100%;}
		
		.pc {
			display: none;
		}
		ul.artists {
			grid-template-columns: repeat(2, 1fr);
		}
		#section_audition {
			padding: 0 0 20px 0;
		}
		#section_crowdfunding {
			padding-bottom: 20px;
		}
	}
	@media only screen and (max-width: 479px) {
        section div.inner {width: 95%;}
		#section_yoyaku .section_content {width:80%; padding: 5%;}
		#section_yoyaku .box_inner {padding: 2px 2px 10px 2px;}
		#section_information table { width:100%; font-size:13px;}
		#section_information table td { padding:5px; word-break: break-all;}
		#section_information table.st  { display:none;}
		#section_information table.mob  { display: table;  margin: 0 auto; width:90%;}
		/*#artists_page img { width:300px;}*/
		#section_timetable .section_content img.time,#section_faq dl {width:100%;}
		
		table.place td {
			display:block;
			padding: 10px;
		}
        .shop li a {
            font-size: 14px;
            margin: 6px;
            padding: 0.5em 1.0em;
        }
	}
	@media screen and (max-width: 560px) {
	  .iframe-wrapper {
		position: relative;
		width: 100%;
		padding: calc(315 / 560 * 100%) 0 0;
	  }
	  .iframe-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#section_information table.place td {
		padding: 10px 0;
		text-align: center;
	}
	#artists_page .artists_table_layout {
		display: block;
		padding: 10px;
		width: 100%;
	}
	#artists_page .artists_table_layout.layout_img {
		width: 100%;
		text-align: center;
	}
	#artists_page .artists_table_layout.layout_img img {
		width: 200px;
		height: auto;
	}
	.timetable_content .down_btn a {
		font-size: 14px;
		padding: .8em;
		width: 80%;
	}  
}
.coming_soon{
	text-align: center;
	
}
.coming_soon span {
    display: inline-block;
    margin: 20px auto 40px auto;
    background: #000;
    border: 1px solid #000;
    color: #FFF;
    padding: 1em;
    font-size: 15px;
}
.coming_soon span:hover {
    background: #FFF;
    color: #000;
}
