@charset "UTF-8";
.iw-game-container {
  position: relative;
  margin: auto;
  margin-top: 220px;
  overflow: hidden;
  max-width: 480px;
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

@media (min-width: 480px) {
  .iw-game-container {
    border-radius: 10px;
  }
}
.iw-game-container-base {
  width: 100%;
  height: auto;
  display: block;
}

.iw-game-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iw-game-main a {
  cursor: pointer;
}

.iw-loading {
  background-image: url({{ file_root_path }}/images/iw/shop/pages/cp/26/10/common/loading_bg.png);
  background-repeat: repeat;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: 0.5s;
  background-color: #FCF9F2;
}
.iw-loading .iw-loading-anime {
  width: 110px;
  height: 110px;
}
@keyframes obake {
  0% {
    fill: #000;
  }
  50% {
    fill: #683503;
  }
}
.iw-loading .iw-loading-anime .obake {
  animation: obake 0.5s steps(1, end) infinite;
}
@keyframes dotted-1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
.iw-loading .iw-loading-anime .dotted-1 {
  opacity: 0;
  animation: dotted-1 1s steps(1, end) infinite;
}
@keyframes dotted-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.iw-loading .iw-loading-anime .dotted-2 {
  opacity: 0;
  animation: dotted-2 1s steps(1, end) infinite;
}
@keyframes dotted-3 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
.iw-loading .iw-loading-anime .dotted-3 {
  opacity: 0;
  animation: dotted-3 1s steps(1, end) infinite;
}
.iw-loading > div {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 1em;
}
.iw-loading.iw-active {
  opacity: 1;
}

.iw-button {
  position: relative;
  display: block;
}
.iw-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iw-slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
}
.iw-slider-nav .iw-slider-button {
  display: block;
  box-sizing: border-box;
  padding: 5px;
}
.iw-slider-nav .iw-slider-button img {
  width: 100%;
  height: auto;
}

.uk-dotnav > * > * {
  position: relative;
  box-sizing: border-box;
  border: 3px solid #FF4305;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  opacity: 0.6;
}
.uk-dotnav > * > *:before {
  color: #FF4305;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  display: block;
  text-align: center;
  padding: 0;
  text-indent: 0;
  line-height: 1;
}
.uk-dotnav > *:nth-child(1) > *:before {
  content: "1";
}
.uk-dotnav > *:nth-child(2) > *:before {
  content: "2";
}
.uk-dotnav > *:nth-child(3) > *:before {
  content: "3";
}
.uk-dotnav > *:nth-child(4) > *:before {
  content: "4";
}
.uk-dotnav > *:nth-child(5) > *:before {
  content: "5";
}
.uk-dotnav > *:nth-child(6) > *:before {
  content: "6";
}
.uk-dotnav > *:nth-child(7) > *:before {
  content: "7";
}
.uk-dotnav > *:nth-child(8) > *:before {
  content: "8";
}
.uk-dotnav > *:nth-child(9) > *:before {
  content: "9";
}
.uk-dotnav > *:nth-child(10) > *:before {
  content: "10";
}
.uk-dotnav > *.uk-active > * {
  opacity: 1;
  background-color: #FF4305;
}
.uk-dotnav > *.uk-active > *:before {
  color: #fff;
}

/**
 * トップシーン
 */
