@charset "UTF-8";
.wrapper {
    overflow: hidden;
}

.main {
    margin: auto;
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
}
@media ( max-width: 768px ) {
    .main {
        width: 100vw;
    }
}
@media ( min-width: 769px ) {
    .main {
        width: 410px;
    }
}

@media ( max-width: 768px ) {
    .pc-fixed-left {
        display: none;
    }
}
@media ( min-width: 769px ) {
    .pc-fixed-left {
        overflow: hidden;
        position: fixed !important;
        top: 0;
        left: 0;
        padding: 20px;
        height: 100vh;
        width: calc( ( 100vw - 390px ) / 2 );
        z-index: 10;
        animation: 1.667s linear fadeIn;
    }
}

@media ( max-width: 768px ) {
    .pc-fixed-right {
        display: none;
    }
}
@media ( min-width: 769px ) {
    .pc-fixed-right {
        overflow: hidden;
        position: fixed !important;
        top: 0;
        right: 0;
        padding: 20px;
        height: 100vh;
        width: calc( ( 100vw - 390px ) / 2 );
        z-index: 10;
        animation: 1.667s linear fadeIn;
    }
}

@media ( max-width: 768px ) {
    .pc-left-text {
        display: none;
    }
}
@media ( min-width: 769px ) {
    .pc-left-text {
        position: absolute !important;
        top: 50%;
        left: 30px;
        transform: translateY( -50% ) scale( -1, -1 );
    }
}

@media ( max-width: 768px ) {
    .pc-right-text {
        display: none;
    }
}
@media ( min-width: 769px ) {
    .pc-right-text {
        position: absolute !important;
        top: 50%;
        right: 30px;
        transform: translateY( -50% );
    }
}

.app {
    position: relative;
    z-index: 10;
    margin: auto;
    width: 390px;
    background: #000000;
    box-shadow: 0px 18px 13px 0px rgba( 0, 0, 0, .334 );
}

.app-introduction {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    background: #B67EDD no-repeat;
    background-image: url( '/musicpark/assets/img/bg-introduction1-vol-03@2x.png?v2' );
    background-position: top center;
    background-size: 100% auto;
}

