@charset "utf-8";

.gloNav_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  padding: 4px 0 0;
  background: url(../img/header_bg.png) 0 0 repeat-x;
  z-index: 100;
}
#gloNav {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#gloNav ul {
  width: 820px;
  margin: 0 auto;
  opacity: 1;
  -webkit-transform: translate(0,0%);
  -ms-transform: translate(0,0%);
  transform: translate(0,0%);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#top #gloNav ul {
  opacity: 0;
  -webkit-transform: translate(0,-100%);
  -ms-transform: translate(0,-100%);
  transform: translate(0,-100%);
}
#gloNav ul li {
  position: relative;
  float: left;
  height: 54px;
  margin: 0 34px 0 0;
}
#gloNav ul li.new:after {
  content: url(../img/new.png);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  width: 56px;
  height: 24px;
  margin: 0 auto;
  -webkit-animation: blink 3.2s ease-in-out infinite;
  animation: blink 3.2s ease-in-out infinite;
}
#gloNav a,
#gloNav a img {
  display: block;
  height: 54px;
}
#gloNav a {
}
#gloNav a.close {
  cursor: default;
}
#gloNav a img {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#gloNav a:hover img,
#gloNav a.selected img,
#gloNav a.clicked img {
  opacity: 1;
}
#gloNav a.close:hover img {
  opacity: 0;
}
#gloNav .top,
#gloNav .top img {
  width: 131px;
}
#gloNav .story,
#gloNav .story img {
  width: 153px;
}
#gloNav .character,
#gloNav .character img {
  width: 194px;
}
#gloNav .senkyo,
#gloNav .senkyo img {
  width: 134px;
}
#gloNav .gallery,
#gloNav .gallery img {
  width: 183px;
}
#gloNav .special,
#gloNav .special img {
  width: 195px;
}
#gloNav .top {
  background: url(../img/navi.png) 0 0 no-repeat;
}
#gloNav .top img {
  background: url(../img/navi.png) 0 -54px no-repeat;
}
#gloNav .story {
  background: url(../img/navi.png) -200px 0 no-repeat;
}
#gloNav .story img {
  background: url(../img/navi.png) -200px -54px no-repeat;
}
#gloNav .character {
  background: url(../img/navi.png) -400px 0 no-repeat;
}
#gloNav .character img {
  background: url(../img/navi.png) -400px -54px no-repeat;
}
#gloNav .senkyo {
  background: url(../img/navi.png) -600px 0% no-repeat;
}
#gloNav .senkyo img {
  background: url(../img/navi.png) -600px -54px no-repeat;
}
#gloNav .gallery {
  background: url(../img/navi.png) -800px 0 no-repeat;
}
#gloNav .gallery img {
  background: url(../img/navi.png) -800px -54px no-repeat;
}
#gloNav .special {
  background: url(../img/navi.png) -1000px -102px no-repeat;
}
#gloNav .special img {
}
.sns_btn {
  position: absolute;
  top: 8px;
  right: 0;
}
.sns_btn > div {
  margin: 0 0 2px;
}

body:not(#top) #contents {
  width: 970px;
  padding: 93px 0 0;
  margin: 0 auto 480px;
}
body:not(#top) #contents .wrap {
  position: relative;
}

