*{
  margin: 0;
  padding: 0;
}
body{
  font-family:"ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
  color: #FFFFFF;
}

.introduction{
  width: 85%;
  text-align: center;
  font-size: 1.5vw;
  font-weight: normal;
  padding: 30px;
}

.sp_only{
    display: none !important;
}

/*ヘッダー*/
.header{
  position: fixed;
  background-color: #000000;
  top: 0;
  z-index: 9999;
  height: 70px;
}
.header table{
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  text-align: center;
  font-size: 1.2vw;
  font-weight: bold;
  height: 70px;
}

.header span{
  color: #FFFFFF;
}
.header a{
  text-decoration: none;
}


.header_logo_br{
  width: 1%;
}
.header_logo{
  width: 14%;
  text-align: left;
}
.header_logo img{
  text-align: center;
  vertical-align: middle;
}
.header_menu_td{
  width: 12%;
}

.instagram_logo{
  width: 3.5%;
  vertical-align: bottom;
}
.instagram_logo img{
  width: 60%;
  filter: invert(100%);
}
.facebook_logo{
  width: 3.5%;
  vertical-align: bottom;
}
.facebook_logo img{
  width: 60%;
}
.twitter_logo{
  width: 3.5%;
  vertical-align: bottom;
}
.twitter_logo img{
  width: 60%;
}

.footer_table, .footer_c{
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #FFFFFF;
  text-align: center;
  font-size: 1.2vw;
  background-color: #000000;
}
.footer_c{
  padding-top: 10px;
  padding-bottom: 5px;
}
.footer_sponsorship{
  width: 16%;
  display: inline-block;
  vertical-align: middle;
}


/*index*/
.main_table{
  width: 90%;
  font-size: 1.5vw;
  font-weight: normal;
  line-height: 1.8em;
  padding-top: 100px;
}
.catergory{
  text-align: left;
  font-size: 2vw;
  font-weight: bold;
}
.catergory_2{
  text-align: left;
  font-size: 2vw;
  font-weight: bold;
}
.catergory_table{
  width: 95%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.news_table{
  height: 300px;
}

.sub_catergory{
  font-size: 1.5vw;
}

.coronavirus .sub_catergory{
  font-size: 2vw;
}
.coronavirus{
  font-size: 1.3vw;
}
.coronavirus span{
  font-size: 1.5vw;
  font-weight: bold;
  padding: 10px 0;
}
.coronavirus_table{
  width: 100%;
  line-height: 175%;
}

/*チケットの注意事項*/
.ticket .sub_catergory{
  font-size: 2vw;
}
.ticket{
  font-size: 1.3vw;
}
.ticket span{
  font-size: 1.5vw;
  font-weight: bold;
  padding: 10px 0;
}
.ticket_table{
  width: 100%;
  line-height: 175%;
}
.ticket_text{
  color: red;
  font-weight: bold;
  font-size: 1.3vw;
}
.ticket p{
  font-size: 1vw;
}

/*news*/
.news_text_table{
  width: 100%;
  border-collapse: collapse;
}
.news_text td{
  padding: 5px;
  border-bottom: 1px dotted #FFFFFF;
}
.news_text a{
  text-decoration: none;
  color: white;
}

/*broadcast*/

.broadcast a{
  text-decoration: none;
  color: yellow;
  border-bottom: 1px solid yellow;
}
.broadcast span{
  font-size: 1.2vw;
  border-bottom: 1px solid #FFFFFF;
}

/*guest*/
/*
.guest a{
  text-decoration: none;
  color: yellow;
  border-bottom: 1px solid yellow;
}
*/
.guest hr{
  margin: 10px 10px;
  border-bottom: 1px dotted #FFFFFF;
}
.guest_introduction{
  font-size: 1.2vw;
  line-height: 175%;
}
.guest_detail{
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.guest_detail h2{
  margin-left: 20px;
}


/*スマホ表示(レスポンシブルデザイン)*/
@media only screen and (max-width: 1000px) {

.pc_only{
    display: none !important;
}
.sp_only{
    display: block !important;
}

/*ヘッダー*/
.header{
  width: 100%;
  height: 50px;
}
.header table{
  height: 50px;
  border-bottom: none;
  background-color: #000000;
}
.header_sp{
  z-index: 3;
  position: fixed;
}

.instagram_logo{
  width: 10%;
  vertical-align: middle;
}
.instagram_logo img{
  width: 50%;
  filter: invert(100%);
}
.facebook_logo{
  width: 10%;
  vertical-align: middle;
}
.facebook_logo img{
  width: 50%;
}
.twitter_logo{
  width: 10%;
  vertical-align: middle;
}
.twitter_logo img{
  width: 50%;
}

.footer_sponsorship{
  width: 32%;
}
.introduction{
  font-size: 1.2vw;
  width: 95%;
}
.main_table{
  padding-top: 15px;
}

.catergory{
  font-size: 4vw;
}
.guest_detail{
  width: 100%;
}

.catergory_table{
  padding-bottom: 50px;
}
.catergory_table span{
  font-size: 2.5vw;
}
.coronavirus .sub_catergory{
  font-size: 3vw;
}
.coronavirus{
  font-size: 2vw;
}

.main_table hr{
  border-top: none;
  border-bottom: 1px dotted #FFFFFF;
  border-left: none;
  border-right: none;
  padding-top: 2vw;
  padding-bottom: 3vw;
}

.catergory_table td{
  font-size: 2.5vw;
  line-height: 3.5vw;
}
.ticket_text{
  font-size: 2.5vw;
}

/*スマホのハンバーガーメニュー*/
.globalMenuSp{
    display: block !important;
    position: fixed;
    z-index: 2;
    top: 50px;
    right: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    font-weight: bold;
}
.globalMenuSp ul{
    background: #000000;
    margin: 0 auto;
    padding: 0;
    width: 100%;
} 
.globalMenuSp ul li{
    font-size: 0.8em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    color: #FFFFFF;
}

/* 最後はラインを描かない */
.globalMenuSp ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.globalMenuSp ul li a{
    display: block;
    color: #FFFFFF;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active{
    transform: translateY(0%);
}

.navToggle{
    display: block !important;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 4;
    background: #000000;
    text-align: center;
    border: 2px solid;
    border-color: #FFFFFF;
}
.navToggle span{
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 20px;
    border-bottom: solid 2px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 5px;
}
.navToggle span:nth-child(1){
    top: 6px;
}
.navToggle span:nth-child(2){
    top: 14px;
}
.navToggle span:nth-child(3){
    top: 22px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1){
    top: 13px;
    left:5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3){
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



}
