@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Gothic");
.u-red {
  color: #f76fb6; }

.u-blue {
  color: #5dc2d0; }

.u-mark {
  background: #fffc00;
  padding: 0.5rem;
  margin: 0 0.5rem; }

body.second #wrapper .second-box, #wrapper .contents-box {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 30px 30px 60px rgba(118, 132, 185, 0.28), -30px -30px 60px rgba(248, 238, 249, 0.7); }

.modal-card, #nav-wrap .api-nav-sub a, #wrapper .btn-box a, #wrapper .thumb-list-box li a {
  box-shadow: 3px 10px 23px 0px rgba(90, 211, 230, 0.4); }

body.news #wrapper .parts-news-list, body.story #wrapper .parts-story-list {
  background: -webkit-linear-gradient(320deg, rgba(255, 252, 237, 0.8), rgba(206, 231, 238, 0.7) 70%, rgba(250, 223, 253, 0.8));
  background: linear-gradient(130deg, rgba(255, 252, 237, 0.8), rgba(206, 231, 238, 0.7) 70%, rgba(250, 223, 253, 0.8)); }

#wrapper .comment-box, #wrapper .h3-ttl, body.top #wrapper #main-side-box .next-movie .txt-box {
  background: -webkit-linear-gradient(320deg, rgba(255, 255, 255, 0.8), rgba(217, 234, 244, 0.8), rgba(244, 241, 236, 0.9));
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.8), rgba(217, 234, 244, 0.8), rgba(244, 241, 236, 0.9)); }

#nav-wrap .api-nav-sub a, #wrapper .event .event_button,
#iframe-wrapper .event .event_button, #wrapper .btn-box a, #wrapper .thumb-list-box li a {
  background: -webkit-linear-gradient(left, rgba(183, 234, 212, 0.9), rgba(93, 194, 208, 0.8) 40%, #5dc2d0);
  background: linear-gradient(90deg, rgba(183, 234, 212, 0.9), rgba(93, 194, 208, 0.8) 40%, #5dc2d0); }

.modal-card {
  background: -webkit-linear-gradient(320deg, rgba(183, 234, 212, 0.9), rgba(93, 194, 208, 0.8) 40%, #5dc2d0);
  background: linear-gradient(130deg, rgba(183, 234, 212, 0.9), rgba(93, 194, 208, 0.8) 40%, #5dc2d0); }

#nav-wrap .api-nav-main div a .nav-last-modified, #wrapper .h1-ttl-box .date {
  background: -webkit-linear-gradient(left, rgba(255, 226, 201, 0.9), rgba(247, 111, 182, 0.8) 40%, #f76fb6);
  background: linear-gradient(90deg, rgba(255, 226, 201, 0.9), rgba(247, 111, 182, 0.8) 40%, #f76fb6); }

#nav-wrap .api-nav-main div a .nav-last-modified, #nav-wrap .api-nav-main div .page-nav-title, #wrapper .h2-ttl span.h2-ttl-e, #wrapper .h2-ttl-inner span.h2-ttl-e, body.top #wrapper #main-side-box .top-side-h2-ttl span.h2-ttl-e, body.top #wrapper #main-side-box .next-movie .num {
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0.2rem;
  font-weight: bold; }

#nav-wrap .api-nav-main div .page-nav-subtitle, #nav-wrap .api-nav-sub a, #wrapper .h2-ttl span.h2-ttl-j, #wrapper .h2-ttl-inner span.h2-ttl-j, body.top #wrapper #main-side-box .top-side-h2-ttl span.h2-ttl-j {
  font-family: "Sawarabi Gothic";
  letter-spacing: 0.1rem; }

/****--------- ふわふわ ---------****/
@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  100% {
    -webkit-transform: translate(0%, -6px);
    transform: translate(0%, -6px); } }
@keyframes fluffy {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  100% {
    -webkit-transform: translate(0%, -6px);
    transform: translate(0%, -6px); } }

body.top #wrapper #main-side-box .next-movie .num {
  -webkit-animation: fluffy ease-in-out 3s infinite alternate;
  animation: fluffy ease-in-out 3s infinite alternate; }

/****--------- ボール ---------****/
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0%, 0%) rotateX(25deg);
    transform: translate(0%, 0%) rotateX(25deg); }
  100% {
    -webkit-transform: translate(0%, -15px);
    transform: translate(0%, -15px); } }
@keyframes ball {
  0% {
    -webkit-transform: translate(0%, 0%) rotateX(25deg);
    transform: translate(0%, 0%) rotateX(25deg); }
  100% {
    -webkit-transform: translate(0%, -15px);
    transform: translate(0%, -15px); } }

#wrapper .h2-ttl span.h2-ttl-e:before, body.top #wrapper #main-side-box .top-side-h2-ttl span.h2-ttl-e:before {
  -webkit-animation: ball 2.0s alternate infinite;
  animation: ball 2.0s alternate infinite; }

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif"; }

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
  color: #000;
  background: #fff; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit; }

del,
ins {
  text-decoration: none; }

ul li {
  list-style: none; }

caption,
th {
  text-align: left; }

/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,
q:after {
  content: ""; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000; }

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input,
button,
textarea,
select {
  *font-size: 100%; }

body.device-type-desktop {
  overflow: scroll !important; }

.wrapper .related-programs-subtitle-2TQOq {
  color: #333; }

#rectangle-desktop {
  min-height: 300px; }

#rectangle-desktop,
#superbanner-mobile,
#rectangle-mobile {
  text-align: center; }

.sp-nav-true #rectangle-mobile {
  padding-bottom: 7rem; }

#superbanner-mobile iframe {
  vertical-align: bottom; }

#superbanner-desktop {
  position: absolute;
  top: 0;
  right: 0;
  left: 352px;
  margin: auto;
  width: 728px;
  height: 90px; }

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.wrapper #common-onair {
  font-family: Noto Sans Japanese, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem; }
  .wrapper #common-onair a.common-onair-scheduleHeaderButton-23Qrc {
    line-height: 2.4rem;
    color: #ffffff; }
  .wrapper #common-onair .common-onair-scheduleItemTimeActiveNow-1l0Wm {
    color: #ffffff; }
  .wrapper #common-onair .common-onair-scheduleItemTitleActive-1A491 {
    color: #ffffff; }
  .wrapper #common-onair .common-onair-scheduleHeaderDayOfWeek-1CJWq {
    color: #fff; }
  .wrapper #common-onair .common-onair-scheduleHeaderDate-2khQV {
    font-family: Noto Sans Japanese, sans-serif; }

.social-button-icon {
  cursor: pointer;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: relative;
  margin-bottom: 0.8rem;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

.social-button-icon > svg {
  fill: #fff;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.social-box {
  position: relative; }
  .social-box #social-button {
    display: block;
    text-align: center; }
    .social-box #social-button .social-button-icon {
      margin: 1rem 1rem 2rem;
      display: inline-block;
      vertical-align: middle; }

.device-type-mobile .social-button {
  margin-bottom: 0; }

