/* CSS Document */
/*font*/
#event_page .f01{font-family: honoka-maru-gothic, sans-serif;}

/*----------clearfix’ZkŒ^cf‚ÅŽw’è‚·‚é-------*/

#event_page .cf:before,#event_page .cf:after {content:"";display:table;}
#event_page .cf:after {clear:both;}
#event_page .cf {*zoom:1;}


/*----------clearfix’ZkŒ^cf‚ÅŽw’è‚·‚é-------*/

html{
  overflow-x: hidden;
}
a{
  transition: .3s;
}

#fade {
  background:url(../images/bg2.png) no-repeat top fixed; -moz-background-size:cover; background-size:cover;
  color:#fff;
  line-height:1.5em;
  margin-top: 0;
  overflow-x: hidden;}
.wrap{
  font-size: 13px;
}
#fade p{
  font-size: 19px;
  color: #fff;
  font-family: honoka-maru-gothic, sans-serif;
}
article, p, div.playguide, div.pro_box p, .lead{
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.bgr{
  background-color: rgba(9, 13, 42, 0.85)
}
.sinr{
  margin:0 0 30px; color:#e2e2e2;
  border-radius: 20px;
}
.sinr article{
  margin:10px 0 40px;
}
h1.logo span{
  font-family: honoka-maru-gothic, sans-serif;
}
h1.logo span img{
    margin: 0 auto;
    width: 22%;
    vertical-align: baseline;
}
.wrap h2{
  font-size:130%;
  border-bottom:#9eb3d0 solid 1px; margin:30px 0 10px;
  line-height:1.5em;
  font-weight:bold;
  color:#9eb3d0;
  font-family: honoka-maru-gothic, sans-serif;
  letter-spacing: .3rem;
}
.wrap h2.eventTitle{
    font-size: 180%;
    border-bottom: 0px solid #9eb3d0;
    padding-top: 10px;
/*    padding-bottom: 20px;*/
    color:#fad;
}
.sinr a{
  color:#9eb3d0;
  text-decoration: underline;
}
.newsarea a{
  color:#1b355a;
  text-decoration: underline;
}
.sinr a:hover, .newsarea a:hover{
  color:#00b5fd;
}

.newsarea li{
  font-size:1.3rem;
  font-family: honoka-maru-gothic, sans-serif;
}
.newsarea::-webkit-scrollbar {
  width: 10px;
}
.newsarea::-webkit-scrollbar-track {
  background: #dcdcdc;
  border-radius: 100vh;
}
.newsarea::-webkit-scrollbar-thumb {
  background: #ff8095;
  border-radius: 100vh;
}
/*ticket tabel*/
table.ta2{
  font-size: 1em;
}
.ta2{
  width: 90%;
  margin: 0 auto;
  text-align: left;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 20px
}
.ta2 tr:nth-child(odd){
  background-color: #1c2336;
}
.ta2 th{
  width: 30%;
  padding: 15px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.ta2 td{
  padding: 14px;
  color: #9eb3d0;
}
.ta2 a{
  text-decoration: underline;
}
.ta2 a:hover{
  color: #183d9c;
  text-decoration: underline;
}
.ta2 th a{
  color: #FFFFFF;
  text-decoration: none;
  font-family: honoka-maru-gothic, sans-serif;
  font-size: 2.5rem;
}
.playguide_2 p{
  font-size: 2.2rem;
}

@media screen and (min-width: 769px) {
.wrap{
  width:1100px;
  margin:0 auto;
  font-size:130%;
  line-height:1.5em;
  margin-top: 0px;
}
.sinr{
  padding:40px 40px;
}
}
@media screen and (max-width: 768px) {
.sinr{
  padding:20px 30px;
  line-height:1.8em;
}
.playguide_2 p{
  font-size: 1.7rem;
}
}
/*--navi-------------*/
#event_page .navi ul li a{
  padding:10px 8px;
  color:#ffffff;
  display:block;
  text-decoration:none;
  background: #2f3550;
  margin:15px 0;
  font-family: honoka-maru-gothic, sans-serif;
}
#event_page .navi ul li a:hover{
  color:rgb(235, 217, 60);
}
/*--main-------------*/
.main{
/*  background:#fff;*/
/*  display: flex;*/
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  margin-top: 7rem;
  margin-bottom: 0rem;
  text-align: center;
}
.mainl{
  margin:0;
  padding:0;
}
.lead{
  position: absolute;
  bottom:20px;
  right:20px;
  z-index:2;
  color:#696969;
  border: 1px solid #9eb3d0;
  padding:10px;
}
.logo{
  font-size:150%;
  color:#fff;
  font-weight:bold;
  line-height:1.4em;
  padding:5px 0;
  /* text-shadow:0 0 3px #f0f0f0; */
/*  background: rgba(0, 0, 0, 0.297);*/
}
.logo span{
  font-size:90%;
  color: #fff;
}
.logo span.title{
  font-size:110%;
  color: #9eb3d0;
}
@media screen and (max-width: 768px) {
#event_page{
  padding-top: 50px;
}
}
.mainr{
  background:#fff;
  padding:50px 20px;
  color:#9eb3d0;
  background:url(../images/news2.jpg); -moz-background-size:auto; background-size:auto;
}
.mainr h2{
  font-size:170%;
  border-bottom:#9eb3d0 1px solid;
  padding:0 0 3px;
  margin:0 0 10px;
  color:#9eb3d0;
}
.playguide{
  margin: 40px 0;
  }
