@charset "utf-8";

body:not(#top) main {
  padding: 258px 0 0;
}
body:not(#top) main h1 {
  position: relative;
  margin: 0 0 26px;
  text-align: center;
  line-height: 0;
  z-index: 1;
  -webkit-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  transform: translate(100%,0);
}
.second_header {
  position: fixed;
  top: 0;
  left: 0; right: 0;
  display: block;
  width: 750px;
  height: 230px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}
.second_header img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

#contents {
  min-height: auto;
  margin: 0 0 24px;
}

#subNavWrap {
  display: none;
}

#mainBox {
  position: relative;
  z-index: 5;
}
#mainBox button {
  position: relative;
  display: block;
  width: 750px;
  height: 93px;
  padding: 0 0 0 96px;
  margin: 0 auto 8px;
  background: url(../img/sp/bg_subnav_btn.png) 50% 0 no-repeat;
  text-align: left;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
#mainBox button:before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 28px;
  display: block;
  width: 46px;
  height: 45px;
  margin: auto 0;
  background: url(../img/sp/collapsible_icon01.png) 0 0 no-repeat;
}
#mainBox button:after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; right: 36px;
  display: block;
  width: 37px;
  height: 23px;
  margin: auto 0;
  background: url(../img/sp/collapsible_icon02.png) 0 0 no-repeat;
}
#mainBox button[data-open]:before,
#mainBox button[data-open]:after {
  background-position: 0 100%; 
}
#mainBox button .newIcon {
  display: inline-block;
  width: 90px;
  margin: 0 0 0 12px;
  -webkit-animation: blink 1.8s infinite;
  animation: blink 1.8s infinite;
}

/* ---------------------------------
  シングルボックス
---------------------------------- */
#contents #singleBox {
  position: relative;
  right: 0;
  margin: 75px auto 0;
  width: 100%;
  min-width: 750px;
  max-width: 960px;
  z-index: 3;
}
/* ---------------------------------
  メインボックス
---------------------------------- */
#contents #mainBox article {
  display: block;
  height: 0;
  margin: 0 0 6px;
  overflow: hidden;
  -webkit-transition: height 0.7s ease-in-out;
  -o-transition: height 0.7s ease-in-out;
  transition: height 0.7s ease-in-out;
}
#contents div[id$="Box"] .frame {
  position: relative;
  width: 100%;
  max-width: 780px;
  margin: 50px auto 50px;
  padding: 2px 0;
  background: url(../img/sp/bg_content_frame_middle.png) 50% 0 repeat-y;

}
#contents div[id$="Box"] .frame:before {
  content: "";
  position: absolute;
  bottom: -webkit-calc(100% - 1px);
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  max-width: 780px;
  height: 50px;
  background: url(../img/sp/bg_content_frame_header.png) 50% 0 no-repeat;
}
#contents div[id$="Box"] .frame:after {
  content: "";
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  max-width: 780px;
  height: 50px;
  background: url(../img/sp/bg_content_frame_footer.png) 50% 0 no-repeat;
}
#contents div[id$="Box"] .frame p:last-child {
  margin-bottom: 0 !important;
}

/* ---------------------------------
  ストーリー
---------------------------------- */

/* ---------------------------------
  キャラクター
---------------------------------- */
.gathering {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.gathering.back,
.gathering.back + .gathering_new {
  -webkit-transform: scale(0.68);
  -ms-transform: scale(0.68);
  transform: scale(0.68);
}
.gathering_new .new_chara04 {
  bottom: 52%;
  left: 3.3%;
}
.gathering_new .new_chara05 {
  bottom: 59.5%;
  left: 14%;
}
.gathering_new .new_chara06 {
  bottom: 64.5%;
  left: 22%;
}
.gathering_new .new_chara09 {
  bottom: 53%;
  left: 71.0%;
}
.gathering_new .new_chara10 {
  bottom: 49.5%;
  left: 93.0%;
}
#charaPopup {
  background: rgba(222,205,151,0.8);
}
#charaPopup .slide_wrap {
}
/* ---------------------------------
システム
---------------------------------- */
.coslineup > img {
  display: block;
  margin: 0 0 0 -12px;
}

/* ---------------------------------
ギャラリー
---------------------------------- */
.mv_list h3 {
  margin: 0 0 6px;
}
.mv_list li {
  margin: 0 0 20px;
}
.mv_list li.new:after {
  right: 56px;
}
.mv_list .play_btn {
  width: 608px;
  height: 342px;
  margin: 0 auto 7px;
  border: 6px solid #be8432;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 0px 0px #be8432;
  box-shadow: 2px 2px 0px 0px #be8432;
}
.mv_obj {
  width: 608px;
  height: 342px;
}
/* ---------------------------------
スペシャル
---------------------------------- */
#special .banner {
  width: 710px;
  padding: 22px 0 0;
  margin: 0 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#special .banner li {
  position: relative;
  margin: 0 3px 12px;
}
#special .banner li a {
  display: block;
  width: 348px;
  height: 128px;
}
#special .banner li a img {
  display: none;
}


@media screen and (max-width: 750px) {
  .custom_form3 {
    margin: -40px 0 38px 12px;
  }
  .custom_form4,
  .custom_form5,
  .custom_form6 {
    margin: 0 0 14px 12px;
  }
}
@media screen and (min-width: 751px) {
}