.social-button-twitter {
  background-color: #55acee; }

.social-button-twitter:hover {
  background-color: rgba(85, 172, 238, 0.6); }

.social-button-facebook {
  background-color: #3b5998; }

.social-button-facebook:hover {
  background-color: rgba(59, 89, 152, 0.6); }

.social-button-line {
  background-color: #00c300; }

.social-button-line:hover {
  background-color: rgba(0, 195, 0, 0.6); }

.page-section {
  box-sizing: border-box;
  color: #212121; }

.common-onair-scheduleHeaderButton-23Qrc {
  line-height: 3rem; }

.wrapper .modal {
  display: none; }

.wrapper .modal.active {
  display: block; }

.wrapper .btn-more-box .load-more {
  display: none; }

#common-footer a {
  font-size: 1.2rem; }

.common-footer-sp-primaryContainer-19Olw {
  margin-top: 0 !important; }

.wrapper .related-programs-container-21xlP a {
  background: #ffffff; }
  .wrapper .related-programs-container-21xlP a:hover {
    background: #ffffff; }

.wrapper .present-moreLinkContainer-1iHUK a {
  color: #00a0c6; }

.wrapper .present-circle-2iOfl {
  border-radius: 50%;
  position: absolute;
  right: 0.4rem;
  bottom: 0.7rem;
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0.8;
  -webkit-transform: scale(1.3) rotate(0.001deg);
  transform: scale(1.3) rotate(0.001deg); }

.wrapper .present-moreLink-3dBoY {
  padding-right: 3rem; }

.wrapper .present-container-3kCP1 {
  margin-top: 0.6rem; }

.wrapper .ranking-container-3O6CH {
  margin-top: 0.6rem; }

.wrapper .present-moreLinkContainer-1iHUK {
  margin-top: 0; }

.wrapper .present-container-3kCP1 {
  margin-bottom: 0.6rem; }

.wrapper .present-header-1TvSX,
.wrapper .ranking-header-3Maul {
  font-size: 1.8rem; }

.sp-header-banner,
.sp-footer-banner {
  text-align: center; }

.param-link {
  cursor: pointer; }

#common-onair {
  line-height: 2rem; }
  #common-onair a {
    text-decoration: none; }

.post-articles-header-container,
.h2-recommend-movie {
  background: #5dc2d0 !important; }

.related-programs__subtitle--1kmo4 {
  line-height: 22px; }

.cf:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.cf, .clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .cf, * html .clearfix {
  height: 1%; }

.cf, .clearfix {
  display: block; }

.u-f11 {
  font-size: 1.1rem !important; }

.u-f12 {
  font-size: 1.2rem !important; }

.u-f13 {
  font-size: 1.3rem !important; }

.u-f14 {
  font-size: 1.4rem !important; }

.u-f15 {
  font-size: 1.5rem !important; }

.u-f16 {
  font-size: 1.6rem !important; }

.u-f17 {
  font-size: 1.7rem !important; }

.u-f18 {
  font-size: 1.8rem !important; }

.u-f19 {
  font-size: 1.9rem !important; }

.u-f20 {
  font-size: 2.0rem !important; }

.u-f21 {
  font-size: 2.1rem !important; }

.u-f22 {
  font-size: 2.2rem !important; }

.u-f23 {
  font-size: 2.3rem !important; }

.u-f24 {
  font-size: 2.4rem !important; }

.u-f25 {
  font-size: 2.5rem !important; }

.u-f26 {
  font-size: 2.6rem !important; }

.u-f27 {
  font-size: 2.7rem !important; }

.u-f28 {
  font-size: 2.8rem !important; }

.u-f29 {
  font-size: 2.9rem !important; }

.u-f30 {
  font-size: 3.0rem !important; }

.u-f31 {
  font-size: 3.1rem !important; }

.u-f32 {
  font-size: 3.2rem !important; }

.u-f33 {
  font-size: 3.3rem !important; }

.u-f34 {
  font-size: 3.4rem !important; }

.u-f35 {
  font-size: 3.5rem !important; }

.u-f36 {
  font-size: 3.6rem !important; }

.u-f37 {
  font-size: 3.7rem !important; }

.u-f38 {
  font-size: 3.8rem !important; }

.u-f39 {
  font-size: 3.9rem !important; }

.u-f40 {
  font-size: 4.0rem !important; }

.u-tl {
  text-align: left !important; }

.u-tc {
  text-align: center !important; }

.u-tr {
  text-align: right !important; }

.u-db {
  display: block !important; }

.u-di {
  display: inline-block !important; }

.u-fl {
  float: left !important; }

.u-fr {
  float: right !important; }

.u-b {
  font-weight: bold !important; }

.u-cp {
  cursor: pointer !important; }

.u-vt {
  vertical-align: top !important; }

.u-vm {
  vertical-align: middle !important; }

.u-vba {
  vertical-align: baseline !important; }

.u-vbo {
  vertical-align: bottom !important; }

.device-type-desktop .u-mtn {
  margin-top: 0 !important; }

.device-type-desktop .u-mts {
  margin-top: 1rem !important; }

.device-type-desktop .u-mtm {
  margin-top: 2rem !important; }

.device-type-desktop .u-mtl {
  margin-top: 3rem !important; }

.device-type-desktop .u-mtx {
  margin-top: 4rem !important; }

.device-type-desktop .u-mtxl {
  margin-top: 5rem !important; }

.device-type-desktop .u-mbn {
  margin-bottom: 0 !important; }

.device-type-desktop .u-mbs {
  margin-bottom: 1rem !important; }

.device-type-desktop .u-mbm {
  margin-bottom: 2rem !important; }

.device-type-desktop .u-mbl {
  margin-bottom: 3rem !important; }

.device-type-desktop .u-mbx {
  margin-bottom: 4rem !important; }

.device-type-desktop .u-mbxl {
  margin-bottom: 5rem !important; }

.device-type-desktop .u-mln {
  margin-left: 0 !important; }

.device-type-desktop .u-mls {
  margin-left: 1rem !important; }

.device-type-desktop .u-mlm {
  margin-left: 2rem !important; }

.device-type-desktop .u-mll {
  margin-left: 3rem !important; }

.device-type-desktop .u-mlx {
  margin-left: 4rem !important; }

.device-type-desktop .u-mlxl {
  margin-left: 5rem !important; }

.device-type-desktop .u-mrn {
  margin-right: 0 !important; }

.device-type-desktop .u-mrs {
  margin-right: 1rem !important; }

.device-type-desktop .u-mrm {
  margin-right: 2rem !important; }

.device-type-desktop .u-mrl {
  margin-right: 3rem !important; }

.device-type-desktop .u-mrx {
  margin-right: 4rem !important; }

.device-type-desktop .u-mrxl {
  margin-right: 5rem !important; }

.device-type-desktop .u-mra {
  margin-right: auto !important; }

.device-type-desktop .u-mla {
  margin-left: auto !important; }

.device-type-desktop .u-mca {
  margin-left: auto !important;
  margin-right: auto !important; }

.device-type-desktop .u-ptn {
  padding-top: 0 !important; }

.device-type-desktop .u-pts {
  padding-top: 1rem !important; }

.device-type-desktop .u-ptm {
  padding-top: 2rem !important; }

.device-type-desktop .u-ptl {
  padding-top: 3rem !important; }

.device-type-desktop .u-ptx {
  padding-top: 4rem !important; }

.device-type-desktop .u-ptxl {
  padding-top: 5rem !important; }

.device-type-desktop .u-pbn {
  padding-bottom: 0 !important; }

.device-type-desktop .u-pbs {
  padding-bottom: 1rem !important; }

.device-type-desktop .u-pbm {
  padding-bottom: 2rem !important; }

.device-type-desktop .u-pbl {
  padding-bottom: 3rem !important; }

.device-type-desktop .u-pbx {
  padding-bottom: 4rem !important; }

.device-type-desktop .u-pbxl {
  padding-bottom: 5rem !important; }

.device-type-desktop .u-pln {
  padding-left: 0 !important; }

.device-type-desktop .u-pls {
  padding-left: 1rem !important; }

.device-type-desktop .u-plm {
  padding-left: 2rem !important; }

.device-type-desktop .u-pll {
  padding-left: 3rem !important; }

.device-type-desktop .u-plx {
  padding-left: 4rem !important; }

.device-type-desktop .u-plxl {
  padding-left: 5rem !important; }

.device-type-desktop .u-prn {
  padding-right: 0 !important; }

.device-type-desktop .u-prs {
  padding-right: 1rem !important; }

.device-type-desktop .u-prm {
  padding-right: 2rem !important; }

.device-type-desktop .u-prl {
  padding-right: 3rem !important; }

.device-type-desktop .u-prx {
  padding-right: 4rem !important; }

.device-type-desktop .u-prxl {
  padding-right: 5rem !important; }

.device-type-mobile .u-mtn {
  margin-top: 0 !important; }

.device-type-mobile .u-mts {
  margin-top: 1rem !important; }

.device-type-mobile .u-mtm {
  margin-top: 1.5rem !important; }

.device-type-mobile .u-mtl {
  margin-top: 2rem !important; }

.device-type-mobile .u-mtx {
  margin-top: 3rem !important; }

.device-type-mobile .u-mtxl {
  margin-top: 3.5rem !important; }

.device-type-mobile .u-mbn {
  margin-bottom: 0 !important; }

.device-type-mobile .u-mbs {
  margin-bottom: 1rem !important; }

.device-type-mobile .u-mbm {
  margin-bottom: 1.5rem !important; }

.device-type-mobile .u-mbl {
  margin-bottom: 2rem !important; }

.device-type-mobile .u-mbx {
  margin-bottom: 3rem !important; }

.device-type-mobile .u-mbxl {
  margin-bottom: 3.5rem !important; }

.device-type-mobile .u-mln {
  margin-left: 0 !important; }

.device-type-mobile .u-mls {
  margin-left: 1rem !important; }

.device-type-mobile .u-mlm {
  margin-left: 1.5rem !important; }

.device-type-mobile .u-mll {
  margin-left: 2rem !important; }

.device-type-mobile .u-mlx {
  margin-left: 3rem !important; }

.device-type-mobile .u-mlxl {
  margin-left: 3.5rem !important; }

.device-type-mobile .u-mrn {
  margin-right: 0 !important; }

.device-type-mobile .u-mrs {
  margin-right: 1rem !important; }

.device-type-mobile .u-mrm {
  margin-right: 1.5rem !important; }

.device-type-mobile .u-mrl {
  margin-right: 2rem !important; }

.device-type-mobile .u-mrx {
  margin-right: 3rem !important; }

.device-type-mobile .u-mrxl {
  margin-right: 3.5rem !important; }

.device-type-mobile .u-mra {
  margin-right: auto !important; }

.device-type-mobile .u-mla {
  margin-left: auto !important; }

.device-type-mobile .u-mca {
  margin-left: auto !important;
  margin-right: auto !important; }

.device-type-mobile .u-ptn {
  padding-top: 0 !important; }

.device-type-mobile .u-pts {
  padding-top: 1rem !important; }

.device-type-mobile .u-ptm {
  padding-top: 1.5rem !important; }

.device-type-mobile .u-ptl {
  padding-top: 2rem !important; }

.device-type-mobile .u-ptx {
  padding-top: 3rem !important; }

.device-type-mobile .u-ptxl {
  padding-top: 3.5rem !important; }

.device-type-mobile .u-pbn {
  padding-bottom: 0 !important; }

.device-type-mobile .u-pbs {
  padding-bottom: 1rem !important; }

.device-type-mobile .u-pbm {
  padding-bottom: 1.5rem !important; }

.device-type-mobile .u-pbl {
  padding-bottom: 2rem !important; }

.device-type-mobile .u-pbx {
  padding-bottom: 3rem !important; }

.device-type-mobile .u-pbxl {
  padding-bottom: 3.5rem !important; }

.device-type-mobile .u-pln {
  padding-left: 0 !important; }

.device-type-mobile .u-pls {
  padding-left: 1rem !important; }

.device-type-mobile .u-plm {
  padding-left: 1.5rem !important; }

.device-type-mobile .u-pll {
  padding-left: 2rem !important; }

.device-type-mobile .u-plx {
  padding-left: 3rem !important; }

.device-type-mobile .u-plxl {
  padding-left: 3.5rem !important; }

.device-type-mobile .u-prn {
  padding-right: 0 !important; }

.device-type-mobile .u-prs {
  padding-right: 1rem !important; }

.device-type-mobile .u-prm {
  padding-right: 1.5rem !important; }

.device-type-mobile .u-prl {
  padding-right: 2rem !important; }

.device-type-mobile .u-prx {
  padding-right: 3rem !important; }

.device-type-mobile .u-prxl {
  padding-right: 3.5rem !important; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible !important; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #000;
  padding: 0px; }

#cboxLoadingGraphic {
  background: url(../common-img/colorbox/loading.gif) no-repeat center center; }

#cboxLoadingOverlay {
  background: #000; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../common-img/colorbox/controls.png) no-repeat 0 0; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5; }

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none; }

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  border-radius: 20px;
  background: #74cad7; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1; }

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

#wrapper .owl-carousel {
  width: 640px;
  margin: 0 auto; }

#wrapper .slider-box.active {
  display: block !important; }

#wrapper .owl-carousel {
  position: relative; }
  #wrapper .owl-carousel img {
    width: 100%; }
  #wrapper .owl-carousel .owl-buttons {
    text-indent: -9999px; }
    #wrapper .owl-carousel .owl-buttons div {
      padding: 40px;
      margin: 0; }
    #wrapper .owl-carousel .owl-buttons .owl-prev {
      opacity: 0;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      position: absolute;
      top: 50%;
      left: -5%;
      background: url(../common-img/slider_arrow_left.png) no-repeat center center;
      background-size: 44px;
      margin-top: -79px; }
    #wrapper .owl-carousel .owl-buttons .owl-next {
      opacity: 0;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      position: absolute;
      top: 50%;
      right: -5%;
      background: url(../common-img/slider_arrow_right.png) no-repeat center center;
      background-size: 44px;
      margin-top: -79px; }
  #wrapper .owl-carousel .owl-buttons.active .owl-prev {
    opacity: 1;
    -webkit-animation: nextPrev 0.5s ease-out 0s 1;
    animation: nextPrev 0.5s ease-out 0s 1; }
  #wrapper .owl-carousel .owl-buttons.active .owl-next {
    opacity: 1;
    -webkit-animation: nextFade 0.5s ease-out 0s 1;
    animation: nextFade 0.5s ease-out 0s 1; }

@-webkit-keyframes nextPrev {
  from {
    -webkit-transform: translate(30px);
    transform: translate(30px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1; } }

@keyframes nextPrev {
  from {
    -webkit-transform: translate(30px);
    transform: translate(30px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes nextFade {
  from {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1; } }

@keyframes nextFade {
  from {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1; } }

/*
orijinal
*/
.device-type-desktop #cboxLoadedContent {
  background: #ffffff; }

.device-type-desktop #cboxContent {
  margin-top: 60px;
  background: none; }

.device-type-desktop #cboxClose {
  color: #ffffff;
  text-indent: -9999px;
  top: -70px;
  width: 70px;
  height: 70px;
  right: -17px;
  background: url(../common-img/close.png); }

.device-type-mobile #cboxLoadedContent {
  background: #ffffff; }

.device-type-mobile #cboxContent {
  margin-top: 6.0rem;
  background: none; }

.device-type-mobile #cboxClose {
  color: #ffffff;
  text-indent: -9999px;
  top: -4.9rem;
  width: 5.0rem;
  height: 5.0rem;
  right: -1.0rem;
  background: url(../common-img/close.png);
  background-size: 5.0rem; }

#cboxClose {
  outline: none; }

.modal-box {
  width: 800px; }
  .modal-box .ttl {
    font-size: 2.0rem;
    text-align: center;
    padding: 10px 0; }

.modal-wrapper {
  font-size: 1.6rem;
  line-height: 3.2rem;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1500;
  visibility: hidden;
  text-align: center;
  width: 100%;
  height: 100%; }

.modal-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.54);
  -webkit-tap-highlight-color: transparent;
  will-change: opacity;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  z-index: 1400;
  -webkit-transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

.modal-card {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  margin: 0px auto;
  z-index: 1500;
  left: -100%;
  -webkit-transform: translate(0px, -64px);
  transform: translate(0px, -64px);
  opacity: 0;
  border-radius: 15px;
  max-width: 800px;
  width: 800px;
  min-height: 298px;
  padding: 30px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  position: relative;
  vertical-align: top; }

.modal-card .cast-box {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #fff; }

.modal-card .cast-box .cast-thumb {
  margin-right: 30px;
  width: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  .modal-card .cast-box .cast-thumb img {
    width: 100%; }

.modal-card .cast-dot,
.modal-card .cast-notes {
  display: none !important; }

.modal-card .cast-name {
  font-weight: bold;
  font-size: 2.2rem;
  display: inline; }

.modal-card .cast-name-kana {
  font-weight: bold;
  font-size: 1.5rem; }

.modal-card .acter-name {
  font-weight: bold;
  font-size: 2.1rem;
  margin-bottom: 10px;
  display: inline; }
  .modal-card .acter-name span {
    font-size: 1.8rem; }

.modal-card .cast-detail {
  padding-top: 20px; }

.modal-card .cast-box {
  font-size: 1.6rem; }

.popup-content {
  cursor: pointer;
  border-bottom: solid 1px currentColor;
  color: #5dc2d0; }

.popup-content:hover {
  border-bottom: none; }

.device-type-desktop .external-style, .device-type-desktop a.external-link:hover:before, .device-type-desktop .device-type-mobile a.external-link.active:before, .device-type-mobile .device-type-desktop a.external-link.active:before {
  content: "";
  width: 80px;
  height: 32px;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -32px;
  left: -8px;
  z-index: 1000; }

.device-type-desktop a.external-link {
  position: relative; }

.device-type-desktop .twitter-area a[target="_blank"],
.device-type-desktop .instagram-area a[target="_blank"] {
  display: block;
  position: relative; }
  .device-type-desktop .twitter-area a[target="_blank"]:hover:before,
  .device-type-desktop .instagram-area a[target="_blank"]:hover:before {
    top: -22px; }

.device-type-mobile .external-style, .device-type-mobile .device-type-desktop a.external-link:hover:before, .device-type-desktop .device-type-mobile a.external-link:hover:before, .device-type-mobile a.external-link.active:before {
  content: "";
  width: 21.33333vw;
  height: 8.53333vw;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -8.53333vw;
  left: 0vw;
  z-index: 1000; }

.device-type-mobile a.external-link {
  position: relative; }

.device-type-mobile .twitter-area a[target="_blank"],
.device-type-mobile .instagram-area a[target="_blank"] {
  display: block;
  position: relative; }

body.second #wrapper #header-image {
  position: relative; }

body.second #wrapper #header-wrap {
  min-height: 130px; }

body.second #wrapper .second-header {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  body.second #wrapper .second-header .logo {
    padding-top: 20px;
    padding-left: 10px; }
    body.second #wrapper .second-header .logo a {
      display: block; }
  body.second #wrapper .second-header .date {
    padding-top: 40px;
    padding-right: 20px;
    width: 250px; }

body.second #wrapper .cap-box {
  min-height: auto;
  position: relative; }
  body.second #wrapper .cap-box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    margin-top: -35px; }
  body.second #wrapper .cap-box img {
    width: 100%;
    height: auto; }

body.second #wrapper .movie-player iframe {
  width: 680px;
  height: 383px;
  display: block;
  margin: 0 auto; }

body.second #wrapper .second-box {
  background: url(../common-img/contents_bg.png) no-repeat left top rgba(255, 255, 255, 0.35);
  background-size: contain;
  padding: 60px 60px 50px 60px; }

body.second #wrapper .artist-detail {
  text-align: center;
  padding: 20px 0; }
  body.second #wrapper .artist-detail .a-artist {
    font-size: 20px;
    font-weight: bold; }
  body.second #wrapper .artist-detail .a-title {
    font-size: 38px;
    font-weight: bold;
    color: #5dc2d0; }