/* サブナビ */
#subNav {
  position: absolute;
  top: 2px;
  left: 0;
  width: 324px;
}
#subNav ul {
  position: relative;
  width: 324px;
  padding: 24px 40px 26px 70px;
  background: url(../img/sub_navi_bg.png) 0 0 repeat-y;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: subNavSlide 3s ease-out both;
  animation: subNavSlide 3s ease-out both;
}
#subNav ul:before {
  content: url(../img/sub_navi_frame_header.png);
  position: absolute;
  top: -17px;
  left: 22px;
}
#subNav ul:after {
  content: url(../img/sub_navi_frame_footer.png);
  position: absolute;
  bottom: -20px;
  left: 22px;
}
#subNav ul li {
  position: relative;
  margin: 0 0 2px;
  z-index: 1;
  -webkit-animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s both;
  animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s both;
}
#subNav ul li.new:after {
  content: "";
  position: absolute;
  top: -2px;
  right: 28px;
  display: block;
  width: 48px;
  height: 18px;
  background: url(../img/new.png) 0 0 / 100% auto no-repeat;
  -webkit-animation: blink 3.2s ease-in-out infinite;
  animation: blink 3.2s ease-in-out infinite;
}
#subNav ul li:nth-child(2) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#subNav ul li:nth-child(3) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#subNav ul li:nth-child(4) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#subNav ul li:nth-child(5) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
#subNav ul li:nth-child(6) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
#subNav ul li a {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -100em;
  cursor: pointer;
}
#subNav ul li a:hover,
#subNav ul li a.clicked {
  background-position: 0 100%;
}
/* メインコンテンツ */
.mainbox {
  position: relative;
  z-index: 10;
  margin-left: 314px;
}
.mainbox article {
  display: none;
}
/* フレーム */
.mainbox article section {
  position: relative;
  width: 736px;
  padding: 32px 0 0;
  background: url(../img/flame_header.png) 0 0 no-repeat;
}
.mainbox article section:not(:last-child) {
  margin: 0 0 40px;
}
.mainbox article section:after {
  content: url(../img/flame_footer.png);
  position: absolute;
  top: 100%;
  left: 0;
  width: 736px;
}
.mainbox article section .frame {
  text-align: center;
  background: url(../img/flame_middle.png) 0 0 repeat-y;
}
.mainbox article section h2 {
  margin: 0 0 4px;
}
.mainbox article section p.align_left {
  text-align: left;
  margin: 0 0 1em 27px;
}
.pop_images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 25px;
}
.pop_images.arrow li,
.pop_images.arrowZ li {
  position: relative;
}
.pop_images.arrow li:not(:last-child):after {
  content: url(../img/system/arrow01.png);
  position: absolute;
  top: -webkit-calc(50% - 23px);
  top: calc(50% - 23px);
  left: 93%;
  width: 44px;
  height: 50px;
  z-index: 10;
}
.pop_images.arrowZ {
  width: 695px;
  height: 534px;
  margin: 0 0 0 20px;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pop_images.arrowZ li {
  width: 314px;
}
.pop_images.arrowZ li:not(:last-child):after {
  content: url(../img/system/arrow01.png);
  position: absolute;
  top: -webkit-calc(50% - 48px);
  top: calc(50% - 48px);
  left: 101.7%;
  width: 44px;
  height: 50px;
  z-index: 10;
}
.pop_images.arrowZ li:nth-child(2):after {
  content: url(../img/system/arrow02.png);
  position: absolute;
  top: 100%;
  left: -58px;
  width: 44px;
  height: 50px;
  z-index: 10;
}
a.pop img {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
a.pop:hover img {
  opacity: 0.8;
}

/***********************************
物語
***********************************/
.story_top {
  width: 967px;
  margin: 0 auto;
  opacity: 0;
}
#contents:not(.index) .story_top {
  display: none;
}
.story_top .frame {
  position: relative;
  width: 967px;
  padding: 29px 0 0;
  margin: 0 0 46px;
  background: url(../img/flame_long_header.png) 0 0 no-repeat;
}
.story_top .frame:after {
  content: url(../img/flame_long_footer.png);
  position: absolute;
  top: 100%;
  left: 0;
  width: 967px;
}
.story_top .frame .inner {
  text-align: center;
  background: url(../img/flame_long_middle.png) 0 0 repeat-y;
}
.apply_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 967px;
  height: 96px;
  margin: 0 auto;
}
.apply_banner a,
.apply_banner a img {
  display: block;
  width: 967px;
  height: 96px;
}
.apply_banner a {
  cursor: pointer;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.apply_banner a img {
  background-position: 0 100%;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.apply_banner a:hover img {
  opacity: 1;
}
.apply_banner .apply,
.apply_banner .apply img {
  background-image: url(../img/banner_apply.png);
}

/* 物語メニュー */
#subNav .intro {
  width: 138px;
  height: 38px;
  background-image: url(../img/story/sub_navi_intro.png);
}
#subNav .summary {
  width: 139px;
  height: 38px;
  background-image: url(../img/story/sub_navi_summary.png);
}
#subNav .world {
  width: 114px;
  height: 38px;
  background-image: url(../img/story/sub_navi_world.png);
}
#subNav .story {
  width: 140px;
  height: 38px;
  background-image: url(../img/story/sub_navi_story.png);
}
#contents.intro #subNav .intro,
#contents.summary #subNav .summary,
#contents.world #subNav .world,
#contents.story #subNav .story {
  background-position: 0 100%;
}

/* ストーリー */
#contents.index .wrap {
  display: none;
}
#contents.intro .mainbox #intro,
#contents.summary .mainbox #summary,
#contents.world .mainbox #world,
#contents.story .mainbox #story {
  display: block;
}

