@charset "utf-8";
@import url('../css/fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&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 {
	padding: 0;margin: 0;
  font-size: 15px;
  line-height: 1.65;
   font-family: 'Libre Caslon Display', 'Shippori Mincho B1', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', YuMincho, '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: #f0f0f0;
  background: #000;
}



a {
  outline: none;
}
a:link{text-decoration: underline; color: #9b0303;}
a:visited{text-decoration: underline; color: #9b0303;}
a:active{text-decoration: underline; color: #9b0303;}
a:hover{text-decoration: none; color: #9b0303;}


/* 画像関連 */
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% */
}
.img-fuild{
 width: 100%;
  height: auto;
 max-width: 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%;}
#news-2 .article-5 hr {height: 0; margin: 5px 0; padding: 0; border: 0; width: 100%;border-top: 1px #999 dotted;}
#news-2 .article-5{font-size:0.9rem;}
.solid{border-top: 1px #999 solid;}
.dotted{border-top: 1px #999 dotted;}
.dashed{border-top: 1px #999 dashed;}
.double{border-top: 3px #999 double;}



small,
.small {
  font-size: 0.85rem;
  font-weight: 400;
}

medium
.medium{
  font-size:1.2rem;
  font-weight: 600;
}
large,
.large{
  font-size:1.6rem;
  font-weight: 600;
}

.txt-center{text-align: center;margin: 0 auto;}
.txt-right{text-align: right;margin: 0 ;}

strong{font-weight: 600;font-size: 1rem;}
.al{font-family: 'Oswald', sans-serif;}
.red{color: #bc0c04;}
p{font-size: 0.9rem;
  font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0.1rem 0;
  line-height: 1.7;
  clear: both;
}

/* ページレイアウト */
#wrapper{
  width: 100%;
  margin: 0;
  padding: 0;
  animation-name: fade-in; 
  animation-duration: 2s; animation-iteration-count:1;
  animation-fill-mode: forwards; 
}
@keyframes fade-in{
0% {
  opacity: 0;
	  background:rgba(0,0,0,1);
}
33.3% {
 opacity:0;  background:rgba(0,0,0,1);
}

 100% {
  opacity: 1;
} 
}


#contents{
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  clear: both;

}



#main-box{
  width: 1200px;
  margin: 15px auto 0;
  padding: 0 0 15px;
	text-align: center;
	
}

#side-box{display: none;
  width: 260px;
  float: right;
  margin: 15px 0 0;
  padding: 0 0 15px;
}

/* メインコンテンツ部分(main-box内) */
#contents-title{font-family: 'Oswald', sans-serif;color:#bc0c04;
  width:100%;font-weight: 400;font-style: italic;
  font-size:3.5rem;
  text-align: center;
 margin: 30px auto;
	padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 3s;
	display: flex;
  align-items: center;/* 縦位置の調整 */
}

#contents-title::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 1px;
  background: #bc0c04;
}


@keyframes typing {
  0% {
    width: 0;
  }
	50% {
    width: 0;
  }
  100% { 
    width: 360px;
  }
}

@keyframes cursor {
  0% {
    border-color: transparent;
  }
  50% {
    border-color:  #231813;
  }
  100% {
    border-color: transparent;
  }
}

@keyframes cursor2 {
  0% {
    border-color: transparent;
  }
  50% {
    border-color:  #231813;
  }
  100% {
    border-color: #000;
  }
}


#head{
  font-size: 120%;
  text-align: center;
  background: #000;
  color: #fff;
  margin: 15px 0 0;
  padding: 5px;
}
article{
  margin: 0 auto;
  padding: 20px 0 20px 0;
  clear: both;
}

.subhead{font-family: 'Oswald', sans-serif;color: #231813;
  font-size: 2rem;
  padding: 8px 15px;
  margin: 0 0 20px;
  clear: both;
  border-top: 2px solid #231813;
  border-bottom: 1px solid #231813;
}


.storytitle{font-family: 'Oswald', sans-serif;color: #fff;font-size: 4rem;}


.packs{
  margin: 0;
  padding: 0 0 0 15px;
  width : calc(100% - 15px) ;
}

.column{
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
	text-align: left;
	  text-align: justify;
  text-justify: inter-ideograph;
}

/* バナー・ツイッター枠など(side-box内) */
.banner{
  width: 260px;
  margin: 0 auto 10px;
  padding: 0;
}

.twitter{
  margin: 0 auto 10px;
  background: #000;
}



/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */




.header{ 
  width: 100%;
  margin: 0;
  padding: 0;
	background: #000;height: 50px;position: fixed;top:0;z-index: 99999;
}

/* 左部分(サイトタイトル) */
#header-left{
  float: left;
width: 900px;
  margin:0;
  padding: 0;
}

#site-title{
  width: 182px;
  margin:0;
  padding:0;
}