body.news #wrapper .img-box {
  width: 100px;
  margin-right: 20px; }

body.news #wrapper .txt-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

body.news #wrapper .parts-news-list {
  margin: 60px -60px -50px -60px;
  padding: 30px 60px 60px 60px;
  border-radius: 0 0 15px 15px; }
  body.news #wrapper .parts-news-list ul {
    height: auto;
    overflow: hidden; }

body.story #wrapper .guest-box {
  margin-bottom: 30px;
  overflow: hidden; }
  body.story #wrapper .guest-box .cast-txt {
    width: 100%; }
  body.story #wrapper .guest-box .cast-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    overflow: hidden; }
    body.story #wrapper .guest-box .cast-box .cast-thumb {
      margin-right: 20px;
      width: 180px;
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none; }
      body.story #wrapper .guest-box .cast-box .cast-thumb img {
        width: 100%; }
    body.story #wrapper .guest-box .cast-box .cast-name {
      font-weight: bold;
      font-size: 2.0rem;
      margin-bottom: 5px;
      color: #5dc2d0; }
    body.story #wrapper .guest-box .cast-box .acter-name {
      font-weight: bold;
      font-size: 2.0rem;
      margin-bottom: 5px;
      text-align: right; }
    body.story #wrapper .guest-box .cast-box .cast-name-kana {
      font-weight: normal;
      font-size: 1.6rem;
      margin-bottom: 5px; }

body.story #wrapper #douga-banner-area {
  width: 325px;
  margin: 0 auto 40px; }

body.story #wrapper .parts-story-list {
  margin: 60px -60px -50px -60px;
  padding: 30px 60px 60px 60px;
  border-radius: 0 0 15px 15px; }

body.cast #wrapper .chart {
  position: relative;
  text-align: center;
  margin: 0 -20px 30px -20px; }
  body.cast #wrapper .chart img {
    width: 100%; }

body.cast #wrapper .cast-box {
  margin-bottom: 50px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  body.cast #wrapper .cast-box:last-child {
    margin-bottom: 0; }
  body.cast #wrapper .cast-box .cast-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 240px;
    margin-right: 30px; }
    body.cast #wrapper .cast-box .cast-thumb img {
      width: 100%; }

body.cast #wrapper .cast-txt {
  width: 100%; }

body.cast #wrapper .cast-name {
  font-weight: bold;
  font-size: 2.0rem;
  color: #5dc2d0; }

body.cast #wrapper .cast-name-kana {
  font-weight: normal;
  font-size: 1.5rem; }

body.cast #wrapper .acter-name {
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom: 10px;
  margin-left: 10px; }
  body.cast #wrapper .acter-name span {
    font-size: 1.6rem; }

body.cast #wrapper .cast-dot {
  text-align: center;
  margin: 60px auto;
  font-size: 35px; }

body.cast #wrapper .cast-notes {
  border-left: 4px solid #5dc2d0;
  padding-left: 20px;
  font-size: 1.5rem; }

body.staff #wrapper dl.staff-box {
  margin-top: 20px;
  text-align: center; }
  body.staff #wrapper dl.staff-box dt {
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 20px;
    color: #5dc2d0; }
  body.staff #wrapper dl.staff-box dd {
    margin-bottom: 40px; }

.protect-box {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none; }

.recommend-movie-ph {
  pointer-events: none; }

img.protect {
  pointer-events: none; }

.api-bnr .protect-box img {
  pointer-events: none; }

img.protect.active {
  opacity: 1; }

#Map {
  z-index: 3;
  position: relative; }

#section-emergency dl {
  margin-top: 30px;
  background: #ffffff;
  line-height: 2.4rem;
  font-weight: bold; }

#section-emergency dt {
  background: #f76fb6;
  color: #ffffff;
  padding: 10px;
  width: 130px;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

#section-emergency dd {
  border: 3px solid #f76fb6;
  width: 1000px;
  color: #f76fb6;
  padding: 20px;
  display: table-cell;
  vertical-align: middle; }

#section-emergency a {
  color: #f76fb6; }
  #section-emergency a:hover {
    text-decoration: none; }

#section-emergency .fa-exclamation-triangle {
  font-size: 18px;
  margin-right: 10px; }

#nav-wrap {
  padding-top: 80px;
  margin-bottom: 10px; }
  #nav-wrap .api-nav-main div {
    width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #nav-wrap .api-nav-main div a {
      box-sizing: border-box;
      width: 100%;
      line-height: 2.2rem;
      text-decoration: none;
      color: #424e53;
      border-right: none;
      padding: 20px 0;
      display: block;
      text-align: center;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      position: relative;
      background: url(../common-img/nav_bg.png) no-repeat center top;
      background-size: contain; }
      #nav-wrap .api-nav-main div a .nav-last-modified {
        position: absolute;
        top: -20px;
        left: 50%;
        font-size: 11px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 80px;
        padding: 0px 0px;
        line-height: 20px;
        height: 20px;
        width: 75px;
        color: #ffffff; }
    #nav-wrap .api-nav-main div a:hover {
      color: #5dc2d0;
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    #nav-wrap .api-nav-main div a.active {
      color: #5dc2d0; }
    #nav-wrap .api-nav-main div .page-nav-title {
      font-size: 2.0rem;
      display: block; }
    #nav-wrap .api-nav-main div .page-nav-subtitle {
      font-size: 1.2rem;
      line-height: 3.8rem; }
  #nav-wrap .api-nav-sub > div {
    width: 1080px;
    margin: 30px auto 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  #nav-wrap .api-nav-sub a {
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px; }

#wrapper .h2-recommend-movie {
  background: #5dc2d0;
  padding: 0.8rem 2.4rem;
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 2rem; }

#wrapper .recommend-movie-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #wrapper .recommend-movie-list-box li {
    width: 370px; }
    #wrapper .recommend-movie-list-box li a.recommend-movie-anchor {
      text-decoration: none;
      display: block;
      height: 100%; }
      #wrapper .recommend-movie-list-box li a.recommend-movie-anchor:hover .recommend-movie-radius {
        opacity: 0.7; }
      #wrapper .recommend-movie-list-box li a.recommend-movie-anchor:hover .recommend-movie-ttl {
        color: #00a0c6; }
    #wrapper .recommend-movie-list-box li .recommend-movie-radius {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      overflow: hidden;
      border-radius: 4px;
      background: #ffffff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
    #wrapper .recommend-movie-list-box li .recommend-movie-ph-box {
      position: relative;
      width: 100%;
      height: 194px;
      overflow: hidden;
      background: #dddddd; }
      #wrapper .recommend-movie-list-box li .recommend-movie-ph-box .recommend-movie-ph {
        width: 100%;
        height: 100%;
        display: block;
        background-repeat: no-repeat; }
        #wrapper .recommend-movie-list-box li .recommend-movie-ph-box .recommend-movie-ph.logo-telasa:before {
          box-sizing: border-box;
          width: 100px;
          height: 40px;
          display: block;
          content: "";
          background: url(../common-img/logo_telasa.png) rgba(255, 255, 255, 0.9) no-repeat center;
          background-size: 88%; }
    #wrapper .recommend-movie-list-box li .recommend-movie-txt-box {
      text-align: center;
      padding: 1.4rem 1rem;
      height: calc(100% - 194px);
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: 2.2rem; }
      #wrapper .recommend-movie-list-box li .recommend-movie-txt-box .recommend-movie-ttl {
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-weight: bold; }
      #wrapper .recommend-movie-list-box li .recommend-movie-txt-box .recommend-movie-em {
        color: #ea5404;
        display: block;
        font-weight: bold; }

#wrapper .post-articles-postAticlesContainer-3fnWb {
  margin-top: 40px; }

.event-wrap,
.iframe-calendar-btn {
  display: none; }

body.top .iframe-calendar-btn {
  margin-bottom: 1.0rem;
  width: 100%;
  height: 5.4rem; }

body.story .iframe-calendar-btn {
  margin-top: 2rem;
  margin-bottom: 5rem;
  width: 100%;
  height: 6rem; }

body.iframe-body-top #iframe-wrapper .event .event_button,
body.iframe-body #iframe-wrapper .event .event_button {
  width: 95%;
  font-size: 1.6rem;
  height: 5.4rem; }

body.iframe-body-story #iframe-wrapper .event .event_button {
  height: 6rem; }

#wrapper .event,
#iframe-wrapper .event {
  text-align: center;
  text-decoration: none; }
  #wrapper .event.inline a,
  #iframe-wrapper .event.inline a {
    display: inline-block; }
  #wrapper .event .event_button,
  #iframe-wrapper .event .event_button {
    outline: none;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 100px;
    border: none;
    text-align: center;
    margin: 0 auto;
    padding: 0 3rem;
    font-size: 2rem; }
  #wrapper .event .event_button:before,
  #iframe-wrapper .event .event_button:before {
    content: "\f274";
    font-family: FontAwesome;
    font-size: 2.1rem;
    font-weight: normal;
    padding-right: 1.5rem;
    color: #ffffff; }
  #wrapper .event.left,
  #iframe-wrapper .event.left {
    text-align: left; }
  #wrapper .event.right,
  #iframe-wrapper .event.right {
    text-align: right; }

body {
  -webkit-text-size-adjust: 100%; }

p,
h2,
div {
  max-height: 999999px;
  -webkit-text-size-adjust: 100%; }

html {
  font-size: 62.5%; }

.device-type-mobile,
.sp,
.sp-top {
  display: none !important; }

