@media print, (min-width: 768px) {
  main {
    background: url("../img/mizukara/song/bg_bottom.png") bottom center/100% no-repeat,url("../img/mizukara/song/song_bg.png") top center/cover no-repeat;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    background: url("../img/mizukara/song/bg_bottom.png") bottom center/195vw no-repeat,url("../img/mizukara/song/sp/song_bg_sp.png") center/ cover no-repeat;
    position: relative;
    overflow: hidden;
  }
}




.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

section {
  position: relative;
  z-index: 1;
}
/* section kv */
.song_kv {
  position: relative;
  width: 1200px;
  margin: 90px auto 0;
}

.song_kv_icon {
  width: 260px;
  position: absolute;
  top: 0;
  right: 0;
}

/* section text */
.text {
  width: 1200px;
  margin: auto;
  position: relative;
}

.text_img {
  width: 956px;
  margin: 120px auto 0;
}

/* section song_about */
.song_about_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 200px auto 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.song_about_flex .inner_01 {
  width: 384px;
  background: #1b54aa;
  border-radius: 20px;
}

.song_about_flex .inner_01 .check {
  background: #FFE200;
  color: #1b54aa;
  border-radius: 100px;
  text-align: center;
  width: 280px;
  margin: 15px auto;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
}

.song_about_flex .inner_01 .song_name {
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 18px 0 15px 0;
}

.song_about_flex .inner_02 {
  width: 690px;
  margin-left: 125px;
}

.song_about_flex .inner_02 .song_name {
  font-size: 38px;
  color: #1B54AA;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-weight: bold;
  margin-bottom: 0;

}

.song_about_flex .inner_02 .person {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 48px;
}

.song_about_flex .inner_02 .lyrics {
  height: 520px;
  background: url(../img/mizukara/song/lyrics_bg.png);
  background-size: 100% 100%;
  position: relative;
}

.song_about_flex .inner_02 .lyrics::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.6)));background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.6));    width: 81vw;
  width: 653px;
  height: 80px;
  z-index: 0;
  bottom: -23px;
  border-radius: 0 0 20px 20px;
}

.song_about_flex .inner_02 .lyrics .scroll_area {
  height: 470px;
  /*overflow-y: scroll;*/
  width: 670px;
  position: relative;
  top: 25px;
  padding-top: 25px;
}

.simplebar-track.simplebar-horizontal {
  height: 10px;
  background: none;
  border-radius: 5px;
  max-width: 372px;
  margin: 0 auto;
}
.simplebar-scrollbar {
  height: 10px;
  background: #1B54AA;
  border-radius: 5px;
  top: 0;
}

.simplebar-scrollbar:before {
  background: none!important;
}


.song_about_flex .inner_02 .lyrics p {
  font-size: 20px;
  padding-left: 85px;
  font-weight: bold;
}

/* section person_about */
.person_about {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  margin-top: 160px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}



.person_about .person_about_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 996px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  position: relative;
}

.person_about .person_about_flex .inner_01 {
  width: 180px;
}

.person_about .person_about_flex .inner_02 {
  width: 792px;
}

.person_about .person_about_flex .inner_02 .name {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}

.person_about .person_about_flex .inner_02 .name span{
  font-size: 16px;
  color: #1B54AA;
  margin-right: 20px;
}

.person_about .person_about_flex .inner_02 .person_intro {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.person_about .person_about_flex .inner_02 .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 41px;
}

.person_about .person_about_flex .inner_02 .sns p{
  margin-bottom: 0;
  font-weight: bold;
  
}

.person_about .person_about_flex .inner_02 .sns .sns_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-left: 30px;
}

.person_about .person_about_flex .inner_02 .sns .sns_icons .instagram {
  width: 36px;
}

.person_about .person_about_flex .inner_02 .sns .sns_icons .tiktok {
  width: 31.28px;
}

.person_about .person_about_flex .inner_02 .sns .sns_icons .youtube {
  width: 36px;
}

