/* CSS Document */
/*  font-family: 'Quattrocento', serif;

    font-family: 'Trirong', serif;

    font-family: 'Cormorant', serif;

    font-family: 'Antic Didone', serif;

    font-family: 'Cormorant SC', serif;
*/
/*font*/
#event_page .f01{font-family: "DotGothic16", 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;
}
#contents a{
    transition: .3s;

}
#contents main p{
  color:#28283b;
}
#fade {
/* background:url(../images/bg2.png) no-repeat top fixed; -moz-background-size:cover; background-size:cover; */
background: url(../images/bg.jpg) no-repeat top fixed ;
background-size:cover;
color:#fff;
line-height:1.5em;
margin-top: 0;
overflow-x: hidden;}
.wrap{
  font-size: 13px;
}
article, p, div.playguide, div.pro_box p, .lead{
    font-family: "YuGothic",'Yu Gothic','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #28283b;
}
.bgr{ background: #d8d8d8; border-radius: 5px;}
.sinr{ margin:0 0 30px; color:#484747;}
.sinr article{ margin:10px 0 40px;}
h1.logo span{
  font-family: "DotGothic16", sans-serif;
}
h1.logo span img{
    margin: 0 auto;
    width: 22%;
    vertical-align: baseline;
}
.wrap h2{ font-size:120%; border-bottom:#0b00db dotted 3px; margin:0px 0 30px; line-height:1.5em; font-weight:bold; color:#0b00db; font-family: "DotGothic16", sans-serif;
  letter-spacing: .5rem;
}

.newsarea li{
  font-size:1.3rem;
}
.newsarea::-webkit-scrollbar {
  width: 10px;
}
.newsarea::-webkit-scrollbar-track {
  background: #dcdcdc;
  border-radius: 100vh;
}
.newsarea::-webkit-scrollbar-thumb {
  background: #cbc32b;
  border-radius: 100vh;
}
/*tabel2*/
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: #85858536;
}
.ta2 th{
  width: 30%;
  padding: 15px;
  text-align: center;
  color: #646464;
  vertical-align: middle;
  border-top: none;
}
.ta2 td{
  padding: 10px;
  color: #28283b;
  vertical-align: middle;
}
.ta2 a{
  text-decoration: underline;
}
.ta2 a:hover{
  color: #0b00db;
  text-decoration: underline;
}
.ta2 th a{
  color: #28283b;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
.wrap{
  width:1000px;
  margin:0 auto; font-size:130%;
  line-height:1.5em;
  /* margin-top: 140px; */
}
.sinr{ padding:40px 70px;}
}
@media screen and (max-width: 768px) {
.sinr{
  margin: 2rem auto;
  padding: 2rem;
  line-height: 1.8em;
  width: 85%;
  }
}
/*--navi-------------*/
#event_page .navi ul li a{ 
  padding:10px 8px; 
  color:#ffffff; 
  display:block; 
  text-decoration:none; 
  background: #231816; 
  margin:15px 0;  
  font-family: "DotGothic16", sans-serif; 
  border-radius: 5px;}

