@charset "UTF-8";
@import url("reset.css");

/*
font-family: 'Lato', sans-serif;

font-family: 'Montserrat', ;
font-family: 'Quicksand', ;
font-family: 'Julius Sans One', ;
font-family: Montserrat,sans-serif;
*/

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #000;
  background-image: url(../teaser/bg.png)!important;
  background-repeat: repeat;
  background-size: cover!important;
  color: #ebeefa;
}

.wrapper {
  overflow: hidden;
}
main {
  margin: 0;
  padding: 0;
}

main {
    min-height: calc(100vh - 200px);
}

.lato {
  font-family: 'Lato', sans-serif;
}
/* inner */
.inner { margin:0 auto; }
.inner.width-1100 { width:1100px; }


@media screen and (max-width:1100px) {
.inner { padding:0; }
.inner.width-1100 { width:100%; } 
}


a, .uk-link {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:active,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #fff!important;
  text-decoration: none;
}

.post, .page {
    margin: 0!important;
}

#mbtm50 {
padding-bottom: 100px;
}


@media screen and (max-width: 768px) {
#mbtm50 {
padding-bottom: 50px;
}
.inner {
  padding: 0 20px;
}
}

/*=======================================================
 header
 =======================================================*/

 header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
background: none!important;
}



header .logo {
  padding: 0 0 0 20px;
  font-size: 36px;
display: inline-block;
  background: linear-gradient(180deg, #ed9047 0%, #7bc0be 50%, #efea74 100%);
  background: -webkit-linear-gradient(-90deg, #ed9047 0%, #ed9047 50%, #efea74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Anton', sans-serif;
}
header .logo img {
height: 30px;
 
}



nav ul {
  margin: 0;
  display: flex;
    justify-content: center;
    align-items: center;

}
nav li {
  margin: 0 0 0 25px;
  list-style-type: none;
}

nav li:last-child {
  margin: 0 25px;

}





header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  background: #000;
}
nav .navbox {
  text-align: center;
}

nav ul .menu_en {
font-size: 16px;
font-weight: 300;
letter-spacing: 0.05em;
color: #ebeefa;
font-family: 'Noto Sans JP', sans-serif;
}
nav ul .menu_jp {
font-size: 12px;
font-weight: 100;
margin-top: 5px;
}

nav ul a {
  color: #ebeefa;
}

nav ul a:hover {
opacity: 0.8;
  color: #ebeefa;
}


@media screen and (max-width:1240px) {
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



header .logo {

  padding: 0 0 0 10px;
  font-size: 36px;
    font-weight: 400;
}


nav ul {
  margin: 0;
  display: flex;
    justify-content: center;
    align-items: center;
}
nav li {
  margin: 0 0 0 20px;
  list-style-type: none;
}



nav ul .menu_en {
font-size: 15px;
font-weight: 300;
letter-spacing: 0.05em;
}
nav ul .menu_jp {
font-size: 12px;
font-weight: 100;
margin-top: 5px;
}}


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

header .logo {

  padding: 0 0 0 10px;
  font-size: 24px;
    font-weight: 400;
}
}



/* humburger */
@media screen and (max-width: 1080px) {

#gloval-nav ul li:nth-child(8) {
margin: 0;
}

header .phonebox {
    display: none;
}

header .logo {

    padding: 0 0 0 15px;
    font-size: 20px;
    font-weight: 400;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
}



header .logo {

  padding: 0 0 0 10px;

}
nav li {
  margin: 0;
  list-style-type: none;
}

nav ul a .contact {
    background: transparent;
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: auto;
    color: #fff;
    padding: 0 15px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
nav ul a .contact img {

  height:  30px;
  vertical-align:  middle;
}


#nav-toggle {
  /*position: fixed;
  top: 15px;
  right: 15px;*/
  padding-right: 10px;
  height: 32px;
  cursor: pointer;

}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
  width: 90%;
  height: 1px;
  left: 0;
  display: block;
  background: #ebeefa;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
}
#nav-toggle span:nth-child(3) {
  top: 24px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 21px;
}

.open #nav-toggle span {
  background: #ebeefa;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #060d1d;
  color: #c9bc9c;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #c9bc9c;
  text-decoration: none;
  padding: 20px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
	
}
#gloval-nav a:hover {
  color: #666;
}

nav {
  width: 100%;
}

nav ul {
  margin: 0;
  display: block;

}
nav ul li {
width: 100%;

}

nav ul.sns {
    display: inline-flex;
}
nav ul.sns li {
    margin: 0 20px;
}
nav li:last-child {
    margin: 0;
}
nav ul .menu_en {
font-size: 20px;
}
nav ul .menu_jp {
font-size: 12px;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
#gloval-nav ul li:nth-child(8) {
  -webkit-transition-delay: .10s;
          transition-delay: .10s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
/* humberger */

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}

}


.home main {
    min-height: 100%;
    min-height: calc( 100vh - 124px);

}
/*main {
    min-height: 100%;
    min-height: calc( 100vh - 210px);

}*/



/* home */

.topvisual{
  display: flex;
  min-height: 100%;
  justify-content: space-between;
  padding: 80px 50px 0 50px;
  max-width: 1000px;
  margin: 60px auto 0;
  flex-wrap: wrap;
}

.poster{
width: 100%;
margin-bottom: 40px;
}

.topcontents{
  width: 100%;
  margin: 00;
  display:flex;
  flex-wrap:wrap;justify-content:center;align-items:center;}

