.popup {
  padding-top: 56px;
  position: relative;
}
.popup img {
  width: 100%;
  vertical-align: bottom;
}
.popup .scroll {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #FFF;
  position: fixed;
  top: 2%;
  left: 3%;
  width: 94%;
  height: 96%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}

/* ======================================================================
 yubifes
====================================================================== */
.yubifes_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.yubifes_sec01 .txt {
  margin-top: 4%;
  background: #2aacd4;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 2% 0;
}

.yubifes_sec02 .ttl {
  position: relative;
  margin-bottom: -8px;
  z-index: 1;
}
.yubifes_sec02 .txt {
  position: relative;
}
.yubifes_sec02 .txt:last-child {
  z-index: 1;
  margin-top: -54px;
}

.yubifes_sec03 {
  margin-bottom: 4%;
}
.yubifes_sec03 .txt {
  position: relative;
  margin-top: -40px;
  z-index: 1;
}
.yubifes_sec03 .txt:last-child {
  margin-top: 20px;
}
.yubifes_sec03 .ttl + .txt {
  margin-top: -10px;
}

.yubifes_sec04 {
  background: #2aacd4;
  padding-top: 4%;
  position: relative;
}

.yubifes_btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

/* ======================================================================
 sukukon
====================================================================== */
.sukukon_bg {
  background: url("../images/sukukon/bg01.webp") no-repeat 0 0;
  background-size: 100%;
}

.sukukon_sec01 .popup_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 94%;
  text-align: right;
  padding: 3%;
}
.sukukon_sec01 .popup_close img {
  width: 78px;
}

.sukukon_sec02 {
  padding: 0 5%;
  margin-top: -8%;
}
.sukukon_sec02 .ttl {
  margin-top: -4%;
}

.sukukon_sec03 {
  margin-top: 10%;
}
.sukukon_sec03 .bg {
  margin: 5%;
  border-bottom: 1px solid #e2d3cb;
}
.sukukon_sec03 .bg.lazyloaded {
  background: url("../images/sukukon/bg02.webp") no-repeat 0 0;
  background-size: 100%;
}
.sukukon_sec03 .bg .txt {
  padding: 5% 0;
}

.sukukon_sec04 {
  margin-top: 10%;
}

.sukukon_sec06 {
  background: #f1f7eb;
  padding: 7% 0 10%;
  border-top: 3px solid #a0c977;
  border-bottom: 3px solid #a0c977;
}
.sukukon_sec06 .txt {
  margin-top: 5%;
}

.sukukon_btm {
  text-align: center;
  background: #489cc0;
  padding: 2% 0;
}
.sukukon_btm img {
  width: 78px;
}

/* ======================================================================
 yubitoma
====================================================================== */
.yubitoma_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 94%;
  text-align: right;
  padding: 3%;
}
.yubitoma_top img {
  width: 78px;
}

.yubitoma_sec02 .txt {
  margin-top: -15%;
}
.yubitoma_sec02 .txt.mt0 {
  margin-top: 0;
}

.yubitoma_sec03 > .ttl {
  margin: -5% 0 -10%;
}
.yubitoma_sec03 .bg {
  padding: 10% 0 15%;
}
.yubitoma_sec03 .bg.lazyloaded {
  background: url("../images/yubitoma/bg01.webp") no-repeat 0 0;
  background-size: 100%;
}
.yubitoma_sec03 .bg .txt {
  margin-bottom: 7%;
}

.yubitoma_sec04 > .ttl {
  margin: -15% 0;
}
.yubitoma_sec04 .bg {
  padding: 15% 0 30%;
}
.yubitoma_sec04 .bg.lazyloaded {
  background: url("../images/yubitoma/bg02.webp") no-repeat 0 0;
  background-size: 100%;
}
.yubitoma_sec04 .bg .txt {
  padding: 5% 7%;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: -7%;
}
.yubitoma_sec04 .bg .txt span {
  font-weight: bold;
  color: #d0111b;
}
.yubitoma_sec04 .bg .img {
  position: relative;
  z-index: 1;
}
.yubitoma_sec04 .bg .schedule {
  padding: 0 7%;
  margin-top: -5%;
}