.main-container {
  color: #424e53; }
  .main-container a:link,
  .main-container a:visited,
  .main-container a:hover,
  .main-container a:active {
    color: #424e53; }
  .main-container a:link,
  .main-container a:visited {
    text-decoration: underline; }
  .main-container a:hover,
  .main-container .a:active {
    text-decoration: none; }

.shadow, #wrapper .recommend-movie-list-box li .recommend-movie-radius, #wrapper #section-info-card .card-menu-list-box li a {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25); }

.hover-shadow, #wrapper .recommend-movie-list-box li a.recommend-movie-anchor:hover .recommend-movie-radius {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17), 0 3px 5px rgba(0, 0, 0, 0.23); }

.opac {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .opac:hover {
    -webkit-animation: backToOpac1 0.7s linear 0s;
    animation: backToOpac1 0.7s linear 0s; }

@-webkit-keyframes backToOpac1 {
  0% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

@keyframes backToOpac1 {
  0% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

#wrapper {
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #424e53; }
  #wrapper img {
    vertical-align: bottom;
    max-width: 100%; }
  #wrapper #contents-wrap {
    background: url(../common-img/bg_top.png) no-repeat center top, url(../common-img/bg_bottom.png) no-repeat center bottom, url(../common-img/bg.png) no-repeat center top;
    padding-bottom: 40px;
    min-width: 1080px; }
  #wrapper .btn-box {
    text-align: center;
    text-decoration: none; }
    #wrapper .btn-box.inline a {
      display: inline-block; }
    #wrapper .btn-box a {
      position: relative;
      font-weight: bold;
      line-height: 30px;
      text-align: center;
      padding: 8px 50px;
      display: block;
      color: #ffffff;
      text-decoration: none;
      border-radius: 100px; }
    #wrapper .btn-box a:after {
      content: "\f105";
      font-family: FontAwesome;
      display: block;
      width: 20px;
      height: 20px;
      font-size: 2.1rem;
      position: absolute;
      top: 6px;
      right: 10px;
      color: #ffffff; }
    #wrapper .btn-box.left {
      text-align: left; }
    #wrapper .btn-box.right {
      text-align: right; }
  #wrapper .con {
    position: relative;
    width: 1080px;
    margin: 0 auto; }
  #wrapper .flex,
  #wrapper .flex-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #wrapper .flex .ph-box,
    #wrapper .flex-r .ph-box {
      width: 30%; }
      #wrapper .flex .ph-box img,
      #wrapper .flex-r .ph-box img {
        width: 100%; }
    #wrapper .flex > .txt-box,
    #wrapper .flex-r > .txt-box {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  #wrapper .flex .ph-box {
    margin-right: 20px; }
  #wrapper .flex-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    #wrapper .flex-r .ph-box {
      margin-left: 20px; }
  #wrapper .catch-copy {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 4.0rem;
    margin-bottom: 20px;
    letter-spacing: 0.1rem; }
    #wrapper .catch-copy .big {
      font-size: 3.0rem; }
  #wrapper .read-box:last-child {
    margin-bottom: 0; }
  #wrapper .comment-box {
    overflow: hidden;
    margin: 0;
    padding: 10px 20px;
    border-radius: 8px; }
    #wrapper .comment-box h3 {
      padding: 10px;
      line-height: 1.4;
      color: #5dc2d0; }
      #wrapper .comment-box h3:before {
        font-family: FontAwesome;
        content: "\f27a";
        font-weight: normal;
        font-size: 2.5rem;
        padding-right: 10px; }
      #wrapper .comment-box h3 span {
        font-size: 1.6rem; }
    #wrapper .comment-box h4 {
      font-weight: bold;
      margin: 10px 10px 10px 10px; }
      #wrapper .comment-box h4:before {
        content: 'ー';
        padding-right: 10px; }
    #wrapper .comment-box p {
      padding: 0 0 20px 0; }
  #wrapper .img-box img {
    width: 100%;
    height: auto; }
  #wrapper .img-box1 {
    text-align: center; }
    #wrapper .img-box1 img {
      max-width: 640px;
      height: auto; }
  #wrapper .img-box2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px; }
    #wrapper .img-box2 li {
      box-sizing: border-box;
      width: calc(100% / 2);
      padding: 0 5px; }
      #wrapper .img-box2 li img {
        width: 100%;
        height: auto; }
  #wrapper .img-box3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px; }
    #wrapper .img-box3 li {
      box-sizing: border-box;
      width: calc(100% / 3);
      padding: 0 5px; }
      #wrapper .img-box3 li img {
        width: 100%;
        height: auto; }
  #wrapper .thumb-list-box {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #wrapper .thumb-list-box li {
      width: calc((100% / 3) - 4px); }
      #wrapper .thumb-list-box li a {
        margin: 5px;
        text-decoration: none;
        color: #ffffff;
        display: block;
        padding: 6px 6px 0;
        border-radius: 6px; }
        #wrapper .thumb-list-box li a img {
          width: 100%; }
      #wrapper .thumb-list-box li .thumb-box img {
        width: 100%; }
      #wrapper .thumb-list-box li .txt-box {
        padding: 10px 0; }
      #wrapper .thumb-list-box li .ttl {
        font-weight: bold; }
  #wrapper .paging-box ul,
  #wrapper .year-list-box ul {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #wrapper .paging-box li a,
  #wrapper .year-list-box li a {
    font-weight: bold;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #424e53;
    text-decoration: none;
    display: block;
    padding: 10px 22px;
    border: 1px solid #e1e3f2;
    border-right: none;
    position: relative; }
  #wrapper .paging-box li.prev-next-btn a:before,
  #wrapper .paging-box li.prev-next-btn a:after,
  #wrapper .year-list-box li.prev-next-btn a:before,
  #wrapper .year-list-box li.prev-next-btn a:after {
    font-family: FontAwesome;
    width: 20px;
    position: relative;
    top: 1px;
    height: 20px;
    font-size: 2.1rem; }
  #wrapper .paging-box li.prev a:before,
  #wrapper .year-list-box li.prev a:before {
    left: 0;
    content: "\f104";
    padding-right: 10px; }
  #wrapper .paging-box li.next a:after,
  #wrapper .year-list-box li.next a:after {
    right: 0;
    content: "\f105";
    padding-left: 10px; }
  #wrapper .paging-box li:last-child a,
  #wrapper .year-list-box li:last-child a {
    border-right: 1px solid #e1e3f2; }
  #wrapper .paging-box li a:hover,
  #wrapper .paging-box li a.active,
  #wrapper .year-list-box li a:hover,
  #wrapper .year-list-box li a.active {
    background: #5dc2d0;
    color: #ffffff; }
  #wrapper .pc-rectangle-banner {
    margin-bottom: 15px; }
  #wrapper #post-articles {
    margin-bottom: 40px; }
  #wrapper section {
    margin-bottom: 60px; }
  #wrapper .modal {
    position: relative;
    outline: none; }
  #wrapper .cap-box {
    position: relative;
    z-index: 1; }
    #wrapper .cap-box .play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      display: inline-block;
      z-index: 2;
      width: 50px; }
    #wrapper .cap-box .cap-ol {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 1;
      line-height: 0; }
    #wrapper .cap-box img {
      width: 100%;
      height: auto;
      border-radius: 15px 15px 0 0; }
  #wrapper .main-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 760px; }
  #wrapper .aside-container {
    margin-left: 20px;
    width: 300px; }
  #wrapper .wrap-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #wrapper .wrap-container .txt-box {
      position: relative; }
  #wrapper #story-top {
    margin-right: 20px; }
  #wrapper #social-official {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    #wrapper #social-official .social-button-facebook-2yKe0 {
      margin-right: 10px; }
    #wrapper #social-official .social-button-twitter-2Giuq {
      padding-left: 5px; }
  #wrapper .contents-box {
    background: url(../common-img/contents_bg.png) no-repeat left top rgba(255, 255, 255, 0.35);
    background-size: contain;
    padding: 60px 60px 50px 60px; }
    #wrapper .contents-box .ttl-box {
      margin-bottom: 10px; }
      #wrapper .contents-box .ttl-box .ttl {
        line-height: 2.3rem;
        font-size: 2.2rem;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc; }
  #wrapper ul.news-list {
    height: 360px;
    overflow: auto; }
    #wrapper ul.news-list li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #e1e3f2;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative; }
      #wrapper ul.news-list li:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        bottom: -1px;
        width: 5rem;
        height: 1px;
        background: #5dc2d0; }
      #wrapper ul.news-list li .txt-box {
        width: 100%; }
        #wrapper ul.news-list li .txt-box .date {
          display: block;
          margin-bottom: -15px;
          padding: 0;
          font-weight: bold;
          color: #5dc2d0;
          font-size: 1.5rem; }
        #wrapper ul.news-list li .txt-box .title {
          padding: 20px 0 25px 0;
          border-bottom: 1px solid #e1e3f2; }
          #wrapper ul.news-list li .txt-box .title:last-child {
            border-bottom: none;
            padding-bottom: 0; }
    #wrapper ul.news-list li:last-child {
      margin-bottom: 0; }
  #wrapper #section-info-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #wrapper #section-info-card #info {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 500px; }
    #wrapper #section-info-card .parts-card-row {
      width: 24rem;
      margin-left: 2rem; }
    #wrapper #section-info-card .parts-card-column {
      width: 100%; }
    #wrapper #section-info-card .card-menu-list-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #wrapper #section-info-card .card-menu-list-box.card-row li {
        width: 100%; }
        #wrapper #section-info-card .card-menu-list-box.card-row li:nth-child(n + 2) {
          margin-top: 2rem; }
      #wrapper #section-info-card .card-menu-list-box.card-column {
        margin-top: 2rem; }
        #wrapper #section-info-card .card-menu-list-box.card-column li {
          width: 24rem;
          margin-right: 2rem; }
          #wrapper #section-info-card .card-menu-list-box.card-column li:nth-child(3n) {
            margin-right: 0; }
          #wrapper #section-info-card .card-menu-list-box.card-column li:nth-child(n + 4) {
            margin-top: 2rem; }
      #wrapper #section-info-card .card-menu-list-box li a {
        display: block;
        background: #ffffff;
        text-decoration: none; }
      #wrapper #section-info-card .card-menu-list-box li .ttl {
        padding: 0.4rem 1rem;
        position: relative;
        font-size: 1.6rem;
        font-weight: bold; }
        #wrapper #section-info-card .card-menu-list-box li .ttl span {
          position: absolute;
          right: 1rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 1.2rem;
          text-align: right; }
  #wrapper .api-bnr-a {
    margin-top: 30px; }
    #wrapper .api-bnr-a a {
      display: block;
      margin-bottom: 15px; }
  #wrapper .api-bnr-b > div {
    margin: -5px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #wrapper .api-bnr-b > div a {
      box-sizing: border-box;
      width: calc(100% / 3);
      padding: 5px; }
      #wrapper .api-bnr-b > div a img {
        width: 100%;
        height: auto; }
    #wrapper .api-bnr-b > div a:last-child {
      margin-right: 0; }
    #wrapper .api-bnr-b > div .pc-large {
      width: 100%;
      margin-bottom: 10px; }
  #wrapper .api-bnr-c div {
    margin: -5px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #wrapper .api-bnr-c div a {
      box-sizing: border-box;
      width: calc(100% / 2);
      padding: 5px; }
      #wrapper .api-bnr-c div a img {
        width: 100%;
        height: auto; }
  #wrapper .h1-ttl-box {
    border-bottom: 1px solid #e1e3f2;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative; }
    #wrapper .h1-ttl-box:after {
      content: '';
      position: absolute;
      display: block;
      right: 0;
      bottom: -1px;
      width: 10rem;
      height: 1px;
      background: #5dc2d0; }
    #wrapper .h1-ttl-box .date {
      font-size: 1.3rem;
      display: inline-block;
      margin-left: -10px;
      margin-bottom: 12px;
      border-radius: 80px;
      padding: 5px 15px;
      line-height: 20px;
      height: 20px;
      color: #ffffff; }
    #wrapper .h1-ttl-box h1 {
      font-size: 2.4rem;
      line-height: 3.6rem; }
    #wrapper .h1-ttl-box span {
      font-weight: bold;
      font-size: 1.2rem;
      margin-left: 10px; }
  #wrapper .h2-ttl-e span:nth-child(2) {
    color: #5dc2d0; }
  #wrapper .h2-ttl {
    padding: 20px 0 20px 30px;
    position: relative;
    z-index: 2; }
    #wrapper .h2-ttl span.h2-ttl-e {
      font-size: 3.2rem; }
      #wrapper .h2-ttl span.h2-ttl-e:before {
        content: '';
        background: url(../common-img/drop.png) no-repeat center top;
        background-size: contain;
        width: 10px;
        height: 65px;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: -36px; }
    #wrapper .h2-ttl span.h2-ttl-j {
      font-size: 1.4rem;
      font-weight: normal; }
      #wrapper .h2-ttl span.h2-ttl-j:before {
        content: '／';
        margin-right: 10px;
        margin-left: 10px; }
  #wrapper .h2-ttl-inner {
    text-align: center;
    margin: 10px 0 20px 0; }
    #wrapper .h2-ttl-inner span.h2-ttl-e {
      font-size: 3.0rem; }
    #wrapper .h2-ttl-inner span.h2-ttl-j {
      font-size: 1.2rem;
      font-weight: normal;
      display: block; }
  #wrapper .h3-ttl {
    font-weight: bold;
    font-size: 2.1rem;
    margin-bottom: 2rem;
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    color: #3ba8b7; }
    #wrapper .h3-ttl:before {
      position: absolute;
      top: -7px;
      left: -7px;
      width: 100%;
      height: 100%;
      content: '';
      border: 1px solid #e1e3f2; }
    #wrapper .h3-ttl span {
      font-size: 1.2rem;
      margin-left: 1rem; }
  #wrapper .h4-ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  #wrapper #section-instagram-twitter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #wrapper #section-instagram-twitter > div:last-child {
      margin-left: 20px; }
    #wrapper #section-instagram-twitter > div:only-child {
      margin: 0; }
    #wrapper #section-instagram-twitter .contents-box {
      padding: 60px 60px 50px 50px; }
  #wrapper .twitter-area {
    width: 100%; }
    #wrapper .twitter-area .icon {
      width: 48px; }
      #wrapper .twitter-area .icon img {
        width: 48px; }
    #wrapper .twitter-area .txt {
      margin-left: 20px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #wrapper .twitter-area .txt .tx02 {
        color: #5dc2d0;
        font-size: 1.3rem; }
    #wrapper .twitter-area .tweet {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #e1e3f2;
      position: relative; }
      #wrapper .twitter-area .tweet:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        bottom: -1px;
        width: 5rem;
        height: 1px;
        background: #5dc2d0; }
    #wrapper .twitter-area .parts-twitter {
      margin-bottom: 40px;
      overflow: auto;
      height: 333px;
      line-height: 2.4rem;
      text-align: left;
      padding-top: 20px;
      padding-left: 10px; }
  #wrapper .instagram-area {
    width: 100%; }
    #wrapper .instagram-area .parts-instagram {
      margin-bottom: 20px; }
  #wrapper .insta-lists {
    letter-spacing: -40em; }
    #wrapper .insta-lists li {
      width: 32%;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
      letter-spacing: 0;
      display: inline-block;
      vertical-align: top; }
    #wrapper .insta-lists li:nth-child(3n) {
      margin-right: 0; }
    #wrapper .insta-lists img {
      width: 100%;
      height: auto; }
  body.top #wrapper #header-image {
    background: url(../common-img/main.jpg) no-repeat left top;
    width: 1080px;
    height: 1074px;
    position: relative; }
    body.top #wrapper #header-image .mv_logo {
      position: absolute;
      top: 282px;
      left: 210px;
      width: 320px;
      height: 524px; }
  body.top #wrapper #main-side-box {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    font-size: 1.5rem;
    z-index: 2; }
    body.top #wrapper #main-side-box .top-side-h2-ttl {
      padding: 20px 0 5px 15px;
      position: relative;
      z-index: 3; }
      body.top #wrapper #main-side-box .top-side-h2-ttl span.h2-ttl-e {
        font-size: 2.8rem; }
        body.top #wrapper #main-side-box .top-side-h2-ttl span.h2-ttl-e:before {
          content: '';
          background: url(../common-img/drop.png) no-repeat center top;
          background-size: contain;
          width: 8px;
          height: 50px;
          display: inline-block;
          margin-right: 10px;
          margin-bottom: -35px; }
      body.top #wrapper #main-side-box .top-side-h2-ttl span.h2-ttl-j {
        font-size: 1.2rem;
        font-weight: normal; }
        body.top #wrapper #main-side-box .top-side-h2-ttl span.h2-ttl-j:before {
          content: '／';
          margin-right: 7px;
          margin-left: 5px; }
    body.top #wrapper #main-side-box .contents-box {
      padding: 0;
      position: relative;
      background: none; }
    body.top #wrapper #main-side-box .next-movie {
      margin-bottom: 25px;
      position: relative; }
      body.top #wrapper #main-side-box .next-movie .contents-box {
        box-shadow: 30px 30px 60px rgba(118, 132, 185, 0.28); }
      body.top #wrapper #main-side-box .next-movie .txt-box {
        padding: 15px;
        line-height: 24px;
        text-align: center;
        border-radius: 0 0 15px 15px; }
      body.top #wrapper #main-side-box .next-movie .num {
        display: block;
        font-weight: normal;
        position: absolute;
        top: -45px;
        right: -15px;
        font-size: 28px;
        background: url(../common-img/drop_bg.png) no-repeat left top;
        background-size: contain;
        width: 75px;
        height: 80px;
        line-height: 80px;
        z-index: 2; }
        body.top #wrapper #main-side-box .next-movie .num:before {
          content: '#';
          font-size: 15px;
          padding-left: 1px;
          margin: 0 0 -2px 1px;
          display: inline-block; }
      body.top #wrapper #main-side-box .next-movie .detail {
        font-weight: bold; }
        body.top #wrapper #main-side-box .next-movie .detail span {
          font-size: 12px; }
      body.top #wrapper #main-side-box .next-movie .douga-logo {
        display: block;
        position: absolute;
        top: -5px;
        right: 0;
        width: 131px;
        height: 20px;
        z-index: 3; }
        body.top #wrapper #main-side-box .next-movie .douga-logo img {
          width: 100%; }

