html, body, p, a, div, span, li, ul, h1, h2, h3, h4, h5, h6{
    word-break: keep-all;
    overflow-wrap: break-word;
}

.albumdetail{
    padding:0 160px 0;
}

.disco_padding{
    padding: 0 160px 0;
}

.albumdetail#pt{
    padding:240px 160px 0;
}

h1{
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 16px;
}

h2{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 64px;
}

#albumtype{
    font-size: 16px;
    margin: 0;
}

#divider{
     width: 1px;
     height: 12px;
     opacity: 0.3;
     display: inline-block;
     margin: 0 8px;
     background-color: #fff;
}

#albumcover{
    margin: 80px 0 160px;
    max-width: 720px;
    border-radius: 6px;
}

#introtext{
    margin-bottom: 160px;
}

#text{
    height: 300px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

#text p{
    margin: 0;
}

#text img{
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

#less{
    margin-top: 40px;
    width: 100%;
    display: none;
}

.pc_buy_more{
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 21px;
    padding: 11px 14px 11px 18px;
    color: #000;
}

.pc_buy_more svg{
    margin-left: 6px;
}

.pc_buy_more svg path{
    stroke: #000;
}

#more_buylinks svg path, #less_buylinks svg path{
    stroke: #000;
}

#more{
    width: 100%;
}

.buylinks{
    background-color: #fff;
    border-radius: 21px;
    /* padding: 11px 18px; */
    color: #000;
    width:fit-content;
    min-width: 157px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.buylinks a{
    color: #000;
}

.buytitle{
    font-size: 16px;
    font-weight: 500;
    padding: 11px 18px;
}

.buytitle img{
    height: 24px;
}

.buyDivider{
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.buylist{
    padding: 0;
    margin: 0 0 14px;
}

.buylist li{
    list-style: none;
}

.buylist li a{
    color: #000;
    padding: 13.5px 18px;
    display: block;
    font-weight: 500;
}

.buylist li a:hover{
    background-color: rgba(0, 0, 0, 0.03);
}

#track-table{
    font-size: 16px;
    padding:0;
    margin: 0 0 40px;
}

#track-table li{
    list-style: none;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 0 32px;
}

#track-table li:last-child{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tracknum{
    letter-spacing: 0.02em;
}

.tracktime{
}

.tracktitle{
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.titletrack{
    background-color: rgba(255, 255, 255, 0.2);
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 2px;
    letter-spacing: 0.02em;
}

#streaming{
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
}

#streaming a{
    font-size: 14px;
    font-weight: 400;
}

#streaming img{
    height: 16px;
}

.listen, .listen_list{
    display: inline-block;
}

.listen{
    margin: 0 32px 14px 0;
}

.listen_list .dot{
    margin: 0 5px;
    width: 1px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    vertical-align: super;
}

.playicon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 56px;
    height: 56px;
}

.playicon img{
    width: 56px;
    height: 56px;
}

.m-playicon{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
}

.m-playicon img{
    width: 56px;
    height: 56px;
}

.video-swiper{
    margin-bottom:160px;
}

.video-slide{
    width: 1280px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    opacity: 0.2;
    transition: opacity 1.5s ease-in-out;
}

.videoarea{
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.video-slide p{
    font-size: 16px;
    margin-top: 20px;
}

.video-slide .videoThum{
    width: 100%;
    height: 100%;
    object-fit: cover; /* Maintain the aspect ratio and fill the container */
    object-position: center; /* Center the image within the container */
}

.video-slide a{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}

.yt-container{
    width: 100%;
    height: 100%;
}

.vdcontrol{
    position: absolute;
    top: 0;
    height: 100%;
    width: 472px;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 1s cubic-bezier(.2,1,.2,1);
    cursor: pointer;
}

.vdcontrol:hover{
    opacity: 1;
}

.vdcontrol svg{
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoswiper-button-next{
    right: 0;
}

.photo-swiper{
    margin-bottom:200px;
}

/* #photo-swiper-wrapper{
    display: flex;
} */

.gap-160{
    width: 100%;
    height: 160px;
}

.photo-slide{
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
    white-space: nowrap;
    width: 405px;
    height: 405px;
}

.photo-slide a{
    width: 100%;
    display: inline-block;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
}

.gallery{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: 0;
}

.gallerybtn{
    width: 40px;
}

#gallery_close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    z-index: 1000;
}

.gal-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gal-slide img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.gal-slide {
    background-size: cover;
    background-position: center;
}

.gal-top {
    height: 83%;
    width: 100%;
}

.gal-top .gal-slide{
    background-color: #000;
}

.gal-top .swiper-button-next, .gal-top .swiper-button-prev{
    color: #fff;
}

.btn_download{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #fff;
}

.btn_download img{
    height: 40px;
}

#thumbsSlider{
    display: flex;
    align-items: center;
}