.topcontents .presite {
	display:block;
}

.topcontents h2 {
	text-align:center;
	font-size: 18px;
	color:#fff;
	line-height:34px;
	margin-bottom:30px;

}

.topcontents h2 .underline {
	border-bottom: 1px solid #af1e24;

}

.topcontents .cast {
	text-align:center;
	font-size: 18px;
	color:#fff;
	line-height:34px;
	margin-bottom: 30px;
}


.poster {
    height: 100%;
}

.poster {
 width:100%;
 height:auto;
 background: url(../img/mv.png);
  background-size:100%;  
  /*background-size: cover;*/
  background-repeat: no-repeat;

}

.poster:before {
  display:block;
  content:"";
    padding-top: 141.33064516129%;
  }
.topcontents .news {
  margin: 0 auto;

} 

p.posterimg {
	margin: 0 auto!important;
}
p.posterimg img {
	margin: 0 auto!important;
	width: 100%;
	max-width: 1000px;
}

.topcontents h1 {
text-align: center;
font-size: 3.6vw;

color: #C92A28;
}
.topcontents .catch {
  text-align: center;
font-size: 34px;
margin-bottom: 30px;
  font-weight:bold;
  color: #fff;
  /*background: linear-gradient(0deg, #8a1c03 0%, #cc320e 45%, #fa3d3d 70%, #cc320e 85%, #8a1c03 90% 100%); */
    text-shadow: 0px 0px 10px rgba(231, 44, 25, 1);
  -webkit-background-clip: text;
line-height: 1.6em;
  }
  .topcontents .catch .large {
    font-size: 3.8vw;
  }

.topcontents .logo {
  text-align: center;
  margin: 60px auto 80px;
}
.topcontents .logo img {
  width: 500px!important;
}

.logoarea {
position: relative;
width: 100%;
max-width: 500px;
margin: 0 auto;
transition: opacity 2s;
}
.logoarea .kirikae-img {
transition: opacity 2s;
}



.switch_image {
    position: relative;
width: 100%;
max-width: 500px;
margin: 0 auto;
  }

.switch_image img {
    transition: opacity 2s;
}
.switch_image:hover img:first-of-type {
    opacity: 0;
}

.switch_image img:last-of-type {
    position: absolute;
    top: 0;
	left: 0;
    opacity: 0;
}
.switch_image:hover img:last-of-type {
    opacity: 1;
}

.topcontents .schedule {
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
}
.topcontents .schedule img {
  width: 100%;
  height: auto;
}
.topcontents .stage  {
font-size: 30px;
text-align: center;
margin-bottom: 10px;
}


.topcontents .date  {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  }
  .topcontents .date .number  {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    }

.topcontents .hall  {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
    }
    .topcontents .hall .small  {
      font-size: 18px;
      margin-bottom: 20px;
      text-align: center;

      }

.topcontents .information  {
      font-size: 20px;
      margin-bottom: 20px;
      text-align: center;
      line-height: 36px;
      background: #060d1d;
      border: 1px solid #65a4f6;
      padding: 20px;
      box-shadow: 0 0 8px #65a4f6;
      letter-spacing: 0.03em;

      }
      
.topcontents .information .large  {
      font-size: 30px;
      }
      
      .topcontents .information .link  {
        font-size: 22px;
        color: #65a4f6;
        }
        .topcontents .information .link a {
          font-size: 22px;
          color: #65a4f6!important;
          text-decoration: underline;
          }
        

          .topcontents ul.list_cast {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            width: 100%;
            font-size: 18px;
            margin-bottom: 30px;
          }
          .topcontents ul.list_cast li {
           line-height: 30px;
          }
          
          .topcontents ul.list_cast li.left {
            width: calc( 50% - 40px );
            text-align: right;
          
          }
          
          
          .topcontents ul.list_cast li.line {
            width: 80px;
            text-align: center;
          }
          
          .topcontents ul.list_cast li.line img {
            width: 80px;
            vertical-align: middle;
            width: 60px;
          }
          
          
          .topcontents ul.list_cast li.right {
            width: calc( 50% - 40px );
            text-align: left;
          
          }
          
          
          .topcontents .text {
            text-align: left;
            font-size: 1.8vw;
            line-height: 1.6em;
          
          }
          .topcontents .small {
            text-align: center;
              font-size: 12px;
              vertical-align: middle;
            
          }
          
          .topcontents .textbox {
            display: table;
            margin: 0 auto 60px;
          }

/*
@media screen and (max-width: 1500px) {
  .poster{
width: 55%;

}

.topcontents{
width: 45%;

}}*/





@media screen and (max-width: 768px) {
  .topvisual {
    display: flex;
    min-height: 100%;
    justify-content: space-between;
    padding: 15px 15px 0 15px;
    flex-wrap: wrap;
}
.poster {
  width: 100%;
}
.topcontents {
  width: 100%;
}
.topcontents h1 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #C92A28;
  margin: 40px auto 0;
}
.topcontents .catch {
  text-align: center;
font-size: 20px;
line-height: 34px;
margin-bottom: 30px;
  font-weight:bold;
margin-top: 100px;
  color: #fff;
  /*background: linear-gradient(0deg, #8a1c03 0%, #cc320e 45%, #fa3d3d 70%, #cc320e 85%, #8a1c03 90% 100%); */
    text-shadow: 0px 0px 10px rgba(231, 44, 25, 1);
  -webkit-background-clip: text;
  }
  .topcontents .catch .large {
    font-size: 34px;
  }