.person_about .person_about_flex .inner_02 .message {
  background: rgba(255,255,255,0.7);
  border-radius: 20px;
  padding: 70px 0 25px 40px;
  position: relative;
  margin-top: 60px;
}

.person_about .person_about_flex .inner_02 .message p {
  font-size: 14px;
}

.person_about .person_about_flex .inner_02 .message::after {
  content: "";
  position: absolute;
  background: url(../img/mizukara/song/thought.png);
  background-size: 100%;
  width: 160px;
  height: 50px;
  top: 0;
  left: 0;
}

/* section song_video */
.song_video {
  width: 1200px;
  margin: auto;
  padding-bottom: 200px;
  position: relative;
}

.song_video .web_video {
  width: 381px;
  margin-bottom: 50px;
  margin-left: 108px;
}

.song_video .movie {
  width: 793px;
  margin: auto;
}

.song_video .movie iframe {
  width: 793px;
  height: 446px;
}

.bubble_01 {
  position: absolute;
  width: 848px;
  top: 1000px;
  right: -440px;
}

.bubble_01_over {
  display: none;
}

@media print, (min-width: 1900px) {
  .bubble_01 {
    display: none;
  }

  .bubble_01_over {
    position: absolute;
    width: 848px;
    right: -779px;
    display: block;
    top: -49px;
  }
}

