@charset "UTF-8";
@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=IBM+Plex+Mono:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&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;
    }
	.nocopy {
        display: none !important;
    }
	
	.j-contents{
        display: none !important;
    }
	#free-format-4 .header-img{display: none;}
}

/* リセット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;
}

/* ボディ font-family: 'IBM Plex Mono', monospace;*/
body {
  margin: 0;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 0.9rem;
	font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: left;
   background: linear-gradient(to bottom, #251e1c, #423632);
}


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%;}
.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.8rem;
  font-weight: 400;
}

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

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

strong{font-weight: 600;font-size: 1rem;}
.al{font-family: 'IBM Plex Mono', monospace;}
.red{color: #bc0c04;}
p {font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 0.9rem;
	font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;margin-right: 1rem;
	  text-align: justify;
  text-justify: inter-ideograph;
	line-height:2;
}
/* ポップアッププロフィール */
#profile{ font-weight: 500;
  margin: 0;
  padding: 0;
line-height: 1.5;font-size: 1em;}

/* ページレイアウト */
#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: 1080px;
  margin: 0 auto;
  padding: 0;
  clear: both;

}



#main-box{
  width: 840px;
  margin: -50px 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: 'Allura', cursive; text-transform: lowercase;
	color:#999;font-weight: 600;font-size:14rem;text-align:right;
	margin: -3rem 1rem 0 0;padding: 0;animation: typing 3s;line-height: 1; transform: rotate(-5deg);
}
#contents-title:first-letter{
text-transform: uppercase;
}



@keyframes typing {
  0% {
transform: translateY(300px)  rotate(-5deg);
  }
  100% { 
transform: translateY(0) rotate(-5deg);
  }
}
@keyframes typing2 {
  0% {
transform: translateY(300px) ;
  }
  100% { 
transform: translateY(0);
  }
}
@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: #251e1c;
  }
}


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

.subhead{ font-family: 'Libre Caslon Display', 'Shippori Mincho B1', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', YuMincho, '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;color: #fff;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 60px;
}
.subhead:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width:500px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

.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: #251e1c;
}



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


header{ 
  width: 100%;
  margin: 0;
  padding: 0;
	color: #251e1c;
	background: #fff;
}
#header-inner{}


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

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

#site-title{
  margin:0 auto;
	text-align: center;
  padding:150px 0 0 0;
}

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

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


/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav{
  clear: both;
  width:100%;
  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: 'IBM Plex Mono', monospace;
  position: relative;
  float: left;
  font-size: 1rem;
  font-weight:600;
  text-align: center;
  white-space: nowrap;  padding:0 0.2rem;
	margin: 0 1rem 0 0 ;
}
#main-menu li a{
  display: inline-block;
  color: #251e1c;
  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: #251e1c;
  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: #251e1c;}


#main-menu .current-page{text-decoration: none;  background: #cc0000; color: #fff;}


#main-menu #main-nav8{padding-top: 3px; font-size: 0.8rem;  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;}/*感染予防ナビ*/
#main-menu #main-nav9{padding-top: 3px;font-size: 0.8rem;  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;}/*よくあるご質問ナビ*/
/* 第二階層 */
#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: #251e1c;
}
#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;}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#home-1 {position:relative;top:0;}
#home-1 #contents{ width: 100%;
	position:absolute;
  padding: 0;
	margin: 0 auto;text-align: center;
  clear: both;
background: url(/imagesPC/homecontentsbg.gif) no-repeat top center;

}
/* NEWSFEEDまでの距離 */
#home-1 #main-box{position:absolute;top: 125px; left: 0;
  right: 0;
  margin: auto;
width:1100px;
  padding: 0;z-index: 999;
}
#main-visual{
  max-width: 100%;height:1005px;width:1100px;
  padding:0;z-index: 9;	margin: 0 auto;text-align: center;
}
#home-1 footer{display: none;}
#home-1 .header-img{display: none;}
#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;
} 
}



/* HOME ニュースFEEDエリア */
#news-feed-index{margin:0 0 0 10px;padding: 0;width: 320px;}

#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: #ccc;}
#news-feed-index h2 a:active {text-decoration: none;color: #ccc;}
#news-feed-index h2 a:visited{text-decoration: none;color: #ccc;}
#news-feed-index h2 a:hover{text-decoration: none;color: #bc0c04;}

