@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald: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,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;
    color: #333;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.75;
    word-wrap: break-word;
    overflow-y: scroll;
    overflow-x: hidden;

        width: 100%;
        /*height: 100vh;*/
    background: url("/imagesPC/0630bg.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
    background-attachment: fixed;
    z-index: -1;
}

 .tw-img {
    width: 38px;
}
    
a:link,a:visited{
    color: #399fba;
    outline: none;
}
a:hover, a:active {
    text-decoration: none;
}
*:focus {
    outline: none;
}
::selection {
    
  background-color: #f8b551;
}
/* 画像関連 */
figure{
  margin: 0;
  padding: 0;
}

figcaption{
  font-size: 0.8rem;
  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;}

.text-center{text-align: center; margin: 0 auto;}

/* 罫線 */
hr {height: 0; margin: 15px 0; padding: 0; border: 0; width: 100%;}
.solid{border-top: 1px #999 solid;}
.dotted{border-top: 1px #999 dotted;}
.dashed{border-top: 1px #999 dashed;}
.double{border-top: 3px #999 double;}

nav,.footer,#pager,#contents-title,.copyright,.date,.article-category,#news-list .subhead small{font-family:'Oswald', 'IBM Plex Sans JP', sans-serif;}

/* ページレイアウト */
#wrapper{
  width: 100%;
  margin: 0;
  padding: 0;
}

#contents{
 width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
  clear: both;
    background-color: #f5f5f5;
}

#main-box{
  width: 1000px;  margin: 0 auto;
    padding: 0;

}

#side-box{
  width:  1000px;
  margin: 15px auto;
  padding: 0;
}

/* メインコンテンツ部分(main-box内) */

h2, .al,.button-arrow, .button-more, .copyright, #g-nav-list, .ticket-area .place,.title-alname,.entry-date{
    font-family: "Oswald", sans-serif;
}
h2 {
  text-transform: uppercase;
  font-size: 2.4rem;
  margin: 0 auto;
    padding:30px 0 ;
  text-align: center;
  max-width: 600px;
  /*color: #ad302e;*/
  color: #333;
  line-height: 1.1;
  font-weight: 700;
}

#staffcast h2 span{font-size:0.9rem;display: block;}


@keyframes skeleton {
    0% {
        background-position: 50% 0;
    }
    33.3% {
        background-position: 60% 0;
    }
    66.6% {
        background-position: 50% 0;
    }
}

#head{
  font-size: 120%;
  text-align: center;
  margin: 15px 0 0;
  padding: 5px;
}

article{
  margin: 0 auto;
  padding: 30px 0 ;
  clear: both;
    background: rgba(0,0,0,0); 
}

.subhead{
  clear: both;
}

.packs{
  margin: 0;
  padding: 0 0 0 15px;
  width : calc(100% - 15px) ;
}

.column{
  margin: 0;
  padding: 0 15px 0 0;
  float: left;letter-spacing: 0.05em;
}

/* バナー・ツイッター枠など(side-box内) */
.banner{
  width: 260px;
  margin: 0 auto 10px;
  padding: 0;
}

.twitter{
  margin: 0 auto 10px;
  background: #000;
}

/* ページトップ */
#pagetop{
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px 20px;
}

/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header{
  width: 100%;
  margin: 0;
  padding: 0;
}
#site-title{margin: 15px auto;text-align: center;}
#site-title img{width: 80%;height: auto;}

/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav{
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}

/* 第一階層 */
#main-menu{ 
  margin: 0 auto ;
  padding: 0;
  list-style: none;   display: flex;
   justify-content: center;
}

#main-menu li{
  font-size: 130%;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
#main-menu li a{text-transform:uppercase;display: inline-block;
  padding: 10px 1em;margin-right: 15px;
    color: #333;border-left:1px solid #333;border-top:3px solid #333;border-right:1px solid #333;background-color: #ccc;
}
#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; background: url("/imagesPC/Dust-Megapack.jpg") ;}


#main-menu .current-page{color: #333;border-left:1px solid #333;border-top:3px solid #333;border-right:1px solid #333;background-color: #f5f5f5;}

#news-2 h4{border:1px solid #333;color:#333;padding: 5px 1em;display: inline-block;font-size: 1.1rem;}

