@charset "utf-8";
@import url('https://www.yoidoretenshi.jp/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: #956134;}
a:visited{text-decoration: underline; color: #956134;}
a:active{text-decoration: underline; color: #956134;}
a:hover{text-decoration: none; color: #956134;}


/* 画像関連 */
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;

}
.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;}

.txt-center{text-align: center;margin: 0 auto;}
strong{font-weight: 600;font-size: 1.1rem;}
.al{font-family: 'Oswald', sans-serif;}

p{
  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;
	background: #fff;
}



#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: 350px;font-weight: 500;
  font-size:3.5rem;
  text-align: left;
 margin: 30px 0 30px 30px ;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 5s steps(10, end), cursor 1.8s step-end 5/*infinite*/
}
@keyframes typing {
  0% {
    width: 0;
  }
	50% {
    width: 0;
  }
  100% { 
    width: 350px;
  }
}

@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;
}

/* ページトップ */
#pagetop{
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px ;
}

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



header{ 
  width: 100%;
  margin: 0;
  padding: 0;
}

.header{ 
  width: 100%;
  margin: 0;
  padding: 0;
	background: #000;height: 45px;position: fixed;top:0;
}

/* 左部分(サイトタイトル) */
#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: 100px;
  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: 9px 0 0 0;
  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 1rem;
}
#main-menu li a{
  display: inline-block;
  color: #f0f0f0;
  padding:0
}
#main-menu li a:link{text-decoration: none;transition-duration: .4s;border-bottom:none;}
#main-menu li a:visited{text-decoration: none;border-bottom:none;}
#main-menu li a:active{text-decoration: none;border-bottom:none;}
#main-menu li a:hover{text-decoration: none;border-bottom:1px solid #ccc;}


#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);
}

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


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

#home-1 header{
  width: 100%;
  margin: 0;
  padding: 0;
background:#000;
border-bottom: 1px solid #333;}



#home-1 footer{
display: none;}

#home-1 #main-box{border-top: 1px solid #333;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
	color: #956134;
}
#main-visual{
  width: 100%;
  margin: 0;
  padding: 0;border-bottom: 1px solid #333;
}
#main-visual img{
    width: 100%;
    height: auto;  animation-name: fadein-visual; 
  animation-duration: 4s; 
  animation-iteration-count:1;
  animation-fill-mode: forwards; 
}
#visual-caption{display: none;
}
@keyframes fadein-visual{
0% {
  opacity: 0.4;transform: scale(1.3);filter: blur(30px);
}
10% {
  opacity: 0;transform: scale(1.3);filter: blur(30px);
}
100% {
  opacity: 1;filter: blur(0); transform: none;
} 
}



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

/* エリア */
.home-area{width:1200px;margin: 0 auto;text-align: center;padding: 1.5rem 0;}
.home-left{display:inline-block;width: 100px;margin:0;padding: 0 ;font-size:2rem;vertical-align: top;color: #bc0c04;font-style: oblique;}
.home-center{display:inline-block;width:490px;margin:0;padding: 0;font-size:2rem;vertical-align: top;}
.home-right{display:inline-block;width: 560px;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-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: #bc0c04;}
#news-feed-index h2 a:active {text-decoration: none;color: #bc0c04;}
#news-feed-index h2 a:visited{text-decoration: none;color: #bc0c04;}
#news-feed-index h2 a:hover{text-decoration: none;color: #999;}


#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: 0.8rem;}
.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{}

/* エリア */
.intro-area{width:1200px;margin: 0 auto;text-align: center;padding: 1.5rem 0;}
.intro-left{display:inline-block;width: 580px;margin:0;padding: 0 ;}
.intro-right{display:inline-block;width: 560px;margin:0;padding: 0 0 0 30px;}


@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;}
}


/* コピーライト */

.index-credit{background: #000;color: #956134;font-size:0.7rem;text-align:right;padding:2rem 6rem 2rem 0;}
.index-credit a {text-decoration: none;color: #956134;}
.index-credit a:active {text-decoration: none;color: #956134;}
.index-credit a:visited {text-decoration: none;color: #956134;}
.index-credit a:hover {text-decoration: none;color: #eee;}



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

#news-2{background: #ffffff;  animation-name: fade-in; 
  animation-duration: 2s; animation-iteration-count:1;
  animation-fill-mode: forwards; }

#news-2 .subhead{font-family:'Libre Caslon Display', "Noto Serif CJK JP", 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', YuMincho, '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-weight: 600;line-height: 1.4;
  font-size: 1.3rem;
  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: #956134;}


#news-2 .packs{}

#news-2 article{min-height:400px;}

/* 記事内カテゴリー */
.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: #956134;}

/* プレビュー・ネクスト */
#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: #956134; background: #fffdee;padding: 0.3rem 1rem; }
#pager li a:visited{text-decoration: none; color: #956134; background: #fffdee;}
#pager li a:active{text-decoration: none; color: #956134; background: #fffdee;}
#pager li a:hover{text-decoration: none; color: #ccc; background: #956134;}

.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: 80%;
  padding: 3px 10px;
  margin: 0;
  border-radius: 0 8px 0 0;
}

.side-list{
  font-size: 80%;
  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: #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: #956134;}

/* =============================================== */
/* 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 .header-img{
  width: 100%;
  margin: 0 auto; 
  padding: 0;
background: url('/imagesPC/storyheaderbg.jpg') no-repeat center top #000;
height:400px;
}

#free-format-3 #main-box{background: url('/imagesPC/storybg.jpg') no-repeat center top;width: 1340px;height:920px;margin: 30px auto;text-align: center;}
#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;}

/* =============================================== */
/* CASTSTAFF */
/* ----------------------------------------------- */
#free-format-4 .header-img{
  width: 100%;
  margin: 0 auto; 
  padding: 0;
background: url('/imagesPC/storyheaderbg.jpg') no-repeat center top #000;
height:400px;
}
#free-format-4 .icon{font-size: 0.8rem;font-weight: 600;margin:0 0 0 10px;}
#free-format-4 #paragraph-6 .column{font-size: 0.85rem;line-height: 2;text-align: center;margin: 0 auto;}

#free-format-4 #paragraph-6 .column a:link{color: #000;}

#free-format-4{background:url('/imagesPC/contentsbg.png') no-repeat left 70%  #fffdee;  animation-name: fade-in; 
  animation-duration: 2s; animation-iteration-count:1;
  animation-fill-mode: forwards; }

/* =============================================== */
/* TOKYO */
/* ----------------------------------------------- */

#free-format-5{background:url('/imagesPC/contentsbg.png') no-repeat left 40%  #fffdee;  animation-name: fade-in; 
  animation-duration: 2s; animation-iteration-count:1;
  animation-fill-mode: forwards; }

/* =============================================== */
/* OSAKA */
/* ----------------------------------------------- */


#free-format-6{background:url('/imagesPC/contentsbg.png') no-repeat left 40%  #fffdee;  animation-name: fade-in; 
  animation-duration: 2s; animation-iteration-count:1;
  animation-fill-mode: forwards; }
/* =============================================== */
/* 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: 30px 0;
  clear: both;
  color: #fff;
  background: #000;
}


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



/* 中央部分(コピーライト等) */
#footer-center{
	font-size: 0.65rem;
  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{
  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);
}

