/* 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: 'Kaisei Tokumin', 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;
}
main p{
  color:#46482d;
}
#fade {
background:url(../images/bg_p.png) repeat;
background-color: #000;
/* background: linear-gradient(to top, #2c2d24, #686c45); */
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: #46482d;
}
.bgr{ background: #e2e0d1;}
.sinr{ margin:0 0 30px; color:#484747;}
.sinr article{ margin:10px 0 40px;}
h1.logo span{
  font-family: 'Kaisei Tokumin', sans-serif;
  /* text-shadow: 0 0 6px #ffffff; */
}
h1.logo span img{
    margin: 0 auto;
    width: 22%;
    vertical-align: baseline;
}
.wrap h2{ font-size:130%; border-bottom:#59574a solid 1px; margin:30px 0 10px; line-height:1.5em; font-weight:bold; color:#59574a; font-family: 'Kaisei Tokumin', sans-serif;
  letter-spacing: .3rem;
}
.sinr a , .newsarea a{ color:#59574a; text-decoration: underline;} .sinr a:hover, .newsarea a:hover{ color:#848a02;}

.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: #ffffff78;
}
.ta2 th{
  width: 30%;
  padding: 15px;
  text-align: center;
  color: #646464;
  vertical-align: middle;
  border-top: none;
}
.ta2 td{
  padding: 10px;
  color: #46482d;
  vertical-align: middle;
}
.ta2 a{
  text-decoration: underline;
}
.ta2 a:hover{
  color: #848a02;
  text-decoration: underline;
}
.ta2 th a{
  color: #46482d;
  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{ padding:20px 30px; line-height:1.8em;}
}
/*--navi-------------*/
#event_page .navi ul li a{ padding:10px 8px; color: #59574a; display:block; text-decoration:none; background: #eae7da; margin:15px 0;  font-family: 'Kaisei Tokumin', sans-serif; border-radius: 5px;}
#event_page .navi ul li a:hover{ color:#848a02;}
/*--main-------------*/
.main{
  background:#fff;
  /* position: relative; */
  display: flex;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; margin-bottom: 10rem;
}
.mainl{margin:0;padding:0; }
.lead{position: absolute; bottom:20px; right:20px; z-index:2; color:#696969; border: 1px solid #1b1b1b; padding:10px;}
.logo{
  font-size:150%;
  color:#fff;
  font-weight:bold;
  line-height:1.4em;
  padding:15px 0;
  /* text-shadow:0 0 3px #f0f0f0; */
  background: #2020208a;
}
.logo span{ font-size:90%; color: #fff;}
.logo span.title{ font-size:110%; color: #1b1b1b;}
@media screen and (max-width: 768px) {

}
.mainr{
  background:#fff;
  padding:50px 20px;
  color:#1b1b1b;
  background:url(../images/news2.jpg); -moz-background-size:auto; background-size:auto;
}
.mainr h2{ font-size:170%; border-bottom:#1b1b1b 1px solid; padding:0 0 3px; margin:0 0 10px; color:#1b1b1b; }
.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: #46482d;
    text-decoration: underline;
}
.pro_box{
  margin-bottom: 40px;
}


@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: 'Kaisei Tokumin', sans-serif; text-align: center; color: #1b1b1b;}
@media screen and (min-width: 769px) {
.name{ margin:150px 0 0; font-family: 'Kaisei Tokumin', 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: 'Kaisei Tokumin', sans-serif;}
@media screen and (max-width: 768px) {
#page-top { bottom: 100px; z-index: 1000;}
}
#page-top a { background:#1b1b1b; text-decoration: none; width: 100px; padding: 23px 0; color:#fff; 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:#ff267a;}
/*ƒŠƒ“ƒ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: 'Kaisei Tokumin', sans-serif;
  background: linear-gradient(to right, #59574a, transparent);
  color: #fff;
}
#event_page h3.place a{
  color: #fff400;
}
#event_page h4{
  font-size: 19px;
  font-family: 'Kaisei Tokumin', sans-serif;
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 30px;
  color:#46482d;
}
#event_page h6{
  font-size: 19px;
  font-family: 'Kaisei Tokumin', sans-serif;
  margin-top: 30px;
  margin-bottom: 10px;
  color:#848a02;
}
.cr{clear:both;}
.alc{text-align:center;
  color: #46482d;}
.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%;
}
.credit{
  margin: 40px 0;
  color: #e2e0d1;
}
/* 横プロフィール */
.profile {
  margin-bottom: 50px;
}

.profile a:link {
  color: #848a02;
}
.profile a:hover {
  color: #ff6f50;
}
.profile a:active {
  color: #848a02;
}
.profile a:visited {
  color: #848a02;
}
.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:#46482d;
}

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

#profile .profile h4{
  color: #46482d;
  font-size: 2.7rem;
  border-left: solid 5px #848a02;
  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:  #1b1b1b;
}
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: 'Kaisei Tokumin', 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:150%;
}
.mar{ margin:50px 0 0;}
#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: #1b1b1b; 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: #1b1b1b;
  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: #1b1b1b;
  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 #1b1b1b;
  color: #1b1b1b;
}
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: #1b1b1b;
  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: #1b1b1b;
  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: #1b1b1b;
    font-size: 2rem;
    border-radius: 30px;
  }
}
p.oto{
  margin-bottom: 1rem;
}
p.oto span{
  color: #1b1b1b;
}
.sinr article.bnr img{
  margin: 0 auto;
  display: block;
}
.newsarea a.new:after {
  display: inline-block;
  content: "NEW";
  background: #fff;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
  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: 'Kaisei Tokumin', sans-serif;
  margin-left: 5px;
  border-radius: 10%;
}
@keyframes new {
  0% {
    background: #fff;
    color: #1b1b1b;
    border: 1px solid #1b1b1b;
      }
  100% {
    background: #ff0;
    color: #1b1b1b;
    border: 1px solid #1b1b1b;
      }
}
@media screen and (max-width: 768px) {
  .newsarea li a:first-child:after {
    vertical-align : middle;
  }
}
/* spnav */
.nav {
  position: fixed;
  right: 0px;
  top: 97px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 3;
  background: #1b1b1b;
}
.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: #1b1b1b;
  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: 'Kaisei Tokumin', 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;
}
article img{
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
}
/* ナビゲーション位置調整 */
#n01,#n02,#n05,#profile,#playguide{
  padding-top:100px;
  margin-top:-100px;
}
a.access{
  display: block;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}