@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alatsi&display=swap");
.u-red {
  color: #f76eae;
}

.u-blue {
  color: #002ac6;
}

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

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

.main-container {
  word-break: break-word;
}

body.top #wrapper #main-side-box .next-movie .num, body.top #wrapper #main-side-box .next-movie .h2-ttl-out, #wrapper .twitter-area .h2-ttl, #wrapper .h2-ttl-inner, #wrapper .h2-ttl-out, #nav-wrap .api-nav-main div .page-nav-title, #nav-wrap .api-nav-main div a .nav-last-modified {
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  font-family: "Alatsi", sans-serif;
}

#wrapper .h2-ttl-inner span, #wrapper .h2-ttl-out span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

body.top #wrapper #main-side-box .next-movie .txt-box, #wrapper .h3-ttl-b, body.story #wrapper .thumb-list-box li a, .common-parts-ttl, #wrapper .post-articles-header-container h2 {
  background-image: -webkit-linear-gradient(320deg, rgb(129, 189, 149) 7%, rgb(13, 176, 208), rgb(25, 140, 191));
  background-image: linear-gradient(130deg, rgb(129, 189, 149) 7%, rgb(13, 176, 208), rgb(25, 140, 191));
}

/****--------- フラッシュ ---------****/
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
#nav-wrap .api-nav-main div a .nav-last-modified {
  -webkit-animation: flash 2s ease-in infinite;
  animation: flash 2s ease-in infinite;
}

/****--------- ふりこ ---------****/
@-webkit-keyframes pendulum {
  0% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
@keyframes pendulum {
  0% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
#page-up {
  -webkit-animation: pendulum ease-in-out 1s infinite alternate;
  animation: pendulum ease-in-out 1s infinite alternate;
}

/****--------- ハンドシェイク ---------****/
@-webkit-keyframes handshake {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    opacity: 1;
    -webkit-transform: translateX(-3px) rotateY(-6deg);
    transform: translateX(-3px) rotateY(-6deg);
  }
  18.5% {
    opacity: 0.4;
    -webkit-transform: translateX(2px) rotateY(5deg);
    transform: translateX(2px) rotateY(5deg);
  }
  31.5% {
    opacity: 0.4;
    -webkit-transform: translateX(0px) rotateY(-1deg);
    transform: translateX(0px) rotateY(-1deg);
  }
  43.5% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotateY(1deg);
    transform: translateX(0px) rotateY(1deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes handshake {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    opacity: 1;
    -webkit-transform: translateX(-3px) rotateY(-6deg);
    transform: translateX(-3px) rotateY(-6deg);
  }
  18.5% {
    opacity: 0.4;
    -webkit-transform: translateX(2px) rotateY(5deg);
    transform: translateX(2px) rotateY(5deg);
  }
  31.5% {
    opacity: 0.4;
    -webkit-transform: translateX(0px) rotateY(-1deg);
    transform: translateX(0px) rotateY(-1deg);
  }
  43.5% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotateY(1deg);
    transform: translateX(0px) rotateY(1deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/****--------- 脈 ---------****/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/****--------- ズームイン ---------****/
@-webkit-keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
}
/****--------- ふわふわ ---------****/
@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, -5px);
    transform: translate(0%, -5px);
  }
}
@keyframes fluffy {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, -5px);
    transform: translate(0%, -5px);
  }
}
/****--------- ズーム ---------****/
@-webkit-keyframes hbd {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hbd {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#header-image .hb-catch img {
  -webkit-animation: hbd 0.8s forwards;
  animation: hbd 0.8s forwards;
}

/* 上から */
@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*
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: 250px;
  background: #dddddd;
  margin-bottom: 50px;
}

#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 0rem;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

.page-section {
  -webkit-box-sizing: border-box;
  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;
}

#common-header {
  z-index: 3;
  position: relative;
}

#superbanner-desktop {
  z-index: 2;
}

.common-parts-ttl, #wrapper .post-articles-header-container h2 {
  color: #fff !important;
}

#common-related-shows h3 {
  color: #293f4b;
}

.common-related-shows p {
  line-height: 2rem;
  color: #293f4b;
}

.common-related-shows a:hover {
  background: rgba(114, 210, 234, 0.3);
}

#common-present h3,
#common-ranking h3 {
  color: #293f4b;
}

#common-present a span,
#common-present a.hover__hoverCyanText--raNVw {
  color: #293f4b !important;
}

svg.present__linkIcon--tXoMG {
  fill: #293f4b !important;
}

.device-type-mobile .post-articles-header-1OGA9,
.post-articles-style-mobile .post-articles-header-1OGA9 {
  color: #293f4b !important;
}

#wrapper .info-contents .contents-box:before, #wrapper .info-contents .contents-box:after {
  display: none;
}

#wrapper .info-contents .btn-box a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#superbanner-desktop {
  z-index: 3;
}

.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-pink {
  color: #f0027f !important;
}

.u-red {
  color: #FF0000 !important;
}

.u-orange {
  color: #FF9900 !important;
}

.u-blue {
  color: #0000FF !important;
}

.u-navy {
  color: #000080 !important;
}

.u-green {
  color: #008000 !important;
}

.u-black {
  color: #000000 !important;
}

.u-silver {
  color: #C0C0C0 !important;
}

.u-gray {
  color: #808080 !important;
}

.u-white {
  color: #ffffff !important;
}

.u-black {
  color: #000000 !important;
}

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

.u-font-size-s {
  font-size: 80% !important;
  line-height: 80% !important;
}

.u-font-size-m {
  font-size: 100% !important;
  line-height: 100% !important;
}

.u-font-size-l {
  font-size: 150% !important;
  line-height: 160% !important;
}

.u-font-size-ll {
  font-size: 200% !important;
  line-height: 180% !important;
}

.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: 2rem !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: 3rem !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: 4rem !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;
}

/*
orijinal
*/
.device-type-desktop #cboxLoadedContent {
  background: none;
}
.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: 6rem;
  background: none;
}
.device-type-mobile #cboxClose {
  color: #ffffff;
  text-indent: -9999px;
  top: -4.9rem;
  width: 5rem;
  height: 5rem;
  right: -1rem;
  background: url(../common-img/close.png);
  background-size: 5rem;
}

#cboxClose {
  outline: none;
}

.device-type-desktop .external-style, .device-type-desktop .device-type-mobile a.external-link.active:before, .device-type-mobile .device-type-desktop a.external-link.active:before, .device-type-desktop a.external-link:hover: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-desktop #section-ticker a.external-link, .device-type-desktop .swiper-wholl-playlist a.external-link {
  display: block;
  position: relative;
}
.device-type-desktop #section-ticker a.external-link:hover:before, .device-type-desktop .swiper-wholl-playlist a.external-link:hover:before {
  left: 0px;
}

.device-type-mobile .external-style, .device-type-mobile a.external-link.active:before, .device-type-mobile .device-type-desktop a.external-link:hover:before, .device-type-desktop .device-type-mobile a.external-link:hover:before {
  content: "";
  width: 21.3333333333vw;
  height: 8.5333333333vw;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -8.5333333333vw;
  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;
}

.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;
}

