@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');
/*
==================================================
【PC】上ナビタイプ 目次
==================================================
basic - 共通基本設定
header - ヘッダー
nav - メインナビゲーション
home - トップページ用
news - ニュースページ用
subnav - サブナビページ用
schedule-calendar - スケジュールカレンダー
schedule-chart - スケジュール星取表
401,404,406 - エラーページ
footer - フッター
clearfix - クリアフィックス設定
rollover - 画像ロールオーバー設定
==================================================
*/

/* =============================================== */
/* basic - 共通基本設定 */
/* ----------------------------------------------- */

/* 画像のプリント禁止 */
/*@media print{
  img{display:none !important;}
}*/

/* リセットcss */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
  display: block;
  margin: 0;
  padding: 0;
}

html,h1,h2,h3,h4,dl,dt,dd,ul,li,p,img{
  margin: 0;
  padding: 0;
}

ul{
  list-style-type: none;
}

/* ボディ */
body{
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #fff;
  background-color: #000;
  background-image: url("/replacement/bg01.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
@media(min-width:1921px) {
  body {
    background-size: contain;
  }
}
a:link{text-decoration: underline; color: #d80c18;}
a:visited{text-decoration: underline; color: #d80c18;}
a:active{text-decoration: underline; color: #d80c18;}
a:hover{text-decoration: none; color: #d80c18;}

/* 画像関連 */
figure{
  margin: 0;
  padding: 0;
}

figcaption{
  font-size: 80%;
  text-align: center;
  margin: 0;
  padding: 0 0 5px 0;
  color: #666;
}

img{
  border: none;
  vertical-align: bottom;
}

figure img{
  max-width: 100%;
  height: auto;
  width /***/:auto; /* 親要素の100% */
}

.image-container{}
.movie-container{}
.music-container{}

/* 配置 */
.left{float: left; margin: 0 10px 10px 0;}
.center{float: none; margin: 0 0 10px 0;}
.right{float: right; margin: 0 0 10px 10px;}
figure.left{text-align: left; margin: 5px 10px 10px 0;}
figure.center{text-align: center; margin: 5px 0 10px 0;}
figure.right{text-align: right; margin: 5px 0 10px 10px;}

/* 罫線 */
hr {height: 0; margin: 15px 0; padding: 0; border: 0; width: 100%;}
.solid{border-top: 1px #fff solid;}
.dotted{border-top: 1px #fff dotted;}
.dashed{border-top: 1px #fff dashed;}
.double{border-top: 3px #fff double;}

#program .solid{border-top: 1px #000 solid;}
#program .dotted{border-top: 1px #000 dotted;}
#program .dashed{border-top: 1px #000 dashed;}
#program .double{border-top: 3px #000 double;}

/* ページレイアウト */
#wrapper{
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
#home-1 #wrapper{
  background-image: url("/replacement/bg02Index.png");
  background-position: top center;
  background-repeat: no-repeat;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
#contents{
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
#home-1 #contents{
  width: 100%;
  margin: 0;
}

#main-box{
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  min-height: 560px;
}
#home-1 #main-box{
  width: 100%;
  margin: 0;
}

#side-box{display: none;}

/* メインコンテンツ部分(main-box内) */
.contents-title {
  width: 360px;
  height: 160px;
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  display: none;
  color: #fff;
  padding: 110px 0 0;
  margin: 0 auto;
  letter-spacing: 0.1em;
  text-shadow: 0 0 3px #000;
  text-shadow: 0 0 3px #000;
}
.contents-title span {
  display: block;
  font-size: 23px;
  color: #d80c18;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: -0.3em;
  letter-spacing: 0.3em;
  background-color: #000;
  text-align: center;
  text-align-last: center;
  border-top: 1px solid #d80c18;
  border-bottom: 1px solid #d80c18;
  line-height: 1;
  padding: 5px 0 4px;
}
#news-2 #titleNews {
  display: block;
}
#free-format-3 #titleAbout {
  display: block;
}
#free-format-4 #titleInfo {
  display: block;
}
#free-format-5 #titleDemo {
  display: block;
}
#free-format-6 #titleTicket {
  display: block;
}
#free-format-7 #titleGoods {
  display: block;
}
#head{display: none;}

article{
  margin: 0 auto;
  padding: 20px 0 20px 0;
  clear: both;
}

.subhead{
  font-size: 100%;
  padding: 8px 15px;
  margin: 0 0 15px;
  clear: both;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #d80c18;
  color: #fff;
  text-align: center;
}

.packs{
  margin: 0;
  padding: 0 0 0 15px;
  width : calc(100% - 15px) ;
}

.column{
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
  max-width: 970px;
}
#home-1 .column{
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* バナー・ツイッター枠など(side-box内) */
.banner{
  width: 260px;
  margin: 0 auto 10px;
  padding: 0;
}

.twitter{
  margin: 0 auto 10px;
  background: #000;
}

/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  z-index: 101;
}
#pagetop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  opacity: 1;
  transition: all .3s ease;
  font-size: 45px;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .6;
}