.playguide a{
  color: #9eb3d0;
  text-decoration: underline;
  font-size: 1.8rem;
}
.pro_box{
  margin-bottom: 40px;
}
.credit{
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
.mainr{
  width:29%;
  display: inline-block;
}
.newsarea{
  height:150px;
  overflow-y:scroll;
  margin-bottom: 40px;
}
.mainl{
  width:70%;
  display: inline-block;
}
}
@media screen and (max-width: 768px) {
.newsarea{
  height:100px;
}
.lead{
  position: absolute;
  bottom:20px;
  left:20px;
}
.main{
  display: block;
  margin-bottom: 0rem;
  margin-top:0;
}
.mainr{
  padding:20px;
}
.sinr{
  border-radius:0;
}
.playguide a {
    font-size: 1.6rem;
}
}
/*--PROFILE-------------*/
div.pro_box p.name{
  font-size:150%;
  margin:0 0 10px;
  font-weight:bold;
  font-family: honoka-maru-gothic, sans-serif;
  text-align: center;
  color: #9eb3d0;
}
@media screen and (min-width: 769px) {
.name{
  margin:150px 0 0;
  font-family: honoka-maru-gothic, sans-serif;
}
.pro{
  width:780px;
  margin:0 auto 20px;
}
}
/*--pageTop-------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-family: honoka-maru-gothic, sans-serif;
}
@media screen and (max-width: 768px) {
#page-top {
  bottom: 100px;
  z-index: 1000;
}
}
#page-top a {
  background:#fff;
  text-decoration: none;
  width: 100px;
  padding: 23px 0;
  color:#2f3550;
  display: block;
  border-radius: 5px 0 0 5px;
  font-size:130%;
}
#page-top a:hover {
  color: #1959A8;
}
/*--common------------*/
.btn a{
  background: #ff458d;
  color:#ffffff;
  padding:10px;
  text-decoration:none;
  letter-spacing:0.1em;
  font-size:100%;
  border-radius:6px;
  display:block;
  text-align: center;
  margin: 20px 0;
  transition: .5s;
  font-weight: bold;
}
.btn a:hover{
  color:#fff;
  background:#ff267a;
}
small{
  font-size:12px;
  line-height: 1.2em;
}

#event_page h3{
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 2.2rem;
  font-family: honoka-maru-gothic, sans-serif;
  background: linear-gradient(90deg, #2f3550,#404970,transparent);
  color: #fff;
}
#event_page h3.place a{
  color: #fff;
}
#event_page h4{
  font-size: 19px;
  font-family: honoka-maru-gothic, sans-serif;
/*  margin-left: 40px;*/
  margin-top: 20px;
/*  margin-bottom: 30px;*/
  color:#ffffff;
  letter-spacing: .14rem;
}
#event_page h6{
  font-size: 19px;
  font-family: honoka-maru-gothic, sans-serif;
  margin-top: 30px;
  margin-bottom: 10px;
  color:#464545;
}
.alc{
  text-align:center;
  color: #fff;
}
#fade{
  display:none;
}
.mar{
  margin:100px 0 0;
}

@media screen and (min-width: 769px) {
.pc_none{display:none;}
}
@media screen and (max-width: 768px) {
.sp_none{display:none;}
.simg{
  width:100%;
  margin:0 auto;
}
  .kyoryoku{
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
  }

  .kyoryoku img{
  width: 250px;
  height: auto;
  }

#event_page h4{
  margin-left: 0px;
}
}
.h1img{
  margin-top: 0;
}
.br{
  display: block;
}
.sp_br{
  display: none;
}
/* 縦プロフィール */
div.pro_box{
  margin: .5em auto 3em;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
div.pro_text{
  margin: 0 auto;
  width: 41%;/* ここで幅調整 */
}
#profile img{
  margin: 0 auto;
  display: block;
  width: 30%;
}