.iw-scene-top .iw-scene-top-title {
  width: 100%;
}
.iw-scene-top .iw-scene-top-title img {
  width: 100%;
  height: auto;
}
.iw-scene-top .iw-scene-top-nav {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}
.iw-scene-top .iw-scene-top-nav a {
  display: block;
  width: 100%;
}
.iw-scene-top .iw-scene-top-nav img {
  width: 100%;
  height: auto;
}
.iw-scene-top .iw-complete-coupon-num {
  bottom: 22%;
  left: 30%;
  z-index: 800;
}
.iw-scene-top .iw-complete-coupon-num input {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .iw-scene-top .iw-complete-coupon-num input {
    font-size: 4.5vw;
  }
}
.iw-scene-top .iw-complete-coupon-num input:focus {
  outline: 0;
}
.iw-scene-top .iw-complete-coupon-btn {
  bottom: 7%;
  left: 6%;
  z-index: 800;
}
.iw-scene-top .iw-complete-coupon-btn button {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.iw-scene-top .iw-complete-coupon-btn button:focus {
  outline: 0;
}
.iw-scene-top .iw-complete-coupon-btn button img {
  display: block;
}

/**
 * ゲームタイトルシーン
 */
.iw-scene-game-title .iw-scene-game-title-title img {
  width: 100%;
  height: auto;
}
.iw-scene-game-title .iw-scene-game-title-nav {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
}
.iw-scene-game-title .iw-scene-game-title-nav img {
  width: 100%;
}

@keyframes animeJump {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1);
  }
}
@keyframes animeJump2 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.2);
  }
  50% {
    opacity: 1;
    transform: scale(0.9);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/**
 * ゲームクリア
 */
.iw-scene-game-clear .iw-scene-game-clear-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iw-scene-game-clear .iw-scene-game-clear-title img {
  width: 100%;
  height: auto;
}
.iw-scene-game-clear .iw-scene-game-clear-back-normal-txt {
  z-index: 1000;
}
.iw-scene-game-clear .iw-complete-coupon-num {
  bottom: 18%;
  left: 12%;
  z-index: 800;
}
.iw-scene-game-clear .iw-complete-coupon-num input {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .iw-scene-game-clear .iw-complete-coupon-num input {
    font-size: 4.5vw;
  }
}
.iw-scene-game-clear .iw-complete-coupon-num input:focus {
  outline: 0;
}
.iw-scene-game-clear .iw-complete-coupon-btn {
  bottom: 7%;
  right: 3%;
  z-index: 800;
}
.iw-scene-game-clear .iw-complete-coupon-btn button {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.iw-scene-game-clear .iw-complete-coupon-btn button:focus {
  outline: 0;
}
.iw-scene-game-clear .iw-complete-coupon-btn button img {
  display: block;
}
.iw-scene-game-clear .iw-scene-game-clear-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iw-scene-game-clear .iw-scene-game-clear-back img {
  width: 100%;
  height: auto;
}
.iw-scene-game-clear .iw-scene-game-clear-img img {
  width: 1.2em;
  margin-right: 0.2em;
}
.iw-scene-game-clear .iw-scene-game-clear-counter-wrap {
  background-color: #fff;
  position: absolute;
  color: #000;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 6em;
  border-radius: 1em;
  line-height: 1;
  font-size: 2em;
  opacity: 0;
  z-index: 800;
}
.iw-scene-game-clear .iw-scene-game-clear-counter-wrap.iw-active {
  animation: animeJump2 1s 1.5s 1;
  animation-fill-mode: forwards;
}
.iw-scene-game-clear .iw-scene-game-clear-counter-wrap .iw-scene-game-clear-counter {
  font-size: 1.5em;
}
.iw-scene-game-clear .iw-scene-game-clear-counter-wrap .iw-scene-game-clear-total {
  font-size: 0.8em;
}
.iw-scene-game-clear .iw-scene-game-clear-nav {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
}
.iw-scene-game-clear .iw-scene-game-clear-nav img {
  width: 100%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 15%;
  width: 90%;
  z-index: 500;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets.iw-active {
  animation: animeJump 1s 1s 1;
  animation-fill-mode: forwards;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-base canvas {
  width: 100%;
  height: auto;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets {
  position: absolute;
  width: 20%;
  left: 0;
  bottom: 80%;
  transition: 0.6s;
  transform: translateY(-500px);
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-active {
  transform: translateY(0);
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets > img {
  position: absolute;
  left: -50%;
  bottom: 0;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-1 {
  left: 50%;
  bottom: 40%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-2 {
  left: 35%;
  bottom: 38%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-3 {
  left: 70%;
  bottom: 34%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-4 {
  left: 80%;
  bottom: 30%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-5 {
  left: 20%;
  bottom: 32%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-6 {
  left: 85%;
  bottom: 20%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-7 {
  left: 15%;
  bottom: 20%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-8 {
  left: 45%;
  bottom: 25%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-9 {
  left: 30%;
  bottom: 20%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-10 {
  left: 60%;
  bottom: 26%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-11 {
  left: 45%;
  bottom: 15%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-12 {
  left: 20%;
  bottom: 10%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-13 {
  left: 68%;
  bottom: 17%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-14 {
  left: 35%;
  bottom: 2%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-15 {
  left: 75%;
  bottom: 6%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-16 {
  left: 55%;
  bottom: 4%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-17 {
  left: 25%;
  bottom: 40%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-18 {
  left: 75%;
  bottom: 43%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-19 {
  left: 39%;
  bottom: 45%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-20 {
  left: 48%;
  bottom: 49%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-21 {
  left: 58%;
  bottom: 40%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-22 {
  left: 72%;
  bottom: 32%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-23 {
  left: 59%;
  bottom: 25%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-24 {
  left: 25%;
  bottom: 32%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-25 {
  left: 43%;
  bottom: 29%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-26 {
  left: 22%;
  bottom: 20%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-27 {
  left: 32%;
  bottom: 16%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-28 {
  left: 44%;
  bottom: 12%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-29 {
  left: 64%;
  bottom: 10%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-30 {
  left: 81%;
  bottom: 22%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-31 {
  left: 31%;
  bottom: 50%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-32 {
  left: 44%;
  bottom: 52%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-33 {
  left: 64%;
  bottom: 48%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-34 {
  left: 51%;
  bottom: 37%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-35 {
  left: 68%;
  bottom: 32%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-36 {
  left: 25%;
  bottom: 33%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-37 {
  left: 72%;
  bottom: 18%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-38 {
  left: 57%;
  bottom: 22%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-39 {
  left: 43%;
  bottom: 29%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-40 {
  left: 27%;
  bottom: 22%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-41 {
  left: 42%;
  bottom: 16%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-42 {
  left: 67%;
  bottom: 52%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-43 {
  left: 50%;
  bottom: 58%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-44 {
  left: 35%;
  bottom: 59%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-45 {
  left: 42%;
  bottom: 53%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-46 {
  left: 35%;
  bottom: 41%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-47 {
  left: 52%;
  bottom: 43%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-48 {
  left: 65%;
  bottom: 39%;
}
.iw-scene-game-clear .iw-scene-game-clear-sweets .iw-sweets.iw-sweets-49 {
  left: 45%;
  bottom: 42%;
}

/**
 * ゲームシーン
 */
@keyframes questbarLast {
  0% {
    transform: translate(0%, -1px);
  }
  100% {
    transform: translate(0%, 1px);
  }
}
.iw-scene-game {
  /**
   * ゲームクリア
   */
}
.iw-scene-game .iw-quest-title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: url({{ file_root_path }}/images/iw/shop/pages/cp/26/10/common/game_title_back_2.png) rgba(0, 0, 0, 0.7);
  background-size: 10% auto;
  transition: 1s ease 2s;
  opacity: 0;
}
.iw-scene-game .iw-quest-title-wrap:before, .iw-scene-game .iw-quest-title-wrap:after {
  position: absolute;
  content: "";
  left: 0;
  background: url({{ file_root_path }}/images/iw/shop/pages/cp/26/10/common/game_title_back_1.png);
  background-size: cover;
  width: 100%;
  height: 50%;
  background-size: 100% auto;
}
.iw-scene-game .iw-quest-title-wrap:before {
  top: 0;
}
.iw-scene-game .iw-quest-title-wrap:after {
  bottom: 0;
  background-position-y: 100%;
}
.iw-scene-game .iw-quest-title-wrap.iw-active {
  opacity: 1;
}
.iw-scene-game .iw-quest-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  transition: 0.5s;
  background-color: #000;
  /*
  &.iw-active{
    top: 0;
  }

   */
}
.iw-scene-game .iw-quest-header img {
  width: 100%;
  height: auto;
}
.iw-scene-game .iw-quest-header-charas > div {
  width: 13%;
}
.iw-scene-game .iw-quest-header-chara {
  position: relative;
  margin: auto;
  width: 80%;
  border: 2px solid #FFE100;
  background-color: #FFE100;
}
.iw-scene-game .iw-quest-header-chara.iw-get {
  border: 2px solid #a99500;
  background-color: #a99500;
}
.iw-scene-game .iw-quest-header-chara.iw-get img {
  opacity: 0.5;
}
.iw-scene-game .iw-quest-header-chara.iw-get:after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  content: "";
  background-image: url({{ file_root_path }}/images/iw/shop/pages/cp/26/10/common/get.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 20px;
  left: -5%;
  height: 1em;
  text-shadow: 0 0 2px #fff;
}
@media screen and (min-width: 360px) {
  .iw-scene-game .iw-quest-header-chara.iw-get:after {
    left: 10%;
  }
}
.iw-scene-game .iw-quest-header-timer-bar {
  position: relative;
  bottom: -5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.4);
}
.iw-scene-game .iw-quest-header-timer-bar-view {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #9cff00;
  transition: 0.1s;
}
.iw-scene-game .iw-quest-header-timer-bar-view[iw-bar="1"] {
  background-color: #ff8400;
}
.iw-scene-game .iw-quest-header-timer-bar-view[iw-bar="2"] {
  background-color: #ff0000;
  animation: questbarLast 0.1s alternate infinite;
}
.iw-scene-game .iw-quest-header-timer-bar-number {
  position: absolute;
  left: 5px;
  top: -0.45em;
  color: #fff;
  background-color: #9cff00;
  border-radius: 1em;
  width: 3.6em;
  text-align: center;
  line-height: 1.2;
}
.iw-scene-game .iw-quest-header-timer-bar-number[iw-bar="1"] {
  background-color: #ff8400;
}
.iw-scene-game .iw-quest-header-timer-bar-number[iw-bar="2"] {
  background-color: #ff0000;
  animation: questbarLast 0.1s alternate infinite;
}
.iw-scene-game .iw-quest-title {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.iw-scene-game .iw-quest-title img {
  width: 100%;
}
.iw-scene-game .iw-quest-countdown {
  position: absolute;
  margin: auto;
  bottom: 10%;
  left: 0;
  right: 0;
  width: 60%;
  z-index: 10;
}
.iw-scene-game .iw-quest-countdown img {
  width: 100%;
}
.iw-scene-game .iw-quest-countdown .iw-count {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: rotateY(90deg) scale(0.5);
  transition: 0.3s ease-in-out;
}
.iw-scene-game .iw-quest-countdown[iw-count="5"] .iw-count-3 {
  transform: rotateY(0) scale(1);
}
.iw-scene-game .iw-quest-countdown[iw-count="4"] .iw-count-3 {
  transform: rotateY(-90deg);
  opacity: 0;
}
.iw-scene-game .iw-quest-countdown[iw-count="3"] .iw-count-3 {
  transition: none;
}
.iw-scene-game .iw-quest-countdown[iw-count="3"] .iw-count-2 {
  transform: rotateY(0) scale(1);
}
.iw-scene-game .iw-quest-countdown[iw-count="2"] .iw-count-2 {
  transform: rotateY(-90deg);
  opacity: 0;
}
.iw-scene-game .iw-quest-countdown[iw-count="1"] .iw-count-2 {
  transition: none;
}
.iw-scene-game .iw-quest-countdown[iw-count="1"] .iw-count-1 {
  transform: rotateY(0) scale(1);
}
.iw-scene-game .iw-quest-countdown[iw-count="0"] .iw-count-1 {
  transform: rotateY(-90deg);
  opacity: 0;
}
.iw-scene-game .iw-quest-countdown[iw-count="0"] + .iw-quest-start {
  opacity: 1;
  transform: scale(1.1);
}
.iw-scene-game .iw-quest-start {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  transform: scale(0.6);
  transition: 1.5s ease 1s;
}
.iw-scene-game .iw-quest-start img {
  position: absolute;
  margin: auto;
  width: 100%;
  top: 0;
  bottom: 0;
  height: auto;
}
.iw-scene-game .iw-quest-slider canvas {
  width: 100%;
  height: auto;
}
.iw-scene-game .iw-quest-slider-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iw-scene-game .iw-quest-slider-item {
  /*
  box-shadow: 0 0 1px 1px #c00 inset;
  background-color:rgba(255,0,0,0.3);

   */
}
.iw-scene-game .iw-quest-main-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: auto 100%;
  transition: 0.5s;
}
.iw-scene-game .iw-quest-main-img .iw-marker {
  position: absolute;
  opacity: 0;
  border-radius: 100%;
  border: 6px solid #9cff00;
  box-shadow: 0 0 0 4px #fff, 0 0 0 4px #fff inset;
  transition: 0.3s;
  transform: scale(0.8);
}
.iw-scene-game .iw-quest-main-img .iw-marker.iw-active {
  opacity: 1;
  transform: scale(1);
}
.iw-scene-game .iw-quest-get-chara-wrap {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.iw-scene-game .iw-quest-get-chara-wrap.iw-active .iw-quest-get-chara {
  opacity: 1;
  transform: translateY(0);
}
.iw-scene-game .iw-quest-get-chara {
  position: absolute;
  display: inline-block;
  margin: auto;
  top: 30%;
  left: 0;
  right: 0;
  width: 50%;
  line-height: 0;
  background-color: #efc100;
  border-radius: 100%;
  opacity: 0;
  transform: translateY(100px);
  background-size: cover;
  transition: 0.5s;
}
.iw-scene-game .iw-quest-get-chara canvas {
  width: 100%;
  height: auto;
}
.iw-scene-game .iw-quest-gameover {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.iw-scene-game .iw-quest-gameover img {
  width: 100%;
}
.iw-scene-game .iw-quest-gameover.iw-active {
  left: 0;
}
.iw-scene-game .iw-quest-gameover.iw-active .iw-quest-gameover-img {
  opacity: 1;
  transform: translateY(0);
}
.iw-scene-game .iw-quest-gameover.iw-active .iw-quest-gameover-nav {
  opacity: 1;
  transform: translateY(0);
}
.iw-scene-game .iw-quest-gameover-img {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s ease 0.2s;
}
.iw-scene-game .iw-quest-gameover-nav {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease 1s;
  transform: translateY(30px);
  text-align: center;
}
.iw-scene-game .iw-quest-gameover-nav a {
  display: block;
  width: 100%;
}
.iw-scene-game .iw-quest-gameover-nav img {
  width: 100%;
  height: auto;
}
.iw-scene-game .iw-quest-gameclear {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.iw-scene-game .iw-quest-gameclear img {
  width: 100%;
}
.iw-scene-game .iw-quest-gameclear.iw-active {
  left: 0;
}
.iw-scene-game .iw-quest-gameclear.iw-active .iw-quest-gameclear-img,
.iw-scene-game .iw-quest-gameclear.iw-active .iw-quest-gameclear-stars,
.iw-scene-game .iw-quest-gameclear.iw-active .iw-quest-gameclear-nav {
  opacity: 1;
  transform: translateY(0);
}
.iw-scene-game .iw-quest-gameclear-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.iw-scene-game .iw-quest-gameclear-stars > div {
  position: relative;
}
.iw-scene-game .iw-quest-gameclear-stars[iw-stars="1"] .iw-quest-gameclear-star-1 {
  transition: 0.5s ease 1s;
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.iw-scene-game .iw-quest-gameclear-stars[iw-stars="2"] .iw-quest-gameclear-star-1 {
  transition: 0.5s ease 1s;
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.iw-scene-game .iw-quest-gameclear-stars[iw-stars="2"] .iw-quest-gameclear-star-2 {
  transition: 0.5s ease 1.3s;
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.iw-scene-game .iw-quest-gameclear-stars[iw-stars="3"] .iw-quest-gameclear-star-1 {
  transition: 0.5s ease 1s;
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.iw-scene-game .iw-quest-gameclear-stars[iw-stars="3"] .iw-quest-gameclear-star-2 {
  transition: 0.5s ease 1.3s;
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.iw-scene-game .iw-quest-gameclear-stars[iw-stars="3"] .iw-quest-gameclear-star-3 {
  transition: 0.5s ease 1.6s;
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.iw-scene-game .iw-quest-gameclear-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  opacity: 0;
}
.iw-scene-game .iw-quest-gameclear-star canvas {
  width: 100%;
  height: auto;
}
.iw-scene-game .iw-quest-gameclear-star img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.iw-scene-game .iw-quest-gameclear-star.iw-quest-gameclear-star-1 {
  transform: translateY(-100px) translateX(-70px);
}
.iw-scene-game .iw-quest-gameclear-star.iw-quest-gameclear-star-2 {
  transform: translateY(-100px);
}
.iw-scene-game .iw-quest-gameclear-star.iw-quest-gameclear-star-3 {
  transform: translateY(-100px) translateX(70px);
}
.iw-scene-game .iw-quest-gameclear-img,
.iw-scene-game .iw-quest-gameclear-stars {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s ease 0.2s;
}
.iw-scene-game .iw-quest-gameclear-nav {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease 1s;
  transform: translateY(30px);
  text-align: center;
}
.iw-scene-game .iw-quest-gameclear-nav a {
  display: block;
  width: 100%;
}
.iw-scene-game .iw-quest-gameclear-nav img {
  width: 100%;
  height: auto;
}

/**
 * マップシーン
 */
.iw-scene-map {
  /*
  .iw-map-button{

  }





  //マップナビ
  .iw-scene-map-stages{
    position: relative;

    a{
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
    }
  }

  //シーンナビ
  .iw-scene-map-nav{
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
  }

   */
}
.iw-scene-map .iw-scene-map-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.iw-scene-map .iw-scene-map-title img {
  width: 100%;
  height: auto;
}
.iw-scene-map .iw-map-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iw-scene-map .iw-map-slider-buttons {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
}
.iw-scene-map .iw-map-stars {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -5%;
  width: 80%;
}
.iw-scene-map .iw-map-stars .iw-map-star {
  display: none;
}
.iw-scene-map .iw-map-stars .iw-map-star > div {
  margin: auto;
  width: 100%;
  border-radius: 100%;
  box-sizing: border-box;
  line-height: 0;
}
.iw-scene-map .iw-map-stars .iw-map-star img,
.iw-scene-map .iw-map-stars .iw-map-star canvas {
  width: 100%;
  height: auto;
}
.iw-scene-map .iw-map-stars[iw-star="3"] .iw-map-star {
  display: block;
}
.iw-scene-map .iw-map-stars[iw-star="2"] .iw-map-star-1 {
  display: block;
}
.iw-scene-map .iw-map-stars[iw-star="2"] .iw-map-star-2 {
  display: block;
}
.iw-scene-map .iw-map-stars[iw-star="1"] .iw-map-star-1 {
  display: block;
}
.iw-scene-map .iw-map-start-button {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -60%;
  opacity: 0;
  transform: scale(1.4) translateY(-1em);
  transition: 0.3s;
}
.iw-scene-map .iw-map-start-button img {
  width: 100%;
}
.iw-scene-map .iw-complete-title {
  position: relative;
  z-index: 100;
}
.iw-scene-map .iw-complete-coupon-num {
  bottom: 22%;
  left: 11%;
  z-index: 800;
}
.iw-scene-map .iw-complete-coupon-num input {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .iw-scene-map .iw-complete-coupon-num input {
    font-size: 5vw;
  }
}
.iw-scene-map .iw-complete-coupon-num input:focus {
  outline: 0;
}
.iw-scene-map .iw-complete-coupon-btn {
  bottom: 10%;
  right: 3%;
  z-index: 800;
}
.iw-scene-map .iw-complete-coupon-btn button {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.iw-scene-map .iw-complete-coupon-btn button:focus {
  outline: 0;
}
.iw-scene-map .iw-complete-coupon-btn button img {
  display: block;
}
.iw-scene-map .iw-map-link {
  position: absolute;
  margin: auto;
  width: 80%;
  top: 10%;
  left: 0;
  box-sizing: border-box;
}
.iw-scene-map .iw-map-link:before {
  position: absolute;
  content: "";
  top: 46%;
  left: 50%;
  width: 120%;
  height: 8%;
  background-color: #000;
  transform: rotateZ(30deg);
  transform-origin: left;
}
.iw-scene-map .iw-map-slider-buttons .iw-button {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 180%;
  display: none;
}
.iw-scene-map .iw-map-img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.iw-scene-map .iw-map-img .iw-map-img-view {
  position: relative;
  border-radius: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  border: 10px solid #000;
  box-sizing: border-box;
}
.iw-scene-map .iw-map-img .iw-map-img-view img {
  width: 100%;
  height: auto;
  opacity: 0.3;
}
.iw-scene-map .iw-map-number {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffdd00;
  width: 1.6em;
  height: 1.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-radius: 100%;
  background-color: #000;
  text-align: center;
  letter-spacing: -0.1em;
  transition: 0.3s ease 0.1s;
}
.iw-scene-map .iw-map-number div {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1em;
  line-height: 1;
  opacity: 0.4;
}
.iw-scene-map .iw-map-button:nth-of-type(2n) .iw-map-link {
  top: 40%;
}
.iw-scene-map .iw-map-button:nth-of-type(2n) .iw-map-link:before {
  transform: rotateZ(10deg);
}
.iw-scene-map .iw-map-button:nth-of-type(3n) .iw-map-link {
  top: 50%;
}
.iw-scene-map .iw-map-button:nth-of-type(3n) .iw-map-link:before {
  transform: rotateZ(-10deg);
}
.iw-scene-map .iw-map-button:nth-of-type(4n) .iw-map-link:before {
  transform: rotateZ(-30deg);
}
.iw-scene-map .iw-map-button:nth-of-type(5n) .iw-map-link:before {
  transform: rotateZ(-10deg);
}
.iw-scene-map .iw-map-button:nth-of-type(6n) .iw-map-link {
  top: 0;
}
.iw-scene-map .iw-map-button:nth-of-type(6n) .iw-map-link:before {
  transform: rotateZ(10deg);
}
.iw-scene-map .iw-map-button:nth-of-type(8n) .iw-map-link:before {
  transform: rotateZ(10deg);
}
.iw-scene-map .iw-map-button:nth-of-type(10n) .iw-map-link:before {
  transform: rotateZ(-30deg);
}
.iw-scene-map .iw-map-button:nth-of-type(11n) .iw-map-link:before {
  transform: rotateZ(-10deg);
}
.iw-scene-map .iw-map-button:last-child .iw-map-link:before {
  display: none;
}
.iw-scene-map .iw-map-button[iw-active="1"] .iw-map-number > div {
  opacity: 1;
}
.iw-scene-map .iw-map-button[iw-active="1"] .iw-map-img img {
  opacity: 1;
}
.iw-scene-map .iw-map-button[iw-index="1"] {
  /*
  .iw-map-star{
    transform: scale(1.4) translateY(0);
  }

   */
}
.iw-scene-map .iw-map-button[iw-index="1"][iw-active="1"] .iw-button {
  display: block;
}
.iw-scene-map .iw-map-button[iw-index="1"][iw-active="1"] .iw-map-start-button {
  transition: 0.5s ease 0.3s;
  opacity: 1;
  transform: scale(1.4) translateY(0);
}
.iw-scene-map .iw-map-button[iw-index="1"] .iw-map-img {
  transform: scale(1.4);
}
.iw-scene-map .iw-map-button[iw-index="1"] .iw-map-number {
  top: -0.8em;
  left: -0.8em;
  font-size: 2.2em;
}
.iw-scene-map .iw-scene-map-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.iw-scene-map .iw-scene-map-background img {
  max-width: none;
  width: auto;
  height: 100%;
}
.iw-scene-map .iw-slider-nav {
  background-color: transparent;
}