#news-2 #side-box h4{border:none;font-size: 1rem;}
#news-2 h5{border-bottom:1px solid #333;color: #333;padding: 10px 1em;border-radius: 10px ;display: inline-block;font-size: 1rem;}


/* →角丸ボタン
================================================================ */
.arrow_btn:link,.arrow_btn:visited{
  display: inline-block;
  padding: 0.8em 2em;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 1em;
	line-height:1.4;
  background: #f0c250;
  border: solid 1px #f0c250;
  border-radius: 30px;
  transition: .4s;
	min-width:60%;
}

.arrow_btn:hover{
  background: #eee;
  border: solid 1px #f0c250;
  color: #f0c250;
}

/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual{
  width: 1000px;
  margin: 0;
  padding: 0;
}

#visual-caption{
  margin: 2px 0 10px;
  padding: 0;
  font-size: 0.8rem;
  text-align: center;
}

/* ニュースフィード（main-box内） */
#news-feed-index{
  margin: 0;
  padding: 15px;
  background: #eee;
}

#news-feed-index ul{
}

#news-feed-index h2{
  font-size: 0.8rem;
  margin: 0;
  padding: 4px 0 4px 1em;
  clear: both;
  background: url('/imagesPC/allow01.gif') no-repeat 0 8px;
}

.thumbnail{
  width: 80px;
  float: left;
  padding: 5px 10px 5px 0;
}

.news-txt{
  padding: 5px 0 5px 0;
  font-size: 0.8rem;
}

/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
.date{
  display: block;font-weight: 400;color: #399fba;
}

#news-list .subhead{ display: flex;justify-content: start;border-left:1px solid #999;border-bottom:1px solid #999;}
#news-list .subhead span{font-size:0.9rem;padding: 0.5em 0.5em 0.5em 1em;color: #399fba; }
#news-list .subhead small{font-size:0.9rem;padding: 0.5em 0.5em 0.5em 1em;color: #399fba; }
#news-list .subhead a:link{color: #222; font-size: 1.1rem; }
#news-list .subhead a:visited{color: #222; }
#news-list .subhead a:active{color: #eee; }
#news-list .subhead a:hover{text-decoration: none; color: #399fba; }


#news-single .subhead{border-bottom:1px solid #999;margin-bottom: 30px;padding: 15px 0;}

/* 記事内カテゴリー */
.article-category {
  clear: both;
  font-size: 0.8rem;
  text-align: right;
  padding: 1em 15px;
  margin: 0;
}
.article-category a:link{
  text-decoration: none;
  color: #444;
  padding: 0 0 0 1em;
  background: url('/imagesPC/allow01.gif') no-repeat left;
}


/* プレビュー・ネクスト */
#pager{
  text-align: center;
  clear: both;
  margin: 50px 0;
  padding: 0;
}

#pager li{
  display: inline;
  margin: 0 1em;
  padding: 0;
  font-size: 1.1rem;
}
#pager a:link{text-decoration: none; color: #399fba; padding: 0.8em 1.5em; border-radius: 5px;}
#pager a:visited{text-decoration: none; color: #399fba;}
#pager a:active{text-decoration: none; color: #399fba;}
#pager a:hover{text-decoration: none; color: #fff; background: #999}

.disabled{display: none;}

/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry{margin: 0 0 10px;width: 48%;float: left;}
#archive{margin: 0 0 10px;width: 48%;float: right;}

.home-page #new-entry{display: none;}






.side-list{
  font-size: 0.95rem;
  margin: 0 0 10px;
}

.side-list li{
  padding: 1em;
  margin: 0 10px;
  background: url('/imagesPC/allow01.gif') no-repeat 0 15px;
  border-bottom: 1px dotted #999;
  font-weight: 400;
}