/* 横プロフィール */
.profile {
  margin-bottom: 50px;
}
.profile a:link {
  color: #2c39d1;
}
.profile a:hover {
  color: #1959A8;
}
.profile a:active {
  color: #1959A8;
}
.profile a:visited {
  color: #2c39d1;
}
.profile a:before{
  font-family: 'Material Icons Outlined';
  content: '\e5df';
}
.profile a::after{
  font-family: 'Material Icons Outlined';
  content: '\e89e';
}

.profile p {
  font-size: 1.5rem;
  line-height: 2.6rem;
}

.flex {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  /* align-items: center; */
}
.flex p {
  font-size: 1.5rem;
  text-align: left;
  margin-left: 15px;
}

#profile img.cast{
  margin-right: 15px;
  border-radius: 3px;
  max-width: 300px;
  max-height: 300px;
  width: auto;
}

#profile .profile h4{
  color: #9eb3d0;
  font-size: 2.7rem;
  border-left: solid 5px #9eb3d0;
  line-height: 4rem;
  margin: 80px 0 25px 0;
  text-align: left;
  padding-left: 3rem;
}
#profile .profile h4 span{
  font-size: 1.8rem;
}
@media screen and (max-width: 649px) {
  .logo img {
    width:  100%;
  }
  img.cast {
    width: 100%;
    margin: 20px 0;
  }
  .flex {
    display: block;
  }
  .flex p {
    margin-left: 0px;
    margin-top: 2.5rem;
    color: #e2e2e2;
  }
  #profile .profile h4{
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #profile .profile h4 span{
    font-size: 1.6rem;
  }
  #profile img.cast {
    margin: 0 auto;
}
}
#n04 img{
  margin: 0 auto;
  display: block;
  width: 30%;
}
.sinr article#n05{
  margin: 0 auto;
}
.sinr2{
  padding: 0 70px;

}
.sinr article#n05 img{
  margin: 0 auto;
  display: block;
  width: 60%;
  text-align: center;
}
#profile img.pro_img{
  margin: 30px auto;
  display: block;
  width: 300px;
  border-radius: 50%;
}
#profile h4{
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
  margin-top: 3.5em;
  color:  #9eb3d0;
}
a.btn{
  margin: 2rem;
  width: 300px;
  display: block;
  padding: 10px;
  background: #ff0;
  color: #6062b9;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #6062b9;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
a.btn:hover{
  background: #fad;
  color: #6062b9;
  border: 1px solid #6062b9;
  text-decoration: none;
}
a.btn::after{
  font-family: 'Material Icons Outlined';
  content: '\e5df';
  font-size: 2.8rem;
  vertical-align: bottom;
}

.event_btn{
  margin: 0 auto;
  display: block;
  text-align: center;
}

.event_btn img{
  margin: 0 10px;
  width: 70%;
  display: inline-block;
  transition: .4s;
}
.event_btn img:hover{
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
.br{
  display: none;
}
.sp_br{
  display: block;
}
/*ticket tabel*/
table.ta2{
  font-size: .9em;
}
.ta2{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border-collapse: collapse;
/*  border: 1px solid #7d7dff;*/
/*↓文字はみ出し対策*/
  word-break: break-all;
  word-wrap: break-all;
  margin-top: 20px;
}
.ta2 tr{
  width: 100%;
}
.ta2 th{
  padding: 10px 5px;
  width: 110px;
  font-size: 13px;
}
.ta2 td{
  width: 100%;
  padding: 10px;
}
.ta2 th a{
    font-size: 16px;
}

}
/* 縦プロフィール */
div.pro_box{
  margin: 0 auto;
  width: 100%;
  display: inherit;
/*    justify-content: space-between;*/
  margin-top: 2em;
}
div.pro_text{
  margin: 0 auto;
  width: 100%;
  margin-bottom: 2.5em;
}
#profile img,#profile img.pro_img{
  width: 90%;
}
.logo{
  margin-top: 2.5em;
}
h1.logo span img{
  margin: 0 auto;
  width: 40%;
}
.wrap h2{
  font-size:150%;
}
.mar{ margin:50px 0 0;}
#profile h4{
  font-size: 2em;
}
a.btn{
  margin: 1.5rem auto;
  width: auto;
  display: block;
  padding: 10px;
  font-size: 15px;
  border-radius: 40px;
}
a.btn::after{
  font-family: 'Material Icons Outlined';
  content: '\e5df';
  font-size: 2.8rem;
  vertical-align: top;
  margin: 0 auto;
}
#event_page h3 {
  font-size: 2.2rem;
  letter-spacing: .08rem;
}
.event_btn{
  margin: 0 auto;
  display: block;
  text-align: center;
}