.news-feed-title-area{text-align: left;}
.news-feed-title{color:  #d70c25;font-weight: 600; margin:0 0 15px 10px;}
.news-feed-date{color: #d70c25;font-weight: 600;}

/* HOME 告知エリア */
article#paragraph-25{margin:50px 0 0 0;padding: 0;width: 320px;}
.index_kokuchi{background: #bc0c04;color:#fff;margin:0 auto 0.55rem;text-align: center;font-size: 1.1rem;font-weight: 600;}
.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: #251e1c;display: block;padding:  0.2rem 1rem;}




/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */


#news-2 {color: #111;
background:linear-gradient(to bottom, #251e1c, #423632) url('/imagesPC/law-scales.png') no-repeat right top 60px;}


#news-2 .header-img{
  width: 100%;
  margin: 0 auto; 
  padding: 0;
background:  url('/imagesPC/law-scales_bk.png')  no-repeat right top 60px  #bc0c04;
height:440px;
}

#news-2 .date{font-family: 'IBM Plex Mono', monospace;
    font-size:1.2rem;
  display: block;font-weight: 400;text-align: center;
	background: #bc0c04;color: #fff;width: 150px;height:100px;margin-bottom: 30px;padding-top: 50px;
}


#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.2;
  font-size: 2em;
  padding: 5px 10px;
  margin: 0 0 40px;
  clear: both;
  border-top:none;;
	border-bottom: none; text-align: left;color:#bc0c04;
}
#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;
  width: 100%;
  padding:0 2rem 50px 1rem;
  background: #fff;
  background-size: auto 2.5rem;
  line-height: 2.5rem;
  overflow: hidden;
	margin-bottom: 30px;
}

#news-2 article .column{line-height: 1.6;}




/* 記事内カテゴリー */
.article-category {font-family: 'IBM Plex Mono', monospace;
  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: 'IBM Plex Mono', monospace;
  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;}



/* =============================================== */
/* INTRO */
/* ----------------------------------------------- */


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

/* =============================================== */
/* CAST */
/* ----------------------------------------------- */


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

#free-format-4 #site-title{display: none;
}

/* castph-250px */
#free-format-4 #main-box{
  width:1080px;
  margin: -50px auto 0;
  padding: 0 0 15px;
	text-align: center;
}


.castlink{background: #cb0000;color: #fff;padding: 0 1rem;font-family: 'IBM Plex Mono', monospace;width: 180px;margin: 0 auto;text-align: center;}
a:link.castlink{text-decoration: none;display: block;background: #cb0000;color: #fff;}
a:visited.castlink{text-decoration: none;display: block;background: #cb0000;color: #fff;}
a:active.castlink{text-decoration: none;display: block;background: #cb0000;color: #fff;}
a:hover.castlink{text-decoration: none;display: block;background: #fff;color: #cb0000;}


/* =============================================== */
/* STAFF */
/* ----------------------------------------------- */

#free-format-5 .header-img{
  width: 100%;
  margin: 0 auto; 
  padding: 0;
	background:
	linear-gradient(25deg, rgba(195,0, 0, 0), rgba(195,0, 0, 0)), url('/imagesPC/staffheaderbg.jpg')  no-repeat center;
	height:440px;
	  background-repeat: no-repeat;
  background-position: 50%;
}

#free-format-5 #main-box{font-size:0.85rem;
  width:1080px;
  margin: -50px auto 0;
  padding: 0 0 15px;
	text-align: center;
}

/* =============================================== */
/* TICKET */
/* ----------------------------------------------- */
#free-format-6 .header-img{
  width: 100%;
  margin: 0 auto; 
  padding: 0;
	background:
	 url('/imagesPC/ticketheaderbg.jpg') no-repeat center;
height:440px;
}

#free-format-6 #main-box .ticket_midashi{ 
  font-weight: 500;
  font-size: 1.3rem;
  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: #251e1c;
}
#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 article#paragraph-7 a:link{text-decoration: underline; color: #f0f0f0;}
#free-format-6 article#paragraph-7 a:visited{text-decoration: underline; color: #f0f0f0;}
#free-format-6 article#paragraph-7 a:active{text-decoration: underline; color: #f0f0f0;}
#free-format-6 article#paragraph-7 a:hover{text-decoration: none; color: #9b0303;}

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



#free-format-6 article#paragraph-8,article#paragraph-9,article#paragraph-10{font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  width: 100%;color: #251e1c;
  padding:0 2rem 50px 1rem;
  background: #fff;
  background-size: auto 2.5rem;
  line-height: 1.6rem;
  overflow: hidden;
	margin-bottom: 30px;
}


#free-format-6 .subhead{
font-family: 'IBM Plex Mono', monospace;
    font-size:2.4rem;
  display: block;font-weight: 400;text-align: center;
	background: #bc0c04;color: #fff;width: 150px;height:80px;margin-bottom: 30px;padding-top:20px;
}
#free-format-6 .subhead:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width:840px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}


.sch	{letter-spacing: 0;
  font-size: 3.2rem;font-weight: 600;
	line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;}

.hall{font-size:2.2rem;font-weight: 600;text-align: center;
  margin: 0 auto;}

#free-format-6 #main-box  .btn-border a{min-width: 50%;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #cb0006;
  border: solid 1px #cb0006;
  transition: .4s;
	text-align: center;
	margin: 0 auto 15px;
}
#free-format-6 #main-box  .btn-border a:visited{text-decoration: none;color: #cb0006;}
#free-format-6 #main-box  .btn-border a:active{text-decoration: none;color: #cb0006;}
#free-format-6 #main-box  .btn-border a:hover {background: #cb0006;color: white;  display: inline-block;}

#free-format-6 iframe{border:1px solid #999;}

