﻿    section.count {
      text-align: center;
      padding: 0px 0;
      overflow: hidden;
      position: relative;
    }

    section.count_top {
    	background-color: #F9DB44;
    }

    #title-img { max-width: 95%; height: auto; margin-top: 50px; margin-bottom: 10px;}
    #button { cursor: pointer; user-select: none; }
    #count-container { margin: 10px 0px 20px 0px; font-size: 18px; font-weight: 900;}
    #count-number {
      display: block;
      transform-origin: center center;
      margin-top: 0px;
    }
    @keyframes pop {
      0%   { transform: scale(1); }
      50%  { transform: scale(1.4); }
      100% { transform: scale(1); }
    }
    .pop-animation { animation: pop 0.5s ease; }
    #sparkle-container {
      position: fixed; left: 0; bottom: 0;
      width: 100%; height: 100%;
      pointer-events: none; overflow: hidden; z-index: 10;
    }
    .sparkle {
      position: absolute; bottom: 20px;
      opacity: 1; user-select: none;
      animation: floatUp ease-out;
      white-space: nowrap;
    }
    @keyframes floatUp {
      from { transform: translateY(0) scale(1); opacity: 1; }
      to   { transform: translateY(-100vh) scale(1.5); opacity: 0; }
    }


.u18__title--main {
    margin: 20px 0 0;
    color: #FFF;
    font-size: 5.25rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    line-height: 1.0;
    text-align: center;
    -webkit-text-stroke: 3px #000;
    text-stroke: 3px #000;
}