#story #subNav ul li {
  -webkit-animation: none;
  animation: none;
}
#story #contents:not(.index) #subNav ul li:nth-child(1) {
  -webkit-animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s both;
  animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s both;
}
#story #contents:not(.index) #subNav ul li:nth-child(2) {
  -webkit-animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s both;
  animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s both;
}
#story #contents:not(.index) #subNav ul li:nth-child(3) {
  -webkit-animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s both;
  animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s both;
}
#story #contents:not(.index) #subNav ul li:nth-child(4) {
  -webkit-animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s both;
  animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s both;
}
#story #contents:not(.index) #subNav ul li:nth-child(5) {
  -webkit-animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s both;
  animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s both;
}
#story #contents:not(.index) #subNav ul li:nth-child(6) {
  -webkit-animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s both;
  animation: subNavIn 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s both;
}
.mainbox #summary p {
  position: relative;
  z-index: 10;
}
.mainbox #summary .frame:before {
  content: url(../img/story/summary_img01.png);
  position: absolute;
  top: -15px;
  left: -21px;
  z-index: 1;
}


/***********************************
キャラ
***********************************/

.character_frame {
  position: relative;
  width: 967px;
  padding: 29px 0 0;
  margin: 0 auto 46px;
  background: url(../img/flame_long_header.png) 0 0 no-repeat;
  -webkit-animation: fadeIn 0.5s linear both;
  animation: fadeIn 0.5s linear both;
}
.character_frame:after {
  content: url(../img/flame_long_footer.png);
  position: absolute;
  top: 100%;
  left: 0;
  width: 967px;
}
.character_frame .frame {
  height: 1510px;
  padding: 0 20px;
  text-align: center;
  background: url(../img/flame_long_middle.png) 0 0 repeat-y;
}
#contents.index .character_frame .frame {
  height: 550px;
}
#contents.alice .character_frame .frame,
#contents.kaname .character_frame .frame {
  height: 830px;
}
#contents.misa .character_frame .frame,
#contents.norli .character_frame .frame {
  height: 640px;
}
#indexNav {
  position: relative;
  padding: 22px 0 0 18px;
  margin: 0 -13px 0 -13px;
  height: 600px;
  overflow: hidden;
}
#indexNav #shadow {
  position: absolute;
  top: 323px;
  left: 25px;
  display: block;
  width: 947px;
  height: 225px;
  background: url(../img/character/top_shadow.png) 0 0 no-repeat;
  z-index: -1;
  -webkit-animation: fadeIn 0.8s linear 1s both;
  animation: fadeIn 0.8s linear 1s both;
}
#contents:not(.index) #indexNav {
  display: none;
}
#indexNav .kaname {
  display: block;
}
#indexNav li {
  position: relative;
}
#indexNav li span {
  position: absolute;
  display: block;
  background: 0 0 no-repeat;
  -webkit-animation: fadeIn 0.3s linear both;
  animation: fadeIn 0.3s linear both;
}
#indexNav li span img {
  display: block;
  background: 100% 0 no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#indexNav li a:hover img {
  opacity: 1;
}
#indexNav .kaname,
#indexNav .kaname img {
  top: 147px;
  left: 287px;
  width: 350px;
  height: 150px;
  z-index: 50;
  background-image: url(../img/character/top_kaname.png);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#indexNav .ichika,
#indexNav .ichika img {
  top: 2px;
  left: 592px;
  width: 40px;
  height: 313px;
  background-image: url(../img/character/top_ichika.png);
  z-index: 3;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#indexNav .norli,
#indexNav .norli img {
  top: 22px;
  left: 523px;
  width: 56px;
  height: 290px;
  background-image: url(../img/character/top_norli.png);
  z-index: 1;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#indexNav .miori,
#indexNav .miori img {
  top: 68px;
  left: 351px;
  width: 55px;
  height: 246px;
  background-image: url(../img/character/top_miori.png);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#indexNav .yuri,
#indexNav .yuri img {
  top: 78px;
  left: 208px;
  width: 85px;
  height: 234px;
  background-image: url(../img/character/top_yuri.png);
  z-index: 10;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#indexNav .michimune,
#indexNav .michimune img {
  top: 100px;
  left: 295px;
  width: 50px;
  height: 214px;
  background-image: url(../img/character/top_michimune.png);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#indexNav .hakusyu,
#indexNav .hakusyu img {
  top: 12px;
  left: 683px;
  width: 133px;
  height: 299px;
  background-image: url(../img/character/top_hakusyu.png);
  z-index: 5;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#indexNav .arsya,