.red{color:#d80c18;}
.white{color:#fff;}
.black{color:#000;}
.shadow{text-shadow: 0 0 3px #000;}

.weight500{font-weight: 500;}
.weight600{font-weight: 600;}
.weight700{font-weight: 700;}

/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header{
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d80c18;
  background-color: #000;
  position: fixed;
  z-index: 9999;
}

/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav{
  clear: both;
  margin: 7px auto;
  padding: 0;
  line-height: 1;
}

/* 第一階層 */
#main-menu{
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#main-menu::after{
  display: block;
  clear: both;
  content: '';
}
#main-menu li{
  position: relative;
  font-size: 120%;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
}
#main-menu li a{
  display: inline-block;
  color: #fff;
  padding: 10px 1em;
}
#main-menu li a:link{text-decoration: none;}
#main-menu li a:visited{text-decoration: none;}
#main-menu li a:active{text-decoration: none;}
#main-menu li a:hover{text-decoration: none; color: #d80c18;}

/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual{
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#visual-caption{
  margin: 2px 0 10px;
  padding: 0;
  font-size: 80%;
  text-align: center;
}

/* video - 動画 */
#paragraph-16 .packs{
  padding: 0;
  width : 100%;
}
#videoList {
  text-align: center;
}
#videoList li {
  display: inline-block;
  width: 31%;
  margin: 40px 0.5% 0;
  aspect-ratio: 16 / 9;
  border: 1px solid #d80c18;
}
#videoList li iframe {
  width: 100%;
  height: 100%;
}
.leadIndex{
  text-align: center;
  color: #d80c18;
  font-weight: 700;
  font-size: 2em;
  padding: 40px 0 20px;
  line-height: 1.5;
}
.txtIndex{
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
}
/* ニュースフィード（main-box内） */
#news-feed-index{
  margin: 0;
  padding: 15px;
  background: #d80c18;
}
#news-feed-inner{
  width: 1000px;
  margin: 25px auto;
  padding: 0;
}
h3.feedTitle{
  width: 300px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
h3.feedTitle span{
  display: block;
  font-size: 18px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3em;
}
#news-feed-index ul{
  width: 660px;
  float: right;
  border-left: 1px solid #fff;
  padding: 10px 0 10px 38px;
}
.feedDate{
  background-color: #fff;
  color: #d80c18;
  font-size: 90%;
  font-weight: 500;
  padding: 2px 8px;
  line-height: 1;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
#news-feed-index h2{
  font-size: 90%;
  margin: 0;
  padding: 4px 0 4px;
  clear: both;
  font-weight: 400;
}
#news-feed-index h2 a:link{text-decoration: none; color: #fff;}
#news-feed-index h2 a:visited{text-decoration: none; color: #fff;}
#news-feed-index h2 a:active{text-decoration: none; color: #fff;}
#news-feed-index h2 a:hover{text-decoration: underline; color: #fff;}

.thumbnail{display: none;}
.news-txt{display: none;}

/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
#news-2 article{
  margin-bottom: 50px;
  text-shadow: 0 0 3px #000;
}

.date{
  font-size: 3em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d80c18;
  padding-left: 15px;
}
#news-2 .subhead{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.1em;
  margin-bottom: 25px;
  text-align: left;
  font-weight: 500;
  padding: 13px 15px 10px;
  line-height: 1.4;
  text-shadow: none;
}
.headline a:link {
  text-decoration: none;
  color: #fff;
}
.headline a:visited {
  text-decoration: none;
  color: #fff;
}
.headline a:active {
  text-decoration: none;
  color: #fff;
}
.headline a:hover {
  text-decoration: underline;
  color: #fff;
}