.event_btn img{
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  transition: .4s;
}
.event_btn img:hover{
  opacity: 0.8;
}
}
header{
  background: #fff;
}
a.att{
  background: #9eb3d0; color: #fff;
  padding: 10px;
  transition: .5s;
  border-radius: 5px;
  text-decoration: none;
}
a.att:hover{
  background: #ff004f; color: yellow;
  padding: 10px;
}
h3.place a{
  text-decoration: underline;
}
h3.place::before{
  font-family: 'Material Icons Outlined';
  content: '\e5df';
}
.material-icons-outlined{
  vertical-align: middle;
}
.bold_info{
  margin: 0 auto;
  text-align: center;
  background-color: #e66a00;
  padding: 50px;
  border-radius: 5px;
  word-break: break-all;
}
.bold_info h2{
  margin: 0 auto;
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
  border-bottom:yellow 3px dotted;
  line-height: 6rem;
}
.bold_info h2 span{
  color: #e66a00;
  background-color: yellow;
  padding: 2px 5px;
}
.bold_info a{
  color: yellow;
  display: block;
  margin-bottom: 10px;
}
.bold_info a:hover{
  color: rgb(255, 255, 125);
}
#fade .bold_info p{
  color: #fff;
}

.campaign ul{
  margin: 3rem auto;
  width: 100%;
  display: flex;
}
.campaign li{
  width: 48%;
}
.campaign img{
  width: 80%;
}
.campaign .btn{
  font-family: sans-serif;
}

@media screen and (max-width: 768px) {
  .bold_info{
    padding: 20px;
  }
  .bold_info a{
    font-size: 1.5rem;
  }
  .bold_info h2{
    font-size: 1.8rem;
    line-height: 4rem;
}
.campaign ul{
  margin: 3rem auto;
  width: 100%;
  display: block;
}
.campaign li{
  width: 100%;
}
.campaign img{
  width: 100%;
}

}
/* オンライン配信 */
div h5{
  margin: 2rem auto;
  padding: 1rem;
  text-align: center;
  border: 1px solid #e66a00;
  color: #e66a00;
}
div.online{
  margin: 2rem auto;
  display: block;
  border: 2px double #ff0;
  background: #d2f8ff;
  padding: 1rem;
}
#event_page div.online h4{
  margin: 2rem auto;
  display: block;
  color: #e66a00;
  text-align: center;
  font-size: 3rem;
  line-height: 4rem;
}
div.online p{
  text-align: center;
}
div.online p:last-of-type{
  margin-bottom: 2rem;
}
div.online a{
  margin: 2rem auto;
  width: 80%;
  display: block;
  text-align: center;
  padding: 2rem;
  color: #fff;
  background: #e66a00;
  font-size: 3rem;
  font-family: 'fot-chiaro-std', sans-serif;
  text-decoration: none;
  border-radius: 50px;
}
div.online a:hover{
  color: #ff0;
  background: #ff9100;
}
div.online a::after {
  font-family: 'Material Icons Round';
  content: '\e5df';
  font-size: 1.5em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  div.online a{
    margin: 2rem auto;
    width: 80%;
    display: block;
    text-align: center;
    padding: 2rem;
    color: #fff;
    background: #e66a00;
    font-size: 2rem;
    border-radius: 30px;
  }
}
p.oto{
  margin-bottom: 1rem;
  font-family: honoka-maru-gothic, sans-serif;
}
p.oto span{
  color: #9eb3d0;
}
.sinr article.bnr img{
  margin: 0 auto;
  display: block;
}
/* お知らせ NEWボタン */
.newsarea a.new:after {
  display: inline-block;
  content: "NEW";
  background: #fff;
  color: #183d9c;
  border: 1px solid #183d9c;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  vertical-align : top;
  margin: 0;
  padding: 5px;
  transform: scale(0.6) translateX(-30%);
  animation: new .8s infinite alternate;
  font-family: honoka-maru-gothic, sans-serif;
  margin-left: 5px;
  border-radius: 10%;
}
@keyframes new {
  0% {
    background: #fff;
    color: #183d9c;
    border: 1px solid #183d9c;
      }
  100% {
    background: #ff0;
    color: #183d9c;
    border: 1px solid #183d9c;
      }
}
@media screen and (max-width: 768px) {
  .newsarea li a:first-child:after {
    vertical-align : middle;
  }
}
/* spnav */
.nav {
  position: fixed;
  right: 0px;
  top: 190px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 3;
  background: #9eb3d0;
}
.nav__line {
  position: absolute;
  width: 30px;
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #2f3550;
  transition: all 0.5s;
}
.nav__line--1 {
  top: 8px;
}
.nav__line--2 {
  top: 18px;
}
.nav__line--3 {
  top: 28px;
}
/*hamburger click*/
.open .nav__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}
.open .nav__line--2 {
  opacity: 0;
}
.open .nav__line--3 {
  transform: rotate(45deg);
  top: 11px;
}