#indexNav .arsya img {
  top: 66px;
  left: 639px;
  width: 97px;
  height: 244px;
  background-image: url(../img/character/top_arsya.png);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#indexNav .kasya,
#indexNav .kasya img {
  top: 66px;
  left: 807px;
  width: 102px;
  height: 241px;
  background-image: url(../img/character/top_kasya.png);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#indexNav .izuki,
#indexNav .izuki img {
  top: 21px;
  left: 56px;
  width: 72px;
  height: 291px;
  background-image: url(../img/character/top_izuki.png);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#indexNav .shihori,
#indexNav .shihori img {
  top: 57px;
  left: 7px;
  width: 51px;
  height: 256px;
  background-image: url(../img/character/top_shihori.png);
  z-index: 5;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#indexNav .issei,
#indexNav .issei img {
  top: 132px;
  left: 49px;
  width: 221px;
  height: 180px;
  background-image: url(../img/character/top_issei.png);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#indexNav .kaname:before {
  content: url(../img/character/name_kani.png);
  position: absolute;
  top: -15px; left: 140px;
}
#indexNav .ichika:before {
  content: url(../img/character/name_sanma.png);
  position: absolute;
  top: -32px; left: -30px;
}
#indexNav .norli:before {
  content: url(../img/character/name_iwashi.png);
  position: absolute;
  top: -30px; left: -17px;
}
#indexNav .miori:before {
  content: url(../img/character/name_shake.png);
  position: absolute;
  top: -40px; left: -5px;
}
#indexNav .yuri:before {
  content: url(../img/character/name_tai.png);
  position: absolute;
  top: -40px; left: 8px;
}
#indexNav .michimune:before {
  content: url(../img/character/name_aji.png);
  position: absolute;
  top: -36px; left: -2px;
}
#indexNav .hakusyu:before {
  content: url(../img/character/name_ebi.png);
  position: absolute;
  top: -30px; left: 47px;
}
#indexNav .arsya:before {
  content: url(../img/character/name_hirame.png);
  position: absolute;
  top: -40px; left: 11px;
}
#indexNav .kasya:before {
  content: url(../img/character/name_karei.png);
  position: absolute;
  top: -40px; left: 10px;
}
#indexNav .izuki:before {
  content: url(../img/character/name_ika.png);
  position: absolute;
  top: -35px; left: 6px;
}
#indexNav .shihori:before {
  content: url(../img/character/name_nishin.png);
  position: absolute;
  top: -35px; left: -14px;
}
#indexNav .issei:before {
  content: url(../img/character/name_tako.png);
  position: absolute;
  top: -36px; left: 84px;
}
#charaNav {
  float: left;
  width: 210px;
  position: relative;
  z-index: 100;
}
#contents.index #charaNav {
  display: none;
}
.chara_link:hover li span {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
#charaNav li {
  width: 88px;
  height: 88px;
  /*background: #888;*/
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
}
#charaNav li:nth-child(n+1) {
  position: absolute;
}
#charaNav li:nth-child(2) {
  top: 0px;
  left: 107px;
}
#charaNav li:nth-child(3) {
  top: 61px;
  left: 53px;
}
#charaNav li:nth-child(4) {
  top: 123px;
  left: -1px;
}
#charaNav li:nth-child(5) {
  top: 123px;
  left: 107px;
}
#charaNav li:nth-child(6) {
  top: 185px;
  left: 53px;
}
#charaNav li:nth-child(7) {
  top: 245px;
  left: -1px;
}
#charaNav li:nth-child(8) {
  top: 245px;
  left: 107px;
}
#charaNav li:nth-child(9) {
  top: 307px;
  left: 53px;
}
#charaNav li:nth-child(10) {
  top: 367px;
  left: -1px;
}
#charaNav li:nth-child(11) {
  top: 367px;
  left: 107px;
}
#charaNav li:nth-child(12) {
  top: 429px;
  left: 53px;
}
#charaNav li:nth-child(13) {
  top: 489px;
  left: -1px;
}
#charaNav li:nth-child(14) {
  top: 489px;
  left: 107px;
}
#charaNav li:nth-child(15) {
  top: 550px;
  left: 53px;
}
#charaNav li a,
#charaNav li a img {
  display: block;
  width: 106px;
  height: 106px;
  background-repeat: no-repeat;
}
#charaNav li a {
  cursor: pointer;
  background-position: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 35% 55%;
  -ms-transform-origin: 35% 55%;
  transform-origin: 35% 55%;
}
#charaNav li a img {
  background-position: 100% 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#contents.kaname #charaNav .kaname img,