.side-list li a:link{text-decoration: none; color: #444; }
.side-list li a:visited{text-decoration: none; color: #444; }
.side-list li a:active{text-decoration: none;color: #444; }
.side-list li a:hover{text-decoration: none; color: #399fba;}
/* =============================================== */
/* subnav - サブナビページ用 */
/* ----------------------------------------------- */
/* サイドメニュー（side-box内） */
#side-menu{
  width: 260px;
  margin: 0 0 10px;
  border-top: 1px dotted #444;
}

#side-menu li{
  margin: 0 0 5px;
  padding: 1em;
  font-size: 100%;
  font-weight: bold;
  border-bottom: 1px dotted #444;
  background: url('/imagesPC/allow01.gif') no-repeat left;
}
#side-menu li a:link{text-decoration: none; display: block;}
#side-menu li a:visited{text-decoration: none; display: block;}
#side-menu li a:active{text-decoration: none; display: block;}
#side-menu li a:hover{text-decoration: underline; display: block;}

#side-menu .active{}


/* =============================================== */
/* 401,404,406 - エラーページ */
/* ----------------------------------------------- */


.error-page .column{
  margin: auto;text-align: center;
  padding: 0 15px 50px 0;width: 100%;
}

.error-page .pack p{
  padding: 30px 0 0;margin: auto;
  text-align: center;
}

/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
.footer { 
  width: 100%;
  margin:auto;
  padding: 0 0 60px;
    text-align: center;color: #eee;
}

footer .footer {text-align: center;
 
  margin:0 auto 20px;
}
footer .footer .footer_logo img{
   width: 100%;max-width:800px;

}

footer .footer .footer_sns {
  max-width: 200px;
  width: 50%;
  margin: 60px auto 20px;
   display: flex;
}

img.footer-x{width:40px;margin-right:50px;}
img.footer-in{width:40px;margin-right: 50px;}
img.footer-yu{width:40px;}

  footer .copyright {font-weight: 400;
    color: #eee;
    margin: 0 auto;
    text-align: center;
    font-size: 0.7rem;
  }

.footname {
  color: #eee;
  font-size: 1rem;
  margin: 0 auto;
  text-align: center;
  /*letter-spacing: 0;filter: drop-shadow(0px 0px 10px rgba(3, 11,27, 0.9)) drop-shadow(0px 0px 10px rgba(3, 11,27, 0.8));*/
}



@media screen and (max-width: 992px) {

  footer .footer {
  }
  .footname {
    font-size: 0.8rem;
  }
  footer .footer {
    padding-bottom:50px;
  }
  footer .footer .footer_logo {
    width: 90%;
  }
  footer .copyright {

    font-size: 0.7em;padding:0 5%;
  }
  .footmeigi {
    max-width: 100%;
  }

} /*end*/
/* =============================================== */
/* 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);
}


/* ------------------------------------------------------------------- 
 * ※※※
/*-------------------------------------------------------------------*/
.kome {
    font-size: 0.95em;
    list-style: none;
    padding-left: 1rem;
}
.kome li {
    text-indent: -1rem;
}
.kome li:before {
    content: "※";
    margin-right: 0.1rem;
}
/* ------------------------------------------------------------------- 
 * ※※※
/*-------------------------------------------------------------------*/
.ten li .kome {
    font-size: 0.95em;
    list-style: none;
    padding-left: 1rem;
}
.ten li .kome li {
    text-indent: -1rem;
}
.ten li .kome li:before {
    content: "※";
    margin-right: 0.1rem;
}

/* ------------------------------------------------------------------- 
 * ・
/*-------------------------------------------------------------------*/
.ten {
   font-size: 0.95em;
    list-style: none;
    padding-left: 1rem;
}
.ten li {
    text-indent: -1rem;
}
.ten li:before {
    content: "・";
    margin-right: 0.1rem;
}

/*-------------------------------------------------------------------*/
.mt-1, .pt-1 {
    padding-top: 0.5em;
}
.mt-2, .pt-2 {
    padding-top: 1em;
}
.mt-3, .pt-3 {
    padding-top: 1.5em;
}
.mt-4, .pt-4 {
    padding-top: 2em;
}
.mt-5, .pt-5 {
    padding-top: 2.5em;
}
.mb-1, .pb-1 {
    padding-bottom: 0.5em;
}
.mb-2, .pb-2 {
    padding-bottom: 1em;
}
.mb-3, .pb-3 {
    padding-bottom: 1.5em;
}
.mb-4, .pb-4 {
    padding-bottom: 2em;
}
.mb-5, .pb-5 {
    padding-bottom: 2.5em;
}
/* ------------------------------------------------------------------- 
 * e.t.c
/*-------------------------------------------------------------------*/
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
/* ------------------------------------------------------------------- 
 * responsive:
 *  e.t.c
 * ------------------------------------------------------------------- */
@media screen and (max-width: 992px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
} /*end*/