.yubitoma_sec05 > .ttl {
  margin: -20% 0 -11%;
}
.yubitoma_sec05 .bg {
  padding: 15% 7% 25%;
}
.yubitoma_sec05 .bg.lazyloaded {
  background: url("../images/yubitoma/bg05.webp") no-repeat 0 0;
  background-size: 100%;
}
.yubitoma_sec05 .bg .box {
  background: #FFF;
  margin-top: 5%;
}
.yubitoma_sec05 .bg .box .detail {
  display: none;
  padding: 4% 5% 0;
}
.yubitoma_sec05 .bg .box .detail > .list {
  margin: 16px auto;
}
.yubitoma_sec05 .bg .box .detail > .list > li {
  margin-top: 3%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.yubitoma_sec05 .bg .box .detail > .list > li .num {
  width: 20%;
  margin-right: 3%;
}
.yubitoma_sec05 .bg .box .detail > .list > li .txt {
  width: 77%;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  top: 5px;
}
.yubitoma_sec05 .bg .box .detail .sample .list li {
  border-bottom: 1px solid #39a1db;
  padding: 2%;
}
.yubitoma_sec05 .bg .box .detail .sample .list li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 15px;
  text-decoration: none;
  color: #000;
}
.yubitoma_sec05 .bg .box .detail .sample .list li a .txt {
  width: 80%;
  font-size: 17px;
}
.yubitoma_sec05 .bg .box .detail .sample .list li a .img {
  width: 20%;
}
.yubitoma_sec05 .bg .box .popup_tgl_close {
  padding: 3%;
  text-align: center;
}
.yubitoma_sec05 .bg .box .popup_tgl_close img {
  width: 30%;
}
.yubitoma_sec06 > .ttl {
  margin: -15% 0 -12%;
}
.yubitoma_sec06 .bg {
  padding: 6% 0 23%;
}
.yubitoma_sec06 .bg.lazyloaded {
  background: url("../images/yubitoma/bg03.webp") no-repeat 0 0;
  background-size: 100%;
}
.yubitoma_sec06 .bg .ttl {
  margin-top: -18%;
}
.yubitoma_sec06 .bg .txt {
  padding: 2% 0;
}

.yubitoma_sec07 > .ttl {
  margin: -20% 0 -17%;
}
.yubitoma_sec07 .bg {
  padding: 32% 0 10%;
}
.yubitoma_sec07 .bg.lazyloaded {
  background: url("../images/yubitoma/bg04.webp") no-repeat 0 0;
  background-size: 100%;
}
.yubitoma_sec07 .bg .box {
  width: 75%;
  margin-left: 7%;
  line-height: 1.5;
}
.yubitoma_sec07 .bg .box strong {
  color: #a96f22;
  margin: 4% 0;
  display: block;
}
.yubitoma_sec07 .bg .box .txt {
  width: 75%;
}
.yubitoma_sec07 .bg .bnr {
  padding: 5%;
}

.yubitoma_sec08 {
  text-align: center;
}
.yubitoma_sec08 .ttl {
  line-height: 1.5;
  font-size: 22px;
  color: #d0111b;
  font-weight: normal;
}
.yubitoma_sec08 .ttl strong {
  display: block;
  font-weight: bold;
}
.yubitoma_sec08 .txt {
  line-height: 1.5;
  margin: 5% 0;
}

.yubitoma_btm {
  text-align: center;
  padding: 4% 0;
}
.yubitoma_btm img {
  width: 78px;
}