/**
 * Swiper 6.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 5, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#wrapper .swiper-arrow {
  z-index: 11;
  width: 44px;
  height: 82px;
  position: absolute;
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#wrapper .swiper-arrow:after {
  content: none;
}
#wrapper .swiper-arrow.active {
  opacity: 1;
}
#wrapper .swiper-pagination {
  width: 100%;
  position: relative;
  margin-top: 10px;
  line-height: 2.2rem;
}
#wrapper .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #d9e5e8;
}
#wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2e9bd5;
}
#wrapper .swiper-button-prev {
  background: url(../common-img/slider_arrow_left.png);
  background-repeat: no-repeat;
  left: -26px;
}
#wrapper .swiper-button-prev.active {
  -webkit-animation: swiperPrev 0.5s ease-out 0s 1;
  animation: swiperPrev 0.5s ease-out 0s 1;
}
#wrapper .swiper-button-next {
  background: url(../common-img/slider_arrow_right.png);
  background-repeat: no-repeat;
  right: -26px;
}
#wrapper .swiper-button-next.active {
  -webkit-animation: swiperNext 0.5s ease-out 0s 1;
  animation: swiperNext 0.5s ease-out 0s 1;
}
@-webkit-keyframes swiperPrev {
  from {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes swiperNext {
  from {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
#wrapper .parts-movie-list {
  padding-top: 10px;
}
#wrapper .youtube-playlist-wrapper {
  position: relative;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap {
  position: relative;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist {
  overflow: hidden;
  margin-top: -50px;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide {
  height: 136px;
  cursor: pointer;
  padding-top: 50px;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide a {
  background: #094362;
  display: block;
  width: 100%;
  height: 100%;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 50px;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide .youtube-thumb {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.6;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (-ms-high-contrast: none) {
  #wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide .youtube-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide:hover .youtube-thumb, #wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide.custom-active .youtube-thumb {
  opacity: 1;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-arrow {
  top: 78px;
}
#wrapper .single-slider {
  position: relative;
}
#wrapper .single-slider .swiper-arrow {
  top: 188px;
}

.modal-box {
  width: 800px;
}
.modal-box .ttl {
  font-size: 2rem;
  text-align: center;
  padding: 10px 0;
}
.modal-box .btn-box {
  text-align: center;
  text-decoration: none;
}
.modal-box .btn-box.inline a {
  display: inline-block;
}
.modal-box .btn-box a {
  position: relative;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding: 10px 50px;
  display: block;
  background: #35cca9;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100px;
  width: 35%;
  margin: 20px auto;
}
.modal-box .btn-box a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 2.1rem;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #ffffff;
}

.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 {
  -webkit-box-sizing: border-box;
  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;
  background: url(../common-img/castmodal_bg.png) no-repeat right 5% center #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 45px, rgba(0, 0, 0, 0.22) 0px 10px 18px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 45px, rgba(0, 0, 0, 0.22) 0px 10px 18px;
  border-radius: 2px;
  max-width: 800px;
  width: 800px;
  min-height: 298px;
  padding: 30px 30px 0 30px;
  display: inline-block;
  text-align: left;
  position: relative;
  vertical-align: top;
  color: #293f4b;
}
.modal-card:before {
  content: "";
  position: absolute;
  background: url(../common-img/contents_top.png) no-repeat center top;
  background-size: contain;
  top: -32px;
  left: 0;
  width: 100%;
  height: 50px;
}
.modal-card:after {
  content: "";
  position: absolute;
  background: url(../common-img/contents_bottom.png) no-repeat center bottom;
  background-size: contain;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 50px;
}

.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;
}

.modal-card .cast-box .cast-thumb {
  margin-right: 40px;
  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 {
  display: none !important;
}

.modal-card .cast-name {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.15rem;
  margin-bottom: 20px;
  color: #2e9bd5;
  display: inline-block;
}

.modal-card .cast-name-kana {
  font-size: 1.2rem;
  margin: -10px 0 -8px 0;
  display: block;
  letter-spacing: 0.05rem;
  font-weight: normal;
}

.modal-card .acter-name-box {
  display: inline-block;
  margin-bottom: 20px;
}

.modal-card .acter-name {
  position: relative;
  font-weight: bold;
  font-size: 2.2rem;
  padding-left: 40px;
  margin-left: 10px;
  letter-spacing: 0.15rem;
  color: #2e9bd5;
}
.modal-card .acter-name:before {
  content: "";
  background: url(../common-img/icon/icon_kugiri.png) no-repeat center center;
  background-size: contain;
  width: 28px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-card .acter-group {
  display: inline-block;
  font-weight: normal;
  font-size: 1.4rem;
  padding-left: 10px;
  color: #2e9bd5;
  font-weight: normal;
}
.modal-card .acter-group:before {
  content: "＜";
}
.modal-card .acter-group:after {
  content: "＞";
}

.modal-card .cast-box .cast-txt p:not(.cast-name) {
  font-size: 1.6rem;
}

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

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

body.second #wrapper {
  background: url(../common-img/bg.jpg) repeat-y center top;
  min-width: 1140px;
}
body.second #wrapper #header-image {
  position: relative;
}
body.second #wrapper #header-wrap {
  min-height: 145px;
  background: none;
}
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 {
  width: 200px;
}
body.second #wrapper .second-header .logo a {
  display: block;
}
body.second #wrapper .second-header .date {
  padding-top: 25px;
}
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 .h2-ttl {
  margin-top: 30px;
}
body.second #wrapper .second-box {
  background: #ffffff;
  padding: 30px 40px 60px 40px;
  position: relative;
}
body.second #wrapper .second-box:before {
  content: "";
  position: absolute;
  background: url(../common-img/contents_top.png) no-repeat center top;
  background-size: contain;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
}
body.second #wrapper .second-box:after {
  content: "";
  position: absolute;
  background: url(../common-img/contents_bottom.png) no-repeat center bottom;
  background-size: contain;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
}
body.second #wrapper #contents-wrap {
  background: none;
}
body.news #wrapper .second-box .img-box, body.news #wrapper .second-box .read-box, body.news #wrapper .second-box .btn-box, body.news #wrapper .second-box .youtube-wrap {
  margin-top: 30px;
}
body.news #wrapper .second-box .attention-ttl {
  margin-bottom: 15px;
  text-align: center;
}
body.news #wrapper .second-box .attention-text {
  font-size: 13px;
  line-height: 22px;
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
body.news #wrapper .second-box .h3-ttl-a + .h3-ttl-b {
  margin-top: 30px;
}
body.news #wrapper .second-box .h3-ttl-a + .read-box {
  margin-top: 15px;
}
body.news #wrapper .second-box .h1-ttl-box + .h3-ttl-a {
  margin-top: 30px;
}
body.news #wrapper .second-box .news-line {
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin-top: 50px;
  margin-bottom: 50px;
}
body.story #wrapper .staff-box {
  background: rgba(217, 229, 232, 0.3);
  padding: 10px 25px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
body.story #wrapper .staff-box ul#staff-list li.guest {
  margin-bottom: 10px;
}
body.story #wrapper #douga-banner-area {
  width: 325px;
  margin: 0 auto 40px;
}
body.story #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;
}
body.story #wrapper .thumb-list-box li {
  width: calc(33.3333333333% - 4px);
}
body.story #wrapper .thumb-list-box li a {
  margin: 5px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  padding: 6px 6px 0;
}
body.story #wrapper .thumb-list-box li a .thumb-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;
}
body.story #wrapper .thumb-list-box li a .thumb-box img {
  width: 100%;
}
body.story #wrapper .thumb-list-box li a .txt-box {
  padding: 10px 0;
}
body.story #wrapper .thumb-list-box li a .txt-box .ttl {
  font-weight: bold;
}
body.cast #wrapper .chart {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}
body.cast #wrapper .cast-box {
  margin-bottom: 60px;
  -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-name {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 5px;
  color: #2e9bd5;
}
body.cast #wrapper .cast-name-kana {
  font-weight: normal;
  font-size: 1.2rem;
  margin: -10px 0 -8px 0;
  display: block;
  letter-spacing: 0.05rem;
}
body.cast #wrapper .cast-age {
  margin: 0 0 10px 10px;
  background: #d9e5e8;
  border-radius: 6px;
  font-size: 1.4rem;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2rem;
  display: inline-block;
}
body.cast #wrapper .acter-name-box {
  display: block;
  margin-bottom: 20px;
}
body.cast #wrapper .acter-name {
  position: relative;
  font-weight: bold;
  font-size: 2.2rem;
  padding-left: 40px;
  margin-left: 20px;
  letter-spacing: 0.2rem;
  color: #2e9bd5;
}
body.cast #wrapper .acter-name:before {
  content: "";
  background: url(../common-img/icon/icon_kugiri.png) no-repeat center center;
  background-size: contain;
  width: 28px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.cast #wrapper .acter-group {
  display: inline-block;
  font-weight: normal;
  font-size: 1.4rem;
  padding-left: 10px;
  color: #2e9bd5;
  font-weight: normal;
}
body.cast #wrapper .acter-group:before {
  content: "＜";
}
body.cast #wrapper .acter-group:after {
  content: "＞";
}
body.cast #wrapper .cast-dot {
  text-align: center;
  margin: 60px auto;
  font-size: 35px;
}
body.staff #wrapper dl.staff-box {
  margin-top: 20px;
  text-align: center;
}
body.staff #wrapper dl.staff-box dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #2e9bd5;
}
body.staff #wrapper dl.staff-box dd {
  margin-bottom: 40px;
}

#section-emergency > div {
  margin-top: 30px;
}
#section-emergency dl {
  margin-top: 30px;
  background: #ffffff;
  line-height: 2.4rem;
  font-weight: bold;
}
#section-emergency dt {
  background: #f76eae;
  color: #ffffff;
  padding: 10px;
  width: 130px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#section-emergency dd {
  border: 3px solid #f76eae;
  width: 1000px;
  color: #f76eae;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}
#section-emergency a {
  color: #f76eae;
}
#section-emergency a:hover {
  text-decoration: none;
}
#section-emergency .fa-exclamation-triangle {
  font-size: 18px;
  margin-right: 10px;
}

.section-ticker {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  background: #fff;
}
.section-ticker a:link,
.section-ticker a:visited,
.section-ticker a:hover,
.section-ticker a:active {
  color: #293f4b;
}
.section-ticker a:link,
.section-ticker a:visited {
  text-decoration: underline;
}
.section-ticker a:hover,
.section-ticker .a:active {
  text-decoration: none;
}
.section-ticker .ticker-ttl {
  font-weight: bold;
  margin-right: 0px;
  letter-spacing: 2px;
  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;
  width: 130px;
  background: url(../common-img/light_bg.png) no-repeat left top #e9e551;
  background-size: contain;
}
.section-ticker .ticker-contents-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.section-ticker .ticker-contents-wrap .ticker-contents-text-wrap {
  width: 840px;
  margin: 0;
  overflow: visible;
  padding: 20px 25px;
  margin-top: -30px;
}
.section-ticker .ticker-contents-wrap .ticker-contents-text-wrap .swiper-container {
  overflow-x: hidden;
  padding-top: 30px;
}
.section-ticker .ticker-contents-wrap .ticker-contents-text-wrap .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-ticker .ticker-contents-wrap .ticker-contents-text-wrap .swiper-container .ticker-list {
  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;
  height: auto;
}
.section-ticker .ticker-contents-wrap .ticker-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  height: 20px;
  outline: none;
}
.section-ticker .ticker-contents-wrap .ticker-arrow:before {
  margin: auto;
  content: "";
  left: 3px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #2e9bd5;
  border-right: 2px solid #2e9bd5;
}
.section-ticker .ticker-contents-wrap .ticker-arrow.ticker-arrow-left {
  right: 42px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}
.section-ticker .ticker-contents-wrap .ticker-arrow.ticker-arrow-right {
  right: 20px;
}

#nav-wrap {
  margin-bottom: 10px;
}
#nav-wrap .api-nav-main {
  background: #e9e551;
}
#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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 2.4rem;
  text-decoration: none;
  color: #293f4b;
  border-right: none;
  height: 100px;
  display: block;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: relative;
}
#nav-wrap .api-nav-main div a:nth-child(even) {
  background: url(../common-img/nav_bg02.png) no-repeat left bottom, -webkit-linear-gradient(340deg, rgba(255, 255, 255, 0) 12.5%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 80%);
  background: url(../common-img/nav_bg02.png) no-repeat left bottom, linear-gradient(110deg, rgba(255, 255, 255, 0) 12.5%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 80%);
  background-size: contain, contain;
}
#nav-wrap .api-nav-main div a:nth-child(odd) {
  background: url(../common-img/nav_bg01.png) no-repeat left top, -webkit-linear-gradient(20deg, rgba(255, 255, 255, 0) 12.5%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 80%);
  background: url(../common-img/nav_bg01.png) no-repeat left top, linear-gradient(70deg, rgba(255, 255, 255, 0) 12.5%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 80%);
  background-size: contain;
}
#nav-wrap .api-nav-main div a .nav-last-modified {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  font-size: 1.2rem;
  margin: 0 auto;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  background: url(../common-img/light_bg.png) no-repeat left top #2e9bd5;
  background-size: contain;
  color: #fff;
  padding: 0px 0px;
  height: 18px;
  line-height: 18px;
  width: 70px;
}
#nav-wrap .api-nav-main div a:hover {
  color: #bbb721;
}
#nav-wrap .api-nav-main div a.active {
  color: #bbb721;
}
#nav-wrap .api-nav-main div .page-nav-title {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#nav-wrap .api-nav-main div .page-nav-subtitle {
  font-size: 1.2rem;
  padding-top: 5px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
#nav-wrap .api-nav-sub {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 0;
  -webkit-box-shadow: 0px 21px 26px -15px rgba(134, 133, 74, 0.5) inset;
  box-shadow: 0px 21px 26px -15px rgba(134, 133, 74, 0.5) inset;
}
#nav-wrap .api-nav-sub > div {
  width: 1080px;
  margin: 0 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.4rem;
  font-weight: bold;
  margin-right: 30px;
  text-decoration: none;
  color: #293f4b;
}
#nav-wrap .api-nav-sub a:after {
  content: "\f0da";
  font-family: FontAwesome;
  padding-left: 5px;
}

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

body.top .iframe-calendar-btn {
  margin-bottom: 2rem;
  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 {
  width: 100%;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #2e9bd5;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  border: none;
  text-align: center;
  margin: 0 auto;
  padding: 0 3rem;
  font-size: 2rem;
  -webkit-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.3) inset;
}
#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: #fff;
}
#wrapper .event.left,
#iframe-wrapper .event.left {
  text-align: left;
}
#wrapper .event.right,
#iframe-wrapper .event.right {
  text-align: right;
}

#wrapper .news-json-load-list-box .list-box, #wrapper .parts-load-list-box .list-box {
  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 .news-json-load-list-box .list-box .img-box .bg, #wrapper .parts-load-list-box .list-box .img-box .bg {
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
#wrapper .news-json-load-list-box .list-box .txt-box, #wrapper .parts-load-list-box .list-box .txt-box {
  position: static;
}
#wrapper .news-json-load-list-box + .btn-box,
#wrapper .parts-load-list-box + .btn-box {
  margin-top: 40px;
}
#wrapper .extend-large-style-list, #wrapper .layout-big-image-list.page-news .list-box li:first-child {
  width: 100%;
}
#wrapper .extend-large-style-list > a, #wrapper .layout-big-image-list.page-news .list-box li:first-child > a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  height: 100%;
  position: relative;
  font-weight: bold;
}
#wrapper .extend-large-style-list .img-box .bg, #wrapper .layout-big-image-list.page-news .list-box li:first-child .img-box .bg {
  height: 428px;
}
#wrapper .extend-large-style-list .txt-box, #wrapper .layout-big-image-list.page-news .list-box li:first-child .txt-box {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
  background: #ffffff;
}
#wrapper .extend-large-style-list .txt-box .category, #wrapper .layout-big-image-list.page-news .list-box li:first-child .txt-box .category {
  background: #35cca9;
  color: #fff;
  border-radius: 80px;
  padding: 3px 20px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrapper .extend-large-style-list .txt-box .category.news, #wrapper .layout-big-image-list.page-news .list-box li:first-child .txt-box .category.news {
  background: #2e9bd5;
  color: #fff;
}
#wrapper .extend-large-style-list .txt-box .title, #wrapper .layout-big-image-list.page-news .list-box li:first-child .txt-box .title {
  font-weight: bold;
  line-height: 3rem;
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
#wrapper .extend-large-style-list .txt-box .date, #wrapper .layout-big-image-list.page-news .list-box li:first-child .txt-box .date {
  font-size: 1.6rem;
  font-weight: bold;
  color: #a5babf;
  position: absolute;
  right: 20px;
  bottom: 16px;
}
#wrapper .extend-medium-style-list, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2), #wrapper .layout-big-image-list.page-top .list-box li {
  width: calc(50% - 10px);
}
#wrapper .extend-medium-style-list > a, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) > a, #wrapper .layout-big-image-list.page-top .list-box li > a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  height: 100%;
  position: relative;
  font-weight: bold;
}
#wrapper .extend-medium-style-list .img-box .bg, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .img-box .bg, #wrapper .layout-big-image-list.page-top .list-box li .img-box .bg {
  height: 208px;
}
#wrapper .extend-medium-style-list .txt-box, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .txt-box, #wrapper .layout-big-image-list.page-top .list-box li .txt-box {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 46px;
}
#wrapper .extend-medium-style-list .txt-box .category, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .txt-box .category, #wrapper .layout-big-image-list.page-top .list-box li .txt-box .category {
  background: #35cca9;
  color: #fff;
  border-radius: 80px;
  padding: 3px 20px;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrapper .extend-medium-style-list .txt-box .category.news, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .txt-box .category.news, #wrapper .layout-big-image-list.page-top .list-box li .txt-box .category.news {
  background: #2e9bd5;
  color: #fff;
}
#wrapper .extend-medium-style-list .txt-box .title, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .txt-box .title, #wrapper .layout-big-image-list.page-top .list-box li .txt-box .title {
  line-height: 2.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
#wrapper .extend-medium-style-list .txt-box .date, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .txt-box .date, #wrapper .layout-big-image-list.page-top .list-box li .txt-box .date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #a5babf;
  position: absolute;
  right: 20px;
  bottom: 16px;
}
#wrapper .extend-small-style-list, #wrapper .layout-small-image-list .list-box li {
  width: 100%;
}
#wrapper .extend-small-style-list > a, #wrapper .layout-small-image-list .list-box li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  position: relative;
  font-weight: bold;
}
#wrapper .extend-small-style-list .img-box, #wrapper .layout-small-image-list .list-box li .img-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;
}
#wrapper .extend-small-style-list .img-box .bg, #wrapper .layout-small-image-list .list-box li .img-box .bg {
  width: 270px;
  height: 152px;
}
#wrapper .extend-small-style-list .txt-box, #wrapper .layout-small-image-list .list-box li .txt-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 18px 20px 44px;
}
#wrapper .extend-small-style-list .txt-box .category, #wrapper .layout-small-image-list .list-box li .txt-box .category {
  background: #35cca9;
  color: #fff;
  border-radius: 80px;
  padding: 2px 20px;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
#wrapper .extend-small-style-list .txt-box .category.news, #wrapper .layout-small-image-list .list-box li .txt-box .category.news {
  background: #2e9bd5;
  color: #fff;
}
#wrapper .extend-small-style-list .txt-box .title, #wrapper .layout-small-image-list .list-box li .txt-box .title {
  line-height: 2.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#wrapper .extend-small-style-list .txt-box .date, #wrapper .layout-small-image-list .list-box li .txt-box .date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #a5babf;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
#wrapper .layout-big-image-list.page-top .list-box li:nth-child(2n) {
  margin-left: 20px;
}
#wrapper .layout-big-image-list.page-top .list-box li:nth-child(n+3) {
  margin-top: 40px;
}
#wrapper .layout-big-image-list.page-news .list-box li:nth-child(2n+3) {
  margin-left: 20px;
}
#wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) {
  margin-top: 40px;
}
#wrapper .layout-small-image-list .list-box li:nth-child(n+2) {
  margin-top: 20px;
}
#wrapper .layout-small-image-list.no-category .list-box li .txt-box {
  padding-bottom: 20px;
}
#wrapper .layout-small-image-list.no-category .list-box li .txt-box .date {
  position: static;
}
#wrapper .layout-small-image-list.no-category .list-box li .txt-box .title {
  padding-top: 0px;
  -webkit-line-clamp: 3;
}
#wrapper .layout-text-list {
  background: #ffffff;
  padding: 20px 40px 40px;
}
#wrapper .layout-text-list .list-box li {
  border-bottom: 1px solid #d9e5e8;
  width: 100%;
}
#wrapper .layout-text-list .list-box li .txt-box {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
#wrapper .layout-text-list .list-box li .txt-box .category {
  background: #35cca9;
  color: #fff;
  border-radius: 80px;
  padding: 3px 20px;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrapper .layout-text-list .list-box li .txt-box .category.news {
  background: #2e9bd5;
  color: #fff;
}
#wrapper .layout-text-list .list-box li .txt-box .date {
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: #a5babf;
}
#wrapper .layout-text-list .list-box li:last-child {
  margin-bottom: 0;
}

.api-bnr .pc-large {
  width: 100%;
}
.api-bnr img {
  width: 100%;
}

body.top .api-bnr-vod-a > div {
  margin-top: 15px;
}
body.top .api-bnr-vod-a > div a {
  display: block;
}
body.top .api-bnr-vod-a > div a:nth-child(n+2) {
  margin-top: 10px;
}

body.second .api-bnr-vod-a {
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 21px 26px -15px rgba(26, 124, 177, 0.2) inset;
  box-shadow: 0px 21px 26px -15px rgba(26, 124, 177, 0.2) inset;
}
body.second .api-bnr-vod-a > div {
  padding: 20px 0;
  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;
}
body.second .api-bnr-vod-a > div a {
  width: 300px;
  display: block;
}
body.second .api-bnr-vod-a > div a:nth-child(n+2) {
  margin-left: 20px;
}

.api-bnr-a > div {
  margin-top: 15px;
}
.api-bnr-a > div a {
  display: block;
}
.api-bnr-a > div a:nth-child(n+2) {
  margin-top: 15px;
}

.api-bnr-vod-b > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.api-bnr-vod-b > div a {
  display: block;
}
.api-bnr-vod-b > div a:nth-child(2n) {
  margin-left: 20px;
}
.api-bnr-vod-b > div a img {
  max-height: 180px;
}

.api-bnr-b > div {
  margin: -5px;
  margin-top: 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;
}
.api-bnr-b > div a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 5px;
}
.api-bnr-b > div a img {
  width: 100%;
  height: auto;
}
.api-bnr-b > div a:last-child {
  margin-right: 0;
}

.api-bnr-vod-c > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}
.api-bnr-vod-c > div a {
  display: block;
}
.api-bnr-vod-c > div a:nth-child(2n) {
  margin-left: 20px;
}

.api-bnr-sns > div {
  margin-bottom: 20px;
  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;
  width: 340px;
}
.api-bnr-sns > div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 20px 0;
}
.api-bnr-sns > div a img {
  width: 100%;
  height: auto;
}

.api-bnr-vod-d > div {
  margin: -5px -5px 0px -5px;
  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;
}
.api-bnr-vod-d > div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 5px;
}
.api-bnr-vod-d > div a img {
  width: 100%;
  height: auto;
}

.api-bnr-c > div {
  margin: 30px -5px 20px -5px;
  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;
}
.api-bnr-c > div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 5px;
}
.api-bnr-c > div a img {
  width: 100%;
  height: auto;
}

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 {
  display: none !important;
}

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

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

.hover-shadow {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17), 0 3px 5px rgba(0, 0, 0, 0.23);
  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;
}
#wrapper img {
  vertical-align: bottom;
  max-width: 100%;
}
#wrapper #header-wrap {
  min-width: 1140px;
  background: url(../common-img/main_pc.jpg) no-repeat center top;
}
#wrapper .bakuzou9 {
  min-width: 1140px;
  background: url(../common-img/main_pc_bakuzou9.jpg) no-repeat center top !important;
}
#wrapper .hb0517 {
  min-width: 1140px;
  background: url(../common-img/main_pc_0517.jpg) no-repeat center top !important;
}
#wrapper #contents-wrap {
  min-width: 1140px;
  background: url(../common-img/bg.jpg) repeat-y center top;
  padding-bottom: 40px;
}
#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: 13px 50px;
  display: block;
  background: #35cca9;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100px;
  margin: 0 auto;
  min-width: 280px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.3) inset;
}
#wrapper .btn-box a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 2.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #ffffff;
}
#wrapper .btn-box a.arrow-bottom:after {
  content: "\f107";
}
#wrapper .btn-box.btn-more-box a {
  background: #35cca9;
}
#wrapper .btn-box.btn-more-box a:after {
  content: "\f107";
}
#wrapper .btn-box.left {
  text-align: left;
}
#wrapper .btn-box.right {
  text-align: right;
}
#wrapper .btn-box.recommend-movie-anchor-btn-box {
  margin-bottom: 20px;
}
#wrapper .btn-box.recommend-movie-anchor-btn-box a {
  font-size: 20px;
}
#wrapper .con, #wrapper body.second .api-bnr-vod-a > div, body.second #wrapper .api-bnr-vod-a > div {
  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.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 4.6rem;
  margin-bottom: 20px;
  color: #2e9bd5;
}
#wrapper .read-box:last-child {
  margin-bottom: 0;
}
#wrapper .comment-box {
  overflow: hidden;
  margin: 0;
  padding: 10px 20px;
  background: #eeeeee;
  border-radius: 8px;
}
#wrapper .comment-box h3 {
  padding: 10px;
  line-height: 1.4;
}
#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: 680px;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 0 5px;
}
#wrapper .img-box3 li img {
  width: 100%;
  height: auto;
}
#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: #293f4b;
  text-decoration: none;
  display: block;
  padding: 10px 22px;
  border: 1px solid #d9e5e8;
  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 #d9e5e8;
}
#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: #2e9bd5;
  color: #ffffff;
}
#wrapper .pc-rectangle-banner {
  margin-bottom: 15px;
}
#wrapper .modal {
  position: relative;
  outline: none;
}
#wrapper .cap-box {
  min-height: 180px;
  position: relative;
  background: #094362;
}
#wrapper .cap-box .play {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateY(-45%) translateX(-50%);
  transform: translateY(-45%) translateX(-50%);
  display: inline-block;
  width: 60px;
  z-index: 10;
}
#wrapper .cap-box img {
  width: 100%;
  height: auto;
}
#wrapper .cap-box .cap {
  opacity: 0.8;
}
#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;
  margin-top: 40px;
}
#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: #ffffff;
  padding: 30px 40px;
  position: relative;
}
#wrapper .contents-box:before {
  content: "";
  position: absolute;
  background: url(../common-img/contents_top.png) no-repeat center top;
  background-size: contain;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
}
#wrapper .contents-box:after {
  content: "";
  position: absolute;
  background: url(../common-img/contents_bottom.png) no-repeat center bottom;
  background-size: contain;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
}
#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 #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-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 .h1-ttl-box {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #2e9bd5;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 3px solid #2e9bd5;
  background-color: white;
}
#wrapper .h1-ttl-box:before {
  position: absolute;
  top: 100%;
  right: 50%;
  -webkit-transform: translateX(-50%) skew(-25deg);
  transform: translateX(-50%) skew(-25deg);
  height: 20px;
  width: 10px;
  border-left: 3px solid #2e9bd5;
  background-color: white;
  content: "";
}
#wrapper .h1-ttl-box .date {
  font-size: 1.3rem;
  line-height: 2.8rem;
  background: url(../common-img/light_bg.png) no-repeat left top #e9e551;
  background-size: contain;
  padding: 0 8px;
  display: inline-block;
  margin-bottom: 10px;
  color: #293f4b;
}
#wrapper .h1-ttl-box h1 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.05rem;
}
#wrapper .h1-ttl-box span {
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 10px;
}
#wrapper .h2-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  background: #eeeeee;
  padding: 1rem 1.5rem;
}
#wrapper .h2-ttl span {
  font-size: 1.2rem;
  margin-left: 1rem;
}
#wrapper .h2-ttl-out {
  padding: 9rem 0 0 0;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: -3rem;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  background: url(../common-img/h2-ttl_bg.png) no-repeat center top;
  background-size: contain;
  height: 210px;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}
#wrapper .h2-ttl-out span {
  font-size: 1.4rem;
  display: block;
}
#wrapper .h2-ttl-inner {
  margin: 6rem 0 3rem 0;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  color: #2e9bd5;
}
#wrapper .h2-ttl-inner span {
  font-size: 1.4rem;
  display: block;
}
#wrapper .h3-ttl {
  border-bottom: 0.1rem solid #cccccc;
  font-weight: bold;
  padding-bottom: 1rem;
  font-size: 2.1rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
}
#wrapper .h3-ttl-a {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
  color: #35cca9;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 3px solid #35cca9;
  background-color: white;
  letter-spacing: 0.05rem;
}
#wrapper .h3-ttl-a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) skew(-25deg);
  transform: translateX(-50%) skew(-25deg);
  height: 20px;
  width: 10px;
  border-right: 3px solid #35cca9;
  background-color: white;
  content: "";
}
#wrapper .h3-ttl-b {
  color: #fff;
  font-size: 20px;
  padding: 12px 20px;
  margin-top: 30px;
}
#wrapper .h4-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#wrapper .story-ttl-box {
  margin-bottom: 10px;
}
#wrapper .story-ttl-box .date {
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}
#wrapper .story-ttl-box h1 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.05rem;
}
#wrapper .sns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper .sns-box > div:last-child {
  margin-left: 20px;
}
#wrapper .sns-box > div:only-child {
  margin: 0;
}
#wrapper .twitter-area {
  width: 100%;
  width: 320px;
}
#wrapper .twitter-area .h2-ttl {
  background: none;
  padding: 0;
  font-size: 2.6rem;
  color: #293f4b;
  font-weight: normal;
}
#wrapper .twitter-area .h2-ttl:before {
  content: "\f099";
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 2.6rem;
  color: #00acee;
}
#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 .tx01 {
  font-size: 1.5rem;
}
#wrapper .twitter-area .txt .tx02 {
  font-size: 1.3rem;
}
#wrapper .twitter-area .tweet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e8eb;
}
#wrapper .twitter-area .parts-twitter {
  margin-bottom: 20px;
  overflow: auto;
  height: 240px;
  line-height: 2.4rem;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  text-align: left;
}
#wrapper .twitter-area .btn-box a {
  width: auto;
  display: block;
  min-width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#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 {
  width: 1080px;
  height: 540px;
  position: relative;
}
body.top #wrapper #header-image .bakuzou-link {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 5px;
  width: 65px;
  height: 78px;
}
body.top #wrapper #header-image .tokusou-link {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 10px;
  width: 65px;
  height: 78px;
}
body.top #wrapper #main-side-box {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  font-size: 1.5rem;
}
body.top #wrapper #main-side-box .contents-box {
  padding: 0;
  background: none;
}
body.top #wrapper #main-side-box .contents-box:before {
  display: none;
}
body.top #wrapper #main-side-box .contents-box:after {
  display: none;
}
body.top #wrapper #main-side-box .next-movie {
  margin-bottom: 20px;
  position: relative;
}
body.top #wrapper #main-side-box .next-movie .h2-ttl-out {
  padding: 60px 0 0 0;
  text-align: center;
  margin-top: 0;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  color: #fff;
  margin-top: -50px;
  margin-bottom: -3.8rem;
  height: 140px;
  font-weight: normal;
}
body.top #wrapper #main-side-box .next-movie .num {
  font-weight: normal;
  background: url(../common-img/light_bg.png) no-repeat left top #e9e551;
  background-size: contain;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  display: block;
  position: absolute;
  top: 85px;
  right: -20px;
  color: #293f4b;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.4rem;
  width: 70px;
  height: 35px;
  line-height: 35px;
  z-index: 3;
}
body.top #wrapper #main-side-box .next-movie .num span {
  font-size: 1.6rem;
  padding-right: 5px;
}
body.top #wrapper #main-side-box .next-movie .txt-box {
  padding: 15px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-top: -30px;
  z-index: 2;
  position: relative;
}
body.top #wrapper #main-side-box .next-movie .detail {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
body.top #wrapper #main-side-box .next-movie .detail span {
  font-size: 1.2rem;
}
body.top #wrapper #main-side-box .next-movie .douga-logo {
  display: block;
  position: absolute;
  top: 1.8%;
  right: 1%;
  width: 131px;
  height: 20px;
}
body.top #wrapper #main-side-box .next-movie .douga-logo img {
  width: 100%;
}
body.top #wrapper #main-side-box .next-movie .btn-box a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  width: 100%;
}
#wrapper .common-parts-ttl, #wrapper .post-articles-header-container h2 {
  background-color: #393e40;
  padding: 8px 24px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
}
#wrapper .post-articles-header-container {
  background: none;
  padding: 0;
}
#wrapper .parts-section-share > *,
#wrapper #post-articles > *,
#wrapper #common-related-shows > * {
  margin-top: 40px;
}
#wrapper #recommend-movie > *,
#wrapper .parts-section-share > * {
  margin-top: 80px;
}

.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;
}

#header-image .hb-catch {
  position: absolute;
  top: 0;
  left: -20px;
}
#header-image .hb-catch img {
  width: 300px;
}
#header-image .hb-kikaku {
  position: absolute;
  top: 8px;
  right: 327px;
}
#header-image .hb-kikaku .btn-hb-balloon,
#header-image .hb-kikaku .btn-hb-twitter {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  opacity: 1;
}
#header-image .hb-kikaku .btn-hb-balloon:hover,
#header-image .hb-kikaku .btn-hb-twitter:hover {
  opacity: 0.4;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
#header-image .hb-kikaku .btn-hb-balloon {
  margin-bottom: 6px;
}

.balloonparticle {
  position: relative;
  z-index: 100;
}
.balloonparticle .balloon-list {
  width: 80px;
  position: fixed;
  left: 100%;
  bottom: -50px;
  -webkit-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
}
.balloonparticle .balloon-list.left-pos1 {
  left: 1%;
}
.balloonparticle .balloon-list.left-pos2 {
  left: 2%;
}
.balloonparticle .balloon-list.left-pos3 {
  left: 3%;
}
.balloonparticle .balloon-list.left-pos4 {
  left: 4%;
}
.balloonparticle .balloon-list.left-pos5 {
  left: 5%;
}
.balloonparticle .balloon-list.left-pos6 {
  left: 6%;
}
.balloonparticle .balloon-list.left-pos7 {
  left: 7%;
}
.balloonparticle .balloon-list.left-pos8 {
  left: 8%;
}
.balloonparticle .balloon-list.left-pos9 {
  left: 9%;
}
.balloonparticle .balloon-list.left-pos10 {
  left: 10%;
}
.balloonparticle .balloon-list.left-pos11 {
  left: 11%;
}
.balloonparticle .balloon-list.left-pos12 {
  left: 12%;
}
.balloonparticle .balloon-list.left-pos13 {
  left: 13%;
}
.balloonparticle .balloon-list.left-pos14 {
  left: 14%;
}
.balloonparticle .balloon-list.left-pos15 {
  left: 15%;
}
.balloonparticle .balloon-list.left-pos16 {
  left: 16%;
}
.balloonparticle .balloon-list.left-pos17 {
  left: 17%;
}
.balloonparticle .balloon-list.left-pos18 {
  left: 18%;
}
.balloonparticle .balloon-list.left-pos19 {
  left: 19%;
}
.balloonparticle .balloon-list.left-pos20 {
  left: 20%;
}
.balloonparticle .balloon-list.left-pos21 {
  left: 21%;
}
.balloonparticle .balloon-list.left-pos22 {
  left: 22%;
}
.balloonparticle .balloon-list.left-pos23 {
  left: 23%;
}
.balloonparticle .balloon-list.left-pos24 {
  left: 24%;
}
.balloonparticle .balloon-list.left-pos25 {
  left: 25%;
}
.balloonparticle .balloon-list.left-pos54 {
  left: 54%;
}
.balloonparticle .balloon-list.left-pos55 {
  left: 55%;
}
.balloonparticle .balloon-list.left-pos56 {
  left: 56%;
}
.balloonparticle .balloon-list.left-pos57 {
  left: 57%;
}
.balloonparticle .balloon-list.left-pos58 {
  left: 58%;
}
.balloonparticle .balloon-list.left-pos59 {
  left: 59%;
}
.balloonparticle .balloon-list.left-pos60 {
  left: 60%;
}
.balloonparticle .balloon-list.left-pos61 {
  left: 61%;
}
.balloonparticle .balloon-list.left-pos62 {
  left: 62%;
}
.balloonparticle .balloon-list.left-pos63 {
  left: 63%;
}
.balloonparticle .balloon-list.left-pos64 {
  left: 64%;
}
.balloonparticle .balloon-list.left-pos65 {
  left: 65%;
}
.balloonparticle .balloon-list.left-pos66 {
  left: 66%;
}
.balloonparticle .balloon-list.left-pos67 {
  left: 67%;
}
.balloonparticle .balloon-list.left-pos68 {
  left: 68%;
}
.balloonparticle .balloon-list.left-pos69 {
  left: 69%;
}
.balloonparticle .balloon-list.left-pos70 {
  left: 70%;
}
.balloonparticle .balloon-list.left-pos71 {
  left: 71%;
}
.balloonparticle .balloon-list.left-pos72 {
  left: 72%;
}
.balloonparticle .balloon-list.left-pos73 {
  left: 73%;
}
.balloonparticle .balloon-list.left-pos74 {
  left: 74%;
}
.balloonparticle .balloon-list.left-pos75 {
  left: 75%;
}
.balloonparticle .balloon-list.left-pos76 {
  left: 76%;
}
.balloonparticle .balloon-list.left-pos77 {
  left: 77%;
}
.balloonparticle .balloon-list.left-pos78 {
  left: 78%;
}
.balloonparticle .balloon-list.left-pos79 {
  left: 79%;
}
.balloonparticle .balloon-list.left-pos80 {
  left: 80%;
}
.balloonparticle .balloon-list.left-pos81 {
  left: 81%;
}
.balloonparticle .balloon-list.left-pos82 {
  left: 82%;
}
.balloonparticle .balloon-list.left-pos83 {
  left: 83%;
}
.balloonparticle .balloon-list.left-pos84 {
  left: 84%;
}
.balloonparticle .balloon-list.left-pos85 {
  left: 85%;
}
.balloonparticle .balloon-list.left-pos86 {
  left: 86%;
}
.balloonparticle .balloon-list.left-pos87 {
  left: 87%;
}
.balloonparticle .balloon-list.left-pos88 {
  left: 88%;
}
.balloonparticle .balloon-list.left-pos89 {
  left: 89%;
}
.balloonparticle .balloon-list.left-pos90 {
  left: 90%;
}
.balloonparticle .balloon-list.left-pos91 {
  left: 91%;
}
.balloonparticle .balloon-list.left-pos92 {
  left: 92%;
}
.balloonparticle .balloon-list.left-pos93 {
  left: 93%;
}
.balloonparticle .balloon-list.left-pos94 {
  left: 94%;
}
.balloonparticle .balloon-list.left-pos95 {
  left: 95%;
}
.balloonparticle .balloon-list.left-pos96 {
  left: 96%;
}
.balloonparticle .balloon-list.left-pos97 {
  left: 97%;
}
.balloonparticle .balloon-list.left-pos98 {
  left: 98%;
}
.balloonparticle .balloon-list.left-pos99 {
  left: 99%;
}
.balloonparticle .balloon-list.left-pos100 {
  left: 100%;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos1 {
  bottom: -6px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos2 {
  bottom: -12px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos3 {
  bottom: -18px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos4 {
  bottom: -24px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos5 {
  bottom: -30px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos6 {
  bottom: -36px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos7 {
  bottom: -42px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos8 {
  bottom: -48px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos9 {
  bottom: -54px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos10 {
  bottom: -60px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos11 {
  bottom: -66px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos12 {
  bottom: -72px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos13 {
  bottom: -78px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos14 {
  bottom: -84px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos15 {
  bottom: -90px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos16 {
  bottom: -96px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos17 {
  bottom: -102px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos18 {
  bottom: -108px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos19 {
  bottom: -114px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos20 {
  bottom: -120px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos21 {
  bottom: -126px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos22 {
  bottom: -132px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos23 {
  bottom: -138px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos24 {
  bottom: -144px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos25 {
  bottom: -150px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos26 {
  bottom: -156px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos27 {
  bottom: -162px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos28 {
  bottom: -168px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos29 {
  bottom: -174px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos30 {
  bottom: -180px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos31 {
  bottom: -186px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos32 {
  bottom: -192px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos33 {
  bottom: -198px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos34 {
  bottom: -204px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos35 {
  bottom: -210px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos36 {
  bottom: -216px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos37 {
  bottom: -222px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos38 {
  bottom: -228px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos39 {
  bottom: -234px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos40 {
  bottom: -240px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos41 {
  bottom: -246px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos42 {
  bottom: -252px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos43 {
  bottom: -258px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos44 {
  bottom: -264px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos45 {
  bottom: -270px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos46 {
  bottom: -276px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos47 {
  bottom: -282px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos48 {
  bottom: -288px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos49 {
  bottom: -294px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos50 {
  bottom: -300px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos51 {
  bottom: -306px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos52 {
  bottom: -312px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos53 {
  bottom: -318px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos54 {
  bottom: -324px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos55 {
  bottom: -330px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos56 {
  bottom: -336px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos57 {
  bottom: -342px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos58 {
  bottom: -348px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos59 {
  bottom: -354px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos60 {
  bottom: -360px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos61 {
  bottom: -366px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos62 {
  bottom: -372px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos63 {
  bottom: -378px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos64 {
  bottom: -384px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos65 {
  bottom: -390px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos66 {
  bottom: -396px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos67 {
  bottom: -402px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos68 {
  bottom: -408px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos69 {
  bottom: -414px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos70 {
  bottom: -420px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos71 {
  bottom: -426px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos72 {
  bottom: -432px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos73 {
  bottom: -438px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos74 {
  bottom: -444px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos75 {
  bottom: -450px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos76 {
  bottom: -456px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos77 {
  bottom: -462px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos78 {
  bottom: -468px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos79 {
  bottom: -474px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos80 {
  bottom: -480px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos81 {
  bottom: -486px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos82 {
  bottom: -492px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos83 {
  bottom: -498px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos84 {
  bottom: -504px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos85 {
  bottom: -510px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos86 {
  bottom: -516px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos87 {
  bottom: -522px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos88 {
  bottom: -528px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos89 {
  bottom: -534px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos90 {
  bottom: -540px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos91 {
  bottom: -546px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos92 {
  bottom: -552px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos93 {
  bottom: -558px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos94 {
  bottom: -564px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos95 {
  bottom: -570px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos96 {
  bottom: -576px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos97 {
  bottom: -582px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos98 {
  bottom: -588px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos99 {
  bottom: -594px;
}
.balloonparticle .balloon-list .balloon-list-inner {
  position: relative;
}
.balloonparticle .balloon-list .balloon-list-inner.bottom-pos100 {
  bottom: -600px;
}
.balloonparticle .balloon-list.scale1 {
  -webkit-transform: translateX(-50%) translateY(100%) scale(1.1);
  transform: translateX(-50%) translateY(100%) scale(1.1);
}
.balloonparticle .balloon-list.scale2 {
  -webkit-transform: translateX(-50%) translateY(100%) scale(1.3);
  transform: translateX(-50%) translateY(100%) scale(1.3);
}
.balloonparticle .balloon-list.scale3 {
  -webkit-transform: translateX(-50%) translateY(100%) scale(1.5);
  transform: translateX(-50%) translateY(100%) scale(1.5);
}
.balloonparticle .balloon-list.scale4 {
  -webkit-transform: translateX(-50%) translateY(100%) scale(1.7);
  transform: translateX(-50%) translateY(100%) scale(1.7);
}
.balloonparticle .balloon-list.scale5 {
  -webkit-transform: translateX(-50%) translateY(100%) scale(1.9);
  transform: translateX(-50%) translateY(100%) scale(1.9);
}
.balloonparticle .balloon-list .balloon-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;
}
.balloonparticle .balloon-list .balloon-list-inner img {
  width: 100%;
}
.balloonparticle .test-ml-anime1 {
  -webkit-animation: 5s linear testMlAnime1;
  animation: 5s linear testMlAnime1;
}
.balloonparticle .anime-delay1 {
  -webkit-animation-delay: 0.015s !important;
  animation-delay: 0.015s !important;
}
@-webkit-keyframes testMlAnime1 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -73.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime1 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -73.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime2 {
  -webkit-animation: 5s linear testMlAnime2;
  animation: 5s linear testMlAnime2;
}
.balloonparticle .anime-delay2 {
  -webkit-animation-delay: 0.03s !important;
  animation-delay: 0.03s !important;
}
@-webkit-keyframes testMlAnime2 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -72px;
    bottom: 120%;
  }
}
@keyframes testMlAnime2 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -72px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime3 {
  -webkit-animation: 5s linear testMlAnime3;
  animation: 5s linear testMlAnime3;
}
.balloonparticle .anime-delay3 {
  -webkit-animation-delay: 0.045s !important;
  animation-delay: 0.045s !important;
}
@-webkit-keyframes testMlAnime3 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -70.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime3 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -70.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime4 {
  -webkit-animation: 5s linear testMlAnime4;
  animation: 5s linear testMlAnime4;
}
.balloonparticle .anime-delay4 {
  -webkit-animation-delay: 0.06s !important;
  animation-delay: 0.06s !important;
}
@-webkit-keyframes testMlAnime4 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -69px;
    bottom: 120%;
  }
}
@keyframes testMlAnime4 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -69px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime5 {
  -webkit-animation: 5s linear testMlAnime5;
  animation: 5s linear testMlAnime5;
}
.balloonparticle .anime-delay5 {
  -webkit-animation-delay: 0.075s !important;
  animation-delay: 0.075s !important;
}
@-webkit-keyframes testMlAnime5 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -67.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime5 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -67.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime6 {
  -webkit-animation: 5s linear testMlAnime6;
  animation: 5s linear testMlAnime6;
}
.balloonparticle .anime-delay6 {
  -webkit-animation-delay: 0.09s !important;
  animation-delay: 0.09s !important;
}
@-webkit-keyframes testMlAnime6 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -66px;
    bottom: 120%;
  }
}
@keyframes testMlAnime6 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -66px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime7 {
  -webkit-animation: 5s linear testMlAnime7;
  animation: 5s linear testMlAnime7;
}
.balloonparticle .anime-delay7 {
  -webkit-animation-delay: 0.105s !important;
  animation-delay: 0.105s !important;
}
@-webkit-keyframes testMlAnime7 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -64.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime7 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -64.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime8 {
  -webkit-animation: 5s linear testMlAnime8;
  animation: 5s linear testMlAnime8;
}
.balloonparticle .anime-delay8 {
  -webkit-animation-delay: 0.12s !important;
  animation-delay: 0.12s !important;
}
@-webkit-keyframes testMlAnime8 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -63px;
    bottom: 120%;
  }
}
@keyframes testMlAnime8 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -63px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime9 {
  -webkit-animation: 5s linear testMlAnime9;
  animation: 5s linear testMlAnime9;
}
.balloonparticle .anime-delay9 {
  -webkit-animation-delay: 0.135s !important;
  animation-delay: 0.135s !important;
}
@-webkit-keyframes testMlAnime9 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -61.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime9 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -61.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime10 {
  -webkit-animation: 5s linear testMlAnime10;
  animation: 5s linear testMlAnime10;
}
.balloonparticle .anime-delay10 {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}
@-webkit-keyframes testMlAnime10 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -60px;
    bottom: 120%;
  }
}
@keyframes testMlAnime10 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -60px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime11 {
  -webkit-animation: 5s linear testMlAnime11;
  animation: 5s linear testMlAnime11;
}
.balloonparticle .anime-delay11 {
  -webkit-animation-delay: 0.165s !important;
  animation-delay: 0.165s !important;
}
@-webkit-keyframes testMlAnime11 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -58.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime11 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -58.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime12 {
  -webkit-animation: 5s linear testMlAnime12;
  animation: 5s linear testMlAnime12;
}
.balloonparticle .anime-delay12 {
  -webkit-animation-delay: 0.18s !important;
  animation-delay: 0.18s !important;
}
@-webkit-keyframes testMlAnime12 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -57px;
    bottom: 120%;
  }
}
@keyframes testMlAnime12 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -57px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime13 {
  -webkit-animation: 5s linear testMlAnime13;
  animation: 5s linear testMlAnime13;
}
.balloonparticle .anime-delay13 {
  -webkit-animation-delay: 0.195s !important;
  animation-delay: 0.195s !important;
}
@-webkit-keyframes testMlAnime13 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -55.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime13 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -55.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime14 {
  -webkit-animation: 5s linear testMlAnime14;
  animation: 5s linear testMlAnime14;
}
.balloonparticle .anime-delay14 {
  -webkit-animation-delay: 0.21s !important;
  animation-delay: 0.21s !important;
}
@-webkit-keyframes testMlAnime14 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -54px;
    bottom: 120%;
  }
}
@keyframes testMlAnime14 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -54px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime15 {
  -webkit-animation: 5s linear testMlAnime15;
  animation: 5s linear testMlAnime15;
}
.balloonparticle .anime-delay15 {
  -webkit-animation-delay: 0.225s !important;
  animation-delay: 0.225s !important;
}
@-webkit-keyframes testMlAnime15 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -52.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime15 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -52.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime16 {
  -webkit-animation: 5s linear testMlAnime16;
  animation: 5s linear testMlAnime16;
}
.balloonparticle .anime-delay16 {
  -webkit-animation-delay: 0.24s !important;
  animation-delay: 0.24s !important;
}
@-webkit-keyframes testMlAnime16 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -51px;
    bottom: 120%;
  }
}
@keyframes testMlAnime16 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -51px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime17 {
  -webkit-animation: 5s linear testMlAnime17;
  animation: 5s linear testMlAnime17;
}
.balloonparticle .anime-delay17 {
  -webkit-animation-delay: 0.255s !important;
  animation-delay: 0.255s !important;
}
@-webkit-keyframes testMlAnime17 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -49.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime17 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -49.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime18 {
  -webkit-animation: 5s linear testMlAnime18;
  animation: 5s linear testMlAnime18;
}
.balloonparticle .anime-delay18 {
  -webkit-animation-delay: 0.27s !important;
  animation-delay: 0.27s !important;
}
@-webkit-keyframes testMlAnime18 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -48px;
    bottom: 120%;
  }
}
@keyframes testMlAnime18 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -48px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime19 {
  -webkit-animation: 5s linear testMlAnime19;
  animation: 5s linear testMlAnime19;
}
.balloonparticle .anime-delay19 {
  -webkit-animation-delay: 0.285s !important;
  animation-delay: 0.285s !important;
}
@-webkit-keyframes testMlAnime19 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -46.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime19 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -46.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime20 {
  -webkit-animation: 5s linear testMlAnime20;
  animation: 5s linear testMlAnime20;
}
.balloonparticle .anime-delay20 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
@-webkit-keyframes testMlAnime20 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -45px;
    bottom: 120%;
  }
}
@keyframes testMlAnime20 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -45px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime21 {
  -webkit-animation: 5s linear testMlAnime21;
  animation: 5s linear testMlAnime21;
}
.balloonparticle .anime-delay21 {
  -webkit-animation-delay: 0.315s !important;
  animation-delay: 0.315s !important;
}
@-webkit-keyframes testMlAnime21 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -43.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime21 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -43.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime22 {
  -webkit-animation: 5s linear testMlAnime22;
  animation: 5s linear testMlAnime22;
}
.balloonparticle .anime-delay22 {
  -webkit-animation-delay: 0.33s !important;
  animation-delay: 0.33s !important;
}
@-webkit-keyframes testMlAnime22 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -42px;
    bottom: 120%;
  }
}
@keyframes testMlAnime22 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -42px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime23 {
  -webkit-animation: 5s linear testMlAnime23;
  animation: 5s linear testMlAnime23;
}
.balloonparticle .anime-delay23 {
  -webkit-animation-delay: 0.345s !important;
  animation-delay: 0.345s !important;
}
@-webkit-keyframes testMlAnime23 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -40.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime23 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -40.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime24 {
  -webkit-animation: 5s linear testMlAnime24;
  animation: 5s linear testMlAnime24;
}
.balloonparticle .anime-delay24 {
  -webkit-animation-delay: 0.36s !important;
  animation-delay: 0.36s !important;
}
@-webkit-keyframes testMlAnime24 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -39px;
    bottom: 120%;
  }
}
@keyframes testMlAnime24 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -39px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime25 {
  -webkit-animation: 5s linear testMlAnime25;
  animation: 5s linear testMlAnime25;
}
.balloonparticle .anime-delay25 {
  -webkit-animation-delay: 0.375s !important;
  animation-delay: 0.375s !important;
}
@-webkit-keyframes testMlAnime25 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -37.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime25 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -37.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime26 {
  -webkit-animation: 5s linear testMlAnime26;
  animation: 5s linear testMlAnime26;
}
.balloonparticle .anime-delay26 {
  -webkit-animation-delay: 0.39s !important;
  animation-delay: 0.39s !important;
}
@-webkit-keyframes testMlAnime26 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -36px;
    bottom: 120%;
  }
}
@keyframes testMlAnime26 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -36px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime27 {
  -webkit-animation: 5s linear testMlAnime27;
  animation: 5s linear testMlAnime27;
}
.balloonparticle .anime-delay27 {
  -webkit-animation-delay: 0.405s !important;
  animation-delay: 0.405s !important;
}
@-webkit-keyframes testMlAnime27 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -34.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime27 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -34.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime28 {
  -webkit-animation: 5s linear testMlAnime28;
  animation: 5s linear testMlAnime28;
}
.balloonparticle .anime-delay28 {
  -webkit-animation-delay: 0.42s !important;
  animation-delay: 0.42s !important;
}
@-webkit-keyframes testMlAnime28 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -33px;
    bottom: 120%;
  }
}
@keyframes testMlAnime28 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -33px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime29 {
  -webkit-animation: 5s linear testMlAnime29;
  animation: 5s linear testMlAnime29;
}
.balloonparticle .anime-delay29 {
  -webkit-animation-delay: 0.435s !important;
  animation-delay: 0.435s !important;
}
@-webkit-keyframes testMlAnime29 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -31.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime29 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -31.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime30 {
  -webkit-animation: 5s linear testMlAnime30;
  animation: 5s linear testMlAnime30;
}
.balloonparticle .anime-delay30 {
  -webkit-animation-delay: 0.45s !important;
  animation-delay: 0.45s !important;
}
@-webkit-keyframes testMlAnime30 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -30px;
    bottom: 120%;
  }
}
@keyframes testMlAnime30 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -30px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime31 {
  -webkit-animation: 5s linear testMlAnime31;
  animation: 5s linear testMlAnime31;
}
.balloonparticle .anime-delay31 {
  -webkit-animation-delay: 0.465s !important;
  animation-delay: 0.465s !important;
}
@-webkit-keyframes testMlAnime31 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -28.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime31 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -28.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime32 {
  -webkit-animation: 5s linear testMlAnime32;
  animation: 5s linear testMlAnime32;
}
.balloonparticle .anime-delay32 {
  -webkit-animation-delay: 0.48s !important;
  animation-delay: 0.48s !important;
}
@-webkit-keyframes testMlAnime32 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -27px;
    bottom: 120%;
  }
}
@keyframes testMlAnime32 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -27px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime33 {
  -webkit-animation: 5s linear testMlAnime33;
  animation: 5s linear testMlAnime33;
}
.balloonparticle .anime-delay33 {
  -webkit-animation-delay: 0.495s !important;
  animation-delay: 0.495s !important;
}
@-webkit-keyframes testMlAnime33 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -25.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime33 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -25.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime34 {
  -webkit-animation: 5s linear testMlAnime34;
  animation: 5s linear testMlAnime34;
}
.balloonparticle .anime-delay34 {
  -webkit-animation-delay: 0.51s !important;
  animation-delay: 0.51s !important;
}
@-webkit-keyframes testMlAnime34 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -24px;
    bottom: 120%;
  }
}
@keyframes testMlAnime34 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -24px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime35 {
  -webkit-animation: 5s linear testMlAnime35;
  animation: 5s linear testMlAnime35;
}
.balloonparticle .anime-delay35 {
  -webkit-animation-delay: 0.525s !important;
  animation-delay: 0.525s !important;
}
@-webkit-keyframes testMlAnime35 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -22.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime35 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -22.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime36 {
  -webkit-animation: 5s linear testMlAnime36;
  animation: 5s linear testMlAnime36;
}
.balloonparticle .anime-delay36 {
  -webkit-animation-delay: 0.54s !important;
  animation-delay: 0.54s !important;
}
@-webkit-keyframes testMlAnime36 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -21px;
    bottom: 120%;
  }
}
@keyframes testMlAnime36 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -21px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime37 {
  -webkit-animation: 5s linear testMlAnime37;
  animation: 5s linear testMlAnime37;
}
.balloonparticle .anime-delay37 {
  -webkit-animation-delay: 0.555s !important;
  animation-delay: 0.555s !important;
}
@-webkit-keyframes testMlAnime37 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -19.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime37 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -19.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime38 {
  -webkit-animation: 5s linear testMlAnime38;
  animation: 5s linear testMlAnime38;
}
.balloonparticle .anime-delay38 {
  -webkit-animation-delay: 0.57s !important;
  animation-delay: 0.57s !important;
}
@-webkit-keyframes testMlAnime38 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -18px;
    bottom: 120%;
  }
}
@keyframes testMlAnime38 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -18px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime39 {
  -webkit-animation: 5s linear testMlAnime39;
  animation: 5s linear testMlAnime39;
}
.balloonparticle .anime-delay39 {
  -webkit-animation-delay: 0.585s !important;
  animation-delay: 0.585s !important;
}
@-webkit-keyframes testMlAnime39 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -16.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime39 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -16.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime40 {
  -webkit-animation: 5s linear testMlAnime40;
  animation: 5s linear testMlAnime40;
}
.balloonparticle .anime-delay40 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
@-webkit-keyframes testMlAnime40 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -15px;
    bottom: 120%;
  }
}
@keyframes testMlAnime40 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -15px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime41 {
  -webkit-animation: 5s linear testMlAnime41;
  animation: 5s linear testMlAnime41;
}
.balloonparticle .anime-delay41 {
  -webkit-animation-delay: 0.615s !important;
  animation-delay: 0.615s !important;
}
@-webkit-keyframes testMlAnime41 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -13.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime41 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -13.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime42 {
  -webkit-animation: 5s linear testMlAnime42;
  animation: 5s linear testMlAnime42;
}
.balloonparticle .anime-delay42 {
  -webkit-animation-delay: 0.63s !important;
  animation-delay: 0.63s !important;
}
@-webkit-keyframes testMlAnime42 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -12px;
    bottom: 120%;
  }
}
@keyframes testMlAnime42 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -12px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime43 {
  -webkit-animation: 5s linear testMlAnime43;
  animation: 5s linear testMlAnime43;
}
.balloonparticle .anime-delay43 {
  -webkit-animation-delay: 0.645s !important;
  animation-delay: 0.645s !important;
}
@-webkit-keyframes testMlAnime43 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -10.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime43 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -10.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime44 {
  -webkit-animation: 5s linear testMlAnime44;
  animation: 5s linear testMlAnime44;
}
.balloonparticle .anime-delay44 {
  -webkit-animation-delay: 0.66s !important;
  animation-delay: 0.66s !important;
}
@-webkit-keyframes testMlAnime44 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -9px;
    bottom: 120%;
  }
}
@keyframes testMlAnime44 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -9px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime45 {
  -webkit-animation: 5s linear testMlAnime45;
  animation: 5s linear testMlAnime45;
}
.balloonparticle .anime-delay45 {
  -webkit-animation-delay: 0.675s !important;
  animation-delay: 0.675s !important;
}
@-webkit-keyframes testMlAnime45 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -7.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime45 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -7.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime46 {
  -webkit-animation: 5s linear testMlAnime46;
  animation: 5s linear testMlAnime46;
}
.balloonparticle .anime-delay46 {
  -webkit-animation-delay: 0.69s !important;
  animation-delay: 0.69s !important;
}
@-webkit-keyframes testMlAnime46 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -6px;
    bottom: 120%;
  }
}
@keyframes testMlAnime46 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -6px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime47 {
  -webkit-animation: 5s linear testMlAnime47;
  animation: 5s linear testMlAnime47;
}
.balloonparticle .anime-delay47 {
  -webkit-animation-delay: 0.705s !important;
  animation-delay: 0.705s !important;
}
@-webkit-keyframes testMlAnime47 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -4.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime47 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -4.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime48 {
  -webkit-animation: 5s linear testMlAnime48;
  animation: 5s linear testMlAnime48;
}
.balloonparticle .anime-delay48 {
  -webkit-animation-delay: 0.72s !important;
  animation-delay: 0.72s !important;
}
@-webkit-keyframes testMlAnime48 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -3px;
    bottom: 120%;
  }
}
@keyframes testMlAnime48 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -3px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime49 {
  -webkit-animation: 5s linear testMlAnime49;
  animation: 5s linear testMlAnime49;
}
.balloonparticle .anime-delay49 {
  -webkit-animation-delay: 0.735s !important;
  animation-delay: 0.735s !important;
}
@-webkit-keyframes testMlAnime49 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -1.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime49 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: -1.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime50 {
  -webkit-animation: 5s linear testMlAnime50;
  animation: 5s linear testMlAnime50;
}
.balloonparticle .anime-delay50 {
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important;
}
@-webkit-keyframes testMlAnime50 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 0px;
    bottom: 120%;
  }
}
@keyframes testMlAnime50 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 0px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime51 {
  -webkit-animation: 5s linear testMlAnime51;
  animation: 5s linear testMlAnime51;
}
.balloonparticle .anime-delay51 {
  -webkit-animation-delay: 0.765s !important;
  animation-delay: 0.765s !important;
}
@-webkit-keyframes testMlAnime51 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 1.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime51 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 1.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime52 {
  -webkit-animation: 5s linear testMlAnime52;
  animation: 5s linear testMlAnime52;
}
.balloonparticle .anime-delay52 {
  -webkit-animation-delay: 0.78s !important;
  animation-delay: 0.78s !important;
}
@-webkit-keyframes testMlAnime52 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 3px;
    bottom: 120%;
  }
}
@keyframes testMlAnime52 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 3px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime53 {
  -webkit-animation: 5s linear testMlAnime53;
  animation: 5s linear testMlAnime53;
}
.balloonparticle .anime-delay53 {
  -webkit-animation-delay: 0.795s !important;
  animation-delay: 0.795s !important;
}
@-webkit-keyframes testMlAnime53 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 4.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime53 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 4.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime54 {
  -webkit-animation: 5s linear testMlAnime54;
  animation: 5s linear testMlAnime54;
}
.balloonparticle .anime-delay54 {
  -webkit-animation-delay: 0.81s !important;
  animation-delay: 0.81s !important;
}
@-webkit-keyframes testMlAnime54 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 6px;
    bottom: 120%;
  }
}
@keyframes testMlAnime54 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 6px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime55 {
  -webkit-animation: 5s linear testMlAnime55;
  animation: 5s linear testMlAnime55;
}
.balloonparticle .anime-delay55 {
  -webkit-animation-delay: 0.825s !important;
  animation-delay: 0.825s !important;
}
@-webkit-keyframes testMlAnime55 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 7.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime55 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 7.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime56 {
  -webkit-animation: 5s linear testMlAnime56;
  animation: 5s linear testMlAnime56;
}
.balloonparticle .anime-delay56 {
  -webkit-animation-delay: 0.84s !important;
  animation-delay: 0.84s !important;
}
@-webkit-keyframes testMlAnime56 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 9px;
    bottom: 120%;
  }
}
@keyframes testMlAnime56 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 9px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime57 {
  -webkit-animation: 5s linear testMlAnime57;
  animation: 5s linear testMlAnime57;
}
.balloonparticle .anime-delay57 {
  -webkit-animation-delay: 0.855s !important;
  animation-delay: 0.855s !important;
}
@-webkit-keyframes testMlAnime57 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 10.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime57 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 10.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime58 {
  -webkit-animation: 5s linear testMlAnime58;
  animation: 5s linear testMlAnime58;
}
.balloonparticle .anime-delay58 {
  -webkit-animation-delay: 0.87s !important;
  animation-delay: 0.87s !important;
}
@-webkit-keyframes testMlAnime58 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 12px;
    bottom: 120%;
  }
}
@keyframes testMlAnime58 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 12px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime59 {
  -webkit-animation: 5s linear testMlAnime59;
  animation: 5s linear testMlAnime59;
}
.balloonparticle .anime-delay59 {
  -webkit-animation-delay: 0.885s !important;
  animation-delay: 0.885s !important;
}
@-webkit-keyframes testMlAnime59 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 13.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime59 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 13.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime60 {
  -webkit-animation: 5s linear testMlAnime60;
  animation: 5s linear testMlAnime60;
}
.balloonparticle .anime-delay60 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
@-webkit-keyframes testMlAnime60 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 15px;
    bottom: 120%;
  }
}
@keyframes testMlAnime60 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 15px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime61 {
  -webkit-animation: 5s linear testMlAnime61;
  animation: 5s linear testMlAnime61;
}
.balloonparticle .anime-delay61 {
  -webkit-animation-delay: 0.915s !important;
  animation-delay: 0.915s !important;
}
@-webkit-keyframes testMlAnime61 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 16.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime61 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 16.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime62 {
  -webkit-animation: 5s linear testMlAnime62;
  animation: 5s linear testMlAnime62;
}
.balloonparticle .anime-delay62 {
  -webkit-animation-delay: 0.93s !important;
  animation-delay: 0.93s !important;
}
@-webkit-keyframes testMlAnime62 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 18px;
    bottom: 120%;
  }
}
@keyframes testMlAnime62 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 18px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime63 {
  -webkit-animation: 5s linear testMlAnime63;
  animation: 5s linear testMlAnime63;
}
.balloonparticle .anime-delay63 {
  -webkit-animation-delay: 0.945s !important;
  animation-delay: 0.945s !important;
}
@-webkit-keyframes testMlAnime63 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 19.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime63 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 19.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime64 {
  -webkit-animation: 5s linear testMlAnime64;
  animation: 5s linear testMlAnime64;
}
.balloonparticle .anime-delay64 {
  -webkit-animation-delay: 0.96s !important;
  animation-delay: 0.96s !important;
}
@-webkit-keyframes testMlAnime64 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 21px;
    bottom: 120%;
  }
}
@keyframes testMlAnime64 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 21px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime65 {
  -webkit-animation: 5s linear testMlAnime65;
  animation: 5s linear testMlAnime65;
}
.balloonparticle .anime-delay65 {
  -webkit-animation-delay: 0.975s !important;
  animation-delay: 0.975s !important;
}
@-webkit-keyframes testMlAnime65 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 22.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime65 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 22.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime66 {
  -webkit-animation: 5s linear testMlAnime66;
  animation: 5s linear testMlAnime66;
}
.balloonparticle .anime-delay66 {
  -webkit-animation-delay: 0.99s !important;
  animation-delay: 0.99s !important;
}
@-webkit-keyframes testMlAnime66 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 24px;
    bottom: 120%;
  }
}
@keyframes testMlAnime66 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 24px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime67 {
  -webkit-animation: 5s linear testMlAnime67;
  animation: 5s linear testMlAnime67;
}
.balloonparticle .anime-delay67 {
  -webkit-animation-delay: 1.005s !important;
  animation-delay: 1.005s !important;
}
@-webkit-keyframes testMlAnime67 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 25.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime67 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 25.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime68 {
  -webkit-animation: 5s linear testMlAnime68;
  animation: 5s linear testMlAnime68;
}
.balloonparticle .anime-delay68 {
  -webkit-animation-delay: 1.02s !important;
  animation-delay: 1.02s !important;
}
@-webkit-keyframes testMlAnime68 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 27px;
    bottom: 120%;
  }
}
@keyframes testMlAnime68 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 27px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime69 {
  -webkit-animation: 5s linear testMlAnime69;
  animation: 5s linear testMlAnime69;
}
.balloonparticle .anime-delay69 {
  -webkit-animation-delay: 1.035s !important;
  animation-delay: 1.035s !important;
}
@-webkit-keyframes testMlAnime69 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 28.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime69 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 28.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime70 {
  -webkit-animation: 5s linear testMlAnime70;
  animation: 5s linear testMlAnime70;
}
.balloonparticle .anime-delay70 {
  -webkit-animation-delay: 1.05s !important;
  animation-delay: 1.05s !important;
}
@-webkit-keyframes testMlAnime70 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 30px;
    bottom: 120%;
  }
}
@keyframes testMlAnime70 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 30px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime71 {
  -webkit-animation: 5s linear testMlAnime71;
  animation: 5s linear testMlAnime71;
}
.balloonparticle .anime-delay71 {
  -webkit-animation-delay: 1.065s !important;
  animation-delay: 1.065s !important;
}
@-webkit-keyframes testMlAnime71 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 31.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime71 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 31.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime72 {
  -webkit-animation: 5s linear testMlAnime72;
  animation: 5s linear testMlAnime72;
}
.balloonparticle .anime-delay72 {
  -webkit-animation-delay: 1.08s !important;
  animation-delay: 1.08s !important;
}
@-webkit-keyframes testMlAnime72 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 33px;
    bottom: 120%;
  }
}
@keyframes testMlAnime72 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 33px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime73 {
  -webkit-animation: 5s linear testMlAnime73;
  animation: 5s linear testMlAnime73;
}
.balloonparticle .anime-delay73 {
  -webkit-animation-delay: 1.095s !important;
  animation-delay: 1.095s !important;
}
@-webkit-keyframes testMlAnime73 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 34.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime73 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 34.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime74 {
  -webkit-animation: 5s linear testMlAnime74;
  animation: 5s linear testMlAnime74;
}
.balloonparticle .anime-delay74 {
  -webkit-animation-delay: 1.11s !important;
  animation-delay: 1.11s !important;
}
@-webkit-keyframes testMlAnime74 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 36px;
    bottom: 120%;
  }
}
@keyframes testMlAnime74 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 36px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime75 {
  -webkit-animation: 5s linear testMlAnime75;
  animation: 5s linear testMlAnime75;
}
.balloonparticle .anime-delay75 {
  -webkit-animation-delay: 1.125s !important;
  animation-delay: 1.125s !important;
}
@-webkit-keyframes testMlAnime75 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 37.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime75 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 37.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime76 {
  -webkit-animation: 5s linear testMlAnime76;
  animation: 5s linear testMlAnime76;
}
.balloonparticle .anime-delay76 {
  -webkit-animation-delay: 1.14s !important;
  animation-delay: 1.14s !important;
}
@-webkit-keyframes testMlAnime76 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 39px;
    bottom: 120%;
  }
}
@keyframes testMlAnime76 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 39px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime77 {
  -webkit-animation: 5s linear testMlAnime77;
  animation: 5s linear testMlAnime77;
}
.balloonparticle .anime-delay77 {
  -webkit-animation-delay: 1.155s !important;
  animation-delay: 1.155s !important;
}
@-webkit-keyframes testMlAnime77 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 40.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime77 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 40.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime78 {
  -webkit-animation: 5s linear testMlAnime78;
  animation: 5s linear testMlAnime78;
}
.balloonparticle .anime-delay78 {
  -webkit-animation-delay: 1.17s !important;
  animation-delay: 1.17s !important;
}
@-webkit-keyframes testMlAnime78 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 42px;
    bottom: 120%;
  }
}
@keyframes testMlAnime78 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 42px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime79 {
  -webkit-animation: 5s linear testMlAnime79;
  animation: 5s linear testMlAnime79;
}
.balloonparticle .anime-delay79 {
  -webkit-animation-delay: 1.185s !important;
  animation-delay: 1.185s !important;
}
@-webkit-keyframes testMlAnime79 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 43.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime79 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 43.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime80 {
  -webkit-animation: 5s linear testMlAnime80;
  animation: 5s linear testMlAnime80;
}
.balloonparticle .anime-delay80 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
@-webkit-keyframes testMlAnime80 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 45px;
    bottom: 120%;
  }
}
@keyframes testMlAnime80 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 45px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime81 {
  -webkit-animation: 5s linear testMlAnime81;
  animation: 5s linear testMlAnime81;
}
.balloonparticle .anime-delay81 {
  -webkit-animation-delay: 1.215s !important;
  animation-delay: 1.215s !important;
}
@-webkit-keyframes testMlAnime81 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 46.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime81 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 46.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime82 {
  -webkit-animation: 5s linear testMlAnime82;
  animation: 5s linear testMlAnime82;
}
.balloonparticle .anime-delay82 {
  -webkit-animation-delay: 1.23s !important;
  animation-delay: 1.23s !important;
}
@-webkit-keyframes testMlAnime82 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 48px;
    bottom: 120%;
  }
}
@keyframes testMlAnime82 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 48px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime83 {
  -webkit-animation: 5s linear testMlAnime83;
  animation: 5s linear testMlAnime83;
}
.balloonparticle .anime-delay83 {
  -webkit-animation-delay: 1.245s !important;
  animation-delay: 1.245s !important;
}
@-webkit-keyframes testMlAnime83 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 49.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime83 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 49.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime84 {
  -webkit-animation: 5s linear testMlAnime84;
  animation: 5s linear testMlAnime84;
}
.balloonparticle .anime-delay84 {
  -webkit-animation-delay: 1.26s !important;
  animation-delay: 1.26s !important;
}
@-webkit-keyframes testMlAnime84 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 51px;
    bottom: 120%;
  }
}
@keyframes testMlAnime84 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 51px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime85 {
  -webkit-animation: 5s linear testMlAnime85;
  animation: 5s linear testMlAnime85;
}
.balloonparticle .anime-delay85 {
  -webkit-animation-delay: 1.275s !important;
  animation-delay: 1.275s !important;
}
@-webkit-keyframes testMlAnime85 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 52.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime85 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 52.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime86 {
  -webkit-animation: 5s linear testMlAnime86;
  animation: 5s linear testMlAnime86;
}
.balloonparticle .anime-delay86 {
  -webkit-animation-delay: 1.29s !important;
  animation-delay: 1.29s !important;
}
@-webkit-keyframes testMlAnime86 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 54px;
    bottom: 120%;
  }
}
@keyframes testMlAnime86 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 54px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime87 {
  -webkit-animation: 5s linear testMlAnime87;
  animation: 5s linear testMlAnime87;
}
.balloonparticle .anime-delay87 {
  -webkit-animation-delay: 1.305s !important;
  animation-delay: 1.305s !important;
}
@-webkit-keyframes testMlAnime87 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 55.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime87 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 55.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime88 {
  -webkit-animation: 5s linear testMlAnime88;
  animation: 5s linear testMlAnime88;
}
.balloonparticle .anime-delay88 {
  -webkit-animation-delay: 1.32s !important;
  animation-delay: 1.32s !important;
}
@-webkit-keyframes testMlAnime88 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 57px;
    bottom: 120%;
  }
}
@keyframes testMlAnime88 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 57px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime89 {
  -webkit-animation: 5s linear testMlAnime89;
  animation: 5s linear testMlAnime89;
}
.balloonparticle .anime-delay89 {
  -webkit-animation-delay: 1.335s !important;
  animation-delay: 1.335s !important;
}
@-webkit-keyframes testMlAnime89 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 58.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime89 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 58.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime90 {
  -webkit-animation: 5s linear testMlAnime90;
  animation: 5s linear testMlAnime90;
}
.balloonparticle .anime-delay90 {
  -webkit-animation-delay: 1.35s !important;
  animation-delay: 1.35s !important;
}
@-webkit-keyframes testMlAnime90 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 60px;
    bottom: 120%;
  }
}
@keyframes testMlAnime90 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 60px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime91 {
  -webkit-animation: 5s linear testMlAnime91;
  animation: 5s linear testMlAnime91;
}
.balloonparticle .anime-delay91 {
  -webkit-animation-delay: 1.365s !important;
  animation-delay: 1.365s !important;
}
@-webkit-keyframes testMlAnime91 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 61.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime91 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 61.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime92 {
  -webkit-animation: 5s linear testMlAnime92;
  animation: 5s linear testMlAnime92;
}
.balloonparticle .anime-delay92 {
  -webkit-animation-delay: 1.38s !important;
  animation-delay: 1.38s !important;
}
@-webkit-keyframes testMlAnime92 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 63px;
    bottom: 120%;
  }
}
@keyframes testMlAnime92 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 63px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime93 {
  -webkit-animation: 5s linear testMlAnime93;
  animation: 5s linear testMlAnime93;
}
.balloonparticle .anime-delay93 {
  -webkit-animation-delay: 1.395s !important;
  animation-delay: 1.395s !important;
}
@-webkit-keyframes testMlAnime93 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 64.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime93 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 64.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime94 {
  -webkit-animation: 5s linear testMlAnime94;
  animation: 5s linear testMlAnime94;
}
.balloonparticle .anime-delay94 {
  -webkit-animation-delay: 1.41s !important;
  animation-delay: 1.41s !important;
}
@-webkit-keyframes testMlAnime94 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 66px;
    bottom: 120%;
  }
}
@keyframes testMlAnime94 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 66px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime95 {
  -webkit-animation: 5s linear testMlAnime95;
  animation: 5s linear testMlAnime95;
}
.balloonparticle .anime-delay95 {
  -webkit-animation-delay: 1.425s !important;
  animation-delay: 1.425s !important;
}
@-webkit-keyframes testMlAnime95 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 67.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime95 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 67.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime96 {
  -webkit-animation: 5s linear testMlAnime96;
  animation: 5s linear testMlAnime96;
}
.balloonparticle .anime-delay96 {
  -webkit-animation-delay: 1.44s !important;
  animation-delay: 1.44s !important;
}
@-webkit-keyframes testMlAnime96 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 69px;
    bottom: 120%;
  }
}
@keyframes testMlAnime96 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 69px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime97 {
  -webkit-animation: 5s linear testMlAnime97;
  animation: 5s linear testMlAnime97;
}
.balloonparticle .anime-delay97 {
  -webkit-animation-delay: 1.455s !important;
  animation-delay: 1.455s !important;
}
@-webkit-keyframes testMlAnime97 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 70.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime97 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 70.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime98 {
  -webkit-animation: 5s linear testMlAnime98;
  animation: 5s linear testMlAnime98;
}
.balloonparticle .anime-delay98 {
  -webkit-animation-delay: 1.47s !important;
  animation-delay: 1.47s !important;
}
@-webkit-keyframes testMlAnime98 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 72px;
    bottom: 120%;
  }
}
@keyframes testMlAnime98 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 72px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime99 {
  -webkit-animation: 5s linear testMlAnime99;
  animation: 5s linear testMlAnime99;
}
.balloonparticle .anime-delay99 {
  -webkit-animation-delay: 1.485s !important;
  animation-delay: 1.485s !important;
}
@-webkit-keyframes testMlAnime99 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 73.5px;
    bottom: 120%;
  }
}
@keyframes testMlAnime99 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 73.5px;
    bottom: 120%;
  }
}
.balloonparticle .test-ml-anime100 {
  -webkit-animation: 5s linear testMlAnime100;
  animation: 5s linear testMlAnime100;
}
.balloonparticle .anime-delay100 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
@-webkit-keyframes testMlAnime100 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 75px;
    bottom: 120%;
  }
}
@keyframes testMlAnime100 {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 75px;
    bottom: 120%;
  }
}