.topcontents .logo {
  text-align: center;
  margin: 40px auto 50px;
}
.topcontents .logo img {
  width: 100%;
  max-width: 300px;
}

.logoarea {
    position: relative;
width: 100%;
  max-width: 300px;
margin: 0 auto;
	}

.switch_image {
    position: relative;
width: 100%;
  max-width: 300px;
margin: 0 auto;
  }


  .topcontents .logo_60th img {
    width: 130px;
}
.topcontents .stage {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.topcontents .date  {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  }
  .topcontents .date .number  {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
    }

.topcontents .hall  {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  }
  .topcontents .hall .small  {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;

    }

.topcontents .information  {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 32px;
    background: #060d1d;
    border: 1px solid #65a4f6;
    padding: 20px;
    box-shadow: 0 0 8px #65a4f6;
    }
    .topcontents .information .large  {
      font-size: 24px;
      }
      
.topcontents ul.list_cast {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}

.topcontents ul.list_cast.end {
  margin-bottom: 0;
}
.topcontents .small {
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
}
.topcontents .textbox {
  display: table;
  margin: 0 auto;
}

.topcontents ul.list_cast li.left {
  width: calc( 70% - 20px );
  text-align: right;

}


.topcontents ul.list_cast li.line {
  width: 40px;
}

.topcontents ul.list_cast li.line img {
  width: 30px;
  vertical-align: middle;

}


.topcontents ul.list_cast li.right {
  width: calc( 30% - 20px );
  text-align: left;

}

.topcontents ul.list_cast#first li.left {
  width: calc( 50% - 20px );
  text-align: right;

}

.topcontents ul.list_cast#first li.right {
  width: calc( 50% - 20px );
  text-align: left;

}
.topcontents .schedule {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}
}

/*_______________________________

news
_______________________________*/
.topnewsarea {
  width: 100%;
  /*background: rgba(0,18,88,0.3);*/
background-image: none!important;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width:1000px) {
  .topnewsarea {
    width: 100%;
    /*background: rgba(0,18,88,0.3);*/
  /*background-image: url(../img/cast_bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
  }}
  
.topnews {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 100px 0!important;
  text-align: center;
}
.topnews .message {
  font-size: 22px;
  color: #e72c19;
    line-height: 1.4em;
}
.topnews h2 {
  text-align: center;
  font-size: 3vw;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
  font-weight: bold;
  position: relative;
  
}
.topnews ul.sns {
  padding: 25px 0 25px;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.topnews ul.sns li {
  font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight:100;
    margin-right: 15px;
  }
  .topnews ul.sns li:last-child {
  
      margin-right: 0;
    }
  

    .topnews ul.sns img {
      margin:0 5px;
      }
      .topnews ul.sns .fa-brands {
        font-weight: 400;
        font-size: 30px;
      }
      
      @media screen and (max-width:768px) {
  
        .topnews h2 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px;
        text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
        font-weight: bold;
        position: relative;
      }}
/*アコーディオン全体*/

.topnews .txt {
	margin-bottom: 20px;
}

.topnews .nob {
	margin-bottom: 0;
}


.topnews .emphasize {
	font-weight:bold;
}


.topnews .accordion-area{
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}


.topnews .accordion-area li{
    margin: 10px 0;
}


.topnews .accordion-area section {
  padding:0;
  background: #060d1d;
  border: 1px solid #65a4f6;
  padding: 20px;
  box-shadow: 0 0 8px #65a4f6;
}

.topnews .accordion-area .contents_wrap {
  padding:0!important;
}


@media screen and (max-width:1000px) {
  .topnews {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 200px 30px!important;
    text-align: center;
  }
}


@media screen and (max-width:768px) {
  .topnews {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding:  80px 30px 60px!important;
    text-align: center;
  }
.topnews .message {
    font-size: 16px;
    color: #e72c19;
}
}

/*=======================================================
movie
 =======================================================*/

article.movie {
  margin: 80px auto;
}



.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     margin-bottom: 80px;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

article.movie a.linkbtn {
  line-height: 18px;
background: #060d1d;
border: 1px solid #65a4f6;
padding: 20px;
box-shadow: 0 0 8px #65a4f6;
letter-spacing: 0.03em;
}
article.movie a.linkbtn:hover {
opacity: 0.7;
}



/*=======================================================
アコーディオン

 =======================================================*/


.topnews .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
  color: #fff;
  text-align: left;
  margin-bottom:0;
}

/*アイコンの＋と×*/

.topnews .title::before,

.topnews .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #65a4f6;
    
}

.topnews .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}

.topnews .title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/

.topnews .title.close::before{
  transform: rotate(45deg);
}

.topnews .title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.topnews .box {
 display: none;/*はじめは非表示*/
  margin: 0 3% 3% 3%;
    padding: 0 3% 0 3%;
  text-align: left;
  width: 100%;
  background:none;
}
.topnews .box .text {
  color: #fff;
  text-align: left;
  margin-bottom:20px;
  font-size: 14px;
}
.topnews .box .lead {
  color: #fff;
  text-align: left;
  margin-bottom:0;
  font-size: 14px;
}

.topnews ul.lists {
  list-style: none;
  margin-bottom: 20px;
  color:  #fff;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.topnews ul.lists li {
  position: relative;
  padding-left: 16px;
}
.topnews ul.lists li:before {
  content: "・";
  left: 0;
  position: absolute;
}



