@charset "UTF-8";
/* ----------------------------------------------------------------------------------------

	reset

---------------------------------------------------------------------------------------- */
/* --------------------------------------------------
 Normailze styles
 Adapted from Normalize.css http://github.com/necolas/
--------------------------------------------------- */
article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

html.no-cssanimations audio, html.no-cssanimations canvas, html.no-cssanimations video {
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:hover, a:active {
  outline: 0; }

pre, code, kbd, samp {
  font-family: monospace, serif; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  /*max-width: 100%;*/
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit; }

caption, th, td {
  text-align: left; }

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

html.no-postmessage button, html.no-postmessage input {
  overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button {
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

::-webkit-input-placeholder {
  color: #999;
  opacity: 1; }

*::-moz-placeholder {
  color: #999;
  opacity: 1; }

:placeholder-shown {
  color: #999;
  opacity: 1; }

/* Resetting default margin and padding
-------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote, form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2; }

ul {
  list-style: none;
  list-style-image: none; }

em {
  font-style: normal; }

small {
  font-size: 100%; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

fieldset {
  border: none; }

input, textarea, select, label {
  font-family: inherit; }

object {
  vertical-align: middle;
  outline: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

hr {
  display: none; }

html.no-postmessage body, html.no-postmessage br {
  letter-spacing: 0; }

html.no-postmessage div {
  zoom: 1; }

* {
  -webkit-tap-highlight-color: transparent; }

　
body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: none; }

a {
  color: #00a2a4;
  text-decoration: underline; }

a:visited {
  color: #00a2a4; }

a:hover {
  color: #00a2a4; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  height: 100%; }

body {
  height: 100%; }

#wrap {
  position: relative;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  height: 100%;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: url(../images/play_bg02.png) 0 0 repeat-y;
  background-size: 100% auto;
  overflow: hidden;
  display: none; }

#start {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  text-align: center;
  background: #f9f1e6 url(../images/start_bg.jpg) 0 0 no-repeat;
  background-size: 100% auto; }
  #start .mv {
    position: relative; }
    #start .mv .material {
      position: absolute;
      left: 0;
      top: 0; }
    #start .mv .choutin {
      animation-duration: 1.3s;
      transition-timing-function: ease-out;
      animation-delay: 0.2s; }
    #start .mv .maku {
      transform-origin: 50% 0;
      animation-duration: 1.3s;
      transition-timing-function: ease-out; }
    #start .mv .wa01 {
      width: 19.7333%;
      left: 10.8%;
      top: 51.5%;
      z-index: 5;
      animation-duration: 1s;
      transition-timing-function: ease-out;
      animation-delay: 0.8s; }
    #start .mv .wa03 {
      width: 23.2%;
      left: 28.9333%;
      top: 23.6666%;
      z-index: 3;
      animation-duration: 1s;
      transition-timing-function: ease-out;
      animation-delay: 0.8s; }
    #start .mv .wa02 {
      width: 18.1333%;
      left: 66.4%;
      top: 48%;
      z-index: 4;
      animation-duration: 1s;
      transition-timing-function: ease-out;
      animation-delay: 1.1s; }
    #start .mv .wa04 {
      width: 24.4%;
      left: 65.3333%;
      top: 60.6666%;
      z-index: 2;
      animation-duration: 1s;
      transition-timing-function: ease-out;
      animation-delay: 0.7s; }
    #start .mv .wa01 img,
    #start .mv .wa03 img {
      animation-duration: 0.3s; }
    #start .mv .wa02 img,
    #start .mv .wa04 img {
      animation-duration: 0.3s; }
    #start .mv .uchiwa01 {
      width: 43.8666%;
      left: 17.3333%;
      top: 29.6666%;
      z-index: 4;
      transform-origin: 90% 100%;
      animation-duration: 0.3s;
      animation-delay: 0.7s; }
    #start .mv .uchiwa02 {
      width: 44%;
      left: 38.6666%;
      top: 29.6666%;
      z-index: 3;
      animation-duration: 0.5s;
      animation-delay: 0.75s; }
    #start .mv .uchiwa01 img,
    #start .mv .uchiwa02 img {
      animation-duration: 0.8s;
      transition-timing-function: ease-in; }
    #start .mv .item03 {
      width: 12.6666%;
      left: 65.7333%;
      top: 74.3333%;
      animation-duration: 0.6s;
      animation-delay: 0.8s; }
    #start .mv .item04 {
      width: 14.5333%;
      left: 75.6%;
      top: 74.3333%;
      animation-duration: 0.6s;
      animation-delay: 0.65s; }
    #start .mv .item02 {
      width: 15.8666%;
      left: 15.4666%;
      top: 76.8333%;
      animation-duration: 0.6s;
      animation-delay: 0.5s; }
    #start .mv .item05 {
      width: 15.6%;
      left: inherit;
      right: 0;
      top: 67.6666%;
      animation-duration: 0.6s;
      animation-delay: 0.35s; }
    #start .mv .item01 {
      width: 20.4%;
      top: 63.5%;
      animation-duration: 0.6s;
      animation-delay: 0.2s; }
  #start h1 {
    width: 70%;
    margin: 0 auto 23px;
    animation-duration: 0.8s;
    animation-delay: 1.3s; }
  #start #btnStart {
    width: 86.6666%;
    margin: 0 auto 3px;
    animation-delay: 0.6s;
    animation-duration: 0.7s; }
  #start .note {
    display: inline-block;
    height: 13px;
    line-height: 13px;
    background: url(../images/start_ico_sound.png) 0 0 no-repeat;
    background-size: 15px auto;
    padding-left: 20px;
    margin-bottom: 40px;
    color: #de0011;
    font-size: 11px; }
  #start .logo {
    text-align: center;
    animation-delay: 1s; }
    #start .logo img {
      width: 26%; }

#howTo,
#howTo02 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  margin: 0 auto;
  padding-top: 64px;
  text-align: center;
  background: rgba(185, 0, 15, 0.85);
  display: none;
  transform: translateZ(-1);
  -webkit-transform: translateZ(-1); }
  #howTo > p,
  #howTo02 > p {
    margin: 0 auto; }
  #howTo .txt01,
  #howTo02 .txt01 {
    width: 74.5333%;
    animation-duration: 1.2s; }
  #howTo .txt02,
  #howTo02 .txt02 {
    width: 76%;
    animation-duration: 1.3s; }
  #howTo .txt03,
  #howTo02 .txt03 {
    width: 76%;
    animation-delay: 0.1s;
    animation-duration: 1.3s; }
  #howTo .txt04,
  #howTo02 .txt04 {
    width: 76%;
    animation-delay: 0.2s;
    animation-duration: 1.3s; }
  #howTo #btnPlay,
  #howTo #btnPlay02,
  #howTo02 #btnPlay,
  #howTo02 #btnPlay02 {
    color: #fff;
    width: 290px;
    height: 55px;
    line-height: 50px;
    border: 3px solid #fff;
    cursor: pointer;
    font-size: 17px;
    border-radius: 80px;
    font-weight: bold;
    animation-delay: 0.4s;
    animation-duration: 0.7s; }

img {
  max-width: 100%; }

#play {
  margin: 0 auto; }
  #play #info {
    background: url(../images/play_bg01.png) 0 0 no-repeat;
    background-size: 100% auto;
    height: 34px; }
    #play #info #time {
      position: absolute;
      left: 10px;
      top: 0;
      font-family: 'Concert One', cursive;
      color: #fff;
      transform-origin: 30% 30%; }
      #play #info #time.pulse p:nth-child(2) {
        background: #ffffff;
        background: -webkit-linear-gradient(top, #ffffff 38%, #ff0000 100%);
        background: linear-gradient(to bottom, #ffffff 38%, #ff0000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      #play #info #time p {
        letter-spacing: 0.05em; }
        #play #info #time p:nth-child(1) {
          text-shadow: 2px 2px 3px #000000; }
        #play #info #time p:nth-child(2) {
          position: absolute;
          left: 0;
          top: 0;
          background: #ffffff;
          background: -webkit-linear-gradient(top, #ffffff 38%, #7bd5ff 100%);
          background: linear-gradient(to bottom, #ffffff 38%, #7bd5ff 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        #play #info #time p span {
          vertical-align: middle; }
          #play #info #time p span:nth-child(1) {
            font-size: 16px;
            margin-top: 6px; }
          #play #info #time p span:nth-child(2) {
            font-size: 26px;
            padding-left: 6px; }
    #play #info .ttl {
      padding-top: 1px;
      margin-left: 42.5%;
      line-height: 0;
      padding-top: 9px; }
      #play #info .ttl img {
        width: 151px; }
  #play #playTtl {
    margin-bottom: 9px; }
  #play #targetArea {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 97.0666%;
    margin: 0 auto 4%; }
    #play #targetArea li {
      position: relative;
      width: 25%; }
      #play #targetArea li .txtGet {
        position: absolute;
        left: 19%;
        bottom: 3%;
        right: 0;
        width: 65%;
        text-align: center;
        z-index: 3;
        animation-duration: 0.8s;
        pointer-events: none; }
        #play #targetArea li .txtGet img {
          animation-delay: 0.85s;
          animation-duration: 0.5s; }
      #play #targetArea li .txtHazure {
        position: absolute;
        left: 33%;
        bottom: 20%;
        right: 0;
        width: 32%;
        text-align: center;
        z-index: 3;
        animation-delay: 0.1s;
        animation-duration: 0.6s;
        pointer-events: none; }
        #play #targetArea li .txtHazure img {
          animation-delay: 0.85s;
          animation-duration: 0.5s; }
      #play #targetArea li .animRing {
        position: absolute;
        left: 5%;
        top: 30%;
        z-index: 1;
        pointer-events: none;
        animation-fill-mode: backwards; }
        #play #targetArea li .animRing img {
          animation-delay: 0.8s;
          animation-duration: 0.3s; }
      #play #targetArea li .item {
        position: relative;
        z-index: 2; }
  #play #cursor {
    position: absolute;
    left: 165px;
    top: 528px;
    width: 46px;
    height: 46px;
    z-index: 15;
    pointer-events: none; }
  #play #btm {
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 3px;
    width: 100%;
    background-color: #fff;
    z-index: 3; }
    #play #btm #umberOfSuccesses {
      margin: 7px 0 4px; }
      #play #btm #umberOfSuccesses ul {
        padding-left: 13px; }
        #play #btm #umberOfSuccesses ul li {
          display: inline-block;
          width: 22px;
          height: 27px;
          vertical-align: bottom;
          margin-right: 4px;
          background: url(../images/ico_umber-of-successes_none.png) 0 0 no-repeat;
          background-size: 22px 27px; }
          #play #btm #umberOfSuccesses ul li.get {
            background: url(../images/ico_umber-of-successes_get.png) 0 0 no-repeat;
            background-size: 22px 27px; }
    #play #btm #moreHowTo {
      width: 141px;
      margin-left: 11px; }
    #play #btm #btnThrow {
      position: absolute;
      right: 8px;
      bottom: 2px;
      text-align: right;
      width: 102px;
      height: 102px;
      background: url(../images/btn_throw_bg02.png) 0 0 no-repeat;
      background-size: 100% 100%;
      cursor: pointer; }
      #play #btm #btnThrow #hand01 {
        z-index: 1; }
      #play #btm #btnThrow #hand02 {
        z-index: 3;
        opacity: 1; }
      #play #btm #btnThrow #hand02-2 {
        z-index: 3;
        opacity: 0; }
      #play #btm #btnThrow .hand {
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all 0.15s ease-out;
        transform-origin: 65% 90%; }
      #play #btm #btnThrow #btnTxt {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 4; }
      #play #btm #btnThrow.shoot .bg img {
        opacity: 0; }
      #play #btm #btnThrow.shoot #hand01 {
        transform: rotate(7deg); }
      #play #btm #btnThrow.shoot #hand02 {
        opacity: 0; }
      #play #btm #btnThrow.shoot #hand02-2 {
        opacity: 1;
        transform: rotate(7deg); }
    #play #btm #ring {
      position: absolute;
      right: 30px;
      bottom: 42px;
      width: 66px;
      height: 51px;
      border-radius: 70px;
      z-index: 2;
      pointer-events: none; }
  #play #miss,
  #play #success,
  #play #success02 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    text-align: center;
    color: #fff; }
  #play #success {
    background: #b9000f;
    background-size: 100% auto; }
    #play #success .visual {
      position: relative; }
      #play #success .visual .choutin,
      #play #success .visual .txt01,
      #play #success .visual .bonodori,
      #play #success .visual .housha {
        position: absolute; }
      #play #success .visual .choutin {
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 5;
        animation-delay: 0.4s; }
      #play #success .visual .txt01 {
        left: 31.7333%;
        top: 26.1417%;
        width: 36.6666%;
        z-index: 4;
        animation-delay: 0.5s;
        animation-duration: 1s; }
      #play #success .visual .bonodori {
        left: 14.4%;
        top: 69.4488%;
        width: 72%;
        /* 72% 271px */
        height: 20.9448%;
        /* 20.9448% 66px */
        z-index: 3; }
        #play #success .visual .bonodori span {
          display: block;
          width: 100%;
          height: 100%;
          background: url(../images/success_img_bonodori.png);
          background-size: 100% auto;
          animation: animation01 1s steps(2) infinite; }
        #play #success .visual .bonodori img {
          animation-delay: 0.3s; }
      #play #success .visual .housha {
        left: 0;
        top: 0;
        width: 100%;
        height: 70.0787%;
        z-index: 1;
        transform-origin: 50% 100%;
        animation-duration: 0.5s;
        animation-delay: 0.2s; }
        #play #success .visual .housha span {
          display: block;
          width: 100%;
          height: 100%;
          background: url(../images/success_housha.png);
          background-size: 100% auto;
          animation: animation01 1s steps(2) infinite; }
      #play #success .visual .taiko {
        position: relative;
        z-index: 2;
        transform-origin: 50% 70%;
        animation-delay: 0.2s; }
    #play #success .btnRetry {
      color: #fff;
      width: 275px;
      height: 55px;
      line-height: 50px;
      border: 3px solid #fff;
      margin: 0 auto 15px;
      cursor: pointer;
      font-size: 17px;
      border-radius: 80px;
      font-weight: bold;
      position: relative;
      z-index: 12;
      animation-duration: 1s; }
      #play #success .btnRetry.btn01 {
        animation-delay: 0.8s; }
      #play #success .btnRetry.btn02 {
        animation-delay: 0.9s; }
    #play #success .backToTop {
      width: 183px;
      margin: 0 auto;
      animation-delay: 1s; }
    #play #success #kamifubuki {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 11;
      pointer-events: none;
      animation-duration: 4s;
      animation-delay: 0.4s; }
  #play #success02 {
    display: none;
    background: #ffea00;
    overflow: hidden; }
    #play #success02 .visual {
      position: relative; }
      #play #success02 .visual .choutin,
      #play #success02 .visual .txt01,
      #play #success02 .visual .txt02,
      #play #success02 .visual .hanabi01,
      #play #success02 .visual .hanabi02,
      #play #success02 .visual .hanabi03,
      #play #success02 .visual .housha {
        position: absolute; }
      #play #success02 .visual .choutin {
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 5;
        animation-delay: 0.4s; }
      #play #success02 .visual .txt01 {
        width: 91.0666%;
        left: 4.4%;
        top: 20.2866%;
        z-index: 2;
        animation-delay: 0.7s; }
      #play #success02 .visual .txt02 {
        width: 78%;
        left: 10.8%;
        top: 75.1929%;
        animation-delay: 0.9s; }
      #play #success02 .visual .housha {
        left: 0;
        top: 0;
        width: 100%;
        height: 47.6295%;
        z-index: 1;
        transform-origin: 50% 100%;
        animation-duration: 0.5s;
        animation-delay: 0.2s; }
        #play #success02 .visual .housha span {
          display: block;
          width: 100%;
          height: 100%;
          background: url(../images/success02_housha.png);
          background-size: 100% auto;
          animation: animation01 1s steps(2) infinite; }
      #play #success02 .visual .taiko {
        position: relative;
        z-index: 2;
        transform-origin: 50% 70%;
        animation-delay: 0.2s; }
      #play #success02 .visual .hanabi01 {
        width: 107px;
        left: 68px;
        top: -49px;
        z-index: 3;
        animation-delay: 1.3s;
        animation-duration: 2.5s; }
      #play #success02 .visual .hanabi02 {
        width: 125px;
        right: 92px;
        top: -46px;
        z-index: 3;
        animation-delay: 2.4s;
        animation-duration: 1.7s; }
      #play #success02 .visual .hanabi03 {
        width: 141px;
        right: -30px;
        top: -26px;
        z-index: 3;
        animation-delay: 1.8s;
        animation-duration: 1.9s; }
    #play #success02 .backToTop {
      width: 183px;
      margin: 0 auto;
      animation-delay: 1.2s; }
    #play #success02 #kamifubuki02 {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 11;
      pointer-events: none;
      animation-duration: 4s;
      animation-delay: 0.4s; }
    #play #success02 .txt03 {
      width: 56.8%;
      margin: -29px auto 21px;
      animation-delay: 1.1s; }
  #play #miss {
    display: none;
    background: rgba(185, 0, 15, 0.85);
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #play #miss .txt {
      margin-bottom: 15px;
      animation-duration: 1s; }
      #play #miss .txt img {
        width: 196px; }
    #play #miss .img {
      margin-bottom: 90px;
      animation-delay: 0.1s;
      animation-duration: 1.6s; }
      #play #miss .img img {
        width: 54px; }
    #play #miss .btnRetry {
      color: #fff;
      width: 275px;
      height: 55px;
      line-height: 50px;
      border: 3px solid #fff;
      margin: 0 auto 15px;
      cursor: pointer;
      font-size: 17px;
      border-radius: 80px;
      font-weight: bold;
      animation-delay: 0.2s;
      animation-duration: 1s; }
    #play #miss .backToTop {
      width: 183px;
      margin: 0 auto;
      animation-delay: 0.4s;
      animation-duration: 1s; }
  #play #success {
    display: none; }

@-webkit-keyframes animation01 {
  to {
    background-position: center 200%; } }
@keyframes animation01 {
  to {
    background-position: center 200%; } }
.android #play #info #time {
  top: -9px; }
  .android #play #info #time p {
    line-height: 1.5; }
    .android #play #info #time p span {
      vertical-align: baseline; }

#caution {
  display: none; }

@media screen and (orientation: landscape) and (max-width: 767px) {
  #wrap {
    pointer-events: none; }

  #caution {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 30;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    background: #b9000f;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em; } }