/*--main-------------*/
.main{
  background:#fff;
  /* position: relative; */
  display: flex;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; margin-bottom: 10rem;
  border-radius: 5px;
  overflow: hidden;
}
.mainl{margin:0;padding:0; }
.lead{position: absolute; bottom:20px; right:20px; z-index:2; color:#696969; border: 1px solid #0b00db; padding:10px;}
.logo{
  font-size:150%;
  color:#fff;
  font-weight:bold;
  line-height:1.4em;
  padding:15px 0;
  /* text-shadow:0 0 3px #f0f0f0; */
}
.logo span{
  font-size:90%;
  color: #41ff2e;
  letter-spacing: .5rem;
}
.logo span.title{ font-size:110%; color: #0b00db;}
@media screen and (max-width: 768px) {

}
.mainr{
  background:#fff;
  padding:50px 20px;
  color:#0b00db;
  /* background:url(../images/news2.jpg); -moz-background-size:auto; background-size:auto; */
}
.mainr h2{ font-size:170%; border-bottom:#0b00db 1px solid; padding:0 0 3px; margin:0 0 10px; color:#0b00db; }
.pub{ background:#000; width:100%; margin:20px 0; color:#dcdcdc; padding:15px 0;}
.pub span{ font-size:110%; font-weight:bold;}
.add{ background:yellow; color:#000; padding:4px 10px; font-weight:bold;}
.playguide{
    margin: 40px 0;
    }
.playguide a{
    color: #28283b;
    text-decoration: underline;
}
.pro_box{
  margin-bottom: 40px;
}
.credit{
  margin: 40px 0;

}
.credit small{
    color:#41ff2e;
}

@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{ padding-bottom:60px;} */
.main{
  display: block;
  margin-bottom: 10rem;
}
.mainr{
  padding:20px;
}
}
/*--PROFILE-------------*/
div.pro_box p.name{ font-size:150%; margin:0 0 10px; font-weight:bold; font-family: "DotGothic16", sans-serif; text-align: center; color: #0b00db;}
@media screen and (min-width: 769px) {
.name{ margin:150px 0 0; font-family: "DotGothic16", sans-serif;}
.pro{ width:780px; margin:0 auto 20px;}
}
/*--footer-------------*/
/* footer {
    font-size:12px;
    width:100%;
    background:url(../images/redbg.jpg);
    padding:8px 0;
}
footer a{text-decoration:none; color:#808080;} */
/*--pageTop-------------*/
#page-top { position: fixed; bottom: 20px; right: 0; font-family: "DotGothic16", sans-serif;}
@media screen and (max-width: 768px) {
#page-top { bottom: 100px; z-index: 1000;}
}
#page-top a { background:#41ff2e; text-decoration: none; width: 100px; padding: 23px 0; color:#28282d; display: block; border-radius: 5px 0 0 5px; font-size:130%;}
#page-top a:hover {color: #ffff8e;}
/*--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:#0b00db;}
/*ƒŠƒ“ƒNƒ{ƒ^ƒ“@START*/
.maru{display:block; border-radius: 6px;}
/*ƒŠƒ“ƒNƒ{ƒ^ƒ“@END*/
small{ font-size:12px; line-height: 1.2em;}

#event_page h3{
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 2.2rem;
  /* font-family: "DotGothic16", sans-serif; */
  background: linear-gradient(to right, #0b00db, transparent);
  color: #fff;
  letter-spacing: 0.06em;
}

#event_page h4{
  font-size: 19px;
  /* font-family: "DotGothic16", sans-serif; */
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 30px;
  color:#28283b;
  letter-spacing: 0.06em;
}
#event_page h6{
  font-size: 19px;
  font-family: "DotGothic16", sans-serif;
  margin-top: 30px;
  margin-bottom: 10px;
  color:#41ff2e;
  letter-spacing: 0.06em;
}
.cr{clear:both;}
.alc{text-align:center;
  color: #28283b;}
.ale{text-align:left;}
.alr{text-align:right;}
#fade{display:none;}
.mar{ margin:100px 0 0;}
.yellow{ color:yellow; font-weight:bold;}

@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; margin-top: 4.5rem;}
#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: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;
  color:#28283b;
}

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

#profile .profile h4{
  color: #28283b;
  font-size: 2.7rem;
  border-left: solid 5px #41ff2e;
  line-height: 4rem;
  margin: 40px 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;
  }
  #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:  #0b00db;
}
a.btn{
  margin: 2rem 0;
  width: 260px;
  display: block;
  padding: 10px;
  background: #ff0;
  color: #0b00db;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #0b00db;
  font-family: "DotGothic16", sans-serif;
}
a.btn:hover{
  background: #0b00db;
  color: #ff0;
  border: 1px solid #ff0;
}
a.btn::after{
  font-family: 'Material Icons Outlined';
  content: '\e5df';
  font-size: 2.8rem;
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
.br{
  display: none;
}
.sp_br{
    display: block;
}
/*tabel2*/
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 td a{
  padding-left: 0px;
}
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%;
}

h1.logo span img{
  margin: 0 auto;
  width: 40%;
}
.wrap h2{
  font-size:140%;
}

.mar{
  margin: 2rem auto;
}
#profile h4{
  font-size: 2em;
}
a.btn{
  margin: 1.5rem auto;
  width: 90%;
  display: block;
  padding: 20px 10px;
  font-size: 2.2rem;
  border-radius: 40px;
}
a.btn::after{
  font-family: 'Material Icons Outlined';
  content: '\e5df';
  font-size: 2.8rem;
  vertical-align: top;
}

}

