@charset "UTF-8";
/*----------------------------------------------------*/
/*元サイトの設定を消去*/
.zoidswild {
  padding: 0;
}
/*----------------------------------------------------*/
/*PC設定*/
.pc {
  display: block;
}
.sp {
  display: none;
}
img {
  max-width: 100%;
  margin: 0 auto;
}
/*----------------------------------------*/
/*ルビ設定（PC・スマホ共通）*/
.zoidswild .anime ruby {
  position: relative;
  display: inline-block;
  padding: 0.6em 0 0 0;
  letter-spacing: .1em;
  vertical-align: bottom;
}
/*強調文字 位置調整*/
.zoidswild .anime strong ruby {
  padding: 0.4em 0 0 0;
}
.zoidswild .anime ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  font-size: 9px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}
.zoidswild .anime rt {
  display: none;
}
/*----------------------------------------------------*/
/*アニメレイアウト*/
.anime {
  line-height: 1.48;
  color: #444;
}
/*----------------------------------------------------*/
/*トップページ背景*/
.anime.top {
  background: url("image/cmn_bg_lower.png") repeat center top/2400px auto;
}
/*----------------------------------------------------*/
/*キャラクターページ背景：帝国レイアウト*/
.anime.teikoku {
  background-image: url("image/cmn_teikokuBG.png"), url("image/cmn_bg_lower.png");
  background-repeat: no-repeat, repeat;
  background-position: center top 300px, center top;
  background-size: 1255px auto, 2400px auto
}
/*----------------------------------------------------*/
/*キャラクターページ背景：共和国レイアウト*/
.anime.kyowakoku {
  background-image: url("image/cmn_kyowakokuBG.png"), url("image/cmn_bg_lower.png");
  background-repeat: no-repeat, repeat;
  background-position: center top 300px, center top;
  background-size: 1225px auto, 2400px auto
}
/*----------------------------------------------------*/
/*キャラクターページ背景：ゼロ軍団レイアウト*/
.anime.zero {
  background-image: url("image/cmn_kyowakokuBG_.png"), url("image/cmn_bg_lower.png");
  background-repeat: no-repeat, repeat;
  background-position: center top 300px, center top;
  background-size: 1225px auto, 2400px auto
}
/*----------------------------------------------------*/
/* ヘッダー・フッター */
.anime dl.header, .anime dl.footer {
  display: flex;
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
}
/*帝国軍赤グラデーション*/
.anime dl.header dt, .anime dl.footer dt {
  position: relative;
  display: flex;
  /*リストの並び順を逆に*/
  flex-direction: row-reverse;
  width: 50%;
  min-height: 84px;
  margin: 0;
  padding: 0;
  /*グラデーション*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#18070b+0,9c0100+100 */
  background: #18070b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #18070b 0%, #9c0100 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #18070b 0%, #9c0100 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #18070b 0%, #9c0100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18070b', endColorstr='#9c0100', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  z-index: 2;
}
.anime dl.header dt a {
  flex-wrap: wrap-reverse;
}
/*共和国軍青グラデーション*/
.anime dl.header dd, .anime dl.footer dd {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  min-height: 84px;
  margin: 0;
  padding: 0;
  /*グラデーション*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f3791+0,18092f+100 */
  background: #0f3791; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0f3791 0%, #18092f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0f3791 0%, #18092f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0f3791 0%, #18092f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f3791', endColorstr='#18092f', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  z-index: 1;
}
/*----------------------------------------------------*/
/*トップページのヘッダーは背景なし*/
/*左（帝国軍）設定*/
.anime.top dl.header dt {
  width: 100%;
  background: none;
}
/*右（共和国軍）設定*/
.anime.top dl.header dd {
  display: none;
}
/*----------------------------------------------------*/
/*リンクホバー設定 ※opacityをリセット*/
.header a:hover {
  opacity: 1;
}
/*----------------------------------------------------*/
/*フッター　帝国軍 レイアウト */
.anime dl.footer dt {
  padding: 48px 130px 40px 0;
  text-align: right;
  box-sizing: border-box;
}
/*フッター　帝国軍 帝国軍アイコン */
.anime dl.footer dt .icon {
  position: absolute;
  width: 82px;
  height: 101px;
  background: url("image/cmn_teikokuIcon.png") repeat center top/100% auto;
  top: -16px;
  right: 16px;
  text-align: right;
}
/*フッター　帝国軍 リンク設定 */
.anime dl.footer dt a {
  position: relative;
  display: inline-block;
  margin: 0 -54px 0 0;
}
/*----------------------------------------------------*/
/*フッター　共和国 レイアウト */
.anime dl.footer dd {
  padding: 48px 0 40px 130px;
  text-align: left;
  box-sizing: border-box;
}
/*フッター　共和国 共和国軍アイコン */
.anime dl.footer dd .icon {
  position: absolute;
  width: 77px;
  height: 99px;
  background: url("image/cmn_kyowakokuIcon.png") repeat center top/100% auto;
  top: -16px;
  left: 16px;
  text-align: right;
}
/*フッター　共和国 リンク設定 */
.anime dl.footer dd a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 -54px;
}
/*----------------------------------------------------*/
/*リンクホバー設定 光量*/
.anime dl.footer a:hover {
  opacity: 1;
  filter: brightness(120%);
}
.anime dl.footer a img:hover {
  opacity: 1;
}
.anime .btn {
  display: block;
  width: 260px;
  background: #8a1414;
  margin: 8px auto;
  padding: 9px 5px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #8b2431;
}
/*----------------------------------------------------*/
/*著作権表示*/
.anime_copyright {
  padding: 0px 0 12px;
  text-align: center;
  color: #333;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*下層ページロゴ*/
.anime dl.header dt .logo {
  position: absolute;
  width: 610px;
  height: 190px;
  background: url("image/cmn_logo_lower.png") no-repeat center top 10px/100% auto;
  margin: 0;
  top: 0;
  right: -305px;
  text-indent: -999999px;
  z-index: 1;
}
/*リンクホバー設定*/
.anime dl.header dt .logo:hover {
  background: url("image/cmn_logo_lower_on.png") no-repeat center top 10px/100% auto;
}
/*----------------------------------------------------*/
/*トップページロゴ*/
.anime.top .logo {
  position: absolute;
  width: 882px;
  height: 274px;
  background: url("image/cmn_logo.png") no-repeat center top/100% auto;
  margin: 0 0 0 -441px;
  top: 106px;
  left: 50%;
  text-indent: -999999px;
}
/*トップページアオリ*/
.anime.top .aori {
  position: absolute;
  width: 810px;
  height: 98px;
  background: url("image/cmn_aori.png") no-repeat center top/100% auto;
  margin: 0 0 0 -405px;
  top: 60px;
  left: 50%;
  text-indent: -999999px;
  z-index: 2;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*あらすじ*/
.anime .story {
  width: 600px;
  margin: 0 auto 40px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
  text-align: center;
}
.anime .story strong {
  display: block;
  padding: 0 0 24px;
  font-size: 24px;
  line-height: 1.4;
  color: #7a1212;
}
.anime .storyImg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 808px;
  margin: 0 auto 80px;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.anime .storyImg li {
  width: 200px;
  padding: 2px 1px 0 0;
}
/*----------------------------------------------------*/
/*ストーリーナビ*/
.anime .epNavi {
  margin: 0 auto;
  padding: 400px 0 80px 0;
  text-align: center;
}
.anime .epNavi li {
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px 4px;
  text-align: center;
}
.anime .epNavi li a:link, .anime .epNavi li a:visited {
  font-size: 18px;
  line-height: 1.4;
  color: #7a1212;
  text-decoration: underline;
}
.anime .epNavi li a:active, .anime .epNavi li a:hover {
  font-size: 18px;
  color: #7a1212;
  text-decoration: none;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*トップキャラクター*/
.anime.top .character {
  width: 269px;
  height: 69px;
  background: url("image/cmn_character.png") no-repeat center top/100% auto;
  margin: 0 auto 60px;
  text-align: center;
}
/*帝国軍キャラクター*/
.anime.teikoku .character {
  width: 269px;
  height: 69px;
  background: url("image/cmn_character.png") no-repeat center top/100% auto;
  margin: 140px auto 0;
  text-align: center;
}
/*共和国軍キャラクター*/
.anime.kyowakoku .character {
  width: 269px;
  height: 69px;
  background: url("image/cmn_character2.png") no-repeat center top/100% auto;
  margin: 140px auto 0;
  text-align: center;
}
/*ゼロ軍団キャラクター*/
.anime.zero .character {
  width: 269px;
  height: 69px;
  background: url("image/cmn_character3.png") no-repeat center top/100% auto;
  margin: 140px auto 0;
  text-align: center;
}
/*----------------------------------------------------*/
/*帝国軍タイトル*/
.anime .cmn_teikoku {
  width: 155px;
  height: 51px;
  background: url("image/cmn_teikoku.png") no-repeat center top/100% auto;
  margin: 18px auto 60px;
  text-align: center;
}
/*共和国軍タイトル*/
.anime .cmn_kyowakoku {
  width: 207px;
  height: 51px;
  background: url("image/cmn_kyowakoku.png") no-repeat center top/100% auto;
  margin: 18px auto 60px;
  text-align: center;
}
/*ゼロ軍団タイトル*/
.anime .cmn_zero {
  width: 200px;
  height: 50px;
  background: url("image/cmn_zero.png") no-repeat center top/100% auto;
  margin: 18px auto 60px;
  text-align: center;
}
/*----------------------------------------------------*/
/*キャラクター紹介ページ*/
/*----------------------------------------------------*/
/*帝国軍 レイアウト ボックス*/
.teikoku .charabox {
  position: relative;
  width: 1186px;
  min-height: 606px;
  margin: 0 auto 100px;
  border: 3px solid #7a1212;
}
/*----------------------------------------------------*/
/*共和国 レイアウト ボックス*/
.kyowakoku .charabox {
  position: relative;
  width: 1186px;
  min-height: 606px;
  margin: 0 auto 100px;
  border: 3px solid #1d2088;
}
/*----------------------------------------------------*/
/*ゼロ軍団 レイアウト ボックス*/
.zero .charabox {
  position: relative;
  width: 1186px;
  min-height: 606px;
  margin: 0 auto 100px;
  border: 3px solid #620a68;
}
/*----------------------------------------------------*/
/*帝国軍テキスト*/
.teikoku .charabox p {
  position: absolute;
  width: 480px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
/*帝国軍画像*/
.teikoku .charabox figure {
  position: absolute;
  width: 480px;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
/*----------------------------------------------------*/
/*共和国テキスト*/
.kyowakoku .charabox p {
  position: absolute;
  width: 480px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
/*共和国画像*/
.kyowakoku .charabox figure {
  position: absolute;
  width: 480px;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
/*----------------------------------------------------*/
/*ゼロ軍団テキスト*/
.zero .charabox p {
  position: absolute;
  width: 480px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
/*ゼロ軍団画像*/
.zero .charabox figure {
  position: absolute;
  width: 480px;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
/*----------------------------------------------------*/
/*帝国軍見出し*/
.charabox p strong {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  color: #7a1212;
}
/*共和国見出し*/
.kyowakoku .charabox p strong {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  color: #223d99;
}
/*ゼロ軍団見出し*/
.zero .charabox p strong {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  color: #620a68;
}
/*見出し（小）*/
.charabox p i {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-style: normal;
}
/*----------------------------------------------------*/
/*画像サイズ*/
.zoidswild figure img {
  max-width: 130%;
}
/*----------------------------------------------------*/
/* ヘッダー・フッター */
.anime ul.footer {
  display: flex;
  width: 100%;
  background: transparent;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
/*帝国軍赤グラデーション*/
.anime ul.footer li.tBG {
  position: relative;
  flex-basis: auto;
  /*リストの並び順を逆に*/
  flex-direction: row-reverse;
  width: 90%;
  min-height: 84px;
  margin: 0;
  padding: 0;
  /*グラデーション*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#18070b+0,9c0100+100 */
  background: #18070b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #18070b 0%, #9c0100 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #18070b 0%, #9c0100 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #18070b 0%, #9c0100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18070b', endColorstr='#9c0100', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  z-index: 2;
}
.anime ul.footer li.tBG a {
  flex-wrap: wrap-reverse;
}
/*共和国軍青グラデーション*/
.anime ul.footer li.kBG {
  position: relative;
  flex-basis: auto;
  flex-wrap: wrap;
  width: 90%;
  min-height: 84px;
  margin: 0;
  padding: 0;
  /*グラデーション*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f3791+0,18092f+100 */
  background: #0f3791; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0f3791 0%, #18092f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0f3791 0%, #18092f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0f3791 0%, #18092f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f3791', endColorstr='#18092f', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  z-index: 1;
}
/*ゼロ軍団グラデーション*/
.anime ul.footer li.zBG {
  position: relative;
  /*display: flex;*/
  flex-basis: 980px;
  min-height: 84px;
  margin: 0;
  padding: 0;
  /*グラデーション*/
  background: rgb(122, 18, 18);
  background: linear-gradient(90deg, rgba(122, 18, 18, 1) 0%, rgba(102, 9, 121, 1) 50%, rgba(16, 47, 132, 1) 100%);
  z-index: 1;
}
/*----------------------------------------------------*/
/*フッター　帝国軍 レイアウト */
.anime ul.footer li.tBG {
  padding: 48px 24px 40px 0;
  text-align: right;
  box-sizing: border-box;
}
/*フッター　帝国軍 帝国軍アイコン */
.anime ul.footer li.tBG .icon {
  position: absolute;
  width: 60px;
  height: 74px;
  background: url("image/cmn_teikokuIcon.png") repeat center top/100% auto;
  top: -40px;
  right: 16px;
  text-align: right;
}
/*フッター　帝国軍 リンク設定 */
.anime ul.footer li.tBG a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
}
/*----------------------------------------------------*/
/*フッター　共和国 レイアウト */
.anime ul.footer li.kBG {
  padding: 48px 0 40px 24px;
  text-align: left;
  box-sizing: border-box;
}
/*フッター　共和国 共和国軍アイコン */
.anime ul.footer li.kBG .icon {
  position: absolute;
  width: 60px;
  height: 77px;
  background: url("image/cmn_kyowakokuIcon.png") repeat center top/100% auto;
  top: -40px;
  left: 16px;
  text-align: right;
}
/*フッター　共和国 リンク設定 */
.anime ul.footer li.kBG a {
  position: relative;
  display: inline-block;
	  margin: 0 6px;

}
/*----------------------------------------------------*/
/*フッター　共和国 レイアウト */
.anime ul.footer li.zBG {
  padding: 48px 0 40px 0;
  text-align: center;
  box-sizing: border-box;
}
/*フッター　共和国 共和国軍アイコン */
.anime ul.footer li.zBG .icon {
  position: absolute;
  width: 60px;
  height: 77px;
  background: url("image/cmn_zeroIcon.png") repeat center top/100% auto;
  top: -2px;
  left: 50%;
  margin-left: -30px;
  text-align: center;
}
/*フッター　共和国 リンク設定 */
.anime ul.footer li.zBG a {
  position: relative;
  display: inline;
  margin: 0 4px;
  text-align: center;
}
.anime ul.footer li.zBG a img {
  display: inline;
}
/*----------------------------------------------------*/
/*リンクホバー設定 光量*/
.anime ul.footer a:hover {
  opacity: 1;
  filter: brightness(120%);
}
.anime ul.footer a img:hover {
  opacity: 1;
}
.castTtl, .staffTtl {
  margin: 48px auto 12px;
}
ul.cast {
  width: 600px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  box-sizing: border-box;
}
ul.cast li {
  display: inline-block;
  width: 49%;
  margin: 0 0 12px;
  padding: 0 12px;
  font-size: 16px;
  text-align: left;
}
ul.cast li:nth-child(odd) {
  text-align: right;
}