/* Play Auraphon Section Styles */

.auraphon-hero {
    text-align: center;
    background: #f0f0f0;
    padding-bottom: 200px;
    margin-bottom: 0;
}

.auraphon-title {
    display: flex;
    justify-content: end;
}

.auraphon-title h1 {
    font-family: var(--font-raleway);
    font-size: 132px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 !important;
    color: #ffffff;
}

.auraphon-desc {
    margin: 81px 0;
    font-size: 16px;
    color: #000000;
}

.auraphon-desc span {
    font-size: 16px;
    font-weight: 500;
    line-height: 39px;
}

.auraphon-playlist {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sb_youtube {
    position: relative;
    max-width: 1440px;
    overflow: hidden !important;
}

.sby_items_wrap {
    display: flex;
    transition: transform 0.4s ease;
    height: auto !important;
}

.sby_items_wrap .sby_item {
    width: 31% !important;
    height: auto;
    box-sizing: border-box;
}

.carousel-dots {
    text-align: center;
    margin-top: 50.19px;
}

.dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: #333;
}

.sby_title,
.sby_channel_title {
    display: block;
    width: 100%;
    justify-content: start;
    min-height: 20px;
    margin-top: 13px;
    text-align: justify;
}

.sby_title span,
.sby_channel_title span {
    position: relative;
    display: inline;
    cursor: pointer;
    z-index: 1;
    line-height: 1.4;
    margin-top: 13px;
    background: linear-gradient(to top, #50b848 0px, #50b848 10px, transparent 10px);
    background-repeat: repeat-x;
    background-position: 0 calc(100% + 5px);
    background-size: 0% auto;

    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.sby_title span:hover,
.sby_channel_title span:hover,
.sby_video_thumbnail_component:hover ~ .sby_title span,
.sby_video_thumbnail_component:hover ~ .sby_channel_title span {
    background-size: 100% auto;
}

.sby_video_title {
    font-family: "Noto Sans JP", sans-serif;
}

.sby_video_thumbnail_component {
    background-color: #50b848;
}

.sby_video_thumbnail {
    height: 100% !important;
    display: block;
    transition: opacity 0.3s ease;
}

.sby_video_thumbnail_component:hover .sby_video_thumbnail {
    opacity: 0.7;
}

.sby_channel_title span {
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 18px;
}

@media screen and (min-width: 998px) {
    .sby_inner_item {
        width: 349.9px !important;
    }
}

@media screen and (max-width: 767px) {
    .auraphon-hero {
        padding-bottom: 118.23px;
    }

    .sb_youtube {
        max-width: 350px !important;
        margin: auto;
    }

    .auraphon-title {
        justify-content: center;
    }

    .auraphon-title h1 {
        font-weight: 700;
        font-size: 39px;
        line-height: 100%;
        margin: 10px 0 !important;
    }

    .auraphon-desc {
        display: flex;
        flex-direction: column;
        margin: 70px 0;
    }

    .auraphon-desc span {
        font-size: 14px;
        line-height: 30px;
    }

    .sby_items_wrap {
        padding: 0 !important;
    }

    .sby_items_wrap .sby_item {
        width: 49% !important;
    }

    .carousel-dots {
        margin-top: 75px;
    }

    .carousel-dots .dot {
        width: 9px;
        height: 9px;
    }
}

@media (min-width: 767px) and (max-width: 997px) {
    .auraphon-hero {
        padding-bottom: 150px;
    }

    .auraphon-title {
        justify-content: center;
    }

    .auraphon-title h1 {
        font-size: 70px;
        line-height: 120px;
    }

    .auraphon-desc {
        margin: 50px 0;
    }

    .sb_youtube {
        max-width: 700px;
    }
}

@media (min-width: 998px) and (max-width: 1199px) {
    .auraphon-title {
        justify-content: center;
    }

    .auraphon-title h1 {
        font-size: 100px;
        line-height: 140px;
    }

    .sb_youtube {
        max-width: 950px;
    }
}