.bubble_02 {
  position: absolute;
  width: 1900px;
  top: 1380px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.bubble_03 {
  position: absolute;
  width: 848px;
  top: 2281px;
  left: -440px;
}

.bubble_03_over {
  display: none;
}

@media print, (min-width: 1900px) {
  .bubble_03 {
    display: none;    
  }

  .bubble_03_over {
    position: absolute;
    width: 848px;
    left: -785px;
    display: block;
    top: -1802px;
}
}

.bubble_04 {
  position: absolute;
  width: 1900px;
  bottom: 830px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}



@media only screen and (max-width: 767.98px) {
  .pc_only {
    display: none;
  }
  
  .sp_only {
    display: block;
  }

  /* section kv */
  .song_kv {
    width: 90.76vw;
    margin: 23.07vw auto 0;
  }
  .song_kv_icon {
    width: 35.89vw;
    position: absolute;
    top: -18vw;;
    right: 0;
  }

  /* section text */
  .text {
    width: 90.76vw;
    margin: auto;
    position: relative;
  }

  .text_img {
    width: 100%;
    margin: 25.64vw auto 0;
  }

  /* section song_about */
  .song_about_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90.76vw;
    margin: 25.64vw auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .song_about_flex .inner_01 {
    width: 100%;
    background: #1b54aa;
    border-radius: 5.12vw;
  }

  .song_about_flex .inner_01 .check {
    background: #FFE200;
    color: #1b54aa;
    border-radius: 25.64vw;
    text-align: center;
    width: 66.15vw;
    margin: 3.84vw auto;
    font-weight: bold;
    font-size: 4.4vw;
    padding: 1.28vw 0;
  }

  .song_about_flex .inner_01 .song_name {
    font-size: 3.8vw;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 3.91vw 0;
  }

  .song_about_flex .inner_02 {
    width: 100%;
    margin-left: 0;
    margin-top: 25.64vw;
  }

  .song_about_flex .inner_02 .song_name {
    font-size: 7vw;
    color: #1B54AA;
    font-family: 'Hiragino Kaku Gothic ProN';
    font-weight: bold;
    margin-bottom: 0;

  }

  .song_about_flex .inner_02 .person {
    font-size: 4.5vw;
    font-weight: bold;
    margin-top: 1vw;
    margin-bottom: 10vw;
  }

  
  .song_about_flex .inner_02 .lyrics {
    height: 130vw;
    background: url(../img/mizukara/song/sp/lyrics_bg_sp.png);
    background-size: 100% 100%;
    padding-top: 3.82vw;
    cursor: pointer;
    position: relative;
  }

  .song_about_flex .inner_02 .lyrics::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.6)));background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.6));    width: 81vw;
    height: 18vw;
    z-index: 0;
    bottom: -4vw;
    border-radius: 0 0 2.128vw 2.128vw;
  }

  .song_about_flex .inner_02 .lyrics .scroll_area {
    height: 120vw;
    /*overflow-y: scroll;*/
    cursor: pointer;
    width: 86vw;
    position: relative;
    top: 1vw;
    padding-top: 1vw;
  }

  .song_about_flex .inner_02 .lyrics p {
    font-size: 4.6vw;
    padding-left: 11.53vw;
    font-weight: bold;
    line-height: 2.2;
  }

  /* section person_about */
  .person_about {
    width: 90.76vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24.35vw;
    margin-top: 25.64vw;
    margin-bottom: 25.64vw;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }



  .person_about .person_about_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: auto;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .person_about .person_about_flex .inner_01 {
    width: 46.15vw;
  }

  .person_about .person_about_flex .inner_02 {
    width: 100%;
  }

  .person_about .person_about_flex .inner_02 .name {
    font-size: 6.6vw;
    margin-top: 3vw;
    margin-bottom: 4.8vw;
    text-align: center;
    font-weight: bold;
  }

  .person_about .person_about_flex .inner_02 .name span{
    font-size: 3.3vw;
    color: #1B54AA;
    margin-right: 5.12vw;
    
  }

  .person_about .person_about_flex .inner_02 .person_intro {
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 9vw;
  }

  .person_about .person_about_flex .inner_02 .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .person_about .person_about_flex .inner_02 .sns p{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 5vw;
    
  }

  .person_about .person_about_flex .inner_02 .sns .sns_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9.23vw;
    margin-left: 9.23vw;
  }

  .person_about .person_about_flex .inner_02 .sns .sns_icons .instagram {
    width: 11.79vw;
  }

  .person_about .person_about_flex .inner_02 .sns .sns_icons .tiktok {
    width: 10vw;
  }

  .person_about .person_about_flex .inner_02 .sns .sns_icons .youtube {
    width: 11.79vw;
  }

  .person_about .person_about_flex .inner_02 .message {
    background: rgba(255,255,255,0.7);
    border-radius: 5.12vw;
    padding: 17.94vw 5.12vw 6.41vw 5.12vw;
    position: relative;
    margin-top: 11.53vw;
  }

  .person_about .person_about_flex .inner_02 .message p {
    font-size: 3.8vw;
  }

  .person_about .person_about_flex .inner_02 .message::after {
    content: "";
    position: absolute;
    background: url(../img/mizukara/song/thought.png);
    background-size: 100%;
    width: 41.02vw;
    height: 12.82vw;
    top: 0;
    left: 0;
  }

  /* section song_video */
  .song_video {
    width: 90.76vw;
    margin: auto;
    padding-bottom: 56.41vw;
    position: relative;
  }

  .song_video .web_video {
    width: 71.79vw;
    margin-bottom: 8.46vw;
    margin-left: 0;
  }

  .song_video .movie {
    width: 90.76vw;
    margin: auto;
  }
  
  .song_video .movie iframe {
    /*width: 90.76vw;*/
    /*height: 51.28vw;*/
    width: 90.56vw;
    height: 50.98vw;
  }

  .bubble_01 {
    position: absolute;
    width: 210vw;
    top: 240vw;
    right: -150vw;
}

  .bubble_02 {
    position: absolute;
    width: 490vw;
    top: 458vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

  .bubble_03 {
    position: absolute;
    width: 200vw;
    top: 810vw;
    left: -123vw;
}

  .bubble_04 {
    position: absolute;
    width: 520vw;
    bottom: 119vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

}

audio {
  display: none
}
#play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  margin: 0 auto 0.6em;
}
#play:hover, #stop:hover {
  background: #fff;
}
#time {
  margin: 0 1em;
  text-align: center;
  color: #FFF;
}
#current, #duration {
  padding: 0;
  margin: .2em;
}
#seekbar {
  width: 340;
  height: 5px;
  margin: 1em;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#44f5b7), to(#44f5b7)) no-repeat #2c3e38;
  background: linear-gradient(#44f5b7, #44f5b7) no-repeat #2c3e38;
  cursor: pointer;
}





