@charset "UTF-8";
.second-main-content {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: calc(216px + 3%) 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.window-wrapper {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.window-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1328px;
  margin: 0 auto;
  position: relative;
}

.window-container:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

.normal-window {
  background: url(../img/normal_window_middle.png) 0 0% repeat-y;
  background-size: contain;
  width: 100%;
  margin: 27.25904% auto 19.50301%;
  position: relative;
  z-index: 5;
}

.normal-window:before {
  content: "";
  display: block;
  background: url(../img/normal_window_top.png) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 27.25904%;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.normal-window:after {
  content: "";
  display: block;
  background: url(../img/normal_window_bottom.png) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 19.50301%;
  position: absolute;
  top: 100%;
  left: 0;
}

.normal-window__caption {
  max-width: 52.86145%;
  position: absolute;
  top: -5vw;
  left: calc(50% - 56%);
  z-index: 10;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
}

.normal-window__caption img {
  display: block;
  width: 70%;
}

.normal-window__content {
  width: 100%;
  margin: -4% auto 5%;
  padding: 0 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 20;
}

.normal-window-deco01, .normal-window-deco02, .normal-window-deco03 {
  display: block;
  position: absolute;
}

.normal-window-deco01 {
  width: 34.33735%;
  top: 12%;
  right: -22%;
}

.normal-window-deco02 {
  width: 36.52108%;
  top: 12%;
  left: -22%;
}

.normal-window-deco03 {
  width: 30.72289%;
  bottom: 8%;
  left: -22%;
}

/* Story --------------------------*/
.story-description__text {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.story-description__text img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.character-image-base {
  display: block;
  width: 100%;
}

.character-image-madrat,
.character-image-heart,
.character-image-godrat {
  margin-top: -10%;
}

.character-image-madrat {
  width: 100%;
  height: 0;
  padding-bottom: 71.04283%;
}

.character-image-madrat__image {
  position: absolute;
  width: 50.55866%;
  top: 30%;
  left: -7%;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
}

.character-image-madrat__speech {
  position: absolute;
  width: 54.09683%;
  bottom: 0;
  left: 16%;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 20;
}

.character-image-madrat__movie {
  position: absolute;
  width: 40%;
  bottom: 2%;
  right: 3%;
}

.character-image-heart {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

.character-image-heart__image {
  position: absolute;
  width: 47.76265%;
  top: 39%;
  left: -7%;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
}

.character-image-heart__speech {
  position: absolute;
  width: 64.00778%;
  bottom: 0;
  left: 13%;
  z-index: 20;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
}

.character-image-heart__movie {
  position: absolute;
  width: 40%;
  bottom: 2%;
  right: 3%;
}

.character-image-godrat {
  width: 100%;
  height: 0;
  padding-bottom: 73.14815%;
}

.character-image-godrat__image {
  position: absolute;
  width: 52.59259%;
  top: 29%;
  left: -7%;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
}

.character-image-godrat__speech {
  position: absolute;
  width: 58.7963%;
  bottom: 0;
  left: 14%;
  z-index: 20;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
}

.character-image-godrat__movie {
  position: absolute;
  width: 40%;
  bottom: -2%;
  right: 3%;
}

/* GameRule --------------------------*/
/*nav*/
.nav-gamerule {
  max-width: 1200px;
  height: auto;
  position: relative;
  margin: 11% auto 7%;
}

.gamerule-wrapper {
  background: #ffa71c;
  -webkit-box-shadow: 0 10px 0 0 #ffb640;
          box-shadow: 0 10px 0 0 #ffb640;
  width: 100%;
  height: 100%;
  padding: 2% 0;
  border-radius: 100px;
}

.gamerule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.gamerule-list__item {
  width: 32.66667%;
  height: 0;
  padding-bottom: 9%;
  position: relative;
}

.gamerule-list__item a {
  text-decoration: none;
}

.gamerule-list__item a:hover {
  color: white;
}

.gamerule-list__item a:visited {
  color: white;
}

.gamerule-list__item:not(:nth-of-type(3n+1)) {
  margin-left: 1%;
}

.gamerule-list__item:nth-of-type(n+4) {
  margin-top: 1%;
}

.gamerule-menu, .gamerule-menu-long {
  display: block;
  background-size: 30px 30px;
  background-color: #151515;
  background-image: radial-gradient(#2a2a2a 15%, transparent 20%), radial-gradient(#2a2a2a 15%, transparent 20%);
  background-position: 0 0, 15px 15px;
  border: 0.5vw solid #505857;
  width: 100%;
  height: 100%;
  border-radius: 10000px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1em;
}

.gamerule-menu-long {
  padding-top: 8%;
  font-size: 0.7em;
}

.gamerule-menu:hover, .gamerule-menu-long:hover,
.gamerule-menu-long:hover {
  background-color: #505857;
}

.description {
  width: 100%;
  height: auto;
  position: relative;
}

.description__text {
  width: 100%;
}

.description__text img {
  vertical-align: bottom;
  width: 100%;
}

.description__text .beat {
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
}

.description__text + .movie-block,
.movie-block + .description__text {
  margin-top: 4%;
}

.description + .description {
  margin-top: 10%;
}

.animation-goal-rat {
  background: url(../img/anm_rat_goal.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 39.45783%;
  height: 0;
  padding-bottom: 31.4759%;
  position: absolute;
  bottom: -40%;
  right: -30%;
  -webkit-animation: sprite-animation 0.5s steps(11) infinite;
          animation: sprite-animation 0.5s steps(11) infinite;
}

.animation-goal-rat img {
  display: block;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.madrat-actions {
  width: 80%;
  height: 0;
  padding-bottom: 30%;
  margin: 5% auto;
  position: relative;
}

.madrat-actions-image {
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 100;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
}

.madrat-actions-movie {
  position: absolute;
  width: 60%;
  top: 10%;
  right: 10%;
}

.catch-gamerule01 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 75%;
  right: -13%;
  bottom: -6%;
}

.catch-gamerule02 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 75%;
  left: -13%;
  top: -13%;
}

.catch-rewind01 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 50%;
  top: -8%;
  left: -13%;
}

.catch-rewind02 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 60%;
  right: -13%;
  bottom: -6%;
}

.catch-gamemode01 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 50%;
  left: -13%;
  top: -13%;
}

.catch-gamemode02 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 75%;
  left: -13%;
  top: -14%;
}

.catch-gamemode03 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 72%;
  left: -13%;
  top: -17%;
}