.topnews ul.caution {
  list-style: none;
  margin-bottom: 20px;
  color:  #fff;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.topnews ul.caution li {
  position: relative;
  padding-left: 16px;
}
.topnews ul.caution li:before {
 content: '※';
left: 0;
  position: absolute;
}

.topnews ul.caution {
  list-style: none;
  margin-bottom: 20px;
  color:  #fff;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.topnews ul.caution li {
  position: relative;
  padding-left: 16px;
  margin: 0;
}
.topnews ul.caution li:before {
  content: "※";
  left: 0;
  position: absolute;
}


.topnews .indent {
  font-size: 14px;
  padding-left: 14px;
  text-indent: -14px;
  margin-bottom:0;
}

.topnews a {
    color: #c9bc9c;
    text-decoration: none;
}
.contents_btn {
  color: #fff;
  cursor:pointer;
  text-align:center;
  margin-top:30px;
}

.topnews ul.newslist {
  width: 100%;
  display:flex;
  justify-content:left;
  align-items:left;
}

.topnews ul.newslist li:nth-child(odd) {
  width: 100px;
  justify-content:left;
  align-items:left;
}
.topnews ul.newslist li:nth-child(even) {
  width: calc( 100% - 100px );

}


@media screen and (max-width:768px) {
.topnews .title {

  padding: 3% 30px 3% 5%;

}
.topnews ul.newslist {
  width: 100%;
  display:flex;
  justify-content:left;
  align-items:left;
  flex-wrap: wrap;
}

.topnews ul.newslist li:nth-child(odd) {
  width: 100%;
  justify-content:left;
  align-items:left;
  margin-bottom: 0;
  font-size: 14px;
}
.topnews ul.newslist li:nth-child(even) {
  width: 100%;
  margin-top: 0;
  font-size: 14px;
}
.topnews .box {
  display: none;
  margin: 0;
  padding: 0 30px 3% 5%;
  text-align: left;
  width: 100%;
  background: none;
  font-size: 14px;
  width: auto;
}
}


/*_______________________________

cast
_______________________________*/

.castarea {
  width: 100%;
  /*background: rgba(0,18,88,0.3);*/
background-image: url(../img/cast_bg_large.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:1000px) {
.castarea {
  width: 100%;
  /*background: rgba(0,18,88,0.3);*/
background-image: url(../img/cast_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}}


section.cast {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding:120px 0;
  text-align: center;
}

section.cast .logo {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 40px;
}
section.cast .logo img {
  width: 100%;
  max-width: 20vw;
  margin: 0 auto;
}

section.cast h2 {
  text-align: center;
  font-size: 3vw;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
  font-weight: bold;
  position: relative;
  
}

.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
 
.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #ebeefa;
      text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
}
 
.head-border:before {
    left: 0;
}
 
.head-border:after {
    right: 0;
}

section.cast h3 {
  text-align: center;
  font-size: 2vw;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
  font-weight: bold;
}


section.cast ul.list_cast {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 30px;
}
section.cast ul.list_cast li {
 line-height: 30px;
}

section.cast ul.list_cast li.left {
  width: calc( 50% - 40px );
  text-align: right;

}


section.cast ul.list_cast li.line {
  width: 80px;
}

section.cast ul.list_cast li.line img {
  width: 80px;
  vertical-align: middle;
  width: 60px;
}


section.cast ul.list_cast li.right {
  width: calc( 50% - 40px );
  text-align: left;

}


section.cast .text {
  text-align: left;
  font-size: 1.8vw;
  line-height: 1.6em;

}
section.cast .small {
  text-align: center;
    font-size: 12px;
    vertical-align: middle;
  
}

section.cast .textbox {
  display: table;
  margin: 0 auto 60px;
}

section.cast .text2 {
  font-size: 1.8vw;
  line-height: 1.6em;
  margin-bottom: 30px;
}



@media screen and (max-width:1350px) {
  section.cast {
  padding:150px 0;
}}

@media screen and (max-width:768px) {
  section.cast {
  padding:40px 0 40px;
  margin: 0 auto;
    width: 100%;
    max-width: 100%;
    width: 100%;

    background-image: url(../img/cast_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
}
section.cast .logo img {
  width: 100%;
  max-width: 130px;
    margin: 0 auto;
}

section.cast h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
  font-weight: bold;
  position: relative;
}
section.cast ul.list_cast {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}
section.cast .small {
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
}
section.cast .textbox {
  display: table;
  margin: 0 auto 30px;
}

section.cast ul.list_cast li.left {
  width: calc( 70% - 20px );
  text-align: right;

}


section.cast ul.list_cast li.line {
  width: 40px;
}

section.cast ul.list_cast li.line img {
  width: 30px;
  vertical-align: middle;

}


section.cast ul.list_cast li.right {
  width: calc( 30% - 20px );
  text-align: left;

}

section.cast ul.list_cast#first li.left {
  width: calc( 50% - 20px );
  text-align: right;

}

section.cast ul.list_cast#first li.right {
  width: calc( 50% - 20px );
  text-align: left;

}
section.cast h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
  font-weight: bold;
}
section.cast .text2 {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
}

/*_______________________________

production
_______________________________*/

.production {
  width: 100%;
  /*background: rgba(0,0,0,0.5);*/
  text-align: center;
  /*background: url(../img/cast_bottom.png) center top no-repeat;*/
  height: auto;
  background-size: contain;

}

section.introduction {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding:120px 0;
}

section.introduction h2 {
  text-align: center;
  font-size: 3vw;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
  font-weight: bold;
  position: relative;
}