#site-caption{display: none;
  margin:0;
  padding: 0;
  font-size:0.8rem;
}

/* 右部分(用途に合わせて会員メニュー・SNSボタンなど) */
#header-right{
  float: right;
width: 235px;
  margin: 0;
  padding: 0;
}


/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav{
  clear: both;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
	position: fixed;
	top:0;
}

/* 第一階層 */
#main-menu{
  position: relative;
  margin: 0;
  padding: 12px 0 0 15px;
  list-style: none;
}
#main-menu::after{
  display: block;
  clear: both;
  content: '';
}
#main-menu li{font-family: 'Oswald', sans-serif;
  position: relative;
  float: left;
  font-size: 1.2rem;font-style: italic;
  font-weight:500;
  text-align: center;
  white-space: nowrap;  padding:0 0.2rem;
	margin: 0 1rem 0 0 ;
}
#main-menu li a{
  display: inline-block;
  color: #f0f0f0;
  padding:0
}
#main-menu li a:link{ 
  display: inline-block;
  text-decoration: none;}
#main-menu li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #e11212;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#main-menu li a:hover::after {
  transform: scale(1, 1);
}

#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: #e11212;}


#main-menu .current-page{text-decoration: none;  color: #e11212;}


#main-menu #main-nav8{font-size: 0.8rem;}/*感染予防ナビ*/

/* 第二階層 */
#main-menu .sub-menu{
  position: absolute;
  top: 100%;
}
#main-menu .sub-menu li{
  float: none;
  margin: 0;
  padding: 0;
}
#main-menu .sub-menu li a{
  display: block;
  padding: 1em 1.5em;
  font-size: 80%;
  font-weight: normal;
  text-align: left;
  background: #000;
}
#main-menu .sub-menu li a:link{text-decoration: none;}
#main-menu .sub-menu li a:visited{text-decoration: none;}
#main-menu .sub-menu li a:active{text-decoration: none;}
#main-menu .sub-menu li a:hover{text-decoration: none; background: #666;}

/* 第二階層のフェード設定 */
.sub-menu{
  visibility: hidden;
  opacity: 0;
  transition: .1s ease-in-out;
  transform: translateY(-20px);
}
#main-menu li:hover > .sub-menu{
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
/* =============================================== */
/* ボタン */
/* ----------------------------------------------- */