.catch-dream01 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 72%;
  left: -13%;
  top: -10%;
}

.catch-dream02 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 50%;
  right: -13%;
  bottom: -6%;
}

.catch-accident {
  display: block;
  max-height: 40%;
  position: absolute;
  top: -14%;
  left: -7%;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
}

.catch-boss1 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 40%;
  left: -13%;
  top: -13%;
}

.catch-boss3 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 40%;
  left: -13%;
  top: -13%;
}

.illust-boss1 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 80%;
  left: -33%;
  top: 23%;
}

.illust-boss2 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 90%;
  right: -33%;
  top: 23%;
}

.illust-boss3 {
  position: absolute;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  z-index: 30;
  width: 70%;
  right: -28%;
  top: 23%;
}

.img-gamerule-nightmare01 {
  display: block;
  max-width: 35%;
  position: absolute;
  z-index: 10;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  top: 4%;
  left: -17%;
}

.img-gamerule-nightmare02 {
  display: block;
  max-width: 35%;
  position: absolute;
  z-index: 10;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  top: -14%;
  right: -10%;
}

.img-gamerule-nightmare03 {
  display: block;
  max-width: 35%;
  position: absolute;
  z-index: 10;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  bottom: -17%;
  right: 5%;
}

/* Gallery --------------------------*/
.gallery-section {
  width: 100%;
  position: relative;
}

.gallery-section__title {
  width: 100%;
  height: 0;
  padding-bottom: 5%;
  margin: 0 0 2%;
  position: relative;
}