.youtube-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .youtube-box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; }

#page-up {
  z-index: 100;
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer; }

.bubbleparticle {
  position: relative;
  z-index: 100; }
  .bubbleparticle .bubble-list {
    width: 35px;
    position: fixed;
    left: 100%;
    bottom: -50px;
    -webkit-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%); }
    .bubbleparticle .bubble-list.left-pos1 {
      left: 1%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos1 {
        bottom: -6px; }
    .bubbleparticle .bubble-list.left-pos2 {
      left: 2%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos2 {
        bottom: -12px; }
    .bubbleparticle .bubble-list.left-pos3 {
      left: 3%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos3 {
        bottom: -18px; }
    .bubbleparticle .bubble-list.left-pos4 {
      left: 4%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos4 {
        bottom: -24px; }
    .bubbleparticle .bubble-list.left-pos5 {
      left: 5%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos5 {
        bottom: -30px; }
    .bubbleparticle .bubble-list.left-pos6 {
      left: 6%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos6 {
        bottom: -36px; }
    .bubbleparticle .bubble-list.left-pos7 {
      left: 7%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos7 {
        bottom: -42px; }
    .bubbleparticle .bubble-list.left-pos8 {
      left: 8%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos8 {
        bottom: -48px; }
    .bubbleparticle .bubble-list.left-pos9 {
      left: 9%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos9 {
        bottom: -54px; }
    .bubbleparticle .bubble-list.left-pos10 {
      left: 10%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos10 {
        bottom: -60px; }
    .bubbleparticle .bubble-list.left-pos11 {
      left: 11%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos11 {
        bottom: -66px; }
    .bubbleparticle .bubble-list.left-pos12 {
      left: 12%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos12 {
        bottom: -72px; }
    .bubbleparticle .bubble-list.left-pos13 {
      left: 13%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos13 {
        bottom: -78px; }
    .bubbleparticle .bubble-list.left-pos14 {
      left: 14%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos14 {
        bottom: -84px; }
    .bubbleparticle .bubble-list.left-pos15 {
      left: 15%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos15 {
        bottom: -90px; }
    .bubbleparticle .bubble-list.left-pos16 {
      left: 16%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos16 {
        bottom: -96px; }
    .bubbleparticle .bubble-list.left-pos17 {
      left: 17%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos17 {
        bottom: -102px; }
    .bubbleparticle .bubble-list.left-pos18 {
      left: 18%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos18 {
        bottom: -108px; }
    .bubbleparticle .bubble-list.left-pos19 {
      left: 19%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos19 {
        bottom: -114px; }
    .bubbleparticle .bubble-list.left-pos20 {
      left: 20%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos20 {
        bottom: -120px; }
    .bubbleparticle .bubble-list.left-pos21 {
      left: 21%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos21 {
        bottom: -126px; }
    .bubbleparticle .bubble-list.left-pos22 {
      left: 22%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos22 {
        bottom: -132px; }
    .bubbleparticle .bubble-list.left-pos23 {
      left: 23%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos23 {
        bottom: -138px; }
    .bubbleparticle .bubble-list.left-pos24 {
      left: 24%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos24 {
        bottom: -144px; }
    .bubbleparticle .bubble-list.left-pos25 {
      left: 25%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos25 {
        bottom: -150px; }
    .bubbleparticle .bubble-list.left-pos26 {
      left: 26%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos26 {
        bottom: -156px; }
    .bubbleparticle .bubble-list.left-pos27 {
      left: 27%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos27 {
        bottom: -162px; }
    .bubbleparticle .bubble-list.left-pos28 {
      left: 28%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos28 {
        bottom: -168px; }
    .bubbleparticle .bubble-list.left-pos29 {
      left: 29%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos29 {
        bottom: -174px; }
    .bubbleparticle .bubble-list.left-pos30 {
      left: 30%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos30 {
        bottom: -180px; }
    .bubbleparticle .bubble-list.left-pos31 {
      left: 31%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos31 {
        bottom: -186px; }
    .bubbleparticle .bubble-list.left-pos32 {
      left: 32%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos32 {
        bottom: -192px; }
    .bubbleparticle .bubble-list.left-pos33 {
      left: 33%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos33 {
        bottom: -198px; }
    .bubbleparticle .bubble-list.left-pos34 {
      left: 34%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos34 {
        bottom: -204px; }
    .bubbleparticle .bubble-list.left-pos35 {
      left: 35%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos35 {
        bottom: -210px; }
    .bubbleparticle .bubble-list.left-pos36 {
      left: 36%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos36 {
        bottom: -216px; }
    .bubbleparticle .bubble-list.left-pos37 {
      left: 37%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos37 {
        bottom: -222px; }
    .bubbleparticle .bubble-list.left-pos38 {
      left: 38%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos38 {
        bottom: -228px; }
    .bubbleparticle .bubble-list.left-pos39 {
      left: 39%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos39 {
        bottom: -234px; }
    .bubbleparticle .bubble-list.left-pos40 {
      left: 40%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos40 {
        bottom: -240px; }
    .bubbleparticle .bubble-list.left-pos41 {
      left: 41%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos41 {
        bottom: -246px; }
    .bubbleparticle .bubble-list.left-pos42 {
      left: 42%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos42 {
        bottom: -252px; }
    .bubbleparticle .bubble-list.left-pos43 {
      left: 43%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos43 {
        bottom: -258px; }
    .bubbleparticle .bubble-list.left-pos44 {
      left: 44%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos44 {
        bottom: -264px; }
    .bubbleparticle .bubble-list.left-pos45 {
      left: 45%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos45 {
        bottom: -270px; }
    .bubbleparticle .bubble-list.left-pos46 {
      left: 46%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos46 {
        bottom: -276px; }
    .bubbleparticle .bubble-list.left-pos47 {
      left: 47%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos47 {
        bottom: -282px; }
    .bubbleparticle .bubble-list.left-pos48 {
      left: 48%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos48 {
        bottom: -288px; }
    .bubbleparticle .bubble-list.left-pos49 {
      left: 49%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos49 {
        bottom: -294px; }
    .bubbleparticle .bubble-list.left-pos50 {
      left: 50%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos50 {
        bottom: -300px; }
    .bubbleparticle .bubble-list.left-pos51 {
      left: 51%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos51 {
        bottom: -306px; }
    .bubbleparticle .bubble-list.left-pos52 {
      left: 52%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos52 {
        bottom: -312px; }
    .bubbleparticle .bubble-list.left-pos53 {
      left: 53%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos53 {
        bottom: -318px; }
    .bubbleparticle .bubble-list.left-pos54 {
      left: 54%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos54 {
        bottom: -324px; }
    .bubbleparticle .bubble-list.left-pos55 {
      left: 55%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos55 {
        bottom: -330px; }
    .bubbleparticle .bubble-list.left-pos56 {
      left: 56%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos56 {
        bottom: -336px; }
    .bubbleparticle .bubble-list.left-pos57 {
      left: 57%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos57 {
        bottom: -342px; }
    .bubbleparticle .bubble-list.left-pos58 {
      left: 58%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos58 {
        bottom: -348px; }
    .bubbleparticle .bubble-list.left-pos59 {
      left: 59%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos59 {
        bottom: -354px; }
    .bubbleparticle .bubble-list.left-pos60 {
      left: 60%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos60 {
        bottom: -360px; }
    .bubbleparticle .bubble-list.left-pos61 {
      left: 61%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos61 {
        bottom: -366px; }
    .bubbleparticle .bubble-list.left-pos62 {
      left: 62%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos62 {
        bottom: -372px; }
    .bubbleparticle .bubble-list.left-pos63 {
      left: 63%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos63 {
        bottom: -378px; }
    .bubbleparticle .bubble-list.left-pos64 {
      left: 64%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos64 {
        bottom: -384px; }
    .bubbleparticle .bubble-list.left-pos65 {
      left: 65%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos65 {
        bottom: -390px; }
    .bubbleparticle .bubble-list.left-pos66 {
      left: 66%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos66 {
        bottom: -396px; }
    .bubbleparticle .bubble-list.left-pos67 {
      left: 67%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos67 {
        bottom: -402px; }
    .bubbleparticle .bubble-list.left-pos68 {
      left: 68%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos68 {
        bottom: -408px; }
    .bubbleparticle .bubble-list.left-pos69 {
      left: 69%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos69 {
        bottom: -414px; }
    .bubbleparticle .bubble-list.left-pos70 {
      left: 70%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos70 {
        bottom: -420px; }
    .bubbleparticle .bubble-list.left-pos71 {
      left: 71%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos71 {
        bottom: -426px; }
    .bubbleparticle .bubble-list.left-pos72 {
      left: 72%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos72 {
        bottom: -432px; }
    .bubbleparticle .bubble-list.left-pos73 {
      left: 73%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos73 {
        bottom: -438px; }
    .bubbleparticle .bubble-list.left-pos74 {
      left: 74%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos74 {
        bottom: -444px; }
    .bubbleparticle .bubble-list.left-pos75 {
      left: 75%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos75 {
        bottom: -450px; }
    .bubbleparticle .bubble-list.left-pos76 {
      left: 76%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos76 {
        bottom: -456px; }
    .bubbleparticle .bubble-list.left-pos77 {
      left: 77%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos77 {
        bottom: -462px; }
    .bubbleparticle .bubble-list.left-pos78 {
      left: 78%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos78 {
        bottom: -468px; }
    .bubbleparticle .bubble-list.left-pos79 {
      left: 79%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos79 {
        bottom: -474px; }
    .bubbleparticle .bubble-list.left-pos80 {
      left: 80%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos80 {
        bottom: -480px; }
    .bubbleparticle .bubble-list.left-pos81 {
      left: 81%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos81 {
        bottom: -486px; }
    .bubbleparticle .bubble-list.left-pos82 {
      left: 82%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos82 {
        bottom: -492px; }
    .bubbleparticle .bubble-list.left-pos83 {
      left: 83%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos83 {
        bottom: -498px; }
    .bubbleparticle .bubble-list.left-pos84 {
      left: 84%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos84 {
        bottom: -504px; }
    .bubbleparticle .bubble-list.left-pos85 {
      left: 85%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos85 {
        bottom: -510px; }
    .bubbleparticle .bubble-list.left-pos86 {
      left: 86%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos86 {
        bottom: -516px; }
    .bubbleparticle .bubble-list.left-pos87 {
      left: 87%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos87 {
        bottom: -522px; }
    .bubbleparticle .bubble-list.left-pos88 {
      left: 88%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos88 {
        bottom: -528px; }
    .bubbleparticle .bubble-list.left-pos89 {
      left: 89%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos89 {
        bottom: -534px; }
    .bubbleparticle .bubble-list.left-pos90 {
      left: 90%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos90 {
        bottom: -540px; }
    .bubbleparticle .bubble-list.left-pos91 {
      left: 91%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos91 {
        bottom: -546px; }
    .bubbleparticle .bubble-list.left-pos92 {
      left: 92%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos92 {
        bottom: -552px; }
    .bubbleparticle .bubble-list.left-pos93 {
      left: 93%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos93 {
        bottom: -558px; }
    .bubbleparticle .bubble-list.left-pos94 {
      left: 94%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos94 {
        bottom: -564px; }
    .bubbleparticle .bubble-list.left-pos95 {
      left: 95%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos95 {
        bottom: -570px; }
    .bubbleparticle .bubble-list.left-pos96 {
      left: 96%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos96 {
        bottom: -576px; }
    .bubbleparticle .bubble-list.left-pos97 {
      left: 97%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos97 {
        bottom: -582px; }
    .bubbleparticle .bubble-list.left-pos98 {
      left: 98%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos98 {
        bottom: -588px; }
    .bubbleparticle .bubble-list.left-pos99 {
      left: 99%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos99 {
        bottom: -594px; }
    .bubbleparticle .bubble-list.left-pos100 {
      left: 100%; }
    .bubbleparticle .bubble-list .bubble-list-inner {
      position: relative; }
      .bubbleparticle .bubble-list .bubble-list-inner.bottom-pos100 {
        bottom: -600px; }
    .bubbleparticle .bubble-list.scale1 {
      -webkit-transform: translateX(-50%) translateY(100%) scale(1.1);
      transform: translateX(-50%) translateY(100%) scale(1.1); }
    .bubbleparticle .bubble-list.scale2 {
      -webkit-transform: translateX(-50%) translateY(100%) scale(1.3);
      transform: translateX(-50%) translateY(100%) scale(1.3); }
    .bubbleparticle .bubble-list.scale3 {
      -webkit-transform: translateX(-50%) translateY(100%) scale(1.5);
      transform: translateX(-50%) translateY(100%) scale(1.5); }
    .bubbleparticle .bubble-list.scale4 {
      -webkit-transform: translateX(-50%) translateY(100%) scale(1.7);
      transform: translateX(-50%) translateY(100%) scale(1.7); }
    .bubbleparticle .bubble-list.scale5 {
      -webkit-transform: translateX(-50%) translateY(100%) scale(1.9);
      transform: translateX(-50%) translateY(100%) scale(1.9); }
    .bubbleparticle .bubble-list .bubble-list-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .bubbleparticle .bubble-list .bubble-list-inner img {
        width: 100%; }
  .bubbleparticle .test-ml-anime1 {
    -webkit-animation: 3.5s linear testMlAnime1;
    animation: 3.5s linear testMlAnime1; }
  .bubbleparticle .anime-delay1 {
    -webkit-animation-delay: 0.015s !important;
    animation-delay: 0.015s !important; }

@-webkit-keyframes testMlAnime1 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -73.5px;
    bottom: 120%; } }

@keyframes testMlAnime1 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -73.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime2 {
    -webkit-animation: 3.5s linear testMlAnime2;
    animation: 3.5s linear testMlAnime2; }
  .bubbleparticle .anime-delay2 {
    -webkit-animation-delay: 0.03s !important;
    animation-delay: 0.03s !important; }

@-webkit-keyframes testMlAnime2 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -72px;
    bottom: 120%; } }

@keyframes testMlAnime2 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -72px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime3 {
    -webkit-animation: 3.5s linear testMlAnime3;
    animation: 3.5s linear testMlAnime3; }
  .bubbleparticle .anime-delay3 {
    -webkit-animation-delay: 0.045s !important;
    animation-delay: 0.045s !important; }

@-webkit-keyframes testMlAnime3 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -70.5px;
    bottom: 120%; } }

@keyframes testMlAnime3 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -70.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime4 {
    -webkit-animation: 3.5s linear testMlAnime4;
    animation: 3.5s linear testMlAnime4; }
  .bubbleparticle .anime-delay4 {
    -webkit-animation-delay: 0.06s !important;
    animation-delay: 0.06s !important; }

@-webkit-keyframes testMlAnime4 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -69px;
    bottom: 120%; } }

@keyframes testMlAnime4 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -69px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime5 {
    -webkit-animation: 3.5s linear testMlAnime5;
    animation: 3.5s linear testMlAnime5; }
  .bubbleparticle .anime-delay5 {
    -webkit-animation-delay: 0.075s !important;
    animation-delay: 0.075s !important; }

@-webkit-keyframes testMlAnime5 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -67.5px;
    bottom: 120%; } }

@keyframes testMlAnime5 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -67.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime6 {
    -webkit-animation: 3.5s linear testMlAnime6;
    animation: 3.5s linear testMlAnime6; }
  .bubbleparticle .anime-delay6 {
    -webkit-animation-delay: 0.09s !important;
    animation-delay: 0.09s !important; }

@-webkit-keyframes testMlAnime6 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -66px;
    bottom: 120%; } }

@keyframes testMlAnime6 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -66px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime7 {
    -webkit-animation: 3.5s linear testMlAnime7;
    animation: 3.5s linear testMlAnime7; }
  .bubbleparticle .anime-delay7 {
    -webkit-animation-delay: 0.105s !important;
    animation-delay: 0.105s !important; }

@-webkit-keyframes testMlAnime7 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -64.5px;
    bottom: 120%; } }

@keyframes testMlAnime7 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -64.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime8 {
    -webkit-animation: 3.5s linear testMlAnime8;
    animation: 3.5s linear testMlAnime8; }
  .bubbleparticle .anime-delay8 {
    -webkit-animation-delay: 0.12s !important;
    animation-delay: 0.12s !important; }

@-webkit-keyframes testMlAnime8 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -63px;
    bottom: 120%; } }

@keyframes testMlAnime8 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -63px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime9 {
    -webkit-animation: 3.5s linear testMlAnime9;
    animation: 3.5s linear testMlAnime9; }
  .bubbleparticle .anime-delay9 {
    -webkit-animation-delay: 0.135s !important;
    animation-delay: 0.135s !important; }

@-webkit-keyframes testMlAnime9 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -61.5px;
    bottom: 120%; } }

@keyframes testMlAnime9 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -61.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime10 {
    -webkit-animation: 3.5s linear testMlAnime10;
    animation: 3.5s linear testMlAnime10; }
  .bubbleparticle .anime-delay10 {
    -webkit-animation-delay: 0.15s !important;
    animation-delay: 0.15s !important; }

@-webkit-keyframes testMlAnime10 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -60px;
    bottom: 120%; } }

@keyframes testMlAnime10 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -60px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime11 {
    -webkit-animation: 3.5s linear testMlAnime11;
    animation: 3.5s linear testMlAnime11; }
  .bubbleparticle .anime-delay11 {
    -webkit-animation-delay: 0.165s !important;
    animation-delay: 0.165s !important; }

@-webkit-keyframes testMlAnime11 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -58.5px;
    bottom: 120%; } }

@keyframes testMlAnime11 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -58.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime12 {
    -webkit-animation: 3.5s linear testMlAnime12;
    animation: 3.5s linear testMlAnime12; }
  .bubbleparticle .anime-delay12 {
    -webkit-animation-delay: 0.18s !important;
    animation-delay: 0.18s !important; }

@-webkit-keyframes testMlAnime12 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -57px;
    bottom: 120%; } }

@keyframes testMlAnime12 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -57px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime13 {
    -webkit-animation: 3.5s linear testMlAnime13;
    animation: 3.5s linear testMlAnime13; }
  .bubbleparticle .anime-delay13 {
    -webkit-animation-delay: 0.195s !important;
    animation-delay: 0.195s !important; }

@-webkit-keyframes testMlAnime13 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -55.5px;
    bottom: 120%; } }

@keyframes testMlAnime13 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -55.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime14 {
    -webkit-animation: 3.5s linear testMlAnime14;
    animation: 3.5s linear testMlAnime14; }
  .bubbleparticle .anime-delay14 {
    -webkit-animation-delay: 0.21s !important;
    animation-delay: 0.21s !important; }

@-webkit-keyframes testMlAnime14 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -54px;
    bottom: 120%; } }

@keyframes testMlAnime14 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -54px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime15 {
    -webkit-animation: 3.5s linear testMlAnime15;
    animation: 3.5s linear testMlAnime15; }
  .bubbleparticle .anime-delay15 {
    -webkit-animation-delay: 0.225s !important;
    animation-delay: 0.225s !important; }

@-webkit-keyframes testMlAnime15 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -52.5px;
    bottom: 120%; } }

@keyframes testMlAnime15 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -52.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime16 {
    -webkit-animation: 3.5s linear testMlAnime16;
    animation: 3.5s linear testMlAnime16; }
  .bubbleparticle .anime-delay16 {
    -webkit-animation-delay: 0.24s !important;
    animation-delay: 0.24s !important; }

@-webkit-keyframes testMlAnime16 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -51px;
    bottom: 120%; } }

@keyframes testMlAnime16 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -51px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime17 {
    -webkit-animation: 3.5s linear testMlAnime17;
    animation: 3.5s linear testMlAnime17; }
  .bubbleparticle .anime-delay17 {
    -webkit-animation-delay: 0.255s !important;
    animation-delay: 0.255s !important; }

@-webkit-keyframes testMlAnime17 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -49.5px;
    bottom: 120%; } }

@keyframes testMlAnime17 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -49.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime18 {
    -webkit-animation: 3.5s linear testMlAnime18;
    animation: 3.5s linear testMlAnime18; }
  .bubbleparticle .anime-delay18 {
    -webkit-animation-delay: 0.27s !important;
    animation-delay: 0.27s !important; }

@-webkit-keyframes testMlAnime18 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -48px;
    bottom: 120%; } }

@keyframes testMlAnime18 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -48px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime19 {
    -webkit-animation: 3.5s linear testMlAnime19;
    animation: 3.5s linear testMlAnime19; }
  .bubbleparticle .anime-delay19 {
    -webkit-animation-delay: 0.285s !important;
    animation-delay: 0.285s !important; }

@-webkit-keyframes testMlAnime19 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -46.5px;
    bottom: 120%; } }

@keyframes testMlAnime19 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -46.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime20 {
    -webkit-animation: 3.5s linear testMlAnime20;
    animation: 3.5s linear testMlAnime20; }
  .bubbleparticle .anime-delay20 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important; }

@-webkit-keyframes testMlAnime20 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -45px;
    bottom: 120%; } }

@keyframes testMlAnime20 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -45px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime21 {
    -webkit-animation: 3.5s linear testMlAnime21;
    animation: 3.5s linear testMlAnime21; }
  .bubbleparticle .anime-delay21 {
    -webkit-animation-delay: 0.315s !important;
    animation-delay: 0.315s !important; }

@-webkit-keyframes testMlAnime21 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -43.5px;
    bottom: 120%; } }

@keyframes testMlAnime21 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -43.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime22 {
    -webkit-animation: 3.5s linear testMlAnime22;
    animation: 3.5s linear testMlAnime22; }
  .bubbleparticle .anime-delay22 {
    -webkit-animation-delay: 0.33s !important;
    animation-delay: 0.33s !important; }

@-webkit-keyframes testMlAnime22 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -42px;
    bottom: 120%; } }

@keyframes testMlAnime22 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -42px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime23 {
    -webkit-animation: 3.5s linear testMlAnime23;
    animation: 3.5s linear testMlAnime23; }
  .bubbleparticle .anime-delay23 {
    -webkit-animation-delay: 0.345s !important;
    animation-delay: 0.345s !important; }

@-webkit-keyframes testMlAnime23 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -40.5px;
    bottom: 120%; } }

@keyframes testMlAnime23 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -40.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime24 {
    -webkit-animation: 3.5s linear testMlAnime24;
    animation: 3.5s linear testMlAnime24; }
  .bubbleparticle .anime-delay24 {
    -webkit-animation-delay: 0.36s !important;
    animation-delay: 0.36s !important; }

@-webkit-keyframes testMlAnime24 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -39px;
    bottom: 120%; } }

@keyframes testMlAnime24 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -39px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime25 {
    -webkit-animation: 3.5s linear testMlAnime25;
    animation: 3.5s linear testMlAnime25; }
  .bubbleparticle .anime-delay25 {
    -webkit-animation-delay: 0.375s !important;
    animation-delay: 0.375s !important; }

@-webkit-keyframes testMlAnime25 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -37.5px;
    bottom: 120%; } }

@keyframes testMlAnime25 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -37.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime26 {
    -webkit-animation: 3.5s linear testMlAnime26;
    animation: 3.5s linear testMlAnime26; }
  .bubbleparticle .anime-delay26 {
    -webkit-animation-delay: 0.39s !important;
    animation-delay: 0.39s !important; }

@-webkit-keyframes testMlAnime26 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -36px;
    bottom: 120%; } }

@keyframes testMlAnime26 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -36px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime27 {
    -webkit-animation: 3.5s linear testMlAnime27;
    animation: 3.5s linear testMlAnime27; }
  .bubbleparticle .anime-delay27 {
    -webkit-animation-delay: 0.405s !important;
    animation-delay: 0.405s !important; }

@-webkit-keyframes testMlAnime27 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -34.5px;
    bottom: 120%; } }

@keyframes testMlAnime27 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -34.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime28 {
    -webkit-animation: 3.5s linear testMlAnime28;
    animation: 3.5s linear testMlAnime28; }
  .bubbleparticle .anime-delay28 {
    -webkit-animation-delay: 0.42s !important;
    animation-delay: 0.42s !important; }

@-webkit-keyframes testMlAnime28 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -33px;
    bottom: 120%; } }

@keyframes testMlAnime28 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -33px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime29 {
    -webkit-animation: 3.5s linear testMlAnime29;
    animation: 3.5s linear testMlAnime29; }
  .bubbleparticle .anime-delay29 {
    -webkit-animation-delay: 0.435s !important;
    animation-delay: 0.435s !important; }

@-webkit-keyframes testMlAnime29 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -31.5px;
    bottom: 120%; } }

@keyframes testMlAnime29 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -31.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime30 {
    -webkit-animation: 3.5s linear testMlAnime30;
    animation: 3.5s linear testMlAnime30; }
  .bubbleparticle .anime-delay30 {
    -webkit-animation-delay: 0.45s !important;
    animation-delay: 0.45s !important; }

@-webkit-keyframes testMlAnime30 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -30px;
    bottom: 120%; } }

@keyframes testMlAnime30 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -30px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime31 {
    -webkit-animation: 3.5s linear testMlAnime31;
    animation: 3.5s linear testMlAnime31; }
  .bubbleparticle .anime-delay31 {
    -webkit-animation-delay: 0.465s !important;
    animation-delay: 0.465s !important; }

@-webkit-keyframes testMlAnime31 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -28.5px;
    bottom: 120%; } }

@keyframes testMlAnime31 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -28.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime32 {
    -webkit-animation: 3.5s linear testMlAnime32;
    animation: 3.5s linear testMlAnime32; }
  .bubbleparticle .anime-delay32 {
    -webkit-animation-delay: 0.48s !important;
    animation-delay: 0.48s !important; }

@-webkit-keyframes testMlAnime32 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -27px;
    bottom: 120%; } }

@keyframes testMlAnime32 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -27px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime33 {
    -webkit-animation: 3.5s linear testMlAnime33;
    animation: 3.5s linear testMlAnime33; }
  .bubbleparticle .anime-delay33 {
    -webkit-animation-delay: 0.495s !important;
    animation-delay: 0.495s !important; }

@-webkit-keyframes testMlAnime33 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -25.5px;
    bottom: 120%; } }

@keyframes testMlAnime33 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -25.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime34 {
    -webkit-animation: 3.5s linear testMlAnime34;
    animation: 3.5s linear testMlAnime34; }
  .bubbleparticle .anime-delay34 {
    -webkit-animation-delay: 0.51s !important;
    animation-delay: 0.51s !important; }

@-webkit-keyframes testMlAnime34 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -24px;
    bottom: 120%; } }

@keyframes testMlAnime34 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -24px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime35 {
    -webkit-animation: 3.5s linear testMlAnime35;
    animation: 3.5s linear testMlAnime35; }
  .bubbleparticle .anime-delay35 {
    -webkit-animation-delay: 0.525s !important;
    animation-delay: 0.525s !important; }

@-webkit-keyframes testMlAnime35 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -22.5px;
    bottom: 120%; } }

@keyframes testMlAnime35 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -22.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime36 {
    -webkit-animation: 3.5s linear testMlAnime36;
    animation: 3.5s linear testMlAnime36; }
  .bubbleparticle .anime-delay36 {
    -webkit-animation-delay: 0.54s !important;
    animation-delay: 0.54s !important; }

@-webkit-keyframes testMlAnime36 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -21px;
    bottom: 120%; } }

@keyframes testMlAnime36 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -21px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime37 {
    -webkit-animation: 3.5s linear testMlAnime37;
    animation: 3.5s linear testMlAnime37; }
  .bubbleparticle .anime-delay37 {
    -webkit-animation-delay: 0.555s !important;
    animation-delay: 0.555s !important; }

@-webkit-keyframes testMlAnime37 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -19.5px;
    bottom: 120%; } }

@keyframes testMlAnime37 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -19.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime38 {
    -webkit-animation: 3.5s linear testMlAnime38;
    animation: 3.5s linear testMlAnime38; }
  .bubbleparticle .anime-delay38 {
    -webkit-animation-delay: 0.57s !important;
    animation-delay: 0.57s !important; }

@-webkit-keyframes testMlAnime38 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -18px;
    bottom: 120%; } }

@keyframes testMlAnime38 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -18px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime39 {
    -webkit-animation: 3.5s linear testMlAnime39;
    animation: 3.5s linear testMlAnime39; }
  .bubbleparticle .anime-delay39 {
    -webkit-animation-delay: 0.585s !important;
    animation-delay: 0.585s !important; }

@-webkit-keyframes testMlAnime39 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -16.5px;
    bottom: 120%; } }

@keyframes testMlAnime39 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -16.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime40 {
    -webkit-animation: 3.5s linear testMlAnime40;
    animation: 3.5s linear testMlAnime40; }
  .bubbleparticle .anime-delay40 {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important; }

@-webkit-keyframes testMlAnime40 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -15px;
    bottom: 120%; } }

@keyframes testMlAnime40 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -15px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime41 {
    -webkit-animation: 3.5s linear testMlAnime41;
    animation: 3.5s linear testMlAnime41; }
  .bubbleparticle .anime-delay41 {
    -webkit-animation-delay: 0.615s !important;
    animation-delay: 0.615s !important; }

@-webkit-keyframes testMlAnime41 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -13.5px;
    bottom: 120%; } }

@keyframes testMlAnime41 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -13.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime42 {
    -webkit-animation: 3.5s linear testMlAnime42;
    animation: 3.5s linear testMlAnime42; }
  .bubbleparticle .anime-delay42 {
    -webkit-animation-delay: 0.63s !important;
    animation-delay: 0.63s !important; }

@-webkit-keyframes testMlAnime42 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -12px;
    bottom: 120%; } }

@keyframes testMlAnime42 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -12px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime43 {
    -webkit-animation: 3.5s linear testMlAnime43;
    animation: 3.5s linear testMlAnime43; }
  .bubbleparticle .anime-delay43 {
    -webkit-animation-delay: 0.645s !important;
    animation-delay: 0.645s !important; }

@-webkit-keyframes testMlAnime43 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -10.5px;
    bottom: 120%; } }

@keyframes testMlAnime43 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -10.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime44 {
    -webkit-animation: 3.5s linear testMlAnime44;
    animation: 3.5s linear testMlAnime44; }
  .bubbleparticle .anime-delay44 {
    -webkit-animation-delay: 0.66s !important;
    animation-delay: 0.66s !important; }

@-webkit-keyframes testMlAnime44 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -9px;
    bottom: 120%; } }

@keyframes testMlAnime44 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -9px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime45 {
    -webkit-animation: 3.5s linear testMlAnime45;
    animation: 3.5s linear testMlAnime45; }
  .bubbleparticle .anime-delay45 {
    -webkit-animation-delay: 0.675s !important;
    animation-delay: 0.675s !important; }

@-webkit-keyframes testMlAnime45 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -7.5px;
    bottom: 120%; } }

@keyframes testMlAnime45 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -7.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime46 {
    -webkit-animation: 3.5s linear testMlAnime46;
    animation: 3.5s linear testMlAnime46; }
  .bubbleparticle .anime-delay46 {
    -webkit-animation-delay: 0.69s !important;
    animation-delay: 0.69s !important; }

@-webkit-keyframes testMlAnime46 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -6px;
    bottom: 120%; } }

@keyframes testMlAnime46 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -6px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime47 {
    -webkit-animation: 3.5s linear testMlAnime47;
    animation: 3.5s linear testMlAnime47; }
  .bubbleparticle .anime-delay47 {
    -webkit-animation-delay: 0.705s !important;
    animation-delay: 0.705s !important; }

@-webkit-keyframes testMlAnime47 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -4.5px;
    bottom: 120%; } }

@keyframes testMlAnime47 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -4.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime48 {
    -webkit-animation: 3.5s linear testMlAnime48;
    animation: 3.5s linear testMlAnime48; }
  .bubbleparticle .anime-delay48 {
    -webkit-animation-delay: 0.72s !important;
    animation-delay: 0.72s !important; }

@-webkit-keyframes testMlAnime48 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -3px;
    bottom: 120%; } }

@keyframes testMlAnime48 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -3px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime49 {
    -webkit-animation: 3.5s linear testMlAnime49;
    animation: 3.5s linear testMlAnime49; }
  .bubbleparticle .anime-delay49 {
    -webkit-animation-delay: 0.735s !important;
    animation-delay: 0.735s !important; }

@-webkit-keyframes testMlAnime49 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -1.5px;
    bottom: 120%; } }