#contents.misa #charaNav .misa img,
#contents.ichika #charaNav .ichika img,
#contents.norli #charaNav .norli img,
#contents.miori #charaNav .miori img,
#contents.yuri #charaNav .yuri img,
#contents.michimune #charaNav .michimune img,
#contents.hakusyu #charaNav .hakusyu img,
#contents.arsya_kasya #charaNav .arsya img,
#contents.arsya_kasya #charaNav .kasya img,
#contents.izuki #charaNav .izuki img,
#contents.shihori #charaNav .shihori img,
#contents.issei #charaNav .issei img,
#contents.alice #charaNav .alice img,
#charaNav li a:hover img,
#charaNav li a.clicked img {
  opacity: 1;
}
#charaNav .kaname,
#charaNav .kaname img {
  background-image: url(../img/character/sub_navi_kaname.png);
}
#charaNav .misa,
#charaNav .misa img {
  background-image: url(../img/character/sub_navi_misa.png);
}
#charaNav .ichika,
#charaNav .ichika img {
  background-image: url(../img/character/sub_navi_ichika.png);
}
#charaNav .norli,
#charaNav .norli img {
  background-image: url(../img/character/sub_navi_norli.png);
}
#charaNav .miori,
#charaNav .miori img {
  background-image: url(../img/character/sub_navi_miori.png);
}
#charaNav .yuri,
#charaNav .yuri img {
  background-image: url(../img/character/sub_navi_yuri.png);
}
#charaNav .michimune,
#charaNav .michimune img {
  background-image: url(../img/character/sub_navi_michimune.png);
}
#charaNav .hakusyu,
#charaNav .hakusyu img {
  background-image: url(../img/character/sub_navi_hakusyu.png);
}
#charaNav .arsya,
#charaNav .arsya img {
  background-image: url(../img/character/sub_navi_arsya.png);
}
#charaNav .kasya,
#charaNav .kasya img {
  background-image: url(../img/character/sub_navi_kasya.png);
}
#charaNav .izuki,
#charaNav .izuki img {
  background-image: url(../img/character/sub_navi_izuki.png);
}
#charaNav .shihori,
#charaNav .shihori img {
  background-image: url(../img/character/sub_navi_shihori.png);
}
#charaNav .issei,
#charaNav .issei img {
  background-image: url(../img/character/sub_navi_issei.png);
}
#charaNav .alice,
#charaNav .alice img {
  background-image: url(../img/character/sub_navi_alice.png);
}
#charaNav .correlation,
#charaNav .correlation img {
  background-image: url(../img/character/sub_navi_correlation_diagram.png);
}