.gallery-section__title img {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.gallery-section + .gallery-section {
  margin-top: 5%;
}

.gallery-movie-list {
  width: 100%;
  position: relative;
}

.gallery-movie-list__item + .gallery-movie-list__item {
  margin-top: 5%;
}

/* MUSIC --------------------------*/
.btn_addmusic {
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
  text-align: center;
  position: relative;
}

.btn_addmusic:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.creator-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

.creator-list__item {
  width: 23.5%;
  height: 0;
  padding-bottom: 23.5%;
  position: relative;
}

.creator-list__item:nth-of-type(n+2) {
  margin-left: 2%;
}

.creator-list__item:nth-of-type(5n) {
  margin-left: 0;
}

.creator-list__item:nth-of-type(n+5) {
  margin-top: 2%;
}

.creator-icon {
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  border: 4px solid white;
  border-radius: 1000px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.creator-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.creator-icon:hover img {
  opacity: 0.7;
}

.description + .creator-list {
  margin-top: 5%;
}

[id^="creator-details-"] {
  display: block;
  background: #505857;
  width: 100%;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5%;
  -webkit-transition: opacity 0.5s linear 0.3s;
  transition: opacity 0.5s linear 0.3s;
  position: relative;
}

.creator-details__name {
  background: #ffa71c;
  width: 100%;
  text-align: center;
  color: black;
  font-size: 1.2em;
  border-radius: 5px;
}

.creator-details__image {
  display: block;
  max-width: 400px;
  margin: 3% auto 0;
  border-radius: 1000px;
}

.creator-details__text {
  color: white;
  margin-top: 1%;
  font-size: 0.8em;
  font-family: '游ゴシック', sans-serif;
  font-weight: bold;
}

.creator-details__text-caption {
  background: #ffa71c;
  width: 100%;
  color: black;
  border-radius: 5px;
  font-size: 1.3em;
  text-align: center;
}

.creator-details__text b {
  display: inline-block;
  color: #50f61c;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
}

.creator-details__comment {
  color: white;
  margin-top: 3%;
  font-size: 0.8em;
  font-family: '游ゴシック', 'メイリオ', sans-serif;
  font-weight: bold;
}

.creator-details__comment-caption {
  background: #ffa71c;
  width: 100%;
  color: black;
  border-radius: 5px;
  font-size: 1.3em;
  text-align: center;
}

.creator-details__comment b {
  display: inline-block;
  color: #50f61c;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
}

.creator-details__link {
  background: transparent;
  display: block;
  width: 40%;
  padding: 2%;
  text-align: center;
  color: white;
  border: 1px solid white;
  margin: 5% auto 0;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  background: rgba(255, 255, 255, 0.3);
}

.creator-details a:link {
  color: white;
}

.creator-details__link:hover {
  background: rgba(255, 255, 255, 0.5);
}

.sample-music {
  width: 70%;
  margin: 3% auto 0;
  position: relative;
}

.sample-music__text {
  height: 60%;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sample-music__base {
  vertical-align: bottom;
  width: 100%;
}

.bgm-play-button-sample-music {
  width: 8.99159%;
  height: 54.32099%;
  top: 25%;
  right: 20%;
}

/* SPEC --------------------------*/
.spec-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.spec-info__item {
  position: relative;
}

.spec-info__item img {
  width: 100%;
  vertical-align: bottom;
}

.spec-info__item:nth-of-type(1) {
  margin-right: 3%;
  width: 50%;
}

.spec-info__item:nth-of-type(2) {
  width: 50%;
}

.spec-text {
  display: block;
  margin: 5% auto 5%;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
}

.spec-order-wrapper {
  width: 70%;
  margin: 0 auto;
}

.order-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order-buttons__item {
  min-width: 48%;
  height: 0;
  padding-bottom: 15%;
  position: relative;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

.order-buttons__item-big {
  min-width: 100%;
  height: 0;
  padding-bottom: 15%;
  position: relative;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

.order-buttons__item:nth-of-type(n+3), .order-buttons__item-big:nth-of-type(n+3) {
  margin-top: 3%;
}

[class^="order-button-"] {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 0 0 #151515;
          box-shadow: 5px 5px 0 0 #151515;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[class^="order-button-"] img {
  height: 26%;
  vertical-align: bottom;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[class^="order-button-"]:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.order-button-ps4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0d98e9), color-stop(39%, #0d98e9), color-stop(40%, #0085d0), to(#0085d0));
  background: linear-gradient(to bottom, #0d98e9 0%, #0d98e9 39%, #0085d0 40%, #0085d0 100%);
}

.order-button-switch {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3628), color-stop(39%, #ff3628), color-stop(40%, #e62013), to(#e62013));
  background: linear-gradient(to bottom, #ff3628 0%, #ff3628 39%, #e62013 40%, #e62013 100%);
}

.order-button-store {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb640), color-stop(39%, #ffb640), color-stop(40%, #ffa71c), to(#ffa71c));
  background: linear-gradient(to bottom, #ffb640 0%, #ffb640 39%, #ffa71c 40%, #ffa71c 100%);
}

.now-printing {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.limited-image {
  background: white;
  width: 70%;
  height: 0;
  padding-bottom: 40%;
  border-radius: 5px;
  margin: 5% auto;
  position: relative;
}

.limited-image img:not([class^="now-printing"]) {
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.benefits-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 5%;
}

.benefits-list__item {
  width: 48%;
  position: relative;
}

.benefits-list__item:nth-of-type(n+3) {
  margin-top: 4%;
}

.benefit {
  background: #505857;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4%;
  position: relative;
}

.benefit__name {
  background-color: #ffa71c;
  width: 100%;
  color: black;
  text-align: center;
  font-size: 1.1em;
  border-radius: 5px;
}

.benefit__goods-name {
  color: white;
  text-align: center;
  margin-top: 3%;
  font-size: 1em;
}

.benefit__goods-image {
  display: block;
  background: white;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-top: 3%;
  position: relative;
  border-radius: 5px;
}

.benefit__goods-image img:not([class^="now-printing"]) {
  max-height: 93%;
  max-width: 93%;
  vertical-align: bottom;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.benefit__goods-image:hover img {
  opacity: 0.7;
}

.benefit__order-wrapper {
  width: 100%;
  margin: 5% auto 0;
}
