@charset "UTF-8";
section {
  width: 100%;
  min-height: 960px;
  padding: 2% 0%;
  display: block;
  position: relative;
}
section .caption-sp {
  display: none;
}

img {
  max-width: 100%;
}

b {
  color: rgb(242, 98, 65);
}

body::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 110vh;
  top: 0;
  left: 0;
  background: url(../img/bg.jpg);
  background-position: 50% 50%;
  background-size: 110% auto;
  background-repeat: no-repeat;
  color: rgb(111, 77, 62);
  z-index: -1;
}
@media (max-aspect-ratio: 16/9) {
  body::before {
    background-size: auto 110%;
  }
}

p {
  font-family: "font-ap";
  font-size: 1.3em;
  color: rgb(111, 77, 62);
  text-shadow: 2px 0px 2px rgb(255, 255, 255), 2px 2px 2px rgb(255, 255, 255), -2px 0px 2px rgb(255, 255, 255), -2px -2px 2px rgb(255, 255, 255), 2px -2px 2px rgb(255, 255, 255), -2px 2px 2px rgb(255, 255, 255);
}

.header-grass {
  display: block;
  position: absolute;
  width: 100%;
  top: 0%;
  z-index: 20;
  pointer-events: none;
}
.header-grass img {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-animation: 1s anim-showgrassup forwards;
          animation: 1s anim-showgrassup forwards;
}