/* 記事内カテゴリー */
.article-category {
  display: none;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 15px 0 30px;
  padding: 0;
}
#pager li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 40px;
}
#pager li a:link {
  text-decoration: none;
  color: #fff;
  padding: 0;
  margin: 0 1em;
}
#pager li a:visited {
  text-decoration: none;
  color: #fff;
}
#pager li a:active {
  text-decoration: none;
  color: #fff;
}
#pager li a:hover {
  text-decoration: none;
  color: #d80c18;
}
.disabled {
  display: none;
}
/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry {
  display: none;
}
#category {
  display: none;
}
#archive {
  display: none;
}
/* =============================================== */
/* about - 本展について */
/* ----------------------------------------------- */
.txtAbout{
  font-size: 1.1em;
  font-weight: 500;
  padding: 0;
  text-shadow: 0 0 3px #000;
}
/* program - 番組について */
#program{
  width:92%;
  padding: 0 4% 4%;
  background-color: #fff;
  color: #000;
  font-size: 95%;
  border: 1px solid #d80c18;
}
#program h4{
  text-align: center;
  height: 0;
  padding-bottom: 40px;
  background: transparent;
}
#program h4 span{
  background-color: #d80c18;
  color: #fff;
  padding: 5px 1em;
  line-height: 1;
  position: relative;
  top: -0.8em;
  font-size: 1.2em;
}
.programLink a:link {
  display: block;
  width: 92%;
  max-width: 380px;
  padding: 15px 0;
  margin: 20px auto 0;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  background-color: #d80c18;
  color: #fff;
  text-shadow: none;
}
.programLink a:visited {
  text-decoration: none;
  background-color: #d80c18;
  color: #fff;
  text-shadow: none;
}
.programLink a:active {
  text-decoration: none;
  background-color: #d80c18;
  color: #fff;
  text-shadow: none;
}
.programLink a:hover {
  text-decoration: none;
  background-color: #f00;
  color: #fff;
  text-shadow: none;
}
/* =============================================== */
/* information - 開催概要 */
/* ----------------------------------------------- */
/* period - 日程 */
.period{
  font-size: 140%;
  padding: 15px 0 0;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.period span {
  font-size: 180%;
  font-weight: 700;
  font-style: normal;
  padding: 0 2px;
}
.cautionList01 {
  text-align: left;
  list-style: disc;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1em;
  text-shadow: 0 0 3px #000;
}
.cautionList01 li {
  font-size: 90%;
}
@media(max-width:640px) {
  .cautionList01 li {
    font-size: 75%;
  }
}
/* venue - 会場 */
.venue{
  font-size: 180%;
  padding: 15px 0 0;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.address {
  font-size: 85%;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-align: center;
}
.txtVenue {
  font-size: 100%;
  text-align: center;
}
.venuePhoto {
  text-align: center;
  margin: 20px auto 0;
}
.venuePhoto li {
  display: inline-block;
  width: 45%;
  max-width: 500px;
  padding: 0 1%;
  margin: 10px auto;
}
.venuePhoto img {
  width: 100%;
  height: auto;
}
.floor {
  text-align: center;
  margin: 20px auto 0;
}
.floor li {
  display: inline-block;
  width: 30%;
  padding: 0;
  margin: 10px 0.5%;
  border: 1px solid #d70c19;
}
.floor img {
  width: 100%;
  height: auto;
}
.floor a:link {
  display: block;
}
.floor a:visited {
}
.floor a:active {
}
.floor a:hover {
}
.floorCaution{
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
/* =============================================== */
/* demo - 実演解説 */
/* ----------------------------------------------- */
.txtDemo{
  font-size: 150%;
  padding: 25px 0 0 15px;
  margin: 0;
  line-height: 1.7;
  font-weight: 500;
  text-shadow: 0 0 3px #000;
}
.listDemo{
  text-align: left;
  list-style: disc;
  margin: 0 auto;
  padding: 1em;
  text-shadow: 0 0 3px #000;
}
.listDemo li{
  font-size: 90%;
}
.more{
  text-align: center;
  padding: 40px 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
}
/* accordion - 参加チーム紹介 */
.accordion {
  margin-inline: auto;
  max-width: 900px;
  position: relative;
  width: 94%;
  margin: 25px auto;
}
.accordion-item {
  margin-bottom: 15px;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 180%;
  padding: 10px 0;
  background-color: #000;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
}
.accordion-content {
  display: none;
  padding: 25px 25px;
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #000;
}
.accDateBox {
  color: #fff;
  background-color: #d80c18;
  padding: 8px 0 6px;
  margin: 0 0 10px;
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.accNameBox {
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.accNameBox span{
  display: block;
  font-size: 3em;
}
/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #d80c18;
  border-top: solid 2px #d80c18;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 35%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 40%;
  transform: rotate(-45deg);
}
.fullList {
  width: 100%;
  margin: 0;
  padding: 25px 0 15px;
  text-align: center;
}
.fullList li {
  width: 44%;
  padding: 2%;
  display: inline-block;
  vertical-align: top;
}
.fullList li.fullListTxt {
  width: 96%;
  padding: 10px 2% 8px;
  display: block;
  font-size: 110%;
  color: #000;
  line-height: 1;
  font-weight: 600;
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
}
.fullList li img {
  width: 100%;
  height: auto;
}
.fullList li p {
  padding: 5px 0;
}
/* =============================================== */
/* ticket - チケット */
/* ----------------------------------------------- */
.txtTicket{
  text-align: center;
  font-weight: 600;
  font-size: 110%;
  text-shadow: 0 0 3px #000;
  text-shadow: 0 0 3px #000;
}
.ticketPrice01 {
  border-collapse: collapse;
  width: 970px;
  margin: 20px 0 10px;
  border: 1px solid #aaa;
  background-color: #000;
}
.ticketPrice01 tr {
  border-bottom: 1px solid #aaa;
}
.ticketPrice01 th {
  font-weight: 400;
  text-align: center;
  border-right: 1px solid #333;
  padding: 8px 0;
  width: 50%;
}
.ticketPrice01 td {
  font-weight: 400;
  text-align: center;
  padding: 8px 0 5px;
  line-height: 1;
}
.ticketPrice02 {
  border-collapse: collapse;
  width: 970px;
  margin: 20px 0 10px;
  border: 1px solid #aaa;
  background-color: #000;
}
.ticketPrice02 tr {
  border-bottom: 1px solid #aaa;
}
.ticketPrice02 th {
  font-weight: 400;
  text-align: center;
  width: 33%;
  padding: 8px 0;
}
.ticketPrice02 td {
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #333;
  width: 33%;
  padding: 8px 0 5px;
  line-height: 1;
}
.purchase a:link {
  display: block;
  width: 92%;
  max-width: 380px;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  background-color: #d80c18;
  color: #fff;
  border-radius: 50px;
  text-shadow: none;
}
.purchase a:visited {
  text-decoration: none;
  background-color: #d80c18;
  color: #fff;
  text-shadow: none;
}
.purchase a:active {
  text-decoration: none;
  background-color: #d80c18;
  color: #fff;
  text-shadow: none;
}
.purchase a:hover {
  text-decoration: none;
  background-color: #f00;
  color: #fff;
  text-shadow: none;
}
/* =============================================== */
/* goods - グッズ */
/* ----------------------------------------------- */
.tsuhan01{
  position: relative;
  z-index: 1000;
  width: 140px;
  height: 0;
  top: -80px;
  left: 810px;
}
.tsuhan01 img{
  width: 100%;
  height: auto;
  animation:7s linear infinite rotation;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
/* =============================================== */
/* 401,404,406 - エラーページ */
/* ----------------------------------------------- */
.error-page .column{
  margin: 0;
  padding: 0 15px 50px 0;
}

.error-page .pack p{
  padding: 30px 0 0;
  text-align: center;
}

/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
/* フッター大枠 */
footer{
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  clear: both;
  color: #fff;
  background: #000;
}

/* フッター内部 */
#footer-inner{
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
.snsBtn {
  padding: 50px 0 20px;
  text-align: center;
}
.snsBtn li {
  font-size: 40px;
  font-weight: 400;
  display: inline-block;
  padding: 10px;
}
.snsBtn a:link {
  text-decoration: none;
  display: block;
  color: #fff;
}
.snsBtn a:visited {
  text-decoration: none;
  color: #fff;
}
.snsBtn a:active {
  text-decoration: none;
  color: #fff;
}
.snsBtn a:hover {
  text-decoration: none;
  color: #ccc;
}

/* 左部分(用途に合わせてバナー等) */
#footer-left{
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}

/* 中央部分(コピーライト等) */
#footer-center{
  width: 500px;
  float: left;
  margin: 0;
  padding: 0 0 50px;
  min-height: 20px;
}

#footer-center p{
  text-align: center;
  font-size: 90%;
}

/* 右部分(mincへのリンク等) */
#footer-right{
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
}

#footer-right p{
  text-align: right;
  font-size: 70%;
  margin: 0;
  padding: 27px 0 0;
}
#footer-right p a:link{text-decoration: none; color: #fff;}
#footer-right p a:visited{text-decoration: none; color: #fff;}
#footer-right p a:active{text-decoration: none; color: #fff;}
#footer-right p a:hover{text-decoration: underline; color: #fff;}

/* =============================================== */
/* clearfix - クリアフィックス設定 */
/* ----------------------------------------------- */
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

/* =============================================== */
/* rollover - 画像ロールオーバー設定 */
/* ----------------------------------------------- */
a:hover img{
  -moz-opacity: 0.80;
  opacity: 0.80;
  filter: alpha(opacity=80);
}

nav a:hover img{
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}