.audio-controller {
  position: relative;
  width: 340px;
  margin: auto;
}


 
.audio-controller .controls {
  width: 340px;
}
 
.audio-controller .controls .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
 

.audio-controller .controls .row .toggle {
  width: 60px;
  cursor: pointer;
  margin-top: 20px;
}
 
.audio-controller .controls .time_box {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.audio-controller .controls .time_box .span {
  margin: 0 10px;
}
/* レンジスライダー */
.audio-controller input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: #ccc;
  margin-top: 20px;
  cursor: pointer;

}
 
/* スライダーのツマミ部分（webkit） */
.audio-controller input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #44f5b7;
  border-radius: 50%;
  border: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}
 
/* スライダーのツマミ部分（Firefox） */
.audio-controller input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #44f5b7;
  border-radius: 50%;
  border: none;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}
 
/* スライダーのツマミ部分のホバー、アクティブ、フォーカス（Webkit 用） */
audio-controller input[type="range"]::-webkit-slider-thumb:hover {
  -webkit-box-shadow: 0 0 0 8px rgba(248, 200, 245, 0.4);
          box-shadow: 0 0 0 8px rgba(248, 200, 245, 0.4)
}
.audio-controller input[type="range"]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 5px rgba(248, 200, 245, .5);
          box-shadow: 0 0 0 5px rgba(248, 200, 245, .5)
}
.audio-controller input[type="range"]:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 5px rgba(248, 200, 245, .5);
          box-shadow: 0 0 0 5px rgba(248, 200, 245, .5)
}
/* スライダーのツマミ部分のホバー、アクティブ、フォーカス（Firfox 用） */
.audio-controller input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 8px rgba(248, 200, 245, .4)
}
.audio-controller input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 5px rgba(248, 200, 245, .5)
}
.audio-controller input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 5px rgba(248, 200, 245, .5)
}