.charabox {
  position: relative;
  width: 730px;
  margin-left: 210px;
}
.charabox > div {
  display: none;
}
#contents.kaname .charabox > div#kaname,
#contents.misa .charabox > div#misa,
#contents.ichika .charabox > div#ichika,
#contents.norli .charabox > div#norli,
#contents.miori .charabox > div#miori,
#contents.yuri .charabox > div#yuri,
#contents.michimune .charabox > div#michimune,
#contents.hakusyu .charabox > div#hakusyu,
#contents.arsya_kasya .charabox > div#arsya_kasya,
#contents.izuki .charabox > div#izuki,
#contents.shihori .charabox > div#shihori,
#contents.issei .charabox > div#issei,
#contents.alice .charabox > div#alice {
  display: block;
}
.charabox h2 {
  width: 416px;
}
.charabox .txt {
  text-align: left;
}
.charabox .prifile {
  width: 420px;
}
.charabox .serif {
  position: absolute;
  text-align: left;
  z-index: 100;
  -webkit-animation: serifSlideIn 0.9s ease-out 1.5s both;
  animation: serifSlideIn 0.9s ease-out 1.5s both;
}
.charabox .chara_img {
  position: absolute;
  z-index: 10;
}
.charabox .chara_bg {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: charaBgIn 0.7s ease-out 0.3s both;
  animation: charaBgIn 0.7s ease-out 0.3s both;
}
/* 要 */
.charabox #kaname .chara_img {
  top: 0;
  left: 419px;
  z-index: 10;
}
.charabox #kaname .chara_bg {
  top: 90px;
  left: 449px;
}
/* 未彩 */
.charabox #misa .chara_img {
  top: 74px;
  left: 427px;
  z-index: 10;
}
.charabox #misa .chara_bg {
  top: 32px;
  left: 506px;
}
.charabox #misa .serif {
  top: 460px;
  left: 0;
}
/* 苺恋 */
.charabox #ichika .chara_img {
  top: 74px;
  left: 427px;
  z-index: 10;
}
.charabox #ichika .chara_bg {
  top: 46px;
  left: 480px;
}
.charabox #ichika .serif {
  top: 404px;
  left: 0;
}
/* ノーリ */
.charabox #norli .chara_img {
  top: 120px;
  left: 403px;
  z-index: 10;
}
.charabox #norli .chara_bg {
  top: 14px;
  left: 506px;
}
.charabox #norli .serif {
  top: 340px;
  left: 46px;
}
/* 実乃璃 */
.charabox #miori .chara_img {
  top: 70px;
  left: 410px;
  z-index: 10;
}
.charabox #miori .chara_bg {
  top: 4px;
  left: 459px;
}
.charabox #miori  .serif {
  top: 410px;
  left: 0px;
}
/* 勇璃 */
.charabox #yuri .chara_img {
  top: 80px;
  left: 429px;
  z-index: 10;
}
.charabox #yuri .chara_bg {
  top: 0px;
  left: 525px;
}
.charabox #yuri .serif {
  top: 410px;
  left: 0px;
}
/* 道宗 */
.charabox #michimune .chara_img {
  top: 25px;
  left: 400px;
  z-index: 10;
}
.charabox #michimune .chara_bg {
  top: -10px;
  left: 505px;
}
.charabox #michimune .serif {
  top: 410px;
  left: 0px;
}
/* 白秋 */
.charabox #hakusyu .chara_img {
  top: 10px;
  left: 418px;
  z-index: 10;
}
.charabox #hakusyu .chara_bg {
  top: 16px;
  left: 496px;
}
.charabox #hakusyu .serif {
  top: 410px;
  left: 0px;
}
/* アーシャ・カーシャ */
.charabox #arsya_kasya h2.arsya {
  position: relative;
  width: 400px;
  text-align: left;
  z-index: 10;
}
.charabox #arsya_kasya h2.kasya {
  position: absolute;
  top: 0;
  left: 362px;
  width: 400px;
  text-align: left;
  z-index: 10;
}
.charabox #arsya_kasya .txt {
  position: absolute;
  top: 160px;
  left: 194px;
  width: 311px;
  text-align: left;
  z-index: 100;
}
.charabox #arsya_kasya .arsya_prifile {
  position: absolute;
  top: 496px;
  left: 10px;
  width: 320px;
  z-index: 100;
}
.charabox #arsya_kasya .kasya_prifile {
  position: absolute;
  top: 496px;
  left: 370px;
  width: 320px;
  z-index: 100;
}
.charabox #arsya_kasya .serif {
  position: absolute;
  top: 376px;
  left: 30px;
  text-align: left;
  z-index: 100;
}
.charabox #arsya_kasya .arsya_img {
  position: absolute;
  top: 130px;
  left: 12px;
  z-index: 1;
}
.charabox #arsya_kasya .arsya_bg {
  position: absolute;
  top: -5px;
  left: -84px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: charaBgIn 0.7s ease-out 0.3s both;
  animation: charaBgIn 0.7s ease-out 0.3s both;
}
.charabox #arsya_kasya .kasya_img {
  position: absolute;
  top: 116px;
  left: 478px;
  z-index: 10;
}
.charabox #arsya_kasya .kasya_bg {
  position: absolute;
  top: 12px;
  left: 436px;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: charaBgIn 0.7s ease-out 0.3s both;
  animation: charaBgIn 0.7s ease-out 0.3s both;
}
/* 雷神 */
.charabox #izuki .chara_img {
  top: 32px;
  left: 418px;
  z-index: 10;
}
.charabox #izuki .chara_bg {
  top: 16px;
  left: 496px;
}
.charabox #izuki .serif {
  top: 395px;
  left: 0px;
}
/* 志歩理 */
.charabox #shihori .chara_img {
  top: 50px;
  left: 418px;
  z-index: 10;
}
.charabox #shihori .chara_bg {
  top: 0px;
  left: 496px;
}
.charabox #shihori .serif {
  top: 395px;
  left: 0px;
}
/* 一政 */
.charabox #issei .chara_img {
  top: -10px;
  left: 418px;
  z-index: 10;
}
.charabox #issei .chara_bg {
  top: 4px;
  left: 490px;
}
.charabox #issei .serif {
  top: 395px;
  left: 0px;
}
/* アリス */
.charabox #alice .chara_img {
  top: 44px;
  left: 402px;
  z-index: 10;
}
.charabox #alice .chara_bg {
  top: -20px;
  left: 470px;
}
.charabox #alice .serif {
  top: 376px;
  left: 0px;
}
.chara_movie {
  position: absolute;
  top: 1244px;
  left: 130px;
}
#kaname .chara_movie,
#misa .chara_movie,
#alice .chara_movie {
  top: 584px;
}
.chara_movie .play_btn {
  position: relative;
  display: block;
  width: 426px;
  height: 245px;
  padding: 8px 0;
  margin: 0 auto;
  background: url(../img/character/movie_bg.png) 0 0 no-repeat;
}
.chara_movie .play_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 426px;
  height: 245px;
  background: url(../img/gallery/movie_on.png) 50% 50% no-repeat;
  opacity: 0;
}
.chara_movie .play_btn:hover:after {
  opacity: 1;
}
.chara_movie .mv_obj {
  width: 412px;
  height: 230px;
  background: url(../img/loading.gif) 50% 50% no-repeat;
}
.chara_movie2 {
  position: absolute;
  top: 1280px;
  left: 18px;
  width: 662px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.chara_movie2 .play_btn {
  position: relative;
  display: block;
  width: 296px;
  height: 170px;
  padding: 2px;
  margin: 0 auto;
  background: url(../img/gallery/movie_bg.png) 0 0 no-repeat;
}
.chara_movie2 .play_btn:after {
  content: url(../img/gallery/movie_on.png);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 296px;
  height: 174px;
  opacity: 0;
}
.chara_movie2 .play_btn:hover:after {
  opacity: 1;
}
.chara_movie2 .mv_obj {
  position: relative;
  top: 5px;
  left: 3px;
  width: 280px;
  height: 160px;
  background: url(../img/loading.gif) 50% 50% no-repeat;
}
.red_frame {
  position: absolute;
  top: 610px;
  left: -10px;
  width: 735px;
  height: 607px;
  background: url(../img/character/frame_bg.png) 0 0 no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 34px 0 0 36px;
  text-align: left;
}
.red_frame.new:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 8px;
  z-index: 1000;
  display: block;
  width: 56px;
  height: 24px;
  background: url(../img/new.png) 0 0 / 100% auto no-repeat;
  -webkit-animation: blink 3.2s ease-in-out infinite;
  animation: blink 3.2s ease-in-out infinite;
}
.red_frame .chara_img02 {
  position: absolute;
  top: 36px;
  right: 50px;
  z-index: 1;
}
#yuri .red_frame .chara_img02 {
  right: 108px;
}
#michimune .red_frame .chara_img02 {
  right: 82px;
}
#hakusyu .red_frame .chara_img02 {
  right: 74px;
}
#izuki .red_frame .chara_img02 {
  right: 70px;
}
#shihori .red_frame .chara_img02 {
  right: 40px;
}
#issei .red_frame .chara_img02 {
  right: 54px;
}
.red_frame .red_needle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.red_frame .txt02 {
  margin: 0 0 10px;
}
.red_frame .chara_pop {
  position: relative;
  display: block;
  width: 378px;
  margin: 0 0 40px;
  z-index: 105;
}
#izuki .red_frame .chara_pop {
  margin: 0 0 30px;
}
#issei .red_frame .chara_pop {
  margin: 0 0 30px;
}
.red_frame .chara_pop img {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.red_frame .chara_pop:hover img {
  opacity: 0.8;
}
.red_frame .serif02 {
  position: relative;
  z-index: 10;
}

#arsya_kasya .chara_img02 {
  top: 76px;
  left: 22px;
}
#arsya_kasya .chara_img03 {
  position: absolute;
  top: 48px;
  right: 13px;
  z-index: 1;
}
#arsya_kasya .red_frame .txt02 {
  position: absolute;
  top: 30px;
  left: 176px;
  z-index: 5;
}
#arsya_kasya .red_frame .chara_pop {
  position: absolute;
  top: 192px;
  left: 178px;
}
#arsya_kasya .red_frame .serif02 {
  position: absolute;
  top: 422px;
  left: 32px;
  z-index: 200;
}
#arsya_kasya .red_frame .serif03 {
  position: absolute;
  top: 518px;
  left: 242px;
  z-index: 200;
}

