@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{
    font-size: clamp(12px, 1.25vw, 16px);
    line-height: 1.8em;
    font-family: 'Noto Sans JP',  sans-serif;
    font-weight: 400;
    color: #fff;
    background: url("../img/cntnt_bg.jpg");
   background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

#wrap, section {
    width: 100%;
    padding: 0;
    margin: 0;

}

a{
    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 h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
}

@media screen and (max-width: 768px){
/*    body{
         background: url("../img/cntnt_bg-sp.jpg");
 background-repeat: repeat;
    background-position: top center;
    background-attachment:scroll;
}*/
.body::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background: url("../img/cntnt_bg-sp.jpg");
background-size:cover;
}

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

#wrap {
    width: 100%;
}
#wrap img {
    vertical-align: bottom;
}

.boxA {
    width: 90%;
    max-width: 1200px;
    margin: auto ;
    padding: 1.5em 0;
}
.boxB {
    width: 90%;
    max-width: 960px;
    margin: auto ;
    padding: 1.5em 0;

}
.bgA {
    background: rgba(255,0,0,0.2);
}
.color01 {
    color: #c00;
}
.underline {
 text-decoration: underline;
}
/*************************
*ヘッダー
*************************/
header {
    width: 100%;
     position: relative;
    height: auto;
}
#mv {
    background: url("../img/pc_mv.jpg");
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}


@media screen and (max-width: 768px){
    #mv {
   /* background: url("../img/sp_mv.jpg");*/
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 56.25%;
}
}
 
/*************************
*コンテンツ
*************************/
    /*INFO*/
    #infoWrap {
        width:90%;
        max-width: 880px;
        max-height: 180px;
        margin: 1.5em auto;
        overflow-y: scroll;
        padding: 0 2.5%;
/*        border:1px solid #fff;*/
    }
.infoArea {
    width: 100%;
    border: 1px dashed #d0111b;
    padding: 0.25em 0.5em;
    display: flex;
/*    flex-wrap: wrap;*/
    margin: 0.5em 0;
}
.infoArea a {
    color: #fff;
}
.infoDate {
    width: 20%;
    min-width: 6em;
    color: #d0111b;
    font-family: "Noto Serif", serif;
    font-weight: 900;
}
.infoTxt {
    width: 80%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding: 0 0.5em;
    border-left: 1px solid #d0111b;
    
}
@media screen and (max-width: 768px){
  #infoWrap {
      max-height: 120px;
      overflow-y: scroll;
    }
}
.chapterWrap{
    width: 60%;
    max-width: 200px;
    margin: auto;
    background: #d0111b;
    color: #fff;
    font-size: clamp(12px, 1.40625vw, 18px);
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
}
h2.chapterTit {
    text-align: center;
    font-size: clamp(20px, 3.75vw, 48px);
    line-height: 1em;
    font-weight: 900;
    margin-top:0.5em;
}
h2.chapterTit small {
    font-size: 0.8em;
}
h3.chapterSubTit {
    text-align: center;
    font-size: clamp(16px, 2.8125vw, 36px);
    line-height: 1.5em;
    font-weight: 900;
}
h4.chapterCopy {
        text-align: center;
    color: #d0111b;
    font-family: "Noto Serif", serif;
    font-weight: 900;
    font-size: clamp(16px, 2.34375vw, 30px);
    line-height: 1.5em;
    margin: 1em 0;
}