#free-format-6 #main-box a.btn-flat-simple{min-width: 50%;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  background: #cb0006;color: white; 
  border: solid 1px #cb0006;
  transition: .4s;
	text-align: center;
	margin:15px auto 0;
}
#free-format-6 #main-box a:visited.btn-flat-simple{text-decoration: none;color:  white;}
#free-format-6 #main-box a:active.btn-flat-simple{text-decoration: none;color: white;}
#free-format-6 #main-box a:hover.btn-flat-simple{background: white;color: #cb0006;  display: inline-block;}


/* =============================================== */
/* MOVIE */
/* ----------------------------------------------- */
#free-format-7 .header-img{
  width: 100%;
  margin: 0 auto; 
  padding: 0;
background: url('/imagesPC/movieheaderbg.jpg') no-repeat center top #e4e0d7;
height:440px;
}


/* =============================================== */
/*　予防対策　*/
/* ----------------------------------------------- */
#free-format-8 { color:#251e1c;
	background: url('/imagesPC/old_mathematics.png') repeat;}

#free-format-8 .header-img{
  width: 100%;
  margin: 0 auto; 
  padding: 0;
/*background: url('/imagesPC/yoboheaderbg.jpg') no-repeat center top #e4e0d7;*/
	background: url('/imagesPC/old_mathematics.png') repeat;
height:440px;
}
/* 感染予防*/
#free-format-8 #contents-title{ font-family: 'Libre Caslon Display', 'Shippori Mincho B1', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', YuMincho, '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	background: #bc0c04;color: #fff;text-transform: lowercase;font-weight: 600;font-size:3rem;text-align:center;
	margin:   0 0 100px;padding: 0.5rem 0;animation: typing2 3s;line-height: 1; transform: rotate(0);
}

#free-format-8 .subhead{color:#251e1c;
  font-size:1.4rem;
  position: relative;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 40px;
}
#free-format-8 .subhead:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width:840px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #251e1c;
}

#free-format-8 #footer-top{color: #ccc;font-size:3.6rem;letter-spacing: -0.05rem;text-align:left;line-height: 1;font-weight: 600;}	
/* ここから下がボタンのCSS　*/
#free-format-8 .btn-border {
  display: inline-block;
  min-width: 240px;
  text-align: center;
  border: 2px solid #fd9535;
  font-size: 16px;
color:#fff; 
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;background: #fd9535;
}

#free-format-8 .btn-border:link{text-decoration: none;color:#fff; }
#free-format-8 .btn-border:visited{text-decoration: none;color:#fff; }
#free-format-8 .btn-border:active{text-decoration: none;color:#fff; }
#free-format-8 .btn-border:hover {background-color: #fff;border-color: #fd95350;color: #fd9535;}

#free-format-8 hr {height: 0; margin: 7px 0; padding: 0; border: 0; width: 100%;}
#free-format-8 .dotted{border-top: 1px #999 dotted;}
#free-format-8 #main-box i{padding-right: 4px;}



/* =============================================== */
/* FAQ*/

#free-format-9 { color:#251e1c;
	background: url('/imagesPC/white_plaster.png') repeat;}

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

/* FAQ*/
#free-format-9 #contents-title{
	font-family: 'Libre Caslon Display', 'Shippori Mincho B1', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', YuMincho, '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;;
	background: #bc0c04;color: #fff;text-transform: lowercase;font-weight: 600;font-size:3rem;text-align:center;
	margin:  0 0 100px;padding: 0.5rem 0;animation: typing2 3s;line-height: 1;transform: rotate(0);}

#free-format-9 .subhead{color:#251e1c;
  font-size:1.3rem;
  position: relative;
  line-height: 1.4;
  display: inline-block;
	margin-top: 10px;
  margin-bottom: 30px;
}
#free-format-9 .subhead:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width:840px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #251e1c;
}



/* =============================================== */
/* 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: 'IBM Plex Mono', monospace;
  width: 100%;
  min-height:250px;
  margin: 100px 0 0 0;
  padding: 10px 0;
  clear: both;
  color: #999;
}
#footer-top{color: #251e1c;font-size:3.6rem;letter-spacing: -0.05rem;text-align:left;line-height: 1;font-weight: 600;}

/* フッター内部 */
#footer-inner{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
#footer-inner p{font-size: 0.65rem;
  margin: 0;
  padding:0.3rem 0 0 0;text-align: right;
}
#footer-inner p a:link{text-decoration: none; color: #999;}
#footer-inner p a:visited{text-decoration: none; color:#999;}
#footer-inner p a:active{text-decoration: none; color: #999;}
#footer-inner p a:hover{text-decoration:none; color: #8e0000;}


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

/* 中央部分(コピーライト等) */
#footer-right{
  width: 300px;
  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: #999;
  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;
}



/* =============================================== */
/* 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: #fff;
  z-index: 999999999;
}
#loader {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: normal;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 120px;
  margin-top: -60px;
  margin-left: -180px;
  text-align: center;
  color:  #251e1c;
  z-index: 9999999999;
}