section.introduction .text {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 40px;
}

section.introduction .text .small {
  font-size: 0.8em;
  vertical-align: middle;
}


@media screen and (max-width:1350px) {
  section.introduction {
  padding:120px 30px;
}}

@media screen and (max-width:768px) {
  section.introduction {
  padding:30px 15px;
}
section.introduction h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 28px;
}
section.introduction .text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
}
section.introduction .text .small {
  font-size: 0.8em;
  vertical-align: middle;
}
}

section.story {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding:120px 0;
}

section.story h2 {
  text-align: center;
  font-size: 3vw;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
  font-weight: bold;
  position: relative;
}

section.story .text {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 40px;
}


@media screen and (max-width:1350px) {
  section.story {
  padding:120px 30px;
}}

@media screen and (max-width:768px) {
  section.story {
  padding:30px 15px;
}
section.story h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 28px;
}
section.story .text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
}
}
/*_______________________________

トップページ　footer
_______________________________*/



footer {
   background:none;

}


footer .footermenu {
  text-align: center;
  margin: 0 auto;
  padding: 20px auto;
  color: #fff;
}
footer ul {
  padding: 25px 0 25px;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;

}
footer ul.sns li {
font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight:100;
  margin-right: 15px;
}
footer ul.sns li:last-child {

    margin-right: 0;
  }

footer .copy {
  text-align: center;
  font-size: 10px;
  color: #fff;
}



footer ul.sns img {
margin:0 5px;
}
footer ul.sns .fa-brands {
  font-weight: 400;
  font-size: 30px;
}



footer .copy {
  padding: 25px 0 25px;
}


@media screen and (max-width: 768px) {
footer {
padding-top: 10px;
padding-bottom: 0;
}
footer .copy {
  padding: 0 0 10px;
}
}


.copy {
    font-size: 12px;
    letter-spacing: 0.03em;
    padding-top: 10px;
    text-align: center;
}

/*_______________________________

staff
_______________________________*/

section.staff {
width: 100%;
margin: 0 auto;
max-width: 1000px;
text-align: center;
padding: 120px 0;
}

section.staff h2 {
  text-align: center;
  font-size: 3vw;
  margin: 0 auto 30px;
  text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
  font-weight: bold;
  position: relative;
}

section.staff ul.stafflist {
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
  margin-bottom: 80px;
}

section.staff ul.stafflist li {
	width: 32%;
	margin-right:2%;
	margin-bottom:40px;
}
section.staff ul.stafflist li:nth-child(3n) {
	margin-right:0;
}
section.staff ul.stafflist li img {
	width: 100%;
	
}

section.staff ul.stafflist li .caption span {
	font-size:16px;
	text-align:center;
}

section.staff ul.stafflist li .caption {
	font-size:14px;
	text-align:center;
}

section.staff ul.stafflist img {
  width: 100%;
}


section.staff ul.list_staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 30px;
}
section.staff ul.list_staff li {
 line-height: 30px;
}

section.staff ul.list_staff li.left {
  width: calc( 50% - 40px );
  text-align: right;

}


section.staff ul.list_staff li.line {
  width: 80px;
  text-align: center;
}

section.staff ul.list_staff li.line img {
  width: 80px;
  vertical-align: middle;
  width: 60px;
}


section.staff ul.list_staff li.right {
  width: calc( 50% - 40px );
  text-align: left;

}


section.staff .text {
  text-align: left;
  font-size: 1.8vw;
  line-height: 1.6em;

}
section.staff .small {
  text-align: center;
    font-size: 12px;
    vertical-align: middle;
  
}

section.staff .textbox {
  display: table;
  margin: 0 auto 60px;
}

section.staff .text2 {
  font-size: 1.8vw;
  line-height: 1.6em;
  margin-bottom: 30px;
}
section.staff .text2 {
  font-size: 1.8vw;
  line-height: 1.6em;
  margin-bottom: 30px;
}
@media screen and (max-width:1350px) {
  section.staff {
  padding:120px 30px;
}}

@media screen and (max-width:768px) {
  section.staff {
  padding:80px 15px;
}
section.staff h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
  font-weight: bold;
  position: relative;
}
section.staff .text2 {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
section.staff ul.list_staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}
section.staff .small {
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
}
section.staff .textbox {
  display: table;
  margin: 0 auto 30px;
}

section.staff ul.list_staff li.left {
  width: calc( 30% - 20px );
  text-align: right;

}


section.staff ul.list_staff li.line {
  width: 40px;
}

section.staff ul.list_staff li.line img {
  width: 30px;
  vertical-align: middle;

}


section.staff ul.list_staff li.right {
  width: calc( 70% - 20px );
  text-align: left;

}

section.staff ul.list_staff#first li.left {
  width: calc( 50% - 20px );
  text-align: right;

}

section.staff ul.list_staff#first li.right {
  width: calc( 50% - 20px );
  text-align: left;

}


section.staff ul.stafflist {
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
  margin-bottom: 60px;
}
section.staff ul.stafflist li:first-child {
	width: 49%;
	margin: 0 25.5% 30px;
}
section.staff ul.stafflist li {
	width: 49%;
	margin-right:2%;
	margin-bottom:30px;
}
section.staff ul.stafflist li:nth-child(3), section.staff ul.stafflist li:nth-child(5), section.staff ul.stafflist li:nth-child(7) {
	margin-right:0;
}
	section.staff ul.stafflist li:nth-child(4) {
	margin-right:2%;
}
section.staff ul.stafflist li img {
	width: 100%;
	
}

