@charset "UTF-8";
/* CSS Document */
html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}
*{
    box-sizing: border-box;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;

}
body{
    overflow-x: hidden;
    background-color: #fff;
    background-position: center top;
    background-size: 100% auto;
    color: #000;
    font-size: clamp(12px, 1.40625vw, 18px);
    line-height: 1.8em;
    font-family: "Noto Sans JP", sans-serif;
/*        font-family: "Noto Serif JP", serif;*/
    font-weight: 400;
    letter-spacing: 0.01em;
}

#wrap, section {
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

a{
    color: inherit;
    text-decoration: none;
}
a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
transition:  0.5s;
}

li{
    list-style-type: none;
}

.pc{
        display: block;
    }
.sp{
    display: none;
}

header#live-2 h1 {
    text-indent: 100%;
white-space: nowrap;
overflow: hidden;
    height: 0;
}



@media screen and (max-width: 768px){
    body{

}
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}
/*************************
*ヘッダー
*************************/
header {
    width: 100%;
}
header #mv {
    background: url("../img/pc_mv-2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 40.9375%;
}
header #mv-0 {
    background: url("../img/pc_mv.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 40.9375%;
}
@media screen and (max-width: 768px){
header #mv {
    background: url("../img/sp_mv-2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
/*    padding-top: 145.8%;*/
	padding-top: 123%;
}
header #mv-0 {
    background: url("../img/sp_mv.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 145.8%;

}
}

.boxA {
	width: 90%;
	max-width: 1200px;
	margin: 1em auto;
	padding: 1.5em 0;
}
.boxB {
	width: 90%;
	max-width: 1100px;
	margin: 1em auto;
	padding: 1.5em 0;
}
.bgBlack {
	background: #000;
	color: #fff;
}
.font-16 {
	font-size: clamp(12px, 1.25vw, 16px); 
	line-height: 1.5em;
}
.txt-center {
	text-align: center;
}
em {
	font-weight: 700;
	font-style: normal;
}

/*************************
*コンテンツ
*************************/
.appearanceHead {
	width: 60%;
	max-width: 320px;
	margin: auto;
	border: 3px solid #000;
	font-weight: 900;
	font-size: clamp(14px, 1.875vw, 24px); 
	line-height: 1.5em;
	text-align: center;
}
h2#appearance-1 {
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	padding: 0.5em 0 0.75em;
	font-size: clamp(32px, 4.6875vw, 60px); 
	text-align: center;
}
.appearance-2-Wrap {
border-top: 1px solid #000;	
	padding-top: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	}

.appearance-2-box {
	width: 48%;
	margin-bottom: 1em;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
}
/* 最後の要素が奇数で1個余った時 */
.appearance-2-box:last-child:nth-child(odd) {
	margin-left: auto;
	margin-right: auto;
}

.appearance-2-box .infoWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.appearance-2-box .infoWrap .date {
	width: 35.7%;
background: #000;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: clamp(18px, 2.8125vw, 36px); 
	line-height: 1.5em;
	padding: 0.5em 0;

}
.appearance-2-box .infoWrap .place {
	width: 62%;
	color: #000;
	display: flex;
	flex-wrap: wrap;
align-items: center;
	font-size: clamp(18px, 2.8125vw, 36px); 
	line-height: 1.15em;
	padding: 0.5em 0;
}
.appearance-2-box .infoWrap .date big {
font-size: clamp(32px, 4.6875vw, 60px); 
}
.appearance-2-box .infoWrap .date small {
font-size: clamp(14px, 1.875vw, 24px); 
}
.appearance-2-box .infoWrap .open {
	font-size: clamp(12px, 1.40625vw, 18px);
	line-height: 1.5em;
	font-family: "Noto Sans JP", sans-serif;
	border-bottom: 1px solid #000;
	width: 100%;
	font-weight: 500;
}
.appearance-2-box .infoWrap .guest {
	font-size: clamp(12px, 1.40625vw, 18px);
	line-height: 1.5em;
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	font-weight: 500;
}
.appearance-2-box .phWrap {
	width: 100%;
	margin-top: 0.5em;
}
#zidol {
	background-image:url("../img/ph_zidol.jpg");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 66.7%;
}
#reon {
	background-image:url("../img/ph_reon.jpg");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 66.7%;
}
#oguro {
	background-image:url("../img/ph_oguro.jpg");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 66.7%;
}

@media screen and (max-width: 768px){
.appearanceHead {
	border: 2px solid #000;
}
.appearance-2-box {
	width: 100%;
	max-width: 400px;
	margin: 0.5em auto;
	padding:1em;
	border-bottom: 1px dotted #000;
}
.appearance-2-box .infoWrap .date {
	display: inline-block;
	text-align: center;
	}
}

/*チケット*/
.ticketHead {
	width: 60%;
	max-width: 320px;
	margin: auto;
	border: 3px solid #fff;
	font-weight: 900;
	font-size: clamp(14px, 1.875vw, 24px); 
	line-height: 1.5em;
	text-align: center;
}
h2#ticket-1 {
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	padding: 0.5em 0 0.75em;
	font-size: clamp(18px, 2.8125vw, 36px); 
	text-align: center;
	line-height: 1.5em;
}
h2#ticket-1 big {
	font-size: clamp(24px, 3.75vw, 48px); 
}
#ticketWrap .noteWrap {
	width: 90%;
	max-width: 960px;
	margin: auto;
	border-top:1px solid #fff;
}
#ticketWrap .noteWrap p.note {
	width: 100%;
	max-width:640px;
	margin: 0.5em auto 0;
	font-weight: 400;
	 font-size: clamp(12px, 1.25vw, 16px); 
	line-height: 1.5em;
}

@media screen and (max-width: 768px){
.ticketHead {
	border: 2px solid #fff;
}
}

/*注意事項*/
.noteWrap-2 {
	border: 1px solid #000;
	padding: 1em 2em;
	font-size: clamp(11px, 1.09375vw, 14px); 
	line-height: 1.5em;
}
.noteWrap-2 p {
	padding: 1.5em 0;
}
.noteHead-2 {
	text-align: center;
	font-size: clamp(12px, 1.40625vw, 18px);
	line-height: 1.5em;
	font-weight: 900;
}

/*************************
*フッター
*************************/
footer {
    width: 100%;
    font-size: clamp(11px, 1.09375vw, 14px); 
    padding: 3em 0;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}

/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
  background: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#loading img {
    width: 80%;
    margin: auto;
}