/*
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 70%;
  height: 100vh;
  background: #9eb3d0;
  transition: all 0.5s;
  z-index: 2;
  overflow-y: auto;
}
.open .sp-nav {
  right: 0;
}
.sp-nav ul{
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 100px;
}
.sp-nav ul li{
  font-size: 2rem;
  font-family: honoka-maru-gothic, sans-serif;
  margin: 5rem auto;
  width: 80%;
  border-bottom: 3px dotted #edf4ff;
  padding-bottom: 15px;
}
.sp-nav ul li a{
  color: #2f3550;
}
/*
color-bg(ハンバーガーメニュー解除用bg)
=================================== */
.color-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: rgb(78, 78, 78);
  opacity: 0.5;
  visibility: hidden;
  /* transition: all 0.5s; */
  cursor: pointer;
  z-index: 1;
}
/*ハンバーガーメニューが開いたら表示*/
.open .color-bg {
  opacity: 0.3;
  visibility: visible;
}
div.sns_icon{
  margin: 20px auto;
  width: auto;
  display: block;
  text-align: center;
}
div.sns_icon li{
  width: 15%;
  display: inline-block;
  margin: 0 1rem;
}
div.sns_icon li img{
  width: 100%;
  transition: all .8s;
}
div.sns_icon li img:hover{
  opacity: .7;
}
/* profile略歴table */
table.bio{
  border-collapse:collapse;
  margin:3.5rem auto;
  font-size: 1.2rem;
}
table.bio td,th{
  border-top:0px solid #9eb3d0;
  padding:10px;
  color: #e2e2e2;
}
table.bio th{
  width: 16%;
  text-align: center;
  color: #e2e2e2;
}
table.bio tr:last-child td,
table.bio tr:last-child th{
  border-bottom:1px solid #9eb3d0;
}
.profiletext div.profile{
  margin-top: 80px;
}
.profiletext div.profile .flex p {
  font-size: 1.5rem;
  text-align: left;
  margin-left: 0px;
  line-height: 3.2rem;
  font-family: 'Shippori Mincho B1',sans-serif;
}
.profiletext div.profile .flex p span{
  font-size: 1.5rem;
  text-align: right;
  display: block;
}
.wrap h2.main_h2{
  margin-top: 50px;
  border-left: #edf4ff solid 5px;
  padding: 10px 2rem;
  color: #edf4ff;
  border-bottom: #edf4ff solid 1px;
}

.botted{
    border-top: 6px dotted #fff000;
    border-bottom: 6px dotted #fff000;
/*    padding: 10px;*/
margin-top: 20px;
}

h2 span{
  color: #fff000;
}

/*p.guest_txt{
  display: flex;
  justify-content: center;
}*/

p.guest_txt {
  display: inline-block;
  position: relative; 
  padding: 17px 25px;
  border-radius: 12px;
  background: #ff77c9;
  width: auto;
  height: 100%;
  font-weight: bold;
  font-size: 2.5rem!important;
  line-height: 3rem;
}

p.guest_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ff77c9;
}

.guest-photo {
  text-align: center;
  display:flex;
  width:70%;
  align-items: center;
}
  .guest-photo img {
    width: 45%;
    padding: 10px;
    align-self: flex-start;
    margin: auto;
  }

.kyoryoku{
  display: flex;
  justify-content: center;
}
.kyoryoku img{
  width: 250px;
  height: auto;
}

@media screen and (max-width: 769px) {
.guest-photo {
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column-reverse;
}
p.guest_txt {
  width: 85%;
  height: auto;
}

p.guest_txt:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 14px solid #ff77c9;
}

.guest-photo img{
  margin-top: 1.5rem;
}
}

