@charset "UTF-8";


/* HERO image
 ---------------------------- */

#d1533461 {

}
#d1533461 .image-slider-area .slider-control-button-wrapper {
    display: none;
}
#d1533461 .image-slider-area .slider-wrapper .slider-item.item-0 .banner-image-wrapper {
    width: 100%;
    height: 800px;
    background-image: url('/common/css/photo_00_hero.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#d1533461 .image-slider-area .slider-wrapper .slider-item.item-0 .banner-image-wrapper img {
    display: none;
}
#d1533461 .image-slider-area .slider-wrapper .slider-item.item-0 .text-area {
    padding: 0;
    width: 100%;
    max-width: 100%;
    background-color: transparent !important;
}
#d1533461 .image-slider-area .slider-wrapper .slider-item.item-0 .text-area .title {
    margin: 0;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 16px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8), 0px 0px 8px rgba(0, 0, 0, 0.8);
    text-align: center;
}

@media screen and (max-width:1000px) {
    #d1533461 .image-slider-area .slider-wrapper .slider-item.item-0 .banner-image-wrapper {
        height: 600px;
    }
    #d1533461 .image-slider-area .slider-wrapper .slider-item.item-0 .text-area .title {
        font-size: 60px;
    }
}

@media screen and (max-width:767px) {
    #d1533461 .image-slider-area .slider-wrapper .slider-item.item-0 .banner-image-wrapper {
        height: 300px;
    }
    #d1533461 .image-slider-area .slider-wrapper .slider-item.item-0 .text-area {
        display: block !important;
    }
    #d1533461 .image-slider-area .slider-wrapper .slider-item.item-0 .text-area .title {
        font-size: 30px;
        letter-spacing: 4px;
    }
    #d1533461 .sp-slider-area {
        display: none !important;
    }
}



/* section: INTRODUCTION
 ---------------------------- */

#d1533849 {
    margin: 0;
    padding: 120px 0;
    background-image: url('/common/css/bg_01_introduction.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#d1533849 .container-fluid {
    margin: 0 auto;
}
#d1533849 .heading {
    margin: 0 auto;
    width: 100%;
    max-width: 945px;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
}
#d1533849 .links {
    margin: 60px 0 0;
}
#d1533849 .links > li {
    display: flex;
    justify-content: center;
    align-content: flex-start;
}
#d1533849 .links > li a {
    display: block;
    padding: 25px 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    text-align: center;
    text-decoration: none;
    border: solid 3px #000;
    transition: color ease 0.3s, background-color ease 0.3s;
}
#d1533849 .links > li a:hover {
    color: #fff;
    background-color: #000;
}

@media screen and (max-width:767px) {
    #d1533849 {
        padding: 50px 0 60px;
    }
    #d1533849 .heading {
        max-width: 100%;
        font-size: 26px;
    }
    #d1533849 .links {
        margin: 40px 0 0;
    }
    #d1533849 .links > li a {
        padding: 20px 30px;
        font-size: 13px;
        border: solid 2px #000;
    }
}



/* section: CREATORS ~ PERFORMERS
 ---------------------------- */

[data-id="d98445-1"],
[data-id="d98445-2"],
[data-id="d98445-3"],
[data-id="d98445-4"],
[data-id="d98445-5"] {
    margin: 0;
    padding: 120px 0;
    max-width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
[data-id="d98445-1"] .row,
[data-id="d98445-2"] .row,
[data-id="d98445-3"] .row,
[data-id="d98445-4"] .row,
[data-id="d98445-5"] .row {
    margin: 0;
}

[data-id="d98445-1"] { background-image: url('/common/css/bg_02_creators.png'); }
[data-id="d98445-2"] { background-image: url('/common/css/bg_03_sound_lovers.png'); }
[data-id="d98445-3"] { background-image: url('/common/css/bg_04_beginners.png'); }
[data-id="d98445-4"] { background-image: url('/common/css/bg_05_silent_players.png'); }
[data-id="d98445-5"] { background-image: url('/common/css/bg_06_performers.png'); }

/* heading */
#d1533969 h2,
#d1533970 h2,
#d1533971 h2,
#d1533972 h2,
#d1533973 h2 {
    margin: 0 0 80px;
    padding: 0;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 10px;
    color: #000;
    text-align: center;
}
#d1533972 h2 {
    color: #fff;
}