@keyframes testMlAnime49 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -1.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime50 {
    -webkit-animation: 3.5s linear testMlAnime50;
    animation: 3.5s linear testMlAnime50; }
  .bubbleparticle .anime-delay50 {
    -webkit-animation-delay: 0.75s !important;
    animation-delay: 0.75s !important; }

@-webkit-keyframes testMlAnime50 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 0px;
    bottom: 120%; } }

@keyframes testMlAnime50 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 0px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime51 {
    -webkit-animation: 3.5s linear testMlAnime51;
    animation: 3.5s linear testMlAnime51; }
  .bubbleparticle .anime-delay51 {
    -webkit-animation-delay: 0.765s !important;
    animation-delay: 0.765s !important; }

@-webkit-keyframes testMlAnime51 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 1.5px;
    bottom: 120%; } }

@keyframes testMlAnime51 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 1.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime52 {
    -webkit-animation: 3.5s linear testMlAnime52;
    animation: 3.5s linear testMlAnime52; }
  .bubbleparticle .anime-delay52 {
    -webkit-animation-delay: 0.78s !important;
    animation-delay: 0.78s !important; }

@-webkit-keyframes testMlAnime52 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 3px;
    bottom: 120%; } }

@keyframes testMlAnime52 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 3px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime53 {
    -webkit-animation: 3.5s linear testMlAnime53;
    animation: 3.5s linear testMlAnime53; }
  .bubbleparticle .anime-delay53 {
    -webkit-animation-delay: 0.795s !important;
    animation-delay: 0.795s !important; }