.line-btn{width: 645px;margin: 2rem 0;font-size: 1.2rem;background: url(../imagesPC/btn_arrow.png) no-repeat right center;display: block;}
.line-btn a{display: block;text-decoration: none;border:1px solid #bc0c04;color: #bc0c04;padding: 0.2rem 0.5rem;}
.line-btn a:hover{display: block;text-decoration: none;opacity: 0.8;background: #f0f0f0;border:1px solid #bc0c04;color: #bc0c04;padding: 0.2rem 0.5rem;}

/* =============================================== */
/* ボタン2 */
/* ----------------------------------------------- */

.line-btn2{width: 600px;margin:1rem 0;font-size: 1.rem;background: url(../imagesPC/btn_arrow.png) no-repeat right center;display: block;}
.line-btn2 a{display: block;text-decoration: none;border:1px solid #bc0c04;color: #bc0c04;padding: 0.2rem 0.5rem;}
.line-btn2 a:hover{display: block;text-decoration: none;opacity: 0.8;background: #f0f0f0;border:1px solid #bc0c04;color: #bc0c04;padding: 0.2rem 0.5rem;}



/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */


#home-1{background:#000;}
#home-1 #contents{background:#000;}



#home-1 header{
  width: 100%;
  margin: 0;
  padding: 0;
background:#000;
/*height:85px;*/
}


#home-1 #header-inner{
  width: 100%;
  margin: 0;
  padding: 0;
background:#000;
/*height:85px;*/
}


#home-1 #kinkoku_area{width: auto;margin:0 auto;text-align: center; height:40px;background:#bc0c04;display: none;}
.index_kinkoku{color: #f0f0f0; margin: 0  ;font-size:0.95rem;font-weight: 600;font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;padding-top: 7px;}
.index_kinkoku a {text-decoration: none;color:#f0f0f0;}
.index_kinkoku a:active {text-decoration: none;color: #f0f0f0;}
.index_kinkoku a:visited {text-decoration: none;color: #f0f0f0;}
.index_kinkoku a:hover {text-decoration: none;color: #eee;background: #bc0c04;}

.free-format-page #kinkoku_area{display: none;}
#news-2 #kinkoku_area{display: none;}
#home-1 #main-box{
  width: 100%;
  margin: 0 auto;
  padding: 0;
	color: #9b0303;
}
#main-visual{
  max-width: 100%;height:963px;
  margin: 0 auto;text-align: center;
/*padding-top: 55px;*/
    padding-top: 20px;
overflow: hidden;
  animation:  fadein-visual 4s ;
background: url(../imagesPC/mainbg.jpg) no-repeat top center;
}

#main-visual::before,
#main-visual::after {
  animation: 4s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

#main-visual::before {
  animation-name: img-wrap-before;
  top: 0;
  bottom: 54%;
}

#main-visual::after {
  animation-name: img-wrap-after;
  top: 46%;
  bottom: 0;
}

@keyframes img-wrap-before {
  100% {
    transform: translateX(120%);
  }
}

@keyframes img-wrap-after {
  100% {
    transform: translateX(-120%);
  }
}

#visual-caption{display: none;
}
@keyframes fadein-visual{
0% {
  opacity: 0;transform: scale(1.1);/*filter: blur(30px)*/;
}
50% {
  opacity: 1;transform: scale(1.1);
}
70% {
  opacity: 1;transform: none;
} 
}


/* scroll down */

.home-scrolldown {
  position: absolute;
  bottom: 20%;
  right: 0;
  transform-origin: right top;
  float: right;	letter-spacing: 0.1rem;	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;text-align: left;
}

.home-scrolldown i {
  padding-left: 9px;
}
.home-scrolldown a:link,
.home-scrolldown a:hover,
.home-scrolldown a:focus {
  color: #ce0007 !important;
	text-decoration: none;
}

html[data-useragent*='MSIE 10.0'] .home-scrolldown,
.oldie .home-scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #ce0007 !important;
  background: transparent;
  position: relative;
  top: 36px;
  right: 30px;
  animation: animate-it 3s ease infinite;
}

.scroll-icon i {
  font-size: 1.8rem;
  position: relative;
  bottom: -6px;
}


/* vertical animation */



@keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  40% {
    transform: translateY(20px);
  }
}


/* ----------------------------------------------------------- */
/* Preloader
-------------------------------------------------------------- */



/* =============================================== */
/* HOME　ニュース告知*/
/* ----------------------------------------------- */
#home-1 article#paragraph-26{margin: 0; padding: 0; background: #fff;color: #333;min-height: 150px;}

/* エリア */
.home-area{width:1200px;margin: 0 auto;text-align: center;padding:2rem 0;}
.home-left{display:inline-block;width: 120px;margin:0;padding: 0 ;font-size:2rem;vertical-align: top;color: #bc0c04;font-style: oblique;	text-align: left;
  align-items: center;/* 縦位置の調整 */
}

.home-left::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 1px;
  background: #bc0c04;
}
.home-center{display:inline-block;width:450px;margin:0;padding: 0;font-size:2rem;vertical-align: top;}
.home-right{display:inline-block;width: 490px;margin:0;padding: 0 0 0 30px;font-size:2rem;vertical-align: top;}