/* body */
#d1533850,
#d1533851,
#d1533852,
#d1533853,
#d1533854 {
    margin: 0;
}
#d1533850 .container-fluid .clearfix,
#d1533851 .container-fluid .clearfix,
#d1533852 .container-fluid .clearfix,
#d1533853 .container-fluid .clearfix,
#d1533854 .container-fluid .clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#d1533850 .container-fluid .clearfix,
#d1533852 .container-fluid .clearfix,
#d1533854 .container-fluid .clearfix {
    flex-direction: row-reverse;
}
#d1533851 .container-fluid .clearfix,
#d1533853 .container-fluid .clearfix {
    flex-direction: row;
}
#d1533850 .container-fluid .clearfix::before,
#d1533850 .container-fluid .clearfix::after,
#d1533851 .container-fluid .clearfix::before,
#d1533851 .container-fluid .clearfix::after,
#d1533852 .container-fluid .clearfix::before,
#d1533852 .container-fluid .clearfix::after,
#d1533853 .container-fluid .clearfix::before,
#d1533853 .container-fluid .clearfix::after,
#d1533854 .container-fluid .clearfix::before,
#d1533854 .container-fluid .clearfix::after {
    content: none;
}
#d1533850 .media-box,
#d1533851 .media-box,
#d1533852 .media-box,
#d1533853 .media-box,
#d1533854 .media-box {
    margin: 0;
    padding: 0;
    width: calc(70% - 40px);
}
#d1533850 .media-box img,
#d1533851 .media-box img,
#d1533852 .media-box img,
#d1533853 .media-box img,
#d1533854 .media-box img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
#d1533850 .text-box,
#d1533851 .text-box,
#d1533852 .text-box,
#d1533853 .text-box,
#d1533854 .text-box {
    width: 30%;
}
#d1533850 .text-box p,
#d1533851 .text-box p,
#d1533852 .text-box p,
#d1533853 .text-box p,
#d1533854 .text-box p {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
}
#d1533853 .text-box p {
    color: #fff;
}
#d1533850 .text-box p ~ p,
#d1533851 .text-box p ~ p,
#d1533852 .text-box p ~ p,
#d1533853 .text-box p ~ p,
#d1533854 .text-box p ~ p {
    margin-top: 10px;
}
#d1533850 .text-box .list-unstyled,
#d1533851 .text-box .list-unstyled,
#d1533852 .text-box .list-unstyled,
#d1533853 .text-box .list-unstyled,
#d1533854 .text-box .list-unstyled {
    display: none;
}

@media screen and (max-width:767px) {
    [data-id="d98445-1"],
    [data-id="d98445-2"],
    [data-id="d98445-3"],
    [data-id="d98445-4"],
    [data-id="d98445-5"] {
        margin: 0;
        padding: 50px 0 60px;
    }

    /* heading */
    #d1533969 h2,
    #d1533970 h2,
    #d1533971 h2,
    #d1533972 h2,
    #d1533973 h2 {
        margin: 0 0 20px;
        font-size: 30px;
        letter-spacing: 4px;
    }

    /* body */
    #d1533850 .container-fluid,
    #d1533851 .container-fluid,
    #d1533852 .container-fluid,
    #d1533853 .container-fluid,
    #d1533854 .container-fluid {
        padding: 0;
    }
    #d1533850 .container-fluid .clearfix,
    #d1533851 .container-fluid .clearfix,
    #d1533852 .container-fluid .clearfix,
    #d1533853 .container-fluid .clearfix,
    #d1533854 .container-fluid .clearfix {
        flex-direction: column;
    }
    #d1533850 .media-box,
    #d1533851 .media-box,
    #d1533852 .media-box,
    #d1533853 .media-box,
    #d1533854 .media-box {
        margin: 0 0 30px;
        width: 100%;
    }
    #d1533850 .text-box,
    #d1533851 .text-box,
    #d1533852 .text-box,
    #d1533853 .text-box,
    #d1533854 .text-box {
        width: 100%;
        padding: 0 20px;
    }
    #d1533850 .text-box p,
    #d1533851 .text-box p,
    #d1533852 .text-box p,
    #d1533853 .text-box p,
    #d1533854 .text-box p {
        font-size: 16px;
    }
}