section.staff ul.stafflist li .caption {
	font-size:12px;
	text-align:center;
}
section.staff ul.stafflist li .caption span {
	font-size:14px;
	text-align:center;
}
}


/*_______________________________

schedule
_______________________________*/

section.schedule {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  padding: 120px 0;
  }
  
  section.schedule h2 {
    text-align: center;
    font-size: 3vw;
    margin: 0 auto 30px;
    text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
    font-weight: bold;
    position: relative;
  }

section.schedule .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  }
  
  
  section.schedule .date  {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0.05em;
    }
    section.schedule .date .number  {
      font-size: 30px;
      margin-bottom: 30px;
      text-align: center;
      }
  
  section.schedule .hall  {
      font-size: 24px;
      margin-bottom: 40px;
      text-align: center;
      }
      section.schedule .hall .small  {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
  
        }
        section.schedule .hall .map  {     
        text-align: center;
        color: #000;
        background: #65a4f6;
        display: inline;
        padding: 2px 10px;
        margin-left: 5px;
        vertical-align: middle;
        font-weight: 500;
        font-size: 20px;
        }

        section.schedule .text  {
          font-size: 20px;
          margin-bottom: 10px;
          text-align: left;
          letter-spacing: 0.05em;
        }

        section.schedule .textbox {
          display: table;
          margin: 0 auto 60px;
        }
        section.schedule ul.caution {
          margin: 0 auto 20px;
          padding: 0;
          color: #fff!important;
        }
        section.schedule ul.caution li {
          list-style: none;
          padding-left: 1em;
          text-indent: -1em;
          text-align: left;
          margin-bottom: 0;
          color: #fff!important;
            font-size:14px;
        }


        section.schedule ul.schedulelist {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          max-width: 1000px;
          margin: 0 auto 50px;
          max-width: 800px;
        background: rgba(255, 255, 255, 0.1);
        padding: 30px;

        }
        
        section.schedule ul.schedulelist li.date {
        width: 120px;
        font-size: 18px;
        line-height: 44px;
        font-weight: bold;
        text-align: right;
        padding-left: 0;
        padding-right: 10px;
        margin-bottom: 0;
        }
        
        section.schedule ul.schedulelist li {
        width: calc( 50% - 60px );
        font-size: 18px;
        line-height: 32px;
        border-right: 1px dotted #fff;
        border-bottom: 1px dotted #fff;
        text-align:center;
        font-weight: bold;
          padding: 5px;
        }
        
        section.schedule ul.schedulelist li:nth-child(3n) {
        
        border-right: none;
        }
        
        section.schedule ul.schedulelist li .castname {
          padding: 5px 10px;
          background: #65a4f6;
          display: inline-block;
          vertical-align: middle;
          width: 100%;
        max-width: 200px;
          margin-left: 10px;
          height: 40px;
          color: #000;
          font-weight: normal;
          font-size: 12px;
        }
        section.schedule ul.schedulelist li .castname#spacing {
          line-height: 14px;
        }

        section.schedule ul.schedulelist li .castname span {
          margin-top: 5px;
          font-size: 10px;
        }     
    
        
        section.schedule ul.schedulelist li:nth-child(8) {
        
          width: calc( 100% - 120px );
          line-height: 40px;
          text-align: center;
        border-right: none;
        }
        
        section.schedule ul.schedulelist li:nth-child(9) {
        display: none;
        
        }
  
        section.schedule .frame {
          background: rgba(255, 255, 255, 0.1);
          padding: 30px;
          max-width: 800px;
          width: 100%;
          margin: 0 auto ;
        }

   
  
   section.schedule ul.talklist {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;

   }
   section.schedule ul.talklist li {
   border-right: 1px dotted #fff;
   border-bottom: 1px dotted #fff;
   line-height: 40px;
  }

  section.schedule ul.talklist li:nth-child(3n) {
    border-right: none;
  }

   section.schedule ul.talklist li.date {
    width: 120px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
   }
   section.schedule ul.talklist li.time {
 width: 100px;
 font-size: 18px;
 font-weight: bold;
   }
   section.schedule ul.talklist li.detail {
width: calc( 100% - 220px );
text-align: left;
padding-left: 10px;
   }
         
  @media screen and (max-width:1350px) {
    section.schedule {
    padding:120px 30px;
  }}
  
  @media screen and (max-width:768px) {
    section.schedule {
    padding:80px 15px;
  }
  section.schedule h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
    font-weight: bold;
    position: relative;
  }