/***********************************
システム
***********************************/

#subNav .death_game {
  width: 166px;
  height: 38px;
  background-image: url(../img/system/sub_navi_death_game.png);
}
#subNav .rules {
  width: 114px;
  height: 38px;
  background-image: url(../img/system/sub_navi_rule.png);
}
#subNav .election {
  width: 87px;
  height: 38px;
  background-image: url(../img/system/sub_navi_election.png);
}
#contents.death_game #subNav .death_game,
#contents.rules #subNav .rules,
#contents.election #subNav .election {
  background-position: 0 100%;
}
#contents.death_game .mainbox #death_game,
#contents.rules .mainbox #rules,
#contents.election .mainbox #election {
  display: block;
}
.mainbox #rules .frame:before {
  content: url(../img/system/rule_img01.png);
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
}
.mainbox #rules section:nth-child(2) .frame:before {
  content: url(../img/system/rule_img02.png);
}
.mainbox #rules .frame p {
  position: relative;
  z-index: 2;
}
.pop_images.election4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 21px;
}
/***********************************
ギャラリー
***********************************/
#subNav .movie {
  width: 142px;
  height: 38px;
  background-image: url(../img/gallery/sub_navi_movie.png);
}
#subNav .screenshot {
  width: 197px;
  height: 38px;
  background-image: url(../img/gallery/sub_navi_screenshot.png);
}
body:not(#top) #contents.movie,
body:not(#top) #contents.screenshot {
  width: 1048px;
}
#contents.movie #subNav .movie,
#contents.screenshot #subNav .screenshot {
  background-position: 0 100%;
}
#gallery .frame {
  min-height: 600px;
}
#contents.movie .mainbox,
#contents.screenshot .mainbox {
  margin-bottom: 46px;
}
#contents.movie .mainbox #movie,
#contents.screenshot .mainbox #screenshot {
  display: block;
}
.mv_list {
  margin: -6px 28px 0;
}
.mv_list li {
  position: relative;
  float: left;
  width: 308px;
  margin: 0 15px 20px;
}
.mv_list li:nth-child(odd) {
  clear: left;
}
.mv_list li.new:after {
  content: url(../img/new.png);
  position: absolute;
  top: -9px;
  right: -25px;
  -webkit-animation: blink 3.2s ease-in-out infinite;
  animation: blink 3.2s ease-in-out infinite;
}
.mv_list h3 {
  margin: 0 0 2px;
  text-align: center;
}
.mv_list .play_btn {
  position: relative;
  display: block;
  width: 296px;
  height: 170px;
  padding: 2px;
  margin: 0 auto;
  background: url(../img/gallery/movie_bg.png) 0 0 no-repeat;
}
.mv_list .play_btn:after {
  content: url(../img/gallery/movie_on.png);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 296px;
  height: 174px;
  opacity: 0;
}
.mv_list .play_btn:hover:after {
  opacity: 1;
}
.mv_list .mv_obj {
  width: 300px;
  height: 174px;
  background: url(../img/loading.gif) 50% 50% no-repeat;
}
#screenshot ul {
  margin: -9px 22px 0;
}
#screenshot li {
  width: 230px;
  float: left;
  text-align: center;
}