.common-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.common-image-container.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-image-container a {
  text-decoration: none;
  text-align: left;
  color: rgb(111, 77, 62);
}
.common-image-container p {
  padding-top: 5px;
  line-height: 1.2;
  font-size: 1.15em;
}
.common-image-container.deco {
  margin-bottom: 100px;
}
.common-image-wrapper {
  display: block;
  position: relative;
  width: 45%;
  margin: 2% 2%;
}
.common-image-wrapper:only-child {
  padding-top: 2% px;
  width: 80%;
  margin: 0% 0% 2%;
}
.common-image-wrapper.story-silhouette {
  width: auto;
  left: 30px;
}
.common-image-wrapper.story-silhouette img {
  max-width: initial;
}
.common-image-caption {
  display: block;
  position: relative;
  margin: 0 auto 0 0;
  width: auto;
  max-width: 100%;
}
.common-image-caption.empty {
  opacity: 0;
}
.common-image-caption.sub {
  margin: auto;
}
.common-image-frame {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background: none;
}
.common-image-frame img {
  display: block;
  position: relative;
  max-width: 100%;
  border: 2px solid rgb(248, 238, 209);
  border-radius: 2px;
  -webkit-box-shadow: 2px 0px 6px rgba(111, 77, 62, 0.7), 0px 2px 6px rgba(111, 77, 62, 0.7), -2px 0px 6px rgba(111, 77, 62, 0.7), 0px -2px 6px rgba(111, 77, 62, 0.7);
          box-shadow: 2px 0px 6px rgba(111, 77, 62, 0.7), 0px 2px 6px rgba(111, 77, 62, 0.7), -2px 0px 6px rgba(111, 77, 62, 0.7), 0px -2px 6px rgba(111, 77, 62, 0.7);
  background: rgb(248, 238, 209);
}
.common-image-frame:only-child {
  width: 100%;
  margin: 0% 0% 2%;
}
.common-image-frame + .common-image-frame {
  margin-top: 18px;
}
.common-image-deco {
  display: block;
  position: absolute;
  z-index: 1;
}
.common-image-deco.konko {
  right: -106px;
  top: -75px;
}
.common-image-deco.sakasa {
  right: -180px;
  top: -90px;
}
.common-image-deco.flora {
  right: -220px;
  top: -80px;
}
.common-image-deco.minikonko {
  display: none;
}
.common-image-deco.minisakasa {
  display: none;
}
.common-image-deco.miniflora {
  display: none;
}
.common-image-deco.tanuki-normal {
  top: -277px;
  left: -67px;
  pointer-events: none;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.common-image-deco.tanuki-attack {
  bottom: -164px;
  left: 28px;
  pointer-events: none;
}
.common-image-deco.flog-piyo {
  top: -203px;
  right: -228px;
  pointer-events: none;
}
.common-image-deco.flog-normal {
  top: -341px;
  right: -57px;
  pointer-events: none;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.common-image-deco.flog-attack {
  bottom: -167px;
  right: 18px;
  pointer-events: none;
}

.common-movie {
  position: relative;
  width: 50%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.common-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.common-movie .frame {
  display: block;
  position: relative;
  border: 4px solid rgb(220, 199, 140);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px black;
          box-shadow: 0 0 6px black;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 6px;
}
.common-movie .frame:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_play.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.common-movie img {
  display: block;
  position: relative;
}

.common-window {
  width: 100%;
  display: block;
  position: relative;
  margin: 1% auto 5%;
}
.common-window .system-small {
  font-size: 1.2em;
}
.common-window-caption {
  display: block;
  position: relative;
  width: 100%;
  max-width: 717px;
  margin: 0 auto;
}
.common-window-caption img {
  width: 100%;
}
.common-window-caption-free {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.common-window-caption-free:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/subtitle_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.common-window-caption-free p {
  color: rgb(242, 98, 65);
  font-size: 1.6em;
  text-shadow: 2px 0px 2px rgb(255, 255, 255), 2px 2px 2px rgb(255, 255, 255), -2px 0px 2px rgb(255, 255, 255), -2px -2px 2px rgb(255, 255, 255), 2px -2px 2px rgb(255, 255, 255), -2px 2px 2px rgb(255, 255, 255), 3px 3px 6px rgb(0, 0, 0);
}
.common-window .text-center {
  text-align: center;
}
.common-window:last-child {
  padding-bottom: 180px;
}
.common-window.sub-btn {
  padding-bottom: 180px;
}

.common-right-arrow {
  display: block;
  position: relative;
  width: 0;
  height: inherit;
}
.common-right-arrow:after {
  content: "";
  width: 77px;
  height: 77px;
  display: block;
  position: absolute;
  top: calc(50% - 38.5px);
  left: -38.5px;
  background: url("../img/img_arrow.png");
  z-index: 1;
  color: rgb(242, 98, 65);
}

.glnav-star-1, .glnav-star-2, .glnav-star-3, .glnav-star-4, .glnav-star-5, .glnav-star-6, .glnav-star-7, .glnav-star-8, .glnav-star-9, .glnav-star-10 {
  display: block;
  position: absolute;
  width: 60px;
  height: 373px;
  background: url("../img/top_star.png");
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.2s, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.2s;
  transition: transform 0.6s ease-in-out, opacity 0.2s, -webkit-transform 0.6s ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
}
.glnav-star-1.show, .glnav-star-2.show, .glnav-star-3.show, .glnav-star-4.show, .glnav-star-5.show, .glnav-star-6.show, .glnav-star-7.show, .glnav-star-8.show, .glnav-star-9.show, .glnav-star-10.show {
  -webkit-animation: 3s anim-star-drop forwards;
          animation: 3s anim-star-drop forwards;
}
.glnav-star-1.shown, .glnav-star-2.shown, .glnav-star-3.shown, .glnav-star-4.shown, .glnav-star-5.shown, .glnav-star-6.shown, .glnav-star-7.shown, .glnav-star-8.shown, .glnav-star-9.shown, .glnav-star-10.shown {
  opacity: 1;
}
.glnav-star-1.hidden, .glnav-star-2.hidden, .glnav-star-3.hidden, .glnav-star-4.hidden, .glnav-star-5.hidden, .glnav-star-6.hidden, .glnav-star-7.hidden, .glnav-star-8.hidden, .glnav-star-9.hidden, .glnav-star-10.hidden {
  opacity: 0;
}
.glnav-star-1.reverse, .glnav-star-2.reverse, .glnav-star-3.reverse, .glnav-star-4.reverse, .glnav-star-5.reverse, .glnav-star-6.reverse, .glnav-star-7.reverse, .glnav-star-8.reverse, .glnav-star-9.reverse, .glnav-star-10.reverse {
  opacity: 1;
  animation: 1s anim-star-drop reverse forwards;
}
.glnav-star-1 {
  left: 2%;
  bottom: -30%;
}
.glnav-star-1.show {
  -webkit-animation-delay: 1671ms;
          animation-delay: 1671ms;
}
.glnav-star-2 {
  left: 4%;
  bottom: -190%;
}
.glnav-star-2.show {
  -webkit-animation-delay: 1529ms;
          animation-delay: 1529ms;
}
.glnav-star-3 {
  left: 8%;
  bottom: -65%;
}
.glnav-star-3.show {
  -webkit-animation-delay: 1522ms;
          animation-delay: 1522ms;
}
.glnav-star-4 {
  left: 14%;
  bottom: -120%;
}
.glnav-star-4.show {
  -webkit-animation-delay: 1352ms;
          animation-delay: 1352ms;
}
.glnav-star-5 {
  left: 17.5%;
  bottom: -50%;
}
.glnav-star-5.show {
  -webkit-animation-delay: 848ms;
          animation-delay: 848ms;
}
.glnav-star-6 {
  right: 19%;
  bottom: -150%;
}
.glnav-star-6.show {
  -webkit-animation-delay: 1433ms;
          animation-delay: 1433ms;
}
.glnav-star-7 {
  right: 15%;
  bottom: -130%;
}
.glnav-star-7.show {
  -webkit-animation-delay: 364ms;
          animation-delay: 364ms;
}
.glnav-star-8 {
  right: 11.5%;
  bottom: -148%;
}
.glnav-star-8.show {
  -webkit-animation-delay: 484ms;
          animation-delay: 484ms;
}
.glnav-star-9 {
  right: 7%;
  bottom: -75%;
}
.glnav-star-9.show {
  -webkit-animation-delay: 1138ms;
          animation-delay: 1138ms;
}
.glnav-star-10 {
  right: 2%;
  bottom: -180%;
}
.glnav-star-10.show {
  -webkit-animation-delay: 641ms;
          animation-delay: 641ms;
}

.reset {
  -webkit-animation: 0.1s anim-star-reset forwards;
          animation: 0.1s anim-star-reset forwards;
}

@media only screen and (max-width: 1830px) {
  .glnav-star-5, .glnav-star-6 {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .glnav-star-5.show, .glnav-star-6.show {
    opacity: 0;
    display: none;
  }
  .glnav-star-5.shown, .glnav-star-6.shown {
    opacity: 0;
  }
  .glnav-star-5.reverse, .glnav-star-6.reverse {
    opacity: 0;
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  .glnav-star-4, .glnav-star-7 {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .glnav-star-4.show, .glnav-star-7.show {
    opacity: 0;
    display: none;
  }
  .glnav-star-4.shown, .glnav-star-7.shown {
    opacity: 0;
  }
  .glnav-star-4.reverse, .glnav-star-7.reverse {
    opacity: 0;
    display: none;
  }
}
@media only screen and (max-width: 1515px) {
  .glnav-star-3, .glnav-star-8 {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .glnav-star-3.show, .glnav-star-8.show {
    opacity: 0;
    display: none;
  }
  .glnav-star-3.shown, .glnav-star-8.shown {
    opacity: 0;
  }
  .glnav-star-3.reverse, .glnav-star-8.reverse {
    opacity: 0;
    display: none;
  }
}
@media only screen and (max-width: 1340px) {
  .glnav-star-2, .glnav-star-9 {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .glnav-star-2.show, .glnav-star-9.show {
    opacity: 0;
    display: none;
  }
  .glnav-star-2.shown, .glnav-star-9.shown {
    opacity: 0;
    display: none;
  }
  .glnav-star-2.reverse, .glnav-star-9.reverse {
    opacity: 0;
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .glnav-star-1, .glnav-star-10 {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .glnav-star-1.show, .glnav-star-10.show {
    opacity: 0;
    display: none;
  }
  .glnav-star-1.shown, .glnav-star-10.shown {
    opacity: 0;
  }
  .glnav-star-1.reverse, .glnav-star-10.reverse {
    opacity: 0;
    display: none;
  }
}
#bgmBox {
  position: absolute;
  background: url(../img/btn_bgm.png) 0 0 no-repeat;
  z-index: 10050;
  pointer-events: auto;
  width: 61px;
  height: 32px;
  right: 0px;
  bottom: -16px;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
#bgmBox:hover {
  background-position: 0 0;
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}
#bgmBox.small {
  background-position: 0 -32px;
}
#bgmBox.large {
  background-position: 0 -64px;
}
#bgmBox button {
  display: inline-block;
  height: 32px;
}
#bgmBox button.btnSwitch {
  width: 29px;
}
#bgmBox button.btnVol {
  width: 32px;
}

.submenu {
  padding-top: 130px;
  width: 320px;
  display: block;
  position: relative;
}
.submenu a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
.submenu p {
  font-size: 1.3em;
  padding-left: 65px;
  padding-top: 12px;
  text-shadow: none;
}
.submenu p.narrow {
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
}
.submenu-item {
  display: block;
  width: 280px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  margin-bottom: 3px;
}
.submenu-item:hover {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
.submenu-item.show {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  pointer-events: none;
}
.submenu-item.submenu {
  color: rgb(248, 238, 209);
  background: url("../img/subnav_submenu.png") left top/cover no-repeat;
}
.submenu-item.submenu:hover {
  color: rgb(247, 147, 23);
}
.submenu-item.submenu.show {
  color: rgb(247, 147, 23);
  pointer-events: none;
}
.submenu-item.submenu-story01 {
  background: url("../img/story/submenu01.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-story01:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-story01.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-story02 {
  background: url("../img/story/submenu02.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-story02:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-story02.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-story03 {
  background: url("../img/story/submenu03.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-story03:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-story03.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-system01 {
  background: url("../img/system/submenu01.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-system01:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-system01.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-system02 {
  background: url("../img/system/submenu02.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-system02:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-system02.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-system03 {
  background: url("../img/system/submenu03.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-system03:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-system03.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-system04 {
  background: url("../img/system/submenu04.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-system04:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-system04.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-system05 {
  background: url("../img/system/submenu05.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-system05:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-system05.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-system06 {
  background: url("../img/system/submenu06.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-system06:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-system06.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-system07 {
  background: url("../img/system/submenu07.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-system07:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-system07.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-system08 {
  background: url("../img/system/submenu08.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-system08:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-system08.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-system09 {
  background: url("../img/system/submenu09.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-system09:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-system09.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-gallery01 {
  background: url("../img/gallery/submenu01.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-gallery01:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-gallery01.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-gallery02 {
  background: url("../img/gallery/submenu02.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-gallery02:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-gallery02.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-gallery03 {
  background: url("../img/gallery/submenu03.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-gallery03:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-gallery03.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-special01 {
  background: url("../img/special/submenu01.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-special01:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-special01.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-special02 {
  background: url("../img/special/submenu02.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-special02:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-special02.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-special03 {
  background: url("../img/special/submenu03.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-special03:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-special03.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-special04 {
  background: url("../img/special/submenu04.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-special04:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-special04.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-special05 {
  background: url("../img/special/submenu05.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-special05:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-special05.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-special06 {
  background: url("../img/special/submenu06.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-special06:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-special06.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-special07 {
  background: url("../img/special/submenu07.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-special07:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-special07.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-special08 {
  background: url("../img/special/submenu08.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-special08:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-special08.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-special09 {
  background: url("../img/special/submenu09.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-special09:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-special09.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-special10 {
  background: url("../img/special/submenu10.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-special10:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-special10.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-special11 {
  background: url("../img/special/submenu11.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-special11:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-special11.show {
  background-position: 100% 100%;
}
.submenu-item.submenu-special12 {
  background: url("../img/special/submenu12.png") left top/cover no-repeat;
  background-position: 0% 0%;
}
.submenu-item.submenu-special12:hover {
  background-position: 100% 100%;
}
.submenu-item.submenu-special12.show {
  background-position: 100% 100%;
}

article {
  display: block;
  position: relative;
  opacity: 0;
  width: 100%;
}
article.show {
  display: block;
  -webkit-animation: 1s anim-appear forwards;
          animation: 1s anim-appear forwards;
}
article.hide {
  display: block;
  -webkit-animation: 1s anim-hide forwards;
          animation: 1s anim-hide forwards;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  display: block;
  position: relative;
  margin: 0 auto 0;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.content-wrapper::-webkit-scrollbar {
  width: 0;
}
.content-wrapper .content-container {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px;
}
.content-wrapper .content-container.system, .content-wrapper .content-container.special, .content-wrapper .content-container.story {
  width: auto;
  padding: 0 calc(100% - 1024px + 295px) 180px 15px;
}

.section-top:before {
  content: "";
  width: 100%;
  height: 100vh;
  top: 0%;
  left: 0%;
  position: fixed;
  background: url(../img/top_bg.jpg) 50% 50%;
  background-size: 110% 110%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  pointer-events: none;
}

.top {
  display: block;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.top.visible {
  opacity: 1;
}
.top.invisible {
  opacity: 0;
}
.top.invisible ul li a {
  pointer-events: none;
}
.top.invisible .famitsu-wrapper {
  pointer-events: none;
}
.top .main-visual {
  display: block;
  position: relative;
  height: 100vh;
  min-height: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  background: url("../img/main_visual.png") 50% 45%;
  background-size: auto 120%;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation: 3s anim-appear forwards;
          animation: 3s anim-appear forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.top .main-catch {
  display: block;
  position: absolute;
  width: 593px;
  height: 68px;
  top: calc(46% - 68px * 0.35);
  left: calc(50% - 593px / 2);
  opacity: 0;
  -webkit-animation: 3s anim-appear forwards;
          animation: 3s anim-appear forwards;
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.top .main-catch img {
  display: block;
  position: relative;
  width: 100%;
}
.top .main-logo {
  display: none;
}
.top .top-topics {
  opacity: 0;
  display: block;
  position: absolute;
  right: calc(50% - 593px / 2 - 315px);
  bottom: 42%;
  -webkit-animation: 2s anim-appear forwards;
          animation: 2s anim-appear forwards;
  -webkit-animation-delay: 7500ms;
          animation-delay: 7500ms;
  width: 325px;
  height: 201px;
  background: url("../img/top_fukidashi.png");
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}
.top .top-topics .fukidasi {
  display: block;
  position: absolute;
  left: 100px;
  top: 70px;
  height: 79px;
  width: 180px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.top .top-topics .fukidasi p {
  color: white;
  font-family: initial;
  font-size: 0.64em;
  text-shadow: none;
}
.top .top-topics .fukidasi a {
  color: #fac64a;
  background-color: initial;
}
.top .top-topics .fukidasi a:hover {
  color: #ff2344;
}
.top .top-topics::before {
  content: "";
  width: 106px;
  height: 36px;
  background: url("../img/top_fukidashi2.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  left: 130px;
  top: 32px;
}
.top .banner {
  display: block;
  position: absolute;
  width: 20%;
  max-width: 255px;
  height: auto;
  left: 0%;
  top: 10%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
  z-index: 8500;
}
.top .banner .banner-wrapper {
  width: 100%;
}
.top .banner .banner-item {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s, -webkit-filter 1s;
  transition: opacity 1s, -webkit-transform 1s, -webkit-filter 1s;
  transition: opacity 1s, transform 1s, filter 1s;
  transition: opacity 1s, transform 1s, filter 1s, -webkit-transform 1s, -webkit-filter 1s;
  -webkit-transform: translateX(-20%), translate3d(0, 0, 0);
          transform: translateX(-20%), translate3d(0, 0, 0);
}
.top .banner .banner-item.visible {
  opacity: 1;
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.top .banner .banner-item.invisible {
  opacity: 0;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.top .banner .banner-item a {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: -20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.top .banner .banner-item a img {
  width: 100%;
  display: block;
  position: relative;
}
.top .banner .banner-item a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.top .banner .banner-item:nth-child(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.top .banner .banner-item:nth-child(2) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.top .banner .banner-item:nth-child(3) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.top .banner .banner-item:nth-child(4) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.top .banner .banner-item:nth-child(5) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.top .banner .banner-item:nth-child(6) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.top .banner .banner-item:nth-child(7) {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}
.top .banner .banner-item:nth-child(8) {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}
.top .banner .banner-item:nth-child(9) {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
.top .banner .banner-item:nth-child(10) {
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s;
}
.top .banner .banner-item:nth-child(n+8) {
  display: none;
}
.top .banner .banner-item .more {
  display: block;
  position: relative;
  margin: auto;
  margin-right: 0px;
  width: 170.4px;
  height: 54.4px;
  overflow: hidden;
  margin-top: 20px;
}
.top .banner .banner-item .more img {
  display: block;
  position: relative;
  width: 170.4px;
  height: 54.4px;
  background: url("../img/btn_more.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
.top .banner .banner-item .more img:hover {
  background-position: 0 100%;
}

.order-wrapper {
  position: absolute;
  width: 100%;
  height: 100vh;
  min-height: 960px;
  top: 0;
  left: 0;
  pointer-events: none;
}
.order-wrapper .order {
  display: block;
  position: absolute;
  left: calc(50% - 960px / 2 - 20px);
  bottom: calc(320px/2 - 68px);
  pointer-events: initial;
  width: 242px;
  height: 320px;
  opacity: 0;
  background: url("../img/top-order.png?fa") no-repeat;
  background-size: cover;
  -webkit-animation: 2s anim-appear forwards;
          animation: 2s anim-appear forwards;
  -webkit-animation-delay: 6500ms;
          animation-delay: 6500ms;
  z-index: 1;
}
.order-wrapper .order:hover {
  background-image: url("../img/top-order_on.png?fa");
}
.order-wrapper .release-date {
  display: block;
  position: absolute;
  left: calc(50% - 960px /2 + 150px - 20px);
  bottom: 23%;
  width: 300px;
  opacity: 0;
  -webkit-animation: 2s anim-appear forwards;
          animation: 2s anim-appear forwards;
  -webkit-animation-delay: 6500ms;
          animation-delay: 6500ms;
  z-index: 1;
}

.gametop {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 960px;
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  pointer-events: none;
  background: rgb(0, 0, 0);
}
.gametop.visible {
  opacity: 1;
}
.gametop.invisible {
  opacity: 0;
}
.gametop .bg-movie {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.gametop .bg-movie__movie {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56.25vw;
  width: 177.777777778vw;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-story {
  display: block;
}

.story {
  height: 100vh;
  padding-left: calc((100% - 1024px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.story .text {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.story .text p {
  line-height: 1.3;
}
.story .text .text-bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.story .text .text-bg img {
  display: block;
  position: relative;
  width: 100%;
}
.story .text img {
  width: 100%;
  display: block;
  position: relative;
}
.story .image {
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: -1;
}
.story .image.bu {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.story .image img {
  display: block;
  position: relative;
  width: 100%;
}
.story-character-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  margin: 30px 0;
}
.story-character-image-wrapper .text-box {
  display: block;
  position: relative;
  width: 506px;
  height: 279px;
  background: url("../img/story/character_text.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.story-character-image-wrapper .text-box .text {
  padding: 44px 56px;
}
.story-character-image-wrapper .text-box .nameplate {
  position: absolute;
  width: 234px;
  height: 62px;
  top: -24px;
  left: 31px;
}
.story-character-image-wrapper .text-box .nameplate.neisan {
  background: url("../img/story/neisan_nameplate.png");
}
.story-character-image-wrapper .text-box .nameplate.cues {
  background: url("../img/story/cues_nameplate.png");
}
.story-character-image-wrapper .text-box .nameplate.neid {
  background: url("../img/story/neid_nameplate.png");
}
.story-character-image-wrapper .text-box .nameplate.goldy {
  background: url("../img/story/goldy_nameplate.png");
}
.story-character-image-wrapper .text-box .nameplate.silvia {
  background: url("../img/story/silvia_nameplate.png");
}
.story-character-image-wrapper .text-box .nameplate img {
  width: 100%;
  height: 100%;
}
.story-character-image-wrapper .neisan {
  display: block;
  position: absolute;
  right: -47px;
  top: -20px;
}
.story-character-image-wrapper .cues {
  display: block;
  position: absolute;
  right: -97px;
}
.story-character-image-wrapper .neid {
  display: block;
  position: absolute;
  right: 120px;
  bottom: 0px;
}
.story-character-image-wrapper .yean {
  display: block;
  position: absolute;
  right: -55px;
  bottom: 0;
}
.story-character-image-wrapper .goldy {
  display: block;
  position: absolute;
  right: 30px;
}
.story-character-image-wrapper .silvia {
  display: block;
  position: absolute;
  right: -94px;
}

.section-character {
  display: block;
}

.character {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 0 0 100px 0;
  display: block;
  position: relative;
}
.character-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 5%;
}
.character-wrapper.ouji {
  padding-bottom: 7%;
}
.character-wrapper.konko, .character-wrapper.sakasa {
  padding-bottom: 3%;
}
.character-wrapper .text-box {
  display: block;
  position: relative;
  width: 617px;
  height: 337px;
  background: url("../img/character/textbox.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.character-wrapper .text-box .text {
  padding: 35px 75px;
}
.character-wrapper .text-box .text.konko, .character-wrapper .text-box .text.flora {
  padding: 50px 75px;
}
.character-wrapper .text-box .name-plate {
  display: block;
  position: absolute;
  width: 291px;
  height: 75px;
  top: -35px;
  left: 35px;
  background: url("../img/character/nameplate.png");
  text-align: center;
}
.character-wrapper .text-box .name-plate.osama {
  background: url("../img/character/nameplate01.png");
}
.character-wrapper .text-box .name-plate.ouji {
  background: url("../img/character/nameplate02.png");
}
.character-wrapper .text-box .name-plate.konko {
  background: url("../img/character/nameplate03.png");
}
.character-wrapper .text-box .name-plate.sakasa {
  background: url("../img/character/nameplate04.png");
}
.character-wrapper .text-box .name-plate.flora {
  background: url("../img/character/nameplate05.png");
}
.character-wrapper .text-box .name-plate .name {
  color: rgb(220, 199, 140);
  text-shadow: none;
  font-size: 2.2em;
}
.character-wrapper .text-box .name-plate .name.osama {
  text-align: left;
  white-space: nowrap;
  -webkit-transform: scaleX(0.6) translateX(-60px);
          transform: scaleX(0.6) translateX(-60px);
}
.character-wrapper .text-box .name-plate img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.character-wrapper .bu {
  display: block;
  position: relative;
  z-index: 1;
}
.character-wrapper .bu.osama {
  margin-left: -155px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.character-wrapper .bu.osama:after {
  content: "";
  display: block;
  width: 410px;
  height: 120px;
  position: absolute;
  background: url("../img/character/osama_text01.png");
  bottom: 15px;
  left: -353px;
}
.character-wrapper .bu.ouji {
  margin-right: -20px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.character-wrapper .bu.ouji:after {
  content: "";
  display: block;
  width: 437px;
  height: 78px;
  position: absolute;
  background: url("../img/character/yuu_text01.png");
  bottom: 25px;
  right: -586px;
}
.character-wrapper .bu.konko {
  margin-left: -105px;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}
.character-wrapper .bu.konko:after {
  content: "";
  display: block;
  width: 364px;
  height: 38px;
  position: absolute;
  background: url("../img/character/konko_text01.png");
  bottom: 10px;
  left: -365px;
}
.character-wrapper .bu.sakasa {
  margin-right: -20px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.character-wrapper .bu.sakasa:after {
  content: "";
  display: block;
  width: 442px;
  height: 79px;
  position: absolute;
  background: url("../img/character/sakasa_text01.png");
  bottom: 20px;
  right: -550px;
}
.character-wrapper .bu.flora {
  margin-left: -105px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.character-wrapper .bu.flora:after {
  content: "";
  display: block;
  width: 571px;
  height: 80px;
  position: absolute;
  background: url("../img/character/flora_text01.png");
  bottom: 50px;
  left: -476px;
}
.character-wrapper .bu img {
  display: block;
  position: relative;
  width: 100%;
}
.character-wrapper:last-child {
  padding-bottom: 12%;
}

.section-system {
  display: block;
}

.system {
  height: 100vh;
  padding-left: calc((100% - 1024px) / 2);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-gallery {
  display: block;
}

.gallery {
  width: 100%;
  height: 100vh;
  max-width: 1024px;
  margin: 0px auto;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-movie-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.gallery-movie-wrapper .pop-movie {
  background: none;
}
.gallery-movie-wrapper .gallery-movie {
  display: block;
  width: 45%;
  padding: 0% 2%;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  color: rgb(111, 77, 62);
}
.gallery-movie-wrapper .gallery-movie:nth-child(1) {
  width: 80%;
  font-size: 1.2em;
}
.gallery-movie-wrapper .gallery-movie:nth-child(1) {
  width: 80%;
  font-size: 1.2em;
}
.gallery-movie-wrapper.narration {
  margin: 1.5em auto;
}
.gallery-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.gallery-image-wrapper .pop {
  background: none;
}
.gallery-image-wrapper .gallery-image {
  display: block;
  width: 45%;
  margin: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: left;
  color: rgb(111, 77, 62);
}
.gallery-image-wrapper .gallery-image p {
  padding-top: 5px;
  line-height: 1.2;
  font-size: 1.05em;
}
.gallery-image-wrapper .gallery-image img {
  display: block;
  position: relative;
  width: 100%;
  border: 2px solid rgb(220, 199, 140);
  border-radius: 1px;
  -webkit-box-shadow: 2px 2px 6px rgb(111, 77, 62);
          box-shadow: 2px 2px 6px rgb(111, 77, 62);
}

.section-special {
  display: block;
}

.special {
  width: 100%;
  height: 100vh;
  max-width: 1024px;
  margin: 0px auto;
  padding: 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.special .spec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.special .spec-package {
  width: 52%;
  margin: 1% 1%;
  border: 4px solid white;
  -webkit-box-shadow: 2px 2px 4px rgb(111, 77, 62);
          box-shadow: 2px 2px 4px rgb(111, 77, 62);
}
.special .spec-package img {
  display: block;
  position: relative;
  width: 100%;
}
.special .spec-detail {
  display: block;
  position: relative;
  width: 95%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px dashed rgb(111, 77, 62);
  border-radius: 2px;
  margin: 0 auto;
}
.special .spec-detail.nippon1shop {
  padding-bottom: 10px;
}
.special .spec-detail table {
  padding: 4px;
  border: none;
}
.special .spec-detail table p {
  font-size: 1.1em;
}
.special .spec-detail table td {
  padding: 5px;
  vertical-align: top;
}
.special .spec-detail .special-mark {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.1em;
}
.special .spec-detail .cero {
  width: 80px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.special .spec-detail .limited-frame {
  display: block;
  right: 0px;
  bottom: -10px;
  border: 2px solid rgb(255, 255, 255);
  -webkit-box-shadow: 2px 2px 4px rgb(111, 77, 62);
          box-shadow: 2px 2px 4px rgb(111, 77, 62);
  margin: 10px auto;
  width: 80%;
}
.special .spec-detail .limited-frame img {
  display: block;
  position: relative;
  width: 100%;
}
.special .firstlot {
  width: 80%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.special .firstlot_list {
  font-family: "font-ap";
  font-size: 1em;
  color: rgb(111, 77, 62);
  text-shadow: 2px 0px 2px rgb(255, 255, 255), 2px 2px 2px rgb(255, 255, 255), -2px 0px 2px rgb(255, 255, 255), -2px -2px 2px rgb(255, 255, 255), 2px -2px 2px rgb(255, 255, 255), -2px 2px 2px rgb(255, 255, 255);
}
.special .firstlot_list li:before {
  content: "※";
  display: inline;
  position: relative;
  left: 0;
}
.special .benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.special .benefit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 336px;
  height: 494px;
  padding: 1% 1% 1% 0%;
  margin: 2% auto;
  background: url("../img/special/benefit/bg.png") top left/100% 100% no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.special .benefit-container.empty {
  opacity: 0;
}
.special .benefit-container .shopname {
  display: block;
  position: relative;
  color: rgb(242, 98, 65);
  font-size: 1.6em;
  font-weight: 700;
}
.special .benefit-container .shopname img {
  width: auto;
  margin-top: 10px;
}
.special .benefit-container .detail {
  font-size: 1.1em;
}
.special .benefit-container .detail.ebten {
  line-height: 1em;
}
.special .benefit-container .detail.nippon1 {
  line-height: 1em;
}
.special .benefit-container .benefit-frame {
  display: block;
  position: relative;
  width: 90%;
  background: none;
  margin: 0px auto;
  margin-bottom: 4px;
  max-height: 200px;
}
.special .benefit-container .benefit-frame .image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: inherit;
  border: 2px solid rgb(255, 255, 255);
  -webkit-box-shadow: 2px 2px 4px rgb(111, 77, 62);
          box-shadow: 2px 2px 4px rgb(111, 77, 62);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.special .benefit-container .benefit-frame.akbsofmap .image {
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}
.special .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.special .profile p {
  font-size: 1.2em;
}
.special .profile-photo {
  display: block;
  position: relative;
  border: 4px solid rgb(255, 255, 255);
  -webkit-box-shadow: 2px 2px 6px rgb(111, 77, 62);
          box-shadow: 2px 2px 6px rgb(111, 77, 62);
  margin: 2% auto;
}
.special .profile-photo.maintheme {
  width: 340px;
}
.special .profile-photo.bgm {
  width: 60%;
}
.special .profile-photo.narration {
  width: 30%;
}
.special .profile-photo img {
  display: block;
  position: relative;
  width: 100%;
}
.special .songlist {
  font-size: 1.1em;
}
.special .comment-box {
  padding: 0.5em 1em;
  margin: 0 auto;
  background: rgba(165, 143, 83, 0.4);
  border: 2px dashed rgb(111, 77, 62);
  border-radius: 2px;
}

.deco-chara {
  display: block;
  position: absolute;
  width: 266px;
  height: 309px;
  right: -1110px;
  top: 50%;
}
.deco-chara .chara02 {
  display: block;
  width: 266px;
  height: 309px;
  background: url("../img/chara02.png");
  -webkit-animation: animation-chara02 1.333s steps(10) infinite;
          animation: animation-chara02 1.333s steps(10) infinite;
}

.deco-chara2 {
  display: block;
  position: absolute;
  width: 238px;
  height: 197px;
  left: -218px;
  top: 63%;
}
.deco-chara2 .chara03 {
  display: block;
  width: 238px;
  height: 197px;
  background: url("../img/chara03.png");
  -webkit-animation: animation-chara03 1.333s steps(6) infinite;
          animation: animation-chara03 1.333s steps(6) infinite;
}

.limited-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.limited-image-wrapper .image-item {
  display: block;
  position: relative;
  width: auto;
  border: 2px solid rgb(255, 255, 255);
  -webkit-box-shadow: 2px 2px 4px rgb(111, 77, 62);
          box-shadow: 2px 2px 4px rgb(111, 77, 62);
  margin: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.limited-image-wrapper .image-item.pic {
  width: 60%;
  margin: auto 10px;
}
.limited-image-wrapper .image-item.doll {
  width: 90%;
}
.limited-image-wrapper .image-item img {
  display: block;
  width: 100%;
}
.limited-image-wrapper .doll-wrapper {
  width: 30%;
  margin: 0;
}

.btn-wrapper {
  display: block;
  position: relative;
  margin: 0% 0% 5%;
}
.btn-wrapper.shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-wrapper .btn {
  display: block;
  position: relative;
  width: 253px;
  height: 53px;
  margin: 0% auto;
  text-decoration: none;
  background: #251f1a;
}
.btn-wrapper .btn p {
  text-align: center;
  color: rgb(220, 199, 140);
  font-size: 1em;
}
.btn-wrapper .btn:hover {
  background: #251f1a;
}
.btn-wrapper .btn.ps4 {
  background: url("../img/special/benefit/btn_ps4.png") left top/cover no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-wrapper .btn.ps4:hover {
  opacity: 0.7;
}
.btn-wrapper .btn.ps4-normal {
  background: url("../img/special/btn_ps4_normal.png") left top/cover no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-wrapper .btn.ps4-normal:hover {
  opacity: 0.7;
}
.btn-wrapper .btn.ps4-limited {
  background: url("../img/special/btn_ps4_limited.png") left top/cover no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-wrapper .btn.ps4-limited:hover {
  opacity: 0.7;
}
.btn-wrapper .btn.ps4-shop {
  background: url("../img/special/btn_ps4_shop_edition.png") left top/cover no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-wrapper .btn.ps4-shop:hover {
  opacity: 0.7;
}
.btn-wrapper .btn.ps4-preorder {
  background: url("../img/special/btn_ps4_preorder.png") left top/cover no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-wrapper .btn.ps4-preorder:hover {
  opacity: 0.7;
}
.btn-wrapper .btn.switch {
  background: url("../img/special/benefit/btn_switch.png") left top/cover no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-wrapper .btn.switch:hover {
  opacity: 0.7;
}
.btn-wrapper .btn.switch-normal {
  background: url("../img/special/btn_switch_normal.png") left top/cover no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-wrapper .btn.switch-normal:hover {
  opacity: 0.7;
}
.btn-wrapper .btn.switch-limited {
  background: url("../img/special/btn_switch_limited.png") left top/cover no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-wrapper .btn.switch-limited:hover {
  opacity: 0.7;
}
.btn-wrapper .btn.switch-shop {
  background: url("../img/special/btn_switch_shop_edition.png") left top/cover no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-wrapper .btn.switch-shop:hover {
  opacity: 0.7;
}
.btn-wrapper .btn.shop-common {
  background: url("../img/special/btn_shop_common.png") left top/cover no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-wrapper .btn.shop-common:hover {
  opacity: 0.7;
}
.btn-wrapper .btn img {
  max-width: 100%;
  max-height: 100%;
}

.famitsu-wrapper {
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 225px;
  left: 72%;
  -webkit-animation: 3s anim-appear forwards;
          animation: 3s anim-appear forwards;
  -webkit-animation-delay: 8500ms;
          animation-delay: 8500ms;
}

.famitsu-div {
  display: block;
  width: 13.0208333333vw;
  position: relative;
  margin: 2% auto 0;
  z-index: 5;
}
.famitsu-div .famitsu {
  display: block;
  width: 100%;
}
.famitsu-div.pop {
  background: none;
}

.top-streaming-banner {
  display: block;
  position: absolute;
  opacity: 0;
  bottom: 130px;
  width: 100%;
  -webkit-animation: 2s anim-appear forwards;
          animation: 2s anim-appear forwards;
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
  z-index: 7000;
  pointer-events: none;
}
.top-streaming-banner a {
  pointer-events: auto;
}
.top-streaming-banner .streaming-image {
  display: block;
  position: relative;
  width: 49.6875vw;
  max-width: 954px;
  height: auto;
  margin: 0 auto;
  -webkit-transition: -webkit-filter 0.3s, -webkit-transform 0.3s;
  transition: -webkit-filter 0.3s, -webkit-transform 0.3s;
  transition: filter 0.3s, transform 0.3s;
  transition: filter 0.3s, transform 0.3s, -webkit-filter 0.3s, -webkit-transform 0.3s;
}
.top-streaming-banner .streaming-image:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.no-bg {
  background: none;
}

.top-questionnaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 336px;
  height: 494px;
  background: url("../img/inline-bg.png") 50% 50% no-repeat;
  background-size: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-questionnaire p {
  width: 70%;
  margin: 0 auto;
}
.top-questionnaire .mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 0 auto;
}
.top-questionnaire .mini img {
  display: block;
  position: relative;
}