.app-gradient-01 {
    background: linear-gradient( 180deg, #B68DD1, #6C2969 );
    background: -webkit-linear-gradient( -90deg, #B68DD1, #6C2969 );
    background: -moz-linear-gradient( -90deg, #B68DD1, #6C2969 );
    background-size: 150% 150%;
    animation: 6.4s ease-in-out 0s infinite alternate gradation;
}

.app-gradient-02 {
    background: linear-gradient( 180deg, #6C2969, #B68DD1 );
    background: -webkit-linear-gradient( -90deg, #6C2969, #B68DD1 );
    background: -moz-linear-gradient( -90deg, #6C2969, #B68DD1 );
    background-size: 150% 150%;
    animation: 6.4s ease-in-out 0s infinite alternate gradation;
}

.app-playlist {
    overflow-x: hidden;
    position: relative;
    padding: 106px 0 80px;
}

.app-concept {
    padding: 52px 24px 68px;
}

.app-presenter {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 52px 24px 68px;
}

.app-follow-us {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 52px 24px 68px;
}

.logo-daytona-park--header {
    padding: 20px 24px;
    width: 100%;
}

.icon-musicpark {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.icon-musicpark > img {
    position: relative;
    z-index: 10;
}

.waveform {
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
    width: 100%;
    height: 200px;
    z-index: 1;
}

.waveform > canvas {
    position: absolute;
    left: 50%;
    transform: translateX( -50% );
}

.scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: auto;
    width: 26px;
    height: 44px;
    border: 1.5px solid #FFFFFF;
    border-radius: 22px;
}

.scroll:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX( -50% );
    background-color: #FFFFFF;
    border-radius: 50%;
    opacity: 0;
    animation: 2.2s infinite wheel;
}

.scroll__label {
    position: absolute;
    bottom: -18px;
    font-family: 'Lato';
    font-size: 12px;
    text-align: center;
}

.heading {
    padding: 0 0 24px;
    color: #DB91FF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
}

.musicpark-copy {
    padding: 36px 0 72px;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.2;
    text-align: center;
}

.musicpark-copy > span {
    display: block;
    text-shadow: 0 1px 2px rgba( 140, 73, 173, 1 );
}

.album {
    position: relative;
    cursor: pointer;
}

.album__jacket {
    width: 100%;
    aspect-ratio: 1/1;
}

.album__audio {
    display: none;
}

.player {
    padding: 20px 24px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.app-concept__container {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.app-concept__container.is-active {
    display: flex;
    animation: .667s linear fadeIn;
}

.app-concept__container:not( .is-active ) {
    animation: .667s linear fadeOut;
}

.concept {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    min-height: 112px;
    padding: 0 0 32px;
}

.concept__name {
    padding: 0 0 8px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.9;
}

.concept__description {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
}

.artwork__container {
    overflow: hidden;
    position: relative;
    padding: 0 24px;
    width: 390px;
}

.artwork {
    overflow: visible;
}

.artwork img {
    width: 96px;
    box-shadow: 0px 3px 6px 0px rgba( 140, 73, 173, 1 );
}

.artwork__description {
    padding: 16px 0 0;
    text-align: center;
}

.artwork__title {
    font-size: 13px;
    font-weight: 300;
}

.artwork__artist {
    font-size: 13px;
    font-weight: 300;
}

.presenter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.presenter__icon {
    flex: 0 0 36%;
    padding-right: 16px;
}

.presenter__summary {
    flex: 0 0 64%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.presenter__name {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
}

.presenter__description {
    color: #EBEBEB;
    font-size: 10px;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: -.025em;
}

.follow-us {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.follow-us__link {
    padding: 0 12px;
}

.footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 0 72px;
    background: linear-gradient( 135deg, #682E8D, #682E8D );
    background: -webkit-linear-gradient( -45deg, #682E8D, #682E8D );
    background: -moz-linear-gradient( -45deg, #682E8D, #682E8D );
    background-size: 150% 150%;
}

.controller {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 50;
    max-width: 390px;
    width: 100%;
    height: 50px;
    backdrop-filter: blur( 6px );
}

.controller__bg-filter {
    padding: 10px;
    width: inherit;
    height: inherit;
    background: #030431;
    opacity: .336;
}

.controller__track {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 84.6%;
    height: inherit;
    overflow: hidden;
}

.controller__track-container {
    overflow: hidden;
    display: none;
    padding: 0 20px;
    font-size: 11px;
    white-space: nowrap;
    mask-image: linear-gradient( 90deg, #fff 0%, #fff 90%, transparent 100% );
    -webkit-mask-image: linear-gradient( 90deg, transparent 0%, #fff 10%, #fff 90%, transparent 100% );
    animation: 1.667s linear fadeIn;
}

.controller__track-container.is-active {
    display: inherit;
}

.controller__track-container > span {
    display: block;
    padding: 0 10px;
    animation: 26.667s linear infinite ticker;
    animation-delay: 3.334s;
    animation-iteration-count: 3;
}

.logo-daytona-park--footer {
    padding: 0 0 10px;
}

.copywrite {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.js-fade-in {
    transition-property: opacity, visibility, transform;
    transition-duration: 1.667s;
    opacity: 0;
    visibility: hidden;
    transform: translateY( 20px );
}

.js-fade-in.done {
    opacity: 1;
    visibility: visible;
    transform: translateY( 0 );
}

@keyframes gradation {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes fadeIn {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        visibility: visible;
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes wheel {
    0% {
        opacity: 1;
        top: 10px;
    }
    100% {
        opacity: 0;
        top: 30px;
    }
}

@keyframes waveform {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes ticker {
    from {
        transform: translateX( 0 );
    }
    to {
        transform: translateX( -100% );
    }
}

.swiper-button-prev:after {
    display: block;
    content: '';
    height: 24px;
    width: 12px;
    background: url( '/musicpark/assets/img/icon-slider-prev.svg' ) no-repeat center;
}

.swiper-button-next:after {
    display: block;
    content: '';
    height: 24px;
    width: 12px;
    background: url( '/musicpark/assets/img/icon-slider-next.svg' ) no-repeat center;
}

.mejs__container {
    background: transparent;
}

.mejs__container:focus {
    outline: none;
}

.mejs__controls:not( [style*="display: none"] ) {
    padding: 0 40px;
    height: 40px;
    background: transparent;
}

.mejs__controls {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.mejs__volume-button {
    display: none;
}

.mejs__horizontal-volume-slider {
    display: none;
}

.mejs__prev {
    order: 1;
    height: 20px;
    width: 28px;
    background: url( '/musicpark/assets/img/icon-player-prev.svg' ) no-repeat center;
    cursor: pointer;
}

.mejs__playpause-button {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    height: 40px;
    width: 120px;
}

.mejs__next {
    order: 3;
    height: 20px;
    width: 28px;
    background: url( '/musicpark/assets/img/icon-player-next.svg' ) no-repeat center;
    cursor: pointer;
}

.mejs__button > button {
    margin: 0;
    height: 40px;
    width: 40px;
}

svg.mejs__icon-play {
    height: 40px;
    width: 40px;
}

svg.mejs__icon-pause {
    height: 40px;
    width: 40px;
}

.mejs__time-rail {
    order: 4;
    flex: 0 0 100%;
    padding: 16px 0 0;
}

.mejs__time {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 1.5rem 0 0;
    height: 3rem;
}

.mejs__currenttime-container {
    order: 5;
    padding-left: 0;
    text-align: left;
}

.mejs__currenttime {
    font-size: 12px;
    font-weight: 300;
}

.mejs__duration-container {
    order: 6;
    padding-right: 0;
    text-align: right;
}

.mejs__duration {
    font-size: 12px;
    font-weight: 300;
}

.mejs__time-total {
    height: 5px;
    background: rgba( 255, 255, 255, .12 );
}

.mejs__time-loaded {
    top: 1px;
    height: 3px;
    background: rgba( 255, 255, 255, .05 );
}

.mejs__time-current {
    top: 1px;
    height: 3px;
    background: #DC95FF;
}

.mejs__time-handle-content {
    top: -4.5px;
    width: 10px;
    height: 10px;
    background: #DC95FF;
    border: 0;
}

.mejs__time-rail .mejs__time-handle-content {
    transform: scale( 1 );
}

.mejs__time-hovered {
    display: none!important;
}

.mejs__time-float {
    display: none!important;
}

/*
 * Cascading CSS
 * 
 */
.presenter__icon > img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
}

.app-playlist > .swiper {
    overflow: visible;
}

.swiper-slide-active > .album {
    border: 1px solid transparent;
    box-shadow: 0px 3px 6px 0px rgba( 140, 73, 173, 1 );
}

.swiper-slide:not( .swiper-slide-active ) > .album {
    filter: blur( 1px );
    -ms-filter: blur( 1px );
}

.album > .mejs__button {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.album > .mejs__button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    width: inherit;
    height: inherit;
    padding: 10px;
    filter: blur( 9px );
    opacity: .267;
    background: #000000;
}

.album > .mejs__button:after {
    content: '';
    position: relative;
    z-index: 10;
    display: block;
    width: inherit;
    height: inherit;
}

.album > .mejs__play:after {
    background: url( '/musicpark/assets/img/icon-jacket-play.svg' ) no-repeat 22px 18px;
}

.album > .mejs__pause:after {
    background: url( '/musicpark/assets/img/icon-jacket-pause.svg' ) no-repeat 50%;
}

.artwork .swiper-button-prev {
    left: -25px;
}

.artwork .swiper-button-next {
    right: -25px;
}

.artwork .swiper-button-lock {
    display: flex;
}

.controller > .mejs__button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15.4%;
    height: inherit;
    cursor: pointer;
}

.controller > .mejs__button:before {
    content: '';
    display: block;
    height: inherit;
    width: inherit;
}

.controller > .mejs__play:before {
    background: url( '/musicpark/assets/img/icon-controller-play.svg' ) no-repeat center;
}

.controller > .mejs__pause:before {
    background: url( '/musicpark/assets/img/icon-controller-pause.svg' ) no-repeat center;
}