.overview {
    text-align: center;
    font-size: clamp(14px, 1.5625vw, 20px);
    line-height: 1.8em;
}
.note01 {
   font-size: clamp(11px, 1.09375vw, 14px);
    line-height: 1.8em; 
    font-weight: 400;
    margin: 1em 0;
    text-align: center;
    color: #999;
    border-top: dotted 1px #fff;
    padding-top: 1em;
}
.note02 {
   font-size: clamp(11px, 1.09375vw, 14px);
    line-height: 1.8em; 
    font-weight: 400;
    text-align: center;
    color: #999;
}
@media screen and (max-width: 768px){
    h2.chapterTit span, h3.chapterSubTit span, h4.chapterCopy span, .overview span, .note01 span {
    display: inline-block;
}
    .overview {
    text-align: left;

}
}
/*chapter1*/
.performanceOverviewWrap {
    width: 100%;
    margin: 3em auto 0;
    text-align: center;
}
.performanceOverviewWrap h2.head {
    width: 60%;
    max-width: 360px;
    margin: auto;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
        font-family: "Noto Serif", serif;
    font-weight: 900;
    font-size: clamp(16px, 2.34375vw, 30px);
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.performanceOverviewWrap h2.head small {
    font-size: 0.8em;
}
.performanceOverviewArea {
    border-top:1px solid #fff;
    padding-top: 1em;
    padding-bottom: 1em;
}
ul.performanceOverview {
    width: 100%;
    margin: auto;
    display: flex;
    font-size: 0;
}
ul.performanceOverview li {
    display: inline-block;
    vertical-align: top;
    font-size: clamp(12px, 1.25vw, 16px);
    line-height: 1.8em;
    width: 50%;
    text-align: left;
}
ul.performanceOverview li:nth-child(1) {
    border-right: 1px solid #fff;
}
.scheduleWrap {
    width: 90%;
    margin: auto;
    padding: 0.25em 0;
}
h3.tourTit {
     font-family: "Noto Serif", serif;
    font-weight: 900;
    font-size: clamp(16px, 1.875vw, 24px);
    line-height: 1.5em;
border-bottom:1px dotted #fff;
}
h3.tourTit small {
    font-size: 0.8em;
     font-family: 'Noto Sans JP',  sans-serif;
}
.scheduleItem {
    background: #d0111b;
    width: 6em;
    text-align: center;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0.5em 0;
}
.scheduleItem-2 {
    background: #d0111b;
    width: 14em;
    text-align: center;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0.5em auto;
}
ul.ticketWrap {
    width: 100%;
    max-width: 680px;
    margin: 0.25rem auto;
}
ul.ticketWrap li {
    display: inline-block;
    vertical-align:top;
    font-weight: 900;
}
ul.ticketWrap li a {
    color: #ffcc00;
}
ul.ticketWrap li:nth-child(1) {
    font-size: clamp(14px, 1.40625vw, 18px);
    line-height: 1.5em;
    width: 34%;
    text-align: right;
    padding-top: 0.15em;
}
ul.ticketWrap li:nth-child(2) {
    font-size: clamp(16px, 1.875vw, 24px);
    line-height: 1.5em;
    width: 65%;
     text-align: left;
    padding-left: 0.5em;
}
ul.ticketWrap li:nth-child(2) small {
    font-size: 0.7em;
    font-weight: 400;
}
.noteWrap {
    border: 1px solid #fff;
    padding: 1.5em;
    font-size: clamp(11px, 1.09375vw, 14px);
    line-height: 1.5em;
}
.noteWrap big {
 font-size: clamp(11px, 1.09375vw, 14px);
    font-weight: 700;
}
.noteWrap p {
    margin-bottom: 1em;
}
.inquiryWrap {
    width: 100%;
    background: rgba(0,0,0,0.3);
    text-align: center;
    padding: 1em;
    margin: 2em auto;
}
.inquiryWrap a{
    color: #ffcc00;
}


@media screen and (max-width: 768px){
    ul.performanceOverview {
    width: 100%;
    margin: auto;
    display: block;
}
    ul.performanceOverview li {
    display: inherit;
    width: 100%;
    text-align: left;
     padding: 1em 0;
}
    ul.performanceOverview li span, .performanceOverviewWrap span {
        display: inline-block;
    }
ul.performanceOverview li:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #fff;
}
ul.ticketWrap li:nth-child(1) {
    width: 90%;
    text-align: center;
    padding-top: 0;
    border-bottom: 1px dotted #fff;
   
}
ul.ticketWrap li:nth-child(2) {
    width: 90%;
     text-align: center;
    padding-left: 0;
     margin-bottom: 1em;
}
}

/*************************
*フッター
*************************/
footer p {
    padding: 2.5em 0;
    text-align: center;
    font-size: clamp(10px, 1.167vw, 14px);
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1em;
}

/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
 background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  /* 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;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
/*  backdrop-filter: blur(10px);*/
}