/* ======================================================================
 schedule
====================================================================== */
.eys_schedule img {
  width: 100%;
  vertical-align: bottom;
}
.eys_schedule .container {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
.eys_schedule .eys_schedule_head {
  background: url("../images/schedule_new/img01.webp") no-repeat 0 0;
  background-size: 100%;
}
.eys_schedule .eys_schedule_head .container {
  width: 80%;
}
.eys_schedule .eys_schedule_head .container > .ttl {
  padding: 40% 0 7%;
  display: inline-block;
}
.eys_schedule .eys_schedule_head .container > .txt {
  line-height: 1.7;
}
.eys_schedule .eys_schedule_head .container > .menu {
  margin: 10% 0;
}
.eys_schedule .eys_schedule_head .container > .menu a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  text-decoration: none;
  margin-bottom: 4%;
  font-size: 20px;
}
.eys_schedule .eys_schedule_head .container > .menu a .num {
  width: 13%;
  background: #33ccbb;
  color: #FFF;
  margin-right: 1%;
  padding: 2% 0;
}
.eys_schedule .eys_schedule_head .container > .menu a .txt {
  color: #333;
  background: #ededed;
  text-align: center;
  width: 87%;
  padding: 2% 0;
}
.eys_schedule .eys_schedule_sec01 {
  background: #d9f5f3;
  padding: 3%;
  width: 86%;
  margin-bottom: 10%;
}
.eys_schedule .eys_schedule_sec01 > .box {
  background: #FFF;
}
.eys_schedule .eys_schedule_sec01 > .box > .ttl01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-size: 23px;
  font-weight: normal;
  border-bottom: 1px solid #d9f5f3;
}
.eys_schedule .eys_schedule_sec01 > .box > .ttl01 .num {
  background: #33ccbb;
  color: #FFF;
  padding: 3% 0;
  width: 15%;
}
.eys_schedule .eys_schedule_sec01 > .box > .ttl01 .txt {
  color: #333;
  text-align: center;
  padding: 3% 0;
  width: 85%;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson {
  margin: 7% 0;
  position: relative;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson > .ttl02 {
  text-align: center;
  color: #cc0033;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson > .ttl03 {
  position: absolute;
  top: 0;
  left: 0;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson > .ttl04 {
  padding: 7% 4% 0;
  line-height: 1.5;
  font-size: 14px;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson > .ttl04.c01 {
  color: #f7a900;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson > .ttl04.c02 {
  color: #53b1dc;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson > .ttl04.c03 {
  color: #8a6c51;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson > .ttl04.c04 {
  color: #949e21;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson > .img {
  padding-top: 12%;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson > .txt {
  line-height: 1.5;
  font-size: 14px;
  padding: 4%;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson_price {
  margin-top: 10%;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson_price .ttl01 {
  text-align: center;
  color: #FFF;
  background: #b688cc;
  padding: 4% 0;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson_price .txt01 {
  padding: 4%;
  line-height: 1.5;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson_price .txt01 span {
  color: #e11f3f;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson_price .ttl03 {
  padding: 0 4%;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson_price .bg {
  background: url("../images/schedule_new/img10.webp") no-repeat bottom;
  background-size: 100%;
  padding: 4%;
  margin-bottom: -7%;
  border-bottom: 13px solid #b688cc;
}
.eys_schedule .eys_schedule_sec01 > .box .lesson_price .bg .txt02 {
  width: 50%;
  line-height: 1.8;
  font-size: 14px;
}
.eys_schedule .eys_schedule_sec01 > .box > .step > .txt {
  word-break: break-all;
  padding: 7% 5%;
  line-height: 1.5;
}
.eys_schedule .eys_schedule_sec01 > .box > .step > .txt img {
  float: right;
  width: 45%;
  margin-left: 5%;
}
.eys_schedule .eys_schedule_sec01 > .box > .step .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5%;
}
.eys_schedule .eys_schedule_sec01 > .box > .step .list li {
  width: 55%;
  margin-bottom: 2%;
}
.eys_schedule .eys_schedule_sec01 > .box > .step .list li .txt {
  font-size: 12px;
  line-height: 1.5;
  margin: 5% 7%;
}
.eys_schedule .eys_schedule_sec01 > .box > .step .list li:nth-child(2n) {
  width: 45%;
}
.eys_schedule .eys_schedule_sec01 > .box > .step .list_last {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 5% 10%;
}
.eys_schedule .eys_schedule_sec01 > .box > .step .list_last .img {
  width: 55%;
}
.eys_schedule .eys_schedule_sec01 > .box > .step .list_last .txt {
  width: 40%;
  font-size: 12px;
  line-height: 1.5;
  margin-left: 5%;
}
.eys_schedule .eys_schedule_sec01 > .box > .step .karte {
  padding: 0 5% 5%;
}
.eys_schedule .eys_schedule_sec01 > .box > .step .karte .ttl {
  margin-bottom: 4%;
}
.eys_schedule .eys_schedule_sec01 > .box > .step .karte .txt {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 4%;
}
.eys_schedule .eys_schedule_sec01 .merit > .ttl {
  text-align: center;
  font-size: 26px;
  margin: 7% 0 4%;
}
.eys_schedule .eys_schedule_sec01 .merit > .ttl strong {
  font-size: 34px;
}
.eys_schedule .eys_schedule_sec01 .merit > .ttl span {
  background: #33ccbb;
  padding: 1% 3%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.eys_schedule .eys_schedule_sec01 .merit > .txt {
  text-align: center;
  line-height: 1.7;
  margin: 4% 0;
}
.eys_schedule .eys_schedule_sec01 .merit > .txtbox {
  background: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4%;
  padding: 4% 0;
}
.eys_schedule .eys_schedule_sec01 .merit > .list li {
  border: 1px solid #d8d8d8;
  background: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 4%;
  padding: 4% 4% 4% 1%;
}
.eys_schedule .eys_schedule_sec01 .merit > .list li .txt {
  padding: 5% 0 0 3%;
  font-size: 14px;
  line-height: 1.5;
}


/* ======================================================================
 audioplayer
====================================================================== */

.audioplayer {
  width: 92%;
  height: 2.5em; /* 40 */
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  border: 1px solid #222;
  position: relative;
  z-index: 1;
  background: #333;
  margin: 0 auto;
}
/* mini mode (fallback) */

.audioplayer-mini {
  width: 2.5em; /* 40 */
  margin: 0 auto;
}
/* player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */

.audioplayer > div {
  position: absolute;
}
/* play/pause button */

.audioplayer-playpause {
  width: 2.5em; /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border-right: 1px solid #555;
  border-right-color: rgba( 255, 255, 255, .1 );
}
.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}
.audioplayer-playpause:hover,  .audioplayer-playpause:focus {
  background-color: #222;
}
.audioplayer-playpause a {
  display: block;
}
.audioplayer-stopped .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em; /* 8 4 */
}
.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em; /* 12 */
  height: 0.75em; /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em; /* 6 */
}
.audioplayer-playing .audioplayer-playpause a:before,  .audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before {
  left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after {
  right: 0;
}
/* timers */

.audioplayer-time {
  width: 4.375em; /* 70 */
  height: 100%;
  line-height: 2.375em; /* 38 */
  text-align: center;
  z-index: 2;
  top: 0;
}
.audioplayer-time-current {
  border-left: 1px solid #111;
  border-left-color: rgba( 0, 0, 0, .25 );
  left: 2.5em; /* 40 */
}
.audioplayer-time-duration {
  border-right: 1px solid #555;
  border-right-color: rgba( 255, 255, 255, .1 );
  right: 2.5em; /* 40 */
}
.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0;
}
/* progress bar of loaded/played */

.audioplayer-bar {
  height: 0.875em; /* 14 */
  background-color: #222;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em; /* 110 */
  left: 6.875em; /* 110 */
  margin-top: -0.438em; /* 7 */
}
.audioplayer-novolume .audioplayer-bar {
  right: 4.375em; /* 70 */
}
.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.audioplayer-bar-loaded {
  background-color: #333;
  z-index: 1;
}
.audioplayer-bar-played {
  background: #007fd1;
  z-index: 2;
}
/* volume button */

.audioplayer-volume {
  width: 2.5em; /* 40 */
  height: 100%;
  border-left: 1px solid #111;
  border-left-color: rgba( 0, 0, 0, .25 );
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}
.audioplayer-volume:hover,  .audioplayer-volume:focus {
  background-color: #222;
}
.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}
.audioplayer-volume-button a {
  width: 0.313em; /* 5 */
  height: 0.375em; /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
}
.audioplayer-volume-button a:before,  .audioplayer-volume-button a:after {
  content: '';
  position: absolute;
}
.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em; /* 8 */
}
.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em; /* 5 */
  height: 0.313em; /* 5 */
  border: 0.25em double #fff; /* 4 */
  border-width: 0.25em 0.25em 0 0; /* 4 */
  left: 0.563em; /* 9 */
  top: -0.063em; /* 1 */
  -webkit-border-radius: 0 0.938em 0 0; /* 15 */
  -moz-border-radius: 0 0.938em 0 0; /* 15 */
  border-radius: 0 0.938em 0 0; /* 15 */
  -webkit-transform: rotate( 45deg );
  -moz-transform: rotate( 45deg );
  -ms-transform: rotate( 45deg );
  -o-transform: rotate( 45deg );
  transform: rotate( 45deg );
}
/* volume dropdown */

.audioplayer-volume-adjust {
  height: 6.25em; /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: -1px;
  top: -9999px;
  background: #333;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}
.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0;
}
.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #007fd1;
}
.audioplayer-novolume .audioplayer-volume {
  display: none;
}
/* CSS3 decorations */

.audioplayer-volume-adjust {
  -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
  -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
  box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
}
.audioplayer-bar,  .audioplayer-volume-adjust > div {
  -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
  -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
  box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
}
.audioplayer-volume-adjust div div,  .audioplayer-bar-played {
  -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
  -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
  box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
}
.audioplayer-playpause,  .audioplayer-volume a {
  -webkit-filter: drop-shadow( 1px 1px 0 #000 );
  -moz-filter: drop-shadow( 1px 1px 0 #000 );
  -ms-filter: drop-shadow( 1px 1px 0 #000 );
  -o-filter: drop-shadow( 1px 1px 0 #000 );
  filter: drop-shadow( 1px 1px 0 #000 );
  transform: translateZ(0);
}
.audioplayer-bar-played {
  background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
  background: -webkit-linear-gradient( left, #007fd1, #c600ff );
  background: -moz-linear-gradient( left, #007fd1, #c600ff );
  background: -ms-radial-gradient( left, #007fd1, #c600ff );
  background: -o-linear-gradient( left, #007fd1, #c600ff );
  background: linear-gradient( to right, #007fd1, #c600ff );
}
.audioplayer-volume-adjust div div {
  background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
  background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
  background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
  background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
  background: -o-linear-gradient( bottom, #007fd1, #c600ff );
  background: linear-gradient( to top, #007fd1, #c600ff );
}
.audioplayer-bar,  .audioplayer-bar div,  .audioplayer-volume-adjust div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.audioplayer-volume-adjust {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.audioplayer *,  .audioplayer *:before,  .audioplayer *:after {
  -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}

/* responsiveness */

.mfp-content {
  max-width: 500px;
  width: 96%;
  height: 260px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 );
  -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 );
  box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 );
  border-right: 6px solid #39a1db;
  border-left: 6px solid #39a1db;
  border-bottom: 6px solid #39a1db;
  box-sizing: border-box;
}
.audio_title {
  text-align: center;
  margin: 0 auto 72px;
  font-size: 16px;
  background: #39a1db;
  color: #fff;
  padding: 12px;
}
button.mfp-close {
  width: 100px;
  background: #fff;
  border: 2px solid #777777;
  height: 36px;
  margin: 30px auto 0;
  display: block;
  color: #777777;
  font-weight: bold;
}