/* ニュースFEEDエリア */
#news-feed-index{margin:0;padding: 0;vertical-align: top;}

#news-feed-index ul{}

#news-feed-index h2{color: #bc0c04;font-weight: 400;font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 0.8rem;
  margin: 0;
  padding: 0 1rem 0.5rem 0.5rem;
  clear: both;
	text-align: left;
}



#news-feed-index h2 a {text-decoration: none;color: #333;}
#news-feed-index h2 a:active {text-decoration: none;color: #333;}
#news-feed-index h2 a:visited{text-decoration: none;color: #333;}
#news-feed-index h2 a:hover{text-decoration: none;color: #bc0c04;}


#home-1 span{font-size: 0.8rem;color: #bc0c04;margin-right:0.5rem;}

#home-1 .date{font-size:1rem;}
/* 告知エリア */


.index_kokuchi{background: #bc0c04;color:#fff;margin-bottom: 0.55rem;text-align: left;font-size: 1.1rem;font-style:italic;font-weight: 400;}
.index_kokuchi a {text-decoration: none;color: #fff;display: block;padding:  0.2rem 1rem;}
.index_kokuchi a:active {text-decoration: none;color: #fff;display: block;padding:  0.2rem 1rem;}
.index_kokuchi a:visited {text-decoration: none;color: #fff;display: block;padding:  0.2rem 1rem;}
.index_kokuchi a:hover {text-decoration: none;color: #eee;background: #000;display: block;padding:  0.2rem 1rem;}



/* =============================================== */
/* HOME　イントロダクション */
/* ----------------------------------------------- */

#home-1 article#paragraph-16{margin:0;padding: 0;
background:linear-gradient(90deg,black 0%,black 42%,white 42%,white 100%);}

/* エリア */
.intro-area{width:1200px;margin: 0 auto;padding:0;text-align: center;}
.intro-left{display:inline-block;width: 500px;margin:0;padding: 0 ;vertical-align: top;}
.intro-right{display:inline-block;width: 650px;margin:0;padding: 0;color: #111;vertical-align: top;}

.introph{padding: 4rem 0 2rem;}
.intro-left .midashi{font-size: 1.8rem;color:#f0f0f0; text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
margin: 4rem 0 0 9rem;}


.intro-area #contents-title{font-family: 'Oswald', sans-serif;color:#bc0c04;
  width:400px;font-weight: 400;font-style: italic;
  font-size:3.5rem;
  text-align: center;
 margin: 30px auto;
  white-space: nowrap;
  overflow: hidden;
 animation: typing 3s;
	display: flex;
  align-items: center;/* 縦位置の調整 */
}
.intro-area #contents-title::before,
.intro-area #contents-title::after {display: none;
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 1px;
  background: #bc0c04;;
}


@media screen and (max-width: 896px){
#home-1 .update-title{display:block;width:  100%;height:auto;font-size:2rem;}
#home-1 #news-feed-index{display:block;width:  100%;height:auto;}
#home-1 article#paragraph-16{display:block;width:  100%;height:auto;margin-top: 1rem;}
}





/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
.date{font-family: 'Oswald', sans-serif;
    font-size:2rem;
  display: block;font-weight: 400;
}

#news-2 {color: #111;
background:linear-gradient(90deg,black 0%,black 100px,white 100px,white 100%);}

#news-2 .header-img{
  width: 100%;
  margin: 0 auto; 
  padding: 0;
background: url('../imagesPC/newsheaderbg.jpg') no-repeat center top;
height:540px;
}

#news-2 .subhead{   font-family: 'Libre Caslon Display', 'Shippori Mincho B1', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', YuMincho, '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-weight: 600;line-height: 1.4;
  font-size: 1.4rem;
  padding: 10px 15px;
  margin: 0 0 20px;
  clear: both;
  border-top: 2px solid #231813;
  border-bottom: 1px solid #231813;
	text-align: left;
}
#news-2 .al{font-weight: 600;margin-right: 10px;}
.headline a:link{text-decoration: none; color: #231813;}
.headline a:visited{text-decoration: none; color: #231813;}
.headline a:active{text-decoration: none; color: #231813;}
.headline a:hover{text-decoration: none; color: #9b0303;}

#news-2 article{font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;}



#news-2 #main-box{
  width: 960px;
  margin: 15px auto 0;
  padding: 0 0 15px;
	text-align: center;
	
}



/* 記事内カテゴリー */
.article-category {font-family: 'Oswald', sans-serif;
  clear: both;
  font-size: 1rem;
  text-align: right;
  padding: 1em 15px;
  margin: 0;
}
.article-category a:link{
  text-decoration: none;
  color: #231813;
  padding: 0 0 0 0;
 /* background: url('../imagesPC/allow01.gif') no-repeat left;*/
}
.article-category a:visited{text-decoration: none; color: #231813;}
.article-category a:active{text-decoration: none; color: #231813;}
.article-category a:hover{text-decoration: none; color: #9b0303;}

/* プレビュー・ネクスト */
#pager{
  text-align: center;
  clear: both;
  margin: 15px 0 30px;
  padding: 0;
}

#pager li{font-family: 'Oswald', sans-serif;
  display: inline;
  margin: 0 1em;
  padding: 0;
  font-size: 1rem;
}
#pager li a:link{text-decoration: none;color: #9b0303; background: #fff;padding: 0.3rem 1rem; }
#pager li a:visited{text-decoration: none; color: #9b0303; background: #fff;}
#pager li a:active{text-decoration: none; color: #9b0303; background: #fff;}
#pager li a:hover{text-decoration: none; color: #ccc; background: #9b0303;}

.disabled{display: none;}

/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry{margin: 0 0 10px;}
#category{margin: 0 0 10px;}
#archive{margin: 0 0 10px;}

.home-page #new-entry{display: none;}

h4{
  background: #000;
  color: #fff;
  font-size:  0.8rem;
  padding: 3px 10px;
  margin: 0;
  border-radius: 0 8px 0 0;
}

.side-list{
  font-size: 0.8rem;
  margin: 0 0 5px;
}

.side-list li{text-align: left;
  padding: 0.8rem ;
  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: #231813;}
.side-list li a:visited{text-decoration: none; color: #231813;}
.side-list li a:active{text-decoration: none; color: #231813;}
.side-list li a:hover{text-decoration: none; color: #9b0303;}

/* =============================================== */
/* 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{}

/* =============================================== */
/* STORY */
/* ----------------------------------------------- */

#free-format-3{background:#f0f0f0}
#free-format-3 #contents-titles{font-family: 'Oswald', sans-serif;color:#bc0c04;
  width: 360px;font-weight: 400;font-style: italic;
  font-size:3.5rem;
  text-align: left;
 margin:-20px 0 0 0 ;
  white-space: nowrap;
  overflow: hidden;
 animation: typing 3s;
	display: flex;
  align-items: center;/* 縦位置の調整 */
}

#free-format-3 #contents-title {display: none;
}



#free-format-3 .header-img{
  width: 100%;
  margin: 0 auto; 
  padding: 0;
background: url('../imagesPC/storyheaderbg.jpg') no-repeat center top #000;
height:540px;
}

#free-format-3 #main-box{background: url('../imagesPC/storybg.jpg') no-repeat center top;width: 1340px;height:920px;margin: 30px auto;text-align: center;color:#f0f0f0;}
#free-format-3 .midashi{font-size:2rem;padding: 0;margin: 0;}
#free-format-3 .red-line{border-bottom:1px solid #8e0000;width: 100%;padding:0 0 30px;}

/* =============================================== */
/* CAST */
/* ----------------------------------------------- */
#free-format-4{
	animation-name: fade-in; 
  animation-duration: 2s; animation-iteration-count:1;
  animation-fill-mode: forwards;
color: #f0f0f0;
background: url('../imagesPC/logo_side.jpg') no-repeat right bottom 20%  #000 fixed;
}
/*#free-format-4 .packs{width: 100%; background-image: linear-gradient(#bc0c04, #bc0c04);
	background-repeat: no-repeat;
	background-size:2px 100%;
	background-position: left top; }*/



.subheading{vertical-align: top;margin: 0;padding: 0;font-family: 'Oswald', sans-serif; color:/*#bc0c04*/#f0f0f0;font-size:2.4rem;font-weight: 500; font-style:italic;line-height: 1.1;}
.prof-area{background: #333; padding:0.5rem;}
.prof-area span{vertical-align: top;margin: 0;padding: 0;font-family: 'Libre Caslon Display', 'Shippori Mincho B1', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', YuMincho, '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif; color:#f0f0f0;font-size:1.5rem;font-weight:600; line-height: 1.1;}
.prof-area .prof {font-size: 0.75rem;line-height: 1.4;}
.prof-area .prof span{border:1px solid #bc0c04;color: #bc0c04; font-size: 0.65rem;padding:0 0.3rem;margin-right: 0.5rem; font-family: 'Oswald', sans-serif;font-style:normal;font-weight: 400;}



/* =============================================== */
/* STAFF */
/* ----------------------------------------------- */
#free-format-5 .header-img{
  width: 100%;
  margin: 0 auto; 
  padding: 0;
background: url('../imagesPC/staffheaderbg.jpg') no-repeat center top #000;
height:540px;
}

/* =============================================== */
/* TICKET #free-format-6 */
/* ----------------------------------------------- */
#free-format-6 {
	animation-name: fade-in; 
  animation-duration: 2s; animation-iteration-count:1;
  animation-fill-mode: forwards;
color: #f0f0f0;
background: url('../imagesPC/logo_side.jpg') no-repeat right bottom 20% #000 fixed;
}

#free-format-6 #main-box{font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  width:1060px;
  margin: 15px auto 0;
  padding: 0 0 15px;
	text-align: center;
	
}

#free-format-6 .subhead {font-family: 'Oswald', sans-serif;font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.2rem;
	font-style: italic;
	text-align: center;color: #bc0c04;
	border:none;  margin: 15px auto 0;
}

#free-format-6 .subhead::before,
#free-format-6 .subhead::after {
	content: '';
	width: 42%;
	height: 1px;
	background-color: #bc0c04;
}

#free-format-6 .subhead::before {
	margin-right: 20px;
}
#free-format-6 .subhead::after {
	margin-left: 20px;
}

/* =============================================== */
/* schedule-chart - スケジュール星取表 */
/* ----------------------------------------------- */
/* 星取大枠 */
.schedule-chart{
  width: 800px;
  border-collapse: collapse;
  border: 1px solid #333;
  table-layout: fixed;
  margin: 0 auto;
	text-align: center;
	background: #000;
}

.schedule-chart td{
  border: 1px solid #333;
  text-align: center;
  font-size: 0.85rem;
}

/* 月 */
.schedule-chart .month{
  padding: 0.5%;
  background: #000;
  color: #fff;
  border: 1px solid #333;
}

/* 日 */
.schedule-chart .day{
  background: #000;
  color: #fff;
  border: 1px solid #333;
  border-top: none;
  border-bottom: none;
}

/* 土・日・休演 */
.schedule-chart .sat{color: #66ccff;}
.schedule-chart .sun{color: #d70000;}

/* 時刻（一番左の列） */
.schedule-chart th{
  width: 50px;
  font-size: 0.85rem;
  font-weight: bold;
  background: #222;
  color: #fff;
  border: 1px solid #333;
}

.schedule-chart .row-1200 td.day-20210906,
.schedule-chart .row-1200 td.day-20210913{border-bottom:none;color: #999;}
.schedule-chart .row-1700 td.day-20210906,
.schedule-chart .row-1700 td.day-20210913{border-top:none;color: #999;}

#free-format-6 #main-box .ticket_midashi{ 
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0rem 0.5rem 0.2rem;
  margin: 20px 0 20px;
  clear: both;color: #eee;
  border-left: 10px solid #bc0c04;
	border-bottom:1px solid #bc0c04;
	background: #000;
}
#free-format-6 #main-box .ticket_btn{width:540px;margin: 0.5rem 0;display: block;border-radius: 10px;box-shadow: 2px 2px 4px #6b0804;text-align: center;}
#free-format-6 #main-box .ticket_btn:link{display: block;text-decoration: none;color: #fff;padding: 0.2rem 0.5rem;background: #bc0c04;}
#free-format-6 #main-box .ticket_btn:hover{display: block;text-decoration: none;opacity: 0.8;background: #fff;color: #bc0c04;padding: 0.2rem 0.5rem;}


#free-format-6 #main-box a:link{text-decoration: underline; color: #f0f0f0;}
#free-format-6 #main-box a:visited{text-decoration: underline; color: #f0f0f0;}
#free-format-6 #main-box a:active{text-decoration: underline; color: #f0f0f0;}
#free-format-6 #main-box a:hover{text-decoration: none; color: #9b0303;}

.dantai {
  border: 2px solid #c4494d;
  width: 40%;
  padding: 0.5rem;
  margin: 0 auto;
  text-align: center;
}
.senko {
  border: 3px #333 double;font-size: 1rem;
  width: 80%;
  padding: 0.5rem;
  margin: 1rem auto;
  text-align: center;
}

.senko a {
  color: #cc0000;
  transition: all 0.5s;
}
.senko a:focus {
  outline: 0;
}
.senko a:hover, a:focus {
  color: #ccc;
  text-decoration: none;
}
.senko a, a:visited {
  text-decoration: none;
}


.schedule {
  font-family: 'Shippori Mincho B1', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', YuMincho, '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
  animation-name: fadey;
  animation-duration: 2s;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  margin: 0.2em 0;
}
.schedule small{  font-size: 1.4rem;}


/* =============================================== */
/* STAFF */
/* ----------------------------------------------- */
#free-format-7{
	animation-name: fade-in; 
  animation-duration: 2s; animation-iteration-count:1;
  animation-fill-mode: forwards;
color: #f0f0f0;
background: url('../imagesPC/logo_side.jpg') no-repeat right 20%  #000 fixed;
}



/* =============================================== */
/* 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{font-family: 'Oswald', sans-serif;
  width: 100%;
  height:auto;
  margin: 0;
  padding: 10px 0;
  clear: both;
  color: #fff;
  /*background: #000;*/
}

#news-2 footer{background: #000;}
#free-format-3 footer{background: #000;}


/* フッター内部 */
#footer-inner{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}



/* 中央部分(コピーライト等) */
#footer-center{
  width: 250px;
  margin: 0;
  padding: 0 30px 0 0 ;
	text-align: right;
	float: right;
}


/* shere links */
.share {
margin: 20px auto;
  text-align: center;
}
.share i {
  font-size: 2rem;
  margin-right: 2px;
}

.share a, .share a:visited {
  color: #fff;
  text-decoration: none;
}
.share a:hover, .share a:focus {
  color: #8e0000;
  text-decoration: none;
}
.social-links {
  width: 100%;
  margin: 0;
  padding: 0;font-weight: 400;
  font-size: 0.8rem;
}
.social-links li {
  width: 50px;
  display: inline-block;
  padding: 0;
  margin: 0 5px 0 3px;
}
.social-links li:last-child{
 margin: 0 30px 0 3px;
}

#footer-center p{	font-size: 0.65rem;
  margin: 0;
  padding:0.3rem 0 0 0;
}
#footer-center p a:link{text-decoration: none; color: #fff;}
#footer-center p a:visited{text-decoration: none; color: #fff;}
#footer-center p a:active{text-decoration: none; color: #fff;}
#footer-center p a:hover{text-decoration:none; color: #8e0000;}

/* =============================================== */
/* 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);
}

/* ----------------------------------------------------------- */
/* Preloader
-------------------------------------------------------------- */

#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 999999999;
}
#loader {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: normal;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 64px;
  margin-top: -15px;
  margin-left: -32px;
  text-align: center;
  color: #fff;
  z-index: 9999999999;
}


#pagetop{text-align:right;margin: 0;}