@-webkit-keyframes testMlAnime53 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 4.5px;
    bottom: 120%; } }

@keyframes testMlAnime53 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 4.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime54 {
    -webkit-animation: 3.5s linear testMlAnime54;
    animation: 3.5s linear testMlAnime54; }
  .bubbleparticle .anime-delay54 {
    -webkit-animation-delay: 0.81s !important;
    animation-delay: 0.81s !important; }

@-webkit-keyframes testMlAnime54 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 6px;
    bottom: 120%; } }

@keyframes testMlAnime54 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 6px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime55 {
    -webkit-animation: 3.5s linear testMlAnime55;
    animation: 3.5s linear testMlAnime55; }
  .bubbleparticle .anime-delay55 {
    -webkit-animation-delay: 0.825s !important;
    animation-delay: 0.825s !important; }

@-webkit-keyframes testMlAnime55 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 7.5px;
    bottom: 120%; } }

@keyframes testMlAnime55 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 7.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime56 {
    -webkit-animation: 3.5s linear testMlAnime56;
    animation: 3.5s linear testMlAnime56; }
  .bubbleparticle .anime-delay56 {
    -webkit-animation-delay: 0.84s !important;
    animation-delay: 0.84s !important; }

@-webkit-keyframes testMlAnime56 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 9px;
    bottom: 120%; } }

@keyframes testMlAnime56 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 9px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime57 {
    -webkit-animation: 3.5s linear testMlAnime57;
    animation: 3.5s linear testMlAnime57; }
  .bubbleparticle .anime-delay57 {
    -webkit-animation-delay: 0.855s !important;
    animation-delay: 0.855s !important; }

@-webkit-keyframes testMlAnime57 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 10.5px;
    bottom: 120%; } }

@keyframes testMlAnime57 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 10.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime58 {
    -webkit-animation: 3.5s linear testMlAnime58;
    animation: 3.5s linear testMlAnime58; }
  .bubbleparticle .anime-delay58 {
    -webkit-animation-delay: 0.87s !important;
    animation-delay: 0.87s !important; }

@-webkit-keyframes testMlAnime58 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 12px;
    bottom: 120%; } }

@keyframes testMlAnime58 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 12px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime59 {
    -webkit-animation: 3.5s linear testMlAnime59;
    animation: 3.5s linear testMlAnime59; }
  .bubbleparticle .anime-delay59 {
    -webkit-animation-delay: 0.885s !important;
    animation-delay: 0.885s !important; }

@-webkit-keyframes testMlAnime59 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 13.5px;
    bottom: 120%; } }

@keyframes testMlAnime59 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 13.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime60 {
    -webkit-animation: 3.5s linear testMlAnime60;
    animation: 3.5s linear testMlAnime60; }
  .bubbleparticle .anime-delay60 {
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important; }

@-webkit-keyframes testMlAnime60 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 15px;
    bottom: 120%; } }

@keyframes testMlAnime60 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 15px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime61 {
    -webkit-animation: 3.5s linear testMlAnime61;
    animation: 3.5s linear testMlAnime61; }
  .bubbleparticle .anime-delay61 {
    -webkit-animation-delay: 0.915s !important;
    animation-delay: 0.915s !important; }

@-webkit-keyframes testMlAnime61 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 16.5px;
    bottom: 120%; } }

@keyframes testMlAnime61 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 16.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime62 {
    -webkit-animation: 3.5s linear testMlAnime62;
    animation: 3.5s linear testMlAnime62; }
  .bubbleparticle .anime-delay62 {
    -webkit-animation-delay: 0.93s !important;
    animation-delay: 0.93s !important; }

@-webkit-keyframes testMlAnime62 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 18px;
    bottom: 120%; } }

@keyframes testMlAnime62 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 18px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime63 {
    -webkit-animation: 3.5s linear testMlAnime63;
    animation: 3.5s linear testMlAnime63; }
  .bubbleparticle .anime-delay63 {
    -webkit-animation-delay: 0.945s !important;
    animation-delay: 0.945s !important; }

@-webkit-keyframes testMlAnime63 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 19.5px;
    bottom: 120%; } }

@keyframes testMlAnime63 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 19.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime64 {
    -webkit-animation: 3.5s linear testMlAnime64;
    animation: 3.5s linear testMlAnime64; }
  .bubbleparticle .anime-delay64 {
    -webkit-animation-delay: 0.96s !important;
    animation-delay: 0.96s !important; }

@-webkit-keyframes testMlAnime64 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 21px;
    bottom: 120%; } }

@keyframes testMlAnime64 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 21px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime65 {
    -webkit-animation: 3.5s linear testMlAnime65;
    animation: 3.5s linear testMlAnime65; }
  .bubbleparticle .anime-delay65 {
    -webkit-animation-delay: 0.975s !important;
    animation-delay: 0.975s !important; }

@-webkit-keyframes testMlAnime65 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 22.5px;
    bottom: 120%; } }

@keyframes testMlAnime65 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 22.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime66 {
    -webkit-animation: 3.5s linear testMlAnime66;
    animation: 3.5s linear testMlAnime66; }
  .bubbleparticle .anime-delay66 {
    -webkit-animation-delay: 0.99s !important;
    animation-delay: 0.99s !important; }

@-webkit-keyframes testMlAnime66 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 24px;
    bottom: 120%; } }

@keyframes testMlAnime66 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 24px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime67 {
    -webkit-animation: 3.5s linear testMlAnime67;
    animation: 3.5s linear testMlAnime67; }
  .bubbleparticle .anime-delay67 {
    -webkit-animation-delay: 1.005s !important;
    animation-delay: 1.005s !important; }