header{
  background: #fff;
}
a.att{
  background: #0b00db; 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: #0b00db;
  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: #0b00db;
  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;
}
@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;
  }
}
div h5{
  margin: 2rem auto;
  padding: 1rem;
  text-align: center;
  border: 1px solid #0b00db;
  color: #0b00db;
}
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: #0b00db;
  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: #0b00db;
  font-size: 3rem;
  font-family: 'fot-chiaro-std', sans-serif;
  text-decoration: none;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  div.online a{
    margin: 2rem auto;
    width: 80%;
    display: block;
    text-align: center;
    padding: 2rem;
    color: #fff;
    background: #0b00db;
    font-size: 2rem;
    border-radius: 30px;
  }
}
p.oto{
  margin-bottom: 1rem;
}
p.oto span{
  color: #0b00db;
}
.sinr article.bnr img{
  margin: 0 auto;
  display: block;
}
.newsarea a.new:after {
  display: inline-block;
  content: "NEW";
  background: #fff;
  color: #0b00db;
  border: 1px solid #0b00db;
  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: "DotGothic16", sans-serif;
  margin-left: 5px;
  border-radius: 10%;
}
@keyframes new {
  0% {
    background: #fff;
    color: #0b00db;
    border: 1px solid #0b00db;
      }
  100% {
    background: #ff0;
    color: #0b00db;
    border: 1px solid #0b00db;
      }
}
@media screen and (max-width: 768px) {
  .newsarea li a:first-child:after {
    vertical-align : middle;
  }
}
/* spnav */
.nav {
  position: fixed;
  right: 0px;
  top: 180px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 3;
  background: #0b00db;
}
.nav__line {
  position: absolute;
  width: 30px;
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #edf4ff;
  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: #0b00db;
  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: "DotGothic16", sans-serif;
  margin: 5rem auto;
  width: 80%;
  border-bottom: 3px dotted #edf4ff;
  padding-bottom: 15px;
}
.sp-nav ul li a{
  color: #edf4ff;
}
/*
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{
  width: 100%;
  border-collapse:collapse;
  margin:3.5rem auto .5rem;
}
table.bio td,th{
  border-top:1px solid #c8d8ee;
  padding:5px;
  color: #33353d;
  font-size: 1.5rem;
}
table.bio th{
  width: 16%;
  text-align: center;
  color: #33353d;
  font-size: 1.5rem;
}
table.bio tr:last-child td,
table.bio tr:last-child th{
  border-bottom:1px solid #c8d8ee;
}



/* ホバー */
.a-hover_X,
.a-hover_Y{
  cursor: pointer;
  transition:all .2s ;
}

.a-hover_X:hover{
  transform: translateX(2px);
}

.a-hover_Y:hover{
  transform: translateY(2px);
}


#contents a:link {
  color:#28283b;
  text-decoration:underline;
}
#contents .sp-nav a:link{
  text-decoration:none;
}
#contents a:hover {
  color: #0b00db;
}
#contents a:active {
  color: #0b00db;
}
#contents a:visited {
  color: #0b00db;
}

#contents .sp-nav a:link {
  color:#ffffff;
  text-decoration:none;
}

article.ttl_position{
  position:relative;
  padding:0;
  margin:0;
  h2{
    position:absolute;
    left: -80px;
    top: -0px;
    border:none;
    background:#0b00db;
    color:#fff;
    margin:0;
    padding:10px;
  }
  .txt_box{
    padding-top:80px;
    margin-bottom:60px;
  }
  &:last-child .txt_box{
       margin-bottom:0px;
    }
}

@media screen and (max-width: 768px) {
  article.ttl_position{
    h2{
      left: -30px;
    }
    .txt_box{
      padding-top:70px;
    }
  }

  .main{
  margin: 2rem auto;
  width: 94%;
  }
}


#event_page h3{
  color:#0b00db;
  background:none;
  border-left: 6px solid #0b00db;
  border-bottom: 3px solid #0b00db;
  padding-left: 8px;
  display: inline-block;
  width:100%;
  &::before{
    display:none;
  }
}


    .prof_link{
        display:flex;
        gap:10px;
        flex-wrap: wrap;
        justify-content: space-betweena;
        margin-top:1em;
    }
    .prof_link li{
        width:48%;
        background: #41ff2e;
        border-radius: 5px;
        text-align: center;
    }
    #contents .prof_link li a:link {text-decoration: none;}
    .prof_link li a{
        display:block;
        width:100%;
        height:100%;
        text-decoration: none;
    }
    .pro_text p{
        font-size: 14px;
    }

    span.block{
      display: inline-block;
    }