section.schedule .stage {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

section.schedule .date  {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  }
  section.schedule .date .number  {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
    }

    section.schedule .hall  {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  }
  section.schedule .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
  section.schedule .text  {
    font-size: 16px;

    }
  section.schedule .hall .small  {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;

    }
  section.schedule .textbox {
    display: table;
    margin: 0 auto;
  }

section.schedule ul.schedulelist {
  padding: 5px;
}

section.schedule ul.schedulelist li.date {
width: 80px;
font-size: 12px;
line-height: 34px;
font-weight: bold;
text-align: right;
padding-left: 0;
padding-right: 5px;
    line-height: 24px;
    display: flex;
  justify-content: center;
  align-items: center;
}

section.schedule ul.schedulelist li {
width: calc( 50% - 40px );
font-size: 12px;
line-height: 24px;
border-right: 1px dotted #fff;
border-bottom: 1px solid #fff;
text-align:left;
font-weight: bold;
  padding: 5px;

}


section.schedule ul.schedulelist li .castname {
  padding: 5px;
  background: #65a4f6;
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
  margin-bottom: 5px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;

}
section.schedule ul.schedulelist li img {
height: 15px;
vertical-align: middle;
font-size: 16px;
margin-right: 4px;
}

section.schedule ul.schedulelist li:nth-child(8) {
  width: calc( 100% - 80px );
  line-height: 40px;
  text-align: center;
border-right: none;
}
section.schedule .frame {
  background: rgba(255, 255, 255, 0.1);
  padding: 5px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
   section.schedule ul.talklist {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: flex-start;

   }
   section.schedule ul.talklist li {
   border-right: 1px dotted #fff;
   border-bottom: 1px dotted #fff;
   line-height: 40px;
   height: 50px;
  }

  section.schedule ul.talklist li:nth-child(3n) {
    border-right: none;
  }

   section.schedule ul.talklist li.date {
    width: 80px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    padding-right: 0;
    text-align: center;
    
   }
   section.schedule ul.talklist li.time {
 width: 60px;
 font-size: 12px;
 font-weight: bold;
   }
   section.schedule ul.talklist li.detail {
width: calc( 100% - 140px );
text-align: left;
padding-left:5px;
font-size: 12px;
line-height: 22px;
   }
}


/*=======================================================
ticket
 =======================================================*/

.ticket {
  text-align: center;
}

section.ticket h2 {
  text-align: center;
  font-size: 3vw;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
  font-weight: bold;
  position: relative;
}

.ticket h4 {
  text-align: center;
  font-size: 24px;

}

.ticket h4 {
  font-size:24px;
 text-align: center;
margin-bottom: 20px;

}

.ticket h4:not(:first-child) {
margin-top: 50px;

}


.ticket h4.head-border {
    display: flex;
    align-items: center;
}
 
.ticket h4.head-border:before,
.ticket h4.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
    position: static;
    display: flex;
}
 
.ticket h4.head-border:before {
    margin-right: 1rem;
}
 
.ticket h4.head-border:after {
    margin-left: 1rem;
}

.ticket .large {
  text-align: center;
  font-size: 30px;
  line-height:28px;

}
.ticket .large2 {
  text-align: center;
  font-size: 30px;
  line-height:28px;
  margin-bottom: 10px;
}

.ticket .large_s {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  line-height:28px;
}

.ticket .large_s#tell a {
  font-size: 16px;
}


.ticket .large_s .small {
  font-size: 16px;
}


.ticket .large .small {
  font-size: 16px;
}

.ticket .large2 .small {
  font-size: 16px;
}

.ticket .small_b {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}

.ticket .kome {
  text-align:center;
  font-size: 16px;
}

.ticket .kome_s {
  text-align:center;
  font-size: 16px;
  margin-bottom: 20px;
}
.ticket ul.list {
margin: 0 auto 30px;
padding: 0;
width: 100%;
  font-weight: normal;
margin-bottom: 30px;
}

.ticket ul.list li {
list-style: none;
padding-left: 1.1em;
text-indent: -1.1em;
text-align: left;
font-size:16px;
line-height:28px;
width: 100%;
}


.ticket .salesbox {
  display: table;
  margin: 0 auto;
    width: 100%;
    max-width: 540px;
}

.ticket .salesbox#stream {
  display: table;
  margin: 0 auto;
    width: 100%;
    max-width: 580px;
}

.ticket .ticketbox {
  display: table;
  margin: 0 auto;
    width: 100%;
    max-width: 400px;
}

.ticket .ticketbox ul.caution {
margin: 0 auto 20px;
    padding: 0;
}
.ticket .ticketbox ul.caution li {
list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    text-align: left;
    font-size: 16px;
}

.ticket .salesbox.autowdth {
  display: table;
  margin: 0 auto;
  width: auto;
}

.ticket .salesbox a {
  color:#ccc;
}


.ticket .salesbox .title {
  font-weight: 400;
  font-size: 24px;
}
.ticket .salesbox .subtitle {
  font-size: 20px;
  margin-bottom: 0;
  text-align:left;
}

.ticket .salesbox .subtitle2 {
  font-size: 20px;
  margin-bottom: 40px;
  text-align:left;
}



.ticket .salesbox .marker-border{
    background:linear-gradient(transparent 80%, #c9bc9c 0%);
}

.ticket .salesbox ul.caution {
        margin: 0 auto 40px;
        padding: 0;
    }

.ticket .salesbox ul.caution li {
        list-style: none;
        padding-left: 1em;
        text-indent: -1em;
        text-align: left;
        font-size: 16px;
    }

    @media screen and (max-width:1350px) {
      section.ticket {
      padding:120px 30px;
    }}




@media screen and (max-width:768px) {
  section.ticket {
    padding:30px 15px;
  }
  section.ticket h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 28px;
  }


.ticket h4 {
  font-size:18px;
 text-align: center;
margin-bottom: 20px;

}

.ticket h4:not(:first-child) {
margin-top: 50px;

}


.ticket h4.head-border {
    display: flex;
    align-items: center;
    padding: 0;
}
 
.ticket h4.head-border:before,
.ticket h4.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
    position: static;
    display: flex;
}
 
.ticket h4.head-border:before {
    margin-right: 1rem;
}
 
.ticket h4.head-border:after {
    margin-left: 1rem;
}

.ticket .date {
  text-align:center;
  font-size:14px;
    vertical-align:middle;
  font-weight: 200;
}