/***********************************
スペシャル
***********************************/
#subNav .music {
  height: 38px;
  background-image: url(../img/special/sub_navi_music.png);
}
#subNav .benefits {
  height: 38px;
  background-image: url(../img/special/sub_navi_benefits.png);
}
#subNav .twitter_parts {
  width: 224px;
  height: 38px;
  background-image: url(../img/special/sub_navi_twitter_parts.png);
}
#subNav .wallpaper {
  height: 38px;
  background-image: url(../img/special/sub_navi_wallpaper.png);
}
#special #subNav ul li:nth-child(2):after {
  right: -10px;
}
#special #subNav ul li:nth-child(3):after {
  right: -18px;
}
#special #subNav ul li:nth-child(4):after {
  right: 88px;
}
#contents.music #subNav .music {
  background-position: 0 100%;
}
#gallery .frame {
  min-height: 600px;
}
#contents.music .mainbox #music {
  display: block;
}
.mainbox #music .frame {
  height: 550px;
}
.artist {
  float: left;
  display: block;
  margin: 0 0 0 22px;
}
.music_info {
  position: relative;
  float: left;
  margin: 11px 0 0 6px;
  text-align: left;
}
.music_info .link {
  position: absolute;
  top: 225px;
  left: 130px;
  background: url(../img/special/music_btn.png) 0 0 no-repeat;
}
.music_info .link img {
  width: 272px;
  height: 33px;
  background: url(../img/special/music_btn.png) 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.music_info .link:hover img {
  opacity: 1;
}