/* section: DISCOVER OUR PRODUCTS
 ---------------------------- */

#d1533855 {
    margin: 0;
    padding: 120px 0;
    background-color: #000;
}
#d1533855 .container-fluid {
    margin: 0 auto;
}
#d1533855 .heading {
    margin: 0 0 80px;
    padding: 0;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 10px;
    color: #fff;
    text-align: center;
}
#d1533855 .description {
    display: block;
    margin: 0 auto;
    max-width: 650px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}
#d1533855 .description ~ .description {
    margin-top: 10px;
}
#d1533855 .links {
    margin: 60px 0 0;
}
#d1533855 .links > li {
    display: flex;
    justify-content: center;
    align-content: flex-start;
}
#d1533855 .links > li a {
    display: block;
    padding: 25px 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: solid 3px #fff;
    transition: color ease 0.3s, background-color ease 0.3s;
}
#d1533855 .links > li a:hover {
    color: #000;
    background-color: #fff;
}
#d1533855 .links > li a .fa {
    display: none;
}

@media screen and (max-width:767px) {
    #d1533855 {
        padding: 50px 0 60px;
    }
    #d1533855 .heading {
        margin: 0 0 30px;
        font-size: 30px;
        letter-spacing: 4px;
    }
    #d1533855 .description {
        max-width: 310px;
        font-size: 16px;
    }
    #d1533855 .links {
        margin: 40px 0 0;
    }
    #d1533855 .links > li a {
        display: block;
        padding: 20px 30px;
        font-size: 13px;
        border: solid 2px #fff;
    }
}


/* section: MAKE WAVES STORIES
 ---------------------------- */

#d1533856 {
    margin: 0;
    padding: 120px 0 80px;
    background-color: #fff;
}
#d1533856 .container-fluid {
    margin: 0 auto;
}
#d1533856 .heading {
    margin: 0 0 80px;
    padding: 0;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 10px;
    color: #000;
    text-align: center;
}
#d1533856 .description {
    display: block;
    margin: 0 auto;
    max-width: 650px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
    color: #000;
    text-align: center;
}
#d1533856 .description ~ .description {
    margin-top: 10px;
}

@media screen and (max-width:767px) {
    #d1533856 {
        padding: 50px 0 40px;
    }
    #d1533856 .heading {
        margin: 0 0 30px;
        font-size: 30px;
        letter-spacing: 4px;
    }
    #d1533856 .description {
        max-width: 310px;
        font-size: 16px;
    }
}


[data-id="d98445-6"] {
    padding: 0 32px 120px;
}
[data-id="d98445-6"] .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 100%;
}
[data-id="d98445-6"] .row::before,
[data-id="d98445-6"] .row::after {
    content: none;
}
[data-id="d98445-6"] .row .ngc:nth-child(2n) {
    margin-left: 40px;
}

[data-id="1381295"],
[data-id="1381297"] {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(50% - 20px);
}
[data-id="1381295"] a,
[data-id="1381297"] a {
    position: relative;
    display: block;
    padding: 25px 50px 25px 25px;
    width: 100%;
    min-height: 130px;
    color: #FFF;
    text-decoration: none;
    background: linear-gradient(90deg,#873aa6,#f981a8);
}
[data-id="1381295"] a:hover,
[data-id="1381297"] a:hover {
    opacity: 0.8;
}
[data-id="1381295"] a:after,
[data-id="1381297"] a:after {
    content: '';
    top: calc(50% - 7px);
    right: 20px;
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
}
[data-id="1381295"] .heading,
[data-id="1381297"] .heading {
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    text-align: left;
}
[data-id="1381295"] .links,
[data-id="1381297"] .links {
    margin: 0;
}
[data-id="1381295"] .links > li,
[data-id="1381297"] .links > li{
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}

@media screen and (max-width:767px) {
    [data-id="d98445-6"] {
        padding: 0 16px 60px;
    }
    [data-id="d98445-6"] .row {
        flex-direction: column;
    }
    [data-id="d98445-6"] .row .ngc:nth-child(2n) {
        margin-left: 0;
    }
    [data-id="1381295"],
    [data-id="1381297"] {
        width: 100%;
    }
    [data-id="1381295"] a,
    [data-id="1381297"] a {
        padding-right: 40px;
    }
}
<!--ºÄÊ±1752872575.7302Ãë-->