.ticket .date .large {
  text-align:center;
  font-size:18px;
}

.ticket .date .hall {
  text-align:center;
  color: #000;
  background:#ccc;
  display:inline;
  padding:3px 10px;
  margin-left: 5px;
  vertical-align:bottom;
  font-weight: 300;
}
.ticket h3 {
  text-align: center;
  font-size: 18px;

}

.ticket h3 {
  font-size:18px;
 text-align: center;
margin-bottom: 20px;

}

.ticket h3:not(:first-child) {
margin-top: 40px;

}


.ticket h3.head-border {
    display: flex;
    align-items: center;
}
 
  
.ticket h3.head-border:before,
.ticket h3.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}
 
.ticket h3.head-border:before {
    margin-right: 1rem;
}
 
.ticket h3.head-border:after {
    margin-left: 1rem;
}

.ticket .large {
  text-align: center;
  font-size: 18px;
  line-height:22px;
}
  
.ticket .large2 {
  text-align: center;
  font-size: 18px;
  line-height:22px;
}
  
.ticket .large_s {
  text-align: center;
  font-size: 18px;
  line-height:22px;
}
  
.ticket .large_s .small {
  font-size: 14px;
}

.ticket .large2 .small {
  font-size: 14px;
}

.ticket .large .small {
  font-size: 14px;
}
.ticket .small_b {
  font-size: 14px;
  margin-bottom: 20px;
}

.ticket .kome {
  text-align:center;
  font-size: 12px;
}
  
.ticket .kome_s {
  text-align:center;
  font-size: 12px;
}
.ticket ul.list {
margin: 0 auto 30px;
padding: 0;
width: 100%;
  font-weight: normal;
margin-bottom: 30px;
}

.ticket ul.list li {
list-style: none;
padding-left: 1.1em;
text-indent: -1.1em;
text-align: left;
font-size:14px;
line-height:28px;
width: 100%;
}

.ticket .salesbox {
  display: table;
  margin: 0 auto;
}


.ticket .salesbox .title {
  font-weight: 400;
  font-size: 18px;
}
.ticket .salesbox .subtitle {
  font-size: 14px;
  margin-bottom: 0;
  text-align:left;
}
.ticket .salesbox .subtitle2 {
  font-size: 14px;
  margin-bottom: 30px;
  text-align:left;
}


.ticket .salesbox .marker-border{
    background:linear-gradient(transparent 80%, #c9bc9c 0%);
}
  .ticket .salesbox ul.caution {
        margin: 0 auto 30px;
        padding: 0;

    }

.ticket .salesbox ul.caution li {
        list-style: none;
        padding-left: 1em;
        text-indent: -1em;
        text-align: left;
        font-size: 14px;
    }
	
	


.ticket .ticketbox ul.caution {
        margin: 0 auto 20px;
        padding: 0;
}
.ticket .ticketbox ul.caution li {
        list-style: none;
        padding-left: 1em;
        text-indent: -1em;
        text-align: left;
        font-size: 14px;
}
}



/* modal */
*{
  margin: 0;
  padding: 0;

}

.modal_box {

  margin: 50px auto 0;
  max-width: 1000px;
}

.modal_txt {
  margin-bottom:20px;
  text-align:center;
  padding: 10px;
  border: 1px solid #ccc;
	color: #fff;
  border: 1px solid #65a4f6;
  box-shadow: 0 0 8px #65a4f6;
}

.modal_txt a {
	color: #000;
}

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
	z-index:99999999;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 80%;/* これが無いと「overflow:scroll」が利かない */
  width: 80%;/* これが無いと「overflow:scroll」が利かない */

  padding: 40px;
}

.modal-content a {
color: #ccc;
}

.modal-content .title {
  font-weight:bold;
  margin: 30px 0;
  text-align:center;
  color: #fff;
}
.modal-content .subtitle {
  margin-bottom:5px;
  font-size:14px;
  color: #fff;
}

.modal-content .txt {
  margin-bottom:20px;
  font-size:14px;
}

.modal-content ul.caution {
  margin: 0 auto 20px;
  padding: 0;
  color: #fff!important;
}
.modal-content ul.caution li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-bottom: 10px;
  color: #fff!important;
    font-size:14px;
}

.js-modal-close {
  float: right!important;
}
	
	.modal-content a {
		color: #65a4f6!important;
	}
	

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}



@media screen and (max-width: 768px) {
.modal_box {
  margin: 40px auto 0;
    padding: 0 15px;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
    height: 90%;
    width: 90%;
    padding: 0;
}


.modal_txt {
  margin-bottom:20px;
  font-size:14px;
}
}


#paststage {
width: 100%;
	padding: 100px 0;

    background: #060d1d;
    background-image: url(../img/bg_new.jpg);
}
.paststage {
	padding: 0;
}

.paststage .stagetitle {
text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
    font-weight: bold;
    position: relative;
	margin-bottom: 40px;
	
}

.paststage .logo {
	margin: 0 auto;
	width: 100%;
	max-width: 260px;
}
.paststage .logo img {
width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
#paststage {
width: 100%;
	padding: 40px 0;
}
.paststage .stagetitle {
text-align: center;
        font-size: 18px;
        margin-bottom: 30px;
    text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
        font-weight: bold;
        position: relative;
	margin-bottom: 20px;
	
}
.paststage .logo {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.paststage .logo img {
width: 100%;
height: auto;
max-width: 220px;
}
}