#thumbsSlider .swiper-wrapper{
    height: fit-content;
    display: flex;
    align-items: center;
}

.gal-thumb {
    height: 17%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gal-thumb .swiper-slide {
    width: 80px;
    height: 80px;
    opacity: 0.4;
    overflow: hidden;
    border-radius: 6px;
}

.gal-thumb .swiper-slide-thumb-active {
    opacity: 1;
    border: 4px solid #fff;
    border-radius: 6px;
}

.galswiper-button-prev{
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
}

.galswiper-button-next{
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
}

.phocontrol{
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 1s cubic-bezier(.2,1,.2,1);
    cursor: pointer;
}

.phocontrol:hover{
    opacity: 1;
}

.phocontrol svg{
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#left, #left_photo{
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}

#right, #right_photo{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}

.photoswiper-button-next{
    right: 0;
}

.p-hide{
    display: none;
}

.swiper-slide-active{
    opacity: 1;
}

#gradient_bg{
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 60%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.openToggle{
    font-size: 14px;
    font-weight: 400;
}

.openToggle img{
    width: 14px;
    padding-bottom: 3px;
}

.col-6{
    width: 50%;
}

#open, #collapse{
    display: flex;
    align-items: center;
    gap:0 2px;
}

@media (max-width: 1023px) {

    #track-table{
        font-size: 14px;
        padding:0;
        margin: 0 0 24px;
    }

    #track-table li{
        gap: 0 12px;
    }

    #mo-mb{
        width: 100%;
        height: 100px;
    }

    .buylinks{
        min-width: 139px;
    }

    #streaming a{
        display: inline-block;
        height: 25px;
    }

    table td, table th{
        font-size: 14px;
    }

    .pc_buy_more{
        font-size: 14px;
        padding: 9px 12px 9px 16px;
    }

    .buytitle{
        font-size: 14px;
    }

    .buylist li a{
        font-size: 14px;
    }

    .galswiper-button-prev{
        left: 10px;
    }
    
    .galswiper-button-next{
        right: 10px;
    }

    #gradient_bg{
        height: 300px !important;
    }

    #text{
        font-size: 16px;
    }
    .albumdetail{
        padding: 80px 0 0;
    }
    .albumdetail#pt{
        padding: 120px 0 0;
    }
    .disco_padding{
        padding: 0;
    }
    .photo-swiper{
        margin-bottom:120px;
        
    }

    h1{
        font-size: 32px;
        margin: 0 0 16px;
    }
    
    h2{
        font-size: 24px;
        margin: 0 0 40px;
        font-weight: 600;
    }

    #albumtype{
        font-size: 14px;
    }

    #albumcover{
        margin: 40px 0 80px;
        width: 100%;
        border-radius: 6px;
    }
    #more, #less{width: auto;}

    .listen{
        display: block;
        margin-bottom: 14px;
    }

    .m-hide{
        display: none;
    }

    .p-hide{
        display: block;
    }

    .m-videoarea{
        width: 100%;
        aspect-ratio: 16/9;
        position: relative;
        overflow: hidden;
        border-radius: 6px;
    }

    .video-wrap p {
        margin: 20px 0 0;
        font-size: 16px;
        font-weight: 400;
    }

    .m-videoarea .videothumb{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .video-wrap{
        margin-bottom: 40px;
    }

    .m-yt-container{
        height: 100%;
    }

    .m-videoarea a{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }

    #mobile_photo{
        display: flex;
        flex-wrap: wrap;
        flex-shrink: 0;
        gap: 12px 12px;
    }

    #mobile_photo .col-6{
        aspect-ratio: 1/1;
        width: calc(50% - 6px);
    }

    .photobox{
        width: 100%;
        background-position: center center;
        background-size: cover;
        border-radius: 6px;
        aspect-ratio: 1/1;
    }
}

@media (max-width: 1599px) {
    .photo-slide a{
        width: 100%;
    }
    #albumcover{
        margin: 40px 0 80px;
        max-width: 720px;
        width: 100%;
        border-radius: 6px;
    }
}


@media (min-width: 576px) {
    .gallerybtn{
        width: 60px;
        }
    #gallery_close{
        position: absolute;
        right: 20px;
        top: 20px;
        width: 60px;
        z-index: 1000;
        }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .video-slide{
        width: calc(100% - 536px);
    }
}
@media (min-width: 1200px) {
    .video-slide{
        width: calc(100% - 536px);
    }
}
@media (min-width: 1400px) {
    .video-slide{
        width: calc(100% - 536px);
    }
}
@media (min-width: 1840px) {
    .video-slide{
        width: 1280px;
    }
}