@-webkit-keyframes testMlAnime67 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 25.5px;
    bottom: 120%; } }

@keyframes testMlAnime67 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 25.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime68 {
    -webkit-animation: 3.5s linear testMlAnime68;
    animation: 3.5s linear testMlAnime68; }
  .bubbleparticle .anime-delay68 {
    -webkit-animation-delay: 1.02s !important;
    animation-delay: 1.02s !important; }

@-webkit-keyframes testMlAnime68 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 27px;
    bottom: 120%; } }

@keyframes testMlAnime68 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 27px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime69 {
    -webkit-animation: 3.5s linear testMlAnime69;
    animation: 3.5s linear testMlAnime69; }
  .bubbleparticle .anime-delay69 {
    -webkit-animation-delay: 1.035s !important;
    animation-delay: 1.035s !important; }

@-webkit-keyframes testMlAnime69 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 28.5px;
    bottom: 120%; } }

@keyframes testMlAnime69 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 28.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime70 {
    -webkit-animation: 3.5s linear testMlAnime70;
    animation: 3.5s linear testMlAnime70; }
  .bubbleparticle .anime-delay70 {
    -webkit-animation-delay: 1.05s !important;
    animation-delay: 1.05s !important; }

@-webkit-keyframes testMlAnime70 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 30px;
    bottom: 120%; } }

@keyframes testMlAnime70 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 30px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime71 {
    -webkit-animation: 3.5s linear testMlAnime71;
    animation: 3.5s linear testMlAnime71; }
  .bubbleparticle .anime-delay71 {
    -webkit-animation-delay: 1.065s !important;
    animation-delay: 1.065s !important; }

@-webkit-keyframes testMlAnime71 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 31.5px;
    bottom: 120%; } }

@keyframes testMlAnime71 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 31.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime72 {
    -webkit-animation: 3.5s linear testMlAnime72;
    animation: 3.5s linear testMlAnime72; }
  .bubbleparticle .anime-delay72 {
    -webkit-animation-delay: 1.08s !important;
    animation-delay: 1.08s !important; }

@-webkit-keyframes testMlAnime72 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 33px;
    bottom: 120%; } }

@keyframes testMlAnime72 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 33px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime73 {
    -webkit-animation: 3.5s linear testMlAnime73;
    animation: 3.5s linear testMlAnime73; }
  .bubbleparticle .anime-delay73 {
    -webkit-animation-delay: 1.095s !important;
    animation-delay: 1.095s !important; }

@-webkit-keyframes testMlAnime73 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 34.5px;
    bottom: 120%; } }

@keyframes testMlAnime73 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 34.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime74 {
    -webkit-animation: 3.5s linear testMlAnime74;
    animation: 3.5s linear testMlAnime74; }
  .bubbleparticle .anime-delay74 {
    -webkit-animation-delay: 1.11s !important;
    animation-delay: 1.11s !important; }

@-webkit-keyframes testMlAnime74 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 36px;
    bottom: 120%; } }

@keyframes testMlAnime74 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 36px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime75 {
    -webkit-animation: 3.5s linear testMlAnime75;
    animation: 3.5s linear testMlAnime75; }
  .bubbleparticle .anime-delay75 {
    -webkit-animation-delay: 1.125s !important;
    animation-delay: 1.125s !important; }

@-webkit-keyframes testMlAnime75 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 37.5px;
    bottom: 120%; } }

@keyframes testMlAnime75 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 37.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime76 {
    -webkit-animation: 3.5s linear testMlAnime76;
    animation: 3.5s linear testMlAnime76; }
  .bubbleparticle .anime-delay76 {
    -webkit-animation-delay: 1.14s !important;
    animation-delay: 1.14s !important; }

@-webkit-keyframes testMlAnime76 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 39px;
    bottom: 120%; } }

@keyframes testMlAnime76 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 39px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime77 {
    -webkit-animation: 3.5s linear testMlAnime77;
    animation: 3.5s linear testMlAnime77; }
  .bubbleparticle .anime-delay77 {
    -webkit-animation-delay: 1.155s !important;
    animation-delay: 1.155s !important; }

@-webkit-keyframes testMlAnime77 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 40.5px;
    bottom: 120%; } }

@keyframes testMlAnime77 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 40.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime78 {
    -webkit-animation: 3.5s linear testMlAnime78;
    animation: 3.5s linear testMlAnime78; }
  .bubbleparticle .anime-delay78 {
    -webkit-animation-delay: 1.17s !important;
    animation-delay: 1.17s !important; }

@-webkit-keyframes testMlAnime78 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 42px;
    bottom: 120%; } }

@keyframes testMlAnime78 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 42px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime79 {
    -webkit-animation: 3.5s linear testMlAnime79;
    animation: 3.5s linear testMlAnime79; }
  .bubbleparticle .anime-delay79 {
    -webkit-animation-delay: 1.185s !important;
    animation-delay: 1.185s !important; }

@-webkit-keyframes testMlAnime79 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 43.5px;
    bottom: 120%; } }

@keyframes testMlAnime79 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 43.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime80 {
    -webkit-animation: 3.5s linear testMlAnime80;
    animation: 3.5s linear testMlAnime80; }
  .bubbleparticle .anime-delay80 {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important; }

@-webkit-keyframes testMlAnime80 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 45px;
    bottom: 120%; } }

@keyframes testMlAnime80 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 45px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime81 {
    -webkit-animation: 3.5s linear testMlAnime81;
    animation: 3.5s linear testMlAnime81; }
  .bubbleparticle .anime-delay81 {
    -webkit-animation-delay: 1.215s !important;
    animation-delay: 1.215s !important; }

@-webkit-keyframes testMlAnime81 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 46.5px;
    bottom: 120%; } }

@keyframes testMlAnime81 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 46.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime82 {
    -webkit-animation: 3.5s linear testMlAnime82;
    animation: 3.5s linear testMlAnime82; }
  .bubbleparticle .anime-delay82 {
    -webkit-animation-delay: 1.23s !important;
    animation-delay: 1.23s !important; }

@-webkit-keyframes testMlAnime82 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 48px;
    bottom: 120%; } }

@keyframes testMlAnime82 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 48px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime83 {
    -webkit-animation: 3.5s linear testMlAnime83;
    animation: 3.5s linear testMlAnime83; }
  .bubbleparticle .anime-delay83 {
    -webkit-animation-delay: 1.245s !important;
    animation-delay: 1.245s !important; }

@-webkit-keyframes testMlAnime83 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 49.5px;
    bottom: 120%; } }

@keyframes testMlAnime83 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 49.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime84 {
    -webkit-animation: 3.5s linear testMlAnime84;
    animation: 3.5s linear testMlAnime84; }
  .bubbleparticle .anime-delay84 {
    -webkit-animation-delay: 1.26s !important;
    animation-delay: 1.26s !important; }

@-webkit-keyframes testMlAnime84 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 51px;
    bottom: 120%; } }

@keyframes testMlAnime84 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 51px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime85 {
    -webkit-animation: 3.5s linear testMlAnime85;
    animation: 3.5s linear testMlAnime85; }
  .bubbleparticle .anime-delay85 {
    -webkit-animation-delay: 1.275s !important;
    animation-delay: 1.275s !important; }

@-webkit-keyframes testMlAnime85 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 52.5px;
    bottom: 120%; } }

@keyframes testMlAnime85 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 52.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime86 {
    -webkit-animation: 3.5s linear testMlAnime86;
    animation: 3.5s linear testMlAnime86; }
  .bubbleparticle .anime-delay86 {
    -webkit-animation-delay: 1.29s !important;
    animation-delay: 1.29s !important; }

@-webkit-keyframes testMlAnime86 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 54px;
    bottom: 120%; } }

@keyframes testMlAnime86 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 54px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime87 {
    -webkit-animation: 3.5s linear testMlAnime87;
    animation: 3.5s linear testMlAnime87; }
  .bubbleparticle .anime-delay87 {
    -webkit-animation-delay: 1.305s !important;
    animation-delay: 1.305s !important; }

@-webkit-keyframes testMlAnime87 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 55.5px;
    bottom: 120%; } }

@keyframes testMlAnime87 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 55.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime88 {
    -webkit-animation: 3.5s linear testMlAnime88;
    animation: 3.5s linear testMlAnime88; }
  .bubbleparticle .anime-delay88 {
    -webkit-animation-delay: 1.32s !important;
    animation-delay: 1.32s !important; }

@-webkit-keyframes testMlAnime88 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 57px;
    bottom: 120%; } }

@keyframes testMlAnime88 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 57px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime89 {
    -webkit-animation: 3.5s linear testMlAnime89;
    animation: 3.5s linear testMlAnime89; }
  .bubbleparticle .anime-delay89 {
    -webkit-animation-delay: 1.335s !important;
    animation-delay: 1.335s !important; }

@-webkit-keyframes testMlAnime89 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 58.5px;
    bottom: 120%; } }

@keyframes testMlAnime89 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 58.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime90 {
    -webkit-animation: 3.5s linear testMlAnime90;
    animation: 3.5s linear testMlAnime90; }
  .bubbleparticle .anime-delay90 {
    -webkit-animation-delay: 1.35s !important;
    animation-delay: 1.35s !important; }

@-webkit-keyframes testMlAnime90 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 60px;
    bottom: 120%; } }

@keyframes testMlAnime90 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 60px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime91 {
    -webkit-animation: 3.5s linear testMlAnime91;
    animation: 3.5s linear testMlAnime91; }
  .bubbleparticle .anime-delay91 {
    -webkit-animation-delay: 1.365s !important;
    animation-delay: 1.365s !important; }

@-webkit-keyframes testMlAnime91 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 61.5px;
    bottom: 120%; } }

@keyframes testMlAnime91 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 61.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime92 {
    -webkit-animation: 3.5s linear testMlAnime92;
    animation: 3.5s linear testMlAnime92; }
  .bubbleparticle .anime-delay92 {
    -webkit-animation-delay: 1.38s !important;
    animation-delay: 1.38s !important; }

@-webkit-keyframes testMlAnime92 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 63px;
    bottom: 120%; } }

@keyframes testMlAnime92 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 63px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime93 {
    -webkit-animation: 3.5s linear testMlAnime93;
    animation: 3.5s linear testMlAnime93; }
  .bubbleparticle .anime-delay93 {
    -webkit-animation-delay: 1.395s !important;
    animation-delay: 1.395s !important; }

@-webkit-keyframes testMlAnime93 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 64.5px;
    bottom: 120%; } }

@keyframes testMlAnime93 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 64.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime94 {
    -webkit-animation: 3.5s linear testMlAnime94;
    animation: 3.5s linear testMlAnime94; }
  .bubbleparticle .anime-delay94 {
    -webkit-animation-delay: 1.41s !important;
    animation-delay: 1.41s !important; }

@-webkit-keyframes testMlAnime94 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 66px;
    bottom: 120%; } }

@keyframes testMlAnime94 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 66px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime95 {
    -webkit-animation: 3.5s linear testMlAnime95;
    animation: 3.5s linear testMlAnime95; }
  .bubbleparticle .anime-delay95 {
    -webkit-animation-delay: 1.425s !important;
    animation-delay: 1.425s !important; }

@-webkit-keyframes testMlAnime95 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 67.5px;
    bottom: 120%; } }

@keyframes testMlAnime95 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 67.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime96 {
    -webkit-animation: 3.5s linear testMlAnime96;
    animation: 3.5s linear testMlAnime96; }
  .bubbleparticle .anime-delay96 {
    -webkit-animation-delay: 1.44s !important;
    animation-delay: 1.44s !important; }

@-webkit-keyframes testMlAnime96 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 69px;
    bottom: 120%; } }

@keyframes testMlAnime96 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 69px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime97 {
    -webkit-animation: 3.5s linear testMlAnime97;
    animation: 3.5s linear testMlAnime97; }
  .bubbleparticle .anime-delay97 {
    -webkit-animation-delay: 1.455s !important;
    animation-delay: 1.455s !important; }

@-webkit-keyframes testMlAnime97 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 70.5px;
    bottom: 120%; } }

@keyframes testMlAnime97 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 70.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime98 {
    -webkit-animation: 3.5s linear testMlAnime98;
    animation: 3.5s linear testMlAnime98; }
  .bubbleparticle .anime-delay98 {
    -webkit-animation-delay: 1.47s !important;
    animation-delay: 1.47s !important; }

@-webkit-keyframes testMlAnime98 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 72px;
    bottom: 120%; } }

@keyframes testMlAnime98 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 72px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime99 {
    -webkit-animation: 3.5s linear testMlAnime99;
    animation: 3.5s linear testMlAnime99; }
  .bubbleparticle .anime-delay99 {
    -webkit-animation-delay: 1.485s !important;
    animation-delay: 1.485s !important; }

@-webkit-keyframes testMlAnime99 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 73.5px;
    bottom: 120%; } }

@keyframes testMlAnime99 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 73.5px;
    bottom: 120%; } }
  .bubbleparticle .test-ml-anime100 {
    -webkit-animation: 3.5s linear testMlAnime100;
    animation: 3.5s linear testMlAnime100; }
  .bubbleparticle .anime-delay100 {
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important; }

@-webkit-keyframes testMlAnime100 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 75px;
    bottom: 120%; } }

@keyframes testMlAnime100 {
  0% { }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 75px;
    bottom: 120%; } }