@media only screen and (max-width: 767.98px) {
  .audio-controller {
    position: relative;
    width: 76.92vw;
    margin: auto;
  }
  .audio-controller .controls {
    width: 76.92vw;
  }
  .audio-controller .controls .row .toggle {
    width: 15.38vw;
    cursor: pointer;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .audio-controller .controls .time_box {
    font-size: 4vw;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}



.bar {
  background: white;
  position: fixed;
  bottom: -50px;
  -webkit-animation: up 300ms 500ms forwards;
          animation: up 300ms 500ms forwards;
  width: 100%;
  height: 48px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  z-index: 2;
}

.player_bg {
  width: 384px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .player_bg {
    width: 100%;
  }
}

.player_bg .bars {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotatez(180deg);
          transform: rotatez(180deg);
  width: 100%;
  z-index: 1;
}
.player_bg .bars_bar {
  width: 10px;
  background: #fff;
  opacity: 0.5;
  float: left;
  width: 10%;
}
.player_bg .bars_bar:nth-of-type(1) {
  -webkit-animation: eq 1s 2ms infinite ease-in-out;
          animation: eq 1s 2ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(2) {
  -webkit-animation: eq 1s 36ms infinite ease-in-out;
          animation: eq 1s 36ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(3) {
  -webkit-animation: eq 1s 30ms infinite ease-in-out;
          animation: eq 1s 30ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(4) {
  -webkit-animation: eq 1s 128ms infinite ease-in-out;
          animation: eq 1s 128ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(5) {
  -webkit-animation: eq 1s 175ms infinite ease-in-out;
          animation: eq 1s 175ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(6) {
  -webkit-animation: eq 1s 24ms infinite ease-in-out;
          animation: eq 1s 24ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(7) {
  -webkit-animation: eq 1s 259ms infinite ease-in-out;
          animation: eq 1s 259ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(8) {
  -webkit-animation: eq 1s 216ms infinite ease-in-out;
          animation: eq 1s 216ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(9) {
  -webkit-animation: eq 1s 315ms infinite ease-in-out;
          animation: eq 1s 315ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(10) {
  -webkit-animation: eq 1s 30ms infinite ease-in-out;
          animation: eq 1s 30ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(11) {
  -webkit-animation: eq 1s 242ms infinite ease-in-out;
          animation: eq 1s 242ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(12) {
  -webkit-animation: eq 1s 180ms infinite ease-in-out;
          animation: eq 1s 180ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(13) {
  -webkit-animation: eq 1s 130ms infinite ease-in-out;
          animation: eq 1s 130ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(14) {
  -webkit-animation: eq 1s 462ms infinite ease-in-out;
          animation: eq 1s 462ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(15) {
  -webkit-animation: eq 1s 210ms infinite ease-in-out;
          animation: eq 1s 210ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(16) {
  -webkit-animation: eq 1s 16ms infinite ease-in-out;
          animation: eq 1s 16ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(17) {
  -webkit-animation: eq 1s 391ms infinite ease-in-out;
          animation: eq 1s 391ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(18) {
  -webkit-animation: eq 1s 594ms infinite ease-in-out;
          animation: eq 1s 594ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(19) {
  -webkit-animation: eq 1s 741ms infinite ease-in-out;
          animation: eq 1s 741ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(20) {
  -webkit-animation: eq 1s 420ms infinite ease-in-out;
          animation: eq 1s 420ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(21) {
  -webkit-animation: eq 1s 84ms infinite ease-in-out;
          animation: eq 1s 84ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(22) {
  -webkit-animation: eq 1s 154ms infinite ease-in-out;
          animation: eq 1s 154ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(23) {
  -webkit-animation: eq 1s 897ms infinite ease-in-out;
          animation: eq 1s 897ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(24) {
  -webkit-animation: eq 1s 168ms infinite ease-in-out;
          animation: eq 1s 168ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(25) {
  -webkit-animation: eq 1s 25ms infinite ease-in-out;
          animation: eq 1s 25ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(26) {
  -webkit-animation: eq 1s 338ms infinite ease-in-out;
          animation: eq 1s 338ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(27) {
  -webkit-animation: eq 1s 216ms infinite ease-in-out;
          animation: eq 1s 216ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(28) {
  -webkit-animation: eq 1s 420ms infinite ease-in-out;
          animation: eq 1s 420ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(29) {
  -webkit-animation: eq 1s 899ms infinite ease-in-out;
          animation: eq 1s 899ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(30) {
  -webkit-animation: eq 1s 1200ms infinite ease-in-out;
          animation: eq 1s 1200ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(31) {
  -webkit-animation: eq 1s 1147ms infinite ease-in-out;
          animation: eq 1s 1147ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(32) {
  -webkit-animation: eq 1s 928ms infinite ease-in-out;
          animation: eq 1s 928ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(33) {
  -webkit-animation: eq 1s 495ms infinite ease-in-out;
          animation: eq 1s 495ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(34) {
  -webkit-animation: eq 1s 578ms infinite ease-in-out;
          animation: eq 1s 578ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(35) {
  -webkit-animation: eq 1s 1190ms infinite ease-in-out;
          animation: eq 1s 1190ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(36) {
  -webkit-animation: eq 1s 720ms infinite ease-in-out;
          animation: eq 1s 720ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(37) {
  -webkit-animation: eq 1s 370ms infinite ease-in-out;
          animation: eq 1s 370ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(38) {
  -webkit-animation: eq 1s 1178ms infinite ease-in-out;
          animation: eq 1s 1178ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(39) {
  -webkit-animation: eq 1s 390ms infinite ease-in-out;
          animation: eq 1s 390ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(40) {
  -webkit-animation: eq 1s 960ms infinite ease-in-out;
          animation: eq 1s 960ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(41) {
  -webkit-animation: eq 1s 1558ms infinite ease-in-out;
          animation: eq 1s 1558ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(42) {
  -webkit-animation: eq 1s 168ms infinite ease-in-out;
          animation: eq 1s 168ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(43) {
  -webkit-animation: eq 1s 387ms infinite ease-in-out;
          animation: eq 1s 387ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(44) {
  -webkit-animation: eq 1s 1496ms infinite ease-in-out;
          animation: eq 1s 1496ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(45) {
  -webkit-animation: eq 1s 270ms infinite ease-in-out;
          animation: eq 1s 270ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(46) {
  -webkit-animation: eq 1s 1012ms infinite ease-in-out;
          animation: eq 1s 1012ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(47) {
  -webkit-animation: eq 1s 1551ms infinite ease-in-out;
          animation: eq 1s 1551ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(48) {
  -webkit-animation: eq 1s 1056ms infinite ease-in-out;
          animation: eq 1s 1056ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(49) {
  -webkit-animation: eq 1s 1274ms infinite ease-in-out;
          animation: eq 1s 1274ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(50) {
  -webkit-animation: eq 1s 1100ms infinite ease-in-out;
          animation: eq 1s 1100ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(51) {
  -webkit-animation: eq 1s 1224ms infinite ease-in-out;
          animation: eq 1s 1224ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(52) {
  -webkit-animation: eq 1s 2028ms infinite ease-in-out;
          animation: eq 1s 2028ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(53) {
  -webkit-animation: eq 1s 1325ms infinite ease-in-out;
          animation: eq 1s 1325ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(54) {
  -webkit-animation: eq 1s 1404ms infinite ease-in-out;
          animation: eq 1s 1404ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(55) {
  -webkit-animation: eq 1s 1320ms infinite ease-in-out;
          animation: eq 1s 1320ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(56) {
  -webkit-animation: eq 1s 896ms infinite ease-in-out;
          animation: eq 1s 896ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(57) {
  -webkit-animation: eq 1s 1824ms infinite ease-in-out;
          animation: eq 1s 1824ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(58) {
  -webkit-animation: eq 1s 2320ms infinite ease-in-out;
          animation: eq 1s 2320ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(59) {
  -webkit-animation: eq 1s 826ms infinite ease-in-out;
          animation: eq 1s 826ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(60) {
  -webkit-animation: eq 1s 1020ms infinite ease-in-out;
          animation: eq 1s 1020ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(61) {
  -webkit-animation: eq 1s 793ms infinite ease-in-out;
          animation: eq 1s 793ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(62) {
  -webkit-animation: eq 1s 496ms infinite ease-in-out;
          animation: eq 1s 496ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(63) {
  -webkit-animation: eq 1s 63ms infinite ease-in-out;
          animation: eq 1s 63ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(64) {
  -webkit-animation: eq 1s 1920ms infinite ease-in-out;
          animation: eq 1s 1920ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(65) {
  -webkit-animation: eq 1s 1755ms infinite ease-in-out;
          animation: eq 1s 1755ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(66) {
  -webkit-animation: eq 1s 2442ms infinite ease-in-out;
          animation: eq 1s 2442ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(67) {
  -webkit-animation: eq 1s 938ms infinite ease-in-out;
          animation: eq 1s 938ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(68) {
  -webkit-animation: eq 1s 1904ms infinite ease-in-out;
          animation: eq 1s 1904ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(69) {
  -webkit-animation: eq 1s 1587ms infinite ease-in-out;
          animation: eq 1s 1587ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(70) {
  -webkit-animation: eq 1s 1190ms infinite ease-in-out;
          animation: eq 1s 1190ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(71) {
  -webkit-animation: eq 1s 639ms infinite ease-in-out;
          animation: eq 1s 639ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(72) {
  -webkit-animation: eq 1s 504ms infinite ease-in-out;
          animation: eq 1s 504ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(73) {
  -webkit-animation: eq 1s 2336ms infinite ease-in-out;
          animation: eq 1s 2336ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(74) {
  -webkit-animation: eq 1s 592ms infinite ease-in-out;
          animation: eq 1s 592ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(75) {
  -webkit-animation: eq 1s 600ms infinite ease-in-out;
          animation: eq 1s 600ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(76) {
  -webkit-animation: eq 1s 1900ms infinite ease-in-out;
          animation: eq 1s 1900ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(77) {
  -webkit-animation: eq 1s 924ms infinite ease-in-out;
          animation: eq 1s 924ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(78) {
  -webkit-animation: eq 1s 1638ms infinite ease-in-out;
          animation: eq 1s 1638ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(79) {
  -webkit-animation: eq 1s 1896ms infinite ease-in-out;
          animation: eq 1s 1896ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(80) {
  -webkit-animation: eq 1s 560ms infinite ease-in-out;
          animation: eq 1s 560ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(81) {
  -webkit-animation: eq 1s 486ms infinite ease-in-out;
          animation: eq 1s 486ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(82) {
  -webkit-animation: eq 1s 3034ms infinite ease-in-out;
          animation: eq 1s 3034ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(83) {
  -webkit-animation: eq 1s 3071ms infinite ease-in-out;
          animation: eq 1s 3071ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(84) {
  -webkit-animation: eq 1s 84ms infinite ease-in-out;
          animation: eq 1s 84ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(85) {
  -webkit-animation: eq 1s 3060ms infinite ease-in-out;
          animation: eq 1s 3060ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(86) {
  -webkit-animation: eq 1s 2408ms infinite ease-in-out;
          animation: eq 1s 2408ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(87) {
  -webkit-animation: eq 1s 2175ms infinite ease-in-out;
          animation: eq 1s 2175ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(88) {
  -webkit-animation: eq 1s 3344ms infinite ease-in-out;
          animation: eq 1s 3344ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(89) {
  -webkit-animation: eq 1s 3204ms infinite ease-in-out;
          animation: eq 1s 3204ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(90) {
  -webkit-animation: eq 1s 2160ms infinite ease-in-out;
          animation: eq 1s 2160ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(91) {
  -webkit-animation: eq 1s 2730ms infinite ease-in-out;
          animation: eq 1s 2730ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(92) {
  -webkit-animation: eq 1s 1012ms infinite ease-in-out;
          animation: eq 1s 1012ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(93) {
  -webkit-animation: eq 1s 372ms infinite ease-in-out;
          animation: eq 1s 372ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(94) {
  -webkit-animation: eq 1s 2350ms infinite ease-in-out;
          animation: eq 1s 2350ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(95) {
  -webkit-animation: eq 1s 1045ms infinite ease-in-out;
          animation: eq 1s 1045ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(96) {
  -webkit-animation: eq 1s 96ms infinite ease-in-out;
          animation: eq 1s 96ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(97) {
  -webkit-animation: eq 1s 3104ms infinite ease-in-out;
          animation: eq 1s 3104ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(98) {
  -webkit-animation: eq 1s 2548ms infinite ease-in-out;
          animation: eq 1s 2548ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(99) {
  -webkit-animation: eq 1s 2673ms infinite ease-in-out;
          animation: eq 1s 2673ms infinite ease-in-out;
}
.player_bg .bars_bar:nth-of-type(100) {
  -webkit-animation: eq 1s 1200ms infinite ease-in-out;
          animation: eq 1s 1200ms infinite ease-in-out;
}

@-webkit-keyframes eq {
  0% {
    height: 30px;
  }
  50% {
    height: 100px;
  }
  100% {
    height: 30px;
  }
}

@keyframes eq {
  0% {
    height: 30px;
  }
  50% {
    height: 100px;
  }
  100% {
    height: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  @-webkit-keyframes eq {
    0% {
      height: 10vw;
    }
    50% {
      height: 24vw;
    }
    100% {
      height: 10vw;
    }
  }
  
  @keyframes eq {
    0% {
      height: 10vw;
    }
    50% {
      height: 24vw;
    }
    100% {
      height: 10vw;
    }
  }
  .bc-iframe, .bc-iframe body, .bc-player-B1KDy3ShM_default, .bc-player-B1KDy3ShM_default .vjs-poster {
    background-color: none!important;
  }
  
  .video-js {
    background-color: none!important;
  }
}

.bc-iframe, .bc-iframe body, .bc-player-B1KDy3ShM_default, .bc-player-B1KDy3ShM_default .vjs-poster {
  background-color: none!important;
}

.video-js {
  background-color: none!important;
}