.debussy-container {
    background-color: #fff;
    --Debussy-navH: 79px;
    position: relative;
}

.debussy-container * {
    box-sizing: border-box;
}

.debussy-container picture {
    display: block;
    width: 100%;
    
}

.debussy-container sup {
    font-size: 0.6em;
}
.debussy-container .yes-click {
    cursor: pointer;
}

.debussy-container a {
    font-size: inherit;
    color: inherit;
}

.debussy-container ul {
    list-style: none;
    list-style-image: none;
}

.debussy-container .nr {
    white-space: nowrap;
}

.debussy-container img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}

.debussy-container video {
    width: 100%;
    height: auto;
    border: 0;
    display: block;
    object-fit: cover;
}

.debussy-container .blur-up {
    filter: blur(10px);
    transition: filter .2s;
    -webkit-filter: blur(10px);
}

.debussy-container .blur-up.lazyloaded {
    filter: blur(0);
}

.debussy-container .show-mob {
    display: none;
}

.debussy-container .show-pc {
    display: block;
}

.debussy-container .show-mob-inline {
    display: none;
}

.debussy-container .show-pc-inline {
    display: inline;
}

.debussy-container .show-ie {
    display: none;
}

.debussy-container .hide-ie {
    display: block;
}

.debussy-container .content-wrap {
    display: flex;
    flex-direction: column;
}

.debussy-container .big-title {
    color: #232323;
    font-size: 3.333333vw;
    font-weight: 700;
    line-height: 1.25;
}

.debussy-container .debussy-s3 .big-title {
    width: 38.645833vw;
}

.debussy-container .desc-p {
    color: #555;
    font-size: 1.145833vw;
    font-weight: 500;
    line-height: 1.6;
    padding-top: 2.604167vw;
}

.debussy-container .debussy-s4 .desc-p {
    width: 26vw;
}


/* mob */
@media screen and (max-aspect-ratio: 11/10) {
    .debussy-container .show-mob {
        display: block;
    }

    .debussy-container .show-pc {
        display: none;
    }

    .debussy-container .show-mob-inline {
        display: inline-block;
    }

    .debussy-container .show-pc-inline {
        display: none;
    }

    .debussy-container .big-title {
        font-size: 8.888889vw;
    }

    .debussy-container .desc-p {
        font-size: 4.44444445vw;
        padding-top: 7.777778vw;
    }

    .debussy-container .debussy-s4 .desc-p {
        width: auto;
    }

    .debussy-container .debussy-s3 .big-title {
        width: auto;
    }

    .debussy-container .debussy-s4 .big-title {
        width: 120%;
    }
}

/* s1 start */
.debussy-container .debussy-s1 {
    position: relative;
    padding: 8.125vw 0 8.854167vw 9.791667vw;
}

.debussy-container .debussy-s1 .kv-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.debussy-s1 .kv-wrap .kv-img {
    width: 37.34375vw;
}

.debussy-s1 .kv-wrap .slogan-img {
    width: 25.78125vw;
    margin-left: 10.989583vw;
}

.debussy-s1 .kv-wrap .kv-ps {
    position: absolute;
    color: #555;
    font-size: 1.145833vw;
    font-weight: 500;
    line-height: 1.6;
    right: 4.916667vw;
    bottom: 1.40625vw;
    width: 80%;
    text-align: right;
}

.debussy-s1 .kv-info {
    font-size: 1.97916667vw;
    font-weight: 500;
    line-height: 1.25;
    color: #000;
    margin-top: 0.78125vw;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-aspect-ratio: 11/10) {
    .debussy-s1 .kv-info {
        font-size: 5.27777777vw;
        margin-top: 2.5vw;
    }

    .debussy-container .debussy-s1 {
        padding: 27.777778vw 0 44.583333vw;
    }

    .debussy-container .debussy-s1 .kv-wrap {
        flex-direction: column-reverse;
        justify-content: center;
    }

    .debussy-s1 .kv-wrap .kv-img {
        width: 66.388889vw;
        margin-top: 31.944444vw;
    }

    .debussy-s1 .kv-wrap .slogan-img {
        width: 68.888889vw;
        margin: 0 auto;
    }

    .debussy-s1 .kv-wrap .kv-ps {
        width: 47.638889vw;
        font-size: 3.055555556vw;
        right: 9.166667vw;
        bottom: 0;
    }
}

/* @media screen and (max-width: 392px) {
    .debussy-s1 .kv-wrap .kv-ps {
        font-size: 12px;
    }
} */

/* s1 end */

/* s2 start */
.debussy-container .debussy-s2 {
    margin-top: 10.416667vw;
}

.debussy-container .debussy-s2 .s2-video-wrap {
    position: relative;
    width: 78.125vw;
    margin: 0 auto;
}

.debussy-container .debussy-s2 .s2-video {
    height: 41.666667vw;
    border-radius: 1.041667vw;
    -webkit-border-radius: 1.041667vw;
    -moz-border-radius: 1.041667vw;
    -ms-border-radius: 1.041667vw;
    -o-border-radius: 1.041667vw;
    overflow: hidden;
}

.debussy-container .debussy-s2 .s2-video video {
    border-radius: 1.041667vw;
    -webkit-border-radius: 1.041667vw;
    -moz-border-radius: 1.041667vw;
    -ms-border-radius: 1.041667vw;
    -o-border-radius: 1.041667vw;
    height: 100%;
}

.debussy-s2 .s2-video-wrap .video-player {
    position: absolute;
    bottom: 1.5625vw;
    right: 2.60416667vw;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    color: #232323;
    font-size: 1.5625vw;
    font-weight: 500;
    line-height: 1.6;
}

.debussy-s2 .s2-video-wrap .video-player img {
    width: 1.82291667vw;
    margin-right: 0.78125vw;
}

@media screen and (max-aspect-ratio: 11/10) {
    .debussy-container .debussy-s2 {
        margin-top: 27.777778vw;
    }

    .debussy-container .debussy-s2 .s2-video-wrap {
        width: 100%;
        text-align: center;
    }

    .debussy-container .debussy-s2 .s2-video {
        height: 86.80555556vw;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .debussy-container .debussy-s2 .s2-video video {
        height: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .debussy-s2 .s2-video-wrap .video-player {
        font-size: 4.166667vw;
        position: static;
        margin: 5.555555555vw auto 0;

    }

    .debussy-s2 .s2-video-wrap .video-player img {
        width: 4.861111vw;
        margin-right: 2.083333vw;
    }
}

/* s2 end */

/* s3 start */
.debussy-container .debussy-s3 {
    margin-top: 10.416667vw;
}

.debussy-container .debussy-s3 .content-wrap {
    width: 78.291667vw;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.debussy-s3 .content-wrap .desc-p {
    width: 36.145833vw;
    margin-left: 0;
    padding-top: 0;
}

.debussy-s3 .s3-img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.debussy-s3 .s3-img-wrap .s3-img {
    flex-shrink: 0;
    width: 82.291667vw;
    margin: 5.416667vw auto 0;
}

.debussy-s3 .s3-img-wrap .s3-icon-wrap {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2.08333333vw;
}

.debussy-s3 .s3-icon-wrap .icon-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.debussy-s3 .s3-icon-wrap .icon-item:not(:first-child) {
    margin-left: 4.166667vw;
}

.debussy-s3 .s3-icon-wrap .icon-item img {
    width: 4.166667vw;
    margin-right: 1.197917vw;
}

.debussy-s3 .s3-icon-wrap .icon-item span {
    color: #000;
    font-size: 1.666667vw;
    font-weight: 500;
    line-height: 1.25;
}

@media screen and (max-aspect-ratio: 11/10) {
    .debussy-container .debussy-s3 {
        margin-top: 27.777778vw;
    }

    .debussy-container .debussy-s3 .content-wrap {
        flex-direction: column;
        margin-left: 6.944444vw;
        width: 84.027778vw;
    }

    .debussy-s3 .content-wrap .desc-p {
        width: 100%;
        margin-left: 0;
        padding-top: 7.5vw;
    }

    .debussy-s3 .s3-img-wrap {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .debussy-s3 .s3-img-wrap .s3-img {
        width: 86.111111vw;
        margin: 13.888889vw auto 0;
    }

    .debussy-s3 .s3-img-wrap .s3-icon-wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 0 0 6.944444vw;
    }

    .debussy-s3 .s3-icon-wrap .icon-item {
        margin-left: 0;
        margin-top: 6.94444445vw;
    }

    .debussy-s3 .s3-icon-wrap .icon-item:not(:first-child) {
        margin-left: 0;
    }

    .debussy-s3 .s3-icon-wrap .icon-item:nth-child(2) {
        margin-left: 7.08333333vw;
    }

    .debussy-s3 .s3-icon-wrap .icon-item img {
        width: 11.111111vw;
        margin-right: 3.194444vw;
    }

    .debussy-s3 .s3-icon-wrap .icon-item span {
        width: 26.944444vw;
        font-size: 4.444444vw;
        font-weight: bold;
    }
}

/* s3 end */
/* s4 start */
.debussy-container .debussy-s4 {
    margin-top: 10.416667vw;
    display: flex;
    flex-direction: row;
}

.debussy-container .debussy-s4 .content-wrap {
    width: 25vw;
    margin: 5.15625vw 0 0 11.927083vw;
}

.debussy-s4 .content-wrap .desc-wrap {
    display: flex;
    flex-direction: row;
    margin-top: 5.208333vw;
}

.debussy-s4 .desc-wrap .desc-item:first-child {
    margin-right: 4.583333vw;
}

.debussy-s4 .desc-wrap .desc-item div {
    color: #555;
    font-size: 1.145833vw;
    font-weight: 500;
    line-height: 1.25;
}

.debussy-s4 .desc-wrap .desc-item span {
    display: inline-block;
    background: linear-gradient(89.64deg, #7c7dcb 0%, #8ea8e2 55.98%, #a8e8e4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 3.125vw;
    font-weight: 900;
    color: #8ea8e2;
}

@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .debussy-s4 .desc-wrap .desc-item span {
        background: none;
    }
}


.debussy-s4 .desc-wrap .desc-item p {
    color: #555;
    font-size: 1.145833vw;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 0.3125vw;
}

.debussy-container .debussy-s4 .s4-img {
    flex-shrink: 0;
    width: 37.03125vw;
    margin-left: 14.375vw;
}

.debussy-container .debussy-s4 .s4-img p {
    color: #555;
    font-size: 1.145833vw;
    margin-top: 3.125vw;
    line-height: 1.6;
    text-align: right;
    margin-right: -3.854167vw;
}

@media screen and (max-aspect-ratio: 11/10) {
    .debussy-container .debussy-s4 {
        margin-top: 27.777778vw;
        flex-direction: column;
    }

    .debussy-container .debussy-s4 .content-wrap {
        width: 84.027778vw;
        margin: 0 0 0 6.944444vw;
        overflow: hidden;
    }

    .debussy-s4 .content-wrap .desc-wrap {
        margin: 10.833333vw 0 0 0;
    }

    .debussy-container .debussy-s4 .s4-img p {
        font-size: 3.055556vw;
        margin-top: 8.333333vw;
        margin-right: 1.944444vw;
    }

    .debussy-s4 .desc-wrap .desc-item:first-child {
        margin: 0 12.222222vw 0 14.305556vw;
    }

    .debussy-s4 .desc-wrap .desc-item div {
        font-size: 3.055556vw;
    }

    .debussy-s4 .desc-wrap .desc-item span {
        font-size: 8.333333vw;
    }

    .debussy-s4 .desc-wrap .desc-item p {
        font-size: 3.055556vw;
        margin-top: 1.388889vw;
    }

    .debussy-container .debussy-s4 .s4-img {
        width: 81.944444vw;
        margin: 9.166667vw auto 0;
    }
}

/* s4 end */
/* s6 start */
.debussy-container .debussy-s5 {
    position: relative;
    overflow: hidden;
    margin-top: 10.41666667vw;
}

.debussy-container .debussy-s5 .big-title {
    text-align: left;
}

.debussy-s5 .content-wrap {
    position: absolute;
    width: 31.92708333vw;
    top: .677083vw;
    left: 50%;
    align-items: center;
    transform: translateX(-50%);
    text-align: center;
}

.debussy-s5 .content-wrap p {
    text-align: center;
    padding-top: 1.927083vw;
}

.debussy-s5 .debussy-s5-swiper {
    width: 83.95833333vw;
    margin: 0 auto;
}

.debussy-s5 .debussy-s5-swiper picture {
    width: auto;
}

.debussy-s5 .debussy-s5-swiper .swiper-slide-img {
    display: flex;
    align-items: flex-end;
    width: 83.95833333vw;
    justify-content: space-between;
}

.debussy-s5 .debussy-s5-swiper .img-left {
    width: 26.04166667vw;
}

.debussy-s5 .debussy-s5-swiper .img-right {
    width: 26.04166667vw;
    border-radius: 1.04166667vw;
    -webkit-border-radius: 1.04166667vw;
    -moz-border-radius: 1.04166667vw;
    -ms-border-radius: 1.04166667vw;
    -o-border-radius: 1.04166667vw;
}

.debussy-s5 .s5-btn-item1 span {
    background: #e8e8e8;
    border-radius: 50%;
}

.swiper-pagination-space1 {
    width: 0;
    height: 0;
    margin-right: 1.04166667vw;
}

.debussy-s5 .swiper-text-contianer {
    margin-left: 1.19791667vw;
}

.debussy-s5 .s5-btn-item2 span {
    background: #3a3a3b;
    border-radius: 50%;
}

.debussy-s5 .swiper-pagination {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 31.92708333vw;
    top: 13.07291667vw;
    justify-content: center;
}

.debussy-s5 .swiper-pagination .s5-btn-item {
    width: 1.354167vw;
    height: 1.354167vw;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
}

.debussy-s5 .s5-btn-item span {
    width: 1.041667vw;
    height: 1.041667vw;
    display: inline-block;
    flex: none;
}

.debussy-s5 .swiper-pagination .s5-btn-item.active {
    border: 1px solid #707070;
}

.debussy-s5 .swiper-pagination .text-item {
    font-weight: 700;
    color: #3b3b3b;
    font-size: 1.5625vw;
    line-height: 1.25;
    display: none;

}

.debussy-s5 .text-item.active {
    display: block;
}

@media screen and (min-width:1420px) and (max-width:1510px) {
    .debussy-s5 .swiper-pagination .s5-btn-item {
        width: 24px;
        height: 24px;
    }

    .debussy-s5 .s5-btn-item span {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-aspect-ratio: 11/10) {
    .debussy-container .debussy-s5 {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 27.777778vw;
    }

    .debussy-s5 .content-wrap {
        position: static;
        width: 89.861111vw;
        align-items: flex-start;
        margin: 0 0 0 6.944444vw;
        transform: translateX(0%);
    }

    .debussy-s5 .content-wrap p {
        text-align: left;
        padding-top: 8.333333vw;
        padding-bottom: 25.416667vw;
    }

    .debussy-s5 .debussy-s5-swiper {
        width: 69.444444vw;

    }

    .debussy-s5 .debussy-s5-swiper .swiper-slide-img {
        width: 69.444444vw;
        flex-direction: column;
    }

    .debussy-s5 .debussy-s5-swiper .img-left {
        width: 69.444444vw;
        margin-bottom: 6.944444vw;
    }

    .debussy-s5 .debussy-s5-swiper .img-right {
        width: 69.444444vw;
        border-radius: 2.777778vw;
        -webkit-border-radius: 2.777778vw;
        -moz-border-radius: 2.777778vw;
        -ms-border-radius: 2.777778vw;
        -o-border-radius: 2.777778vw;
        margin-bottom: 11.805556vw;
    }

    .swiper-pagination-space1 {
        margin-right: 2.777778vw;
    }

    .debussy-s5 .swiper-text-contianer {
        margin-left: 3.194444444vw;
    }

    .debussy-s5 .swiper-pagination {
        display: flex;
        position: absolute;
        left: 45.57291667vw;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        bottom: 0;
    }

    .debussy-s5 .swiper-pagination .text-item {
        font-size: 4.166667vw;
    }

    .debussy-s5 .swiper-pagination .s5-btn-item {
        width: 3.611111vw;
        height: 3.611111vw;
    }

    .debussy-s5 .s5-btn-item span {
        width: 2.777778vw;
        height: 2.777778vw;
    }
}


/* s6 end */
/* s6 start */
.debussy-container .debussy-s6 {
    margin-top: 10.41666667vw;
}

.debussy-container .debussy-s6 .content-wrap {
    width: 60.83333333vw;
    margin: 0 auto;
    text-align: center;

}

.debussy-container .debussy-s6 .s6-img {
    width: 67.083333vw;
    margin: 3.90625vw auto 5.208333vw;
}

.debussy-s6 .s6-icon-wrap img {
    width: 3.125vw;
    flex-shrink: 0;
}

.debussy-s6 .s6-icon-wrap .icon-txt h3 {
    font-weight: 700;
    color: #393939;
    font-size: 1.14583333vw;
    line-height: 1.25;
}

.debussy-s6 .s6-icon-wrap .icon-txt p {
    font-weight: 500;
    color: #888888;
    font-size: 1.14583333vw;
    line-height: 1.6;
    margin-top: 0.260417vw;
}

.debussy-s6 .s6-icon-wrap .icon-txt {
    margin-left: 1.5625vw;
}

.debussy-s6 .s6-icon-wrap .icon-item {
    display: flex;
    align-items: center;
}

.debussy-s6 .s6-icon-wrap .icon-item:nth-child(odd) .icon-txt {
    width: 15.625vw;
}

.debussy-s6 .s6-icon-wrap .icon-item:nth-child(even) .icon-txt {
    width: 10.9375vw;
}

.debussy-s6 .s6-icon-wrap .icon-item:nth-child(-n+2) {
    margin-bottom: 1.71875vw;
}

.debussy-s6 .s6-icon-wrap {
    width: 40vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-aspect-ratio: 11/10) {
    .debussy-container .debussy-s6 {
        margin-top: 27.777778vw;
    }

    .debussy-container .debussy-s6 .content-wrap {
        width: 88.861111vw;
        margin: 0 0 0 6.944444vw;
        text-align: left;
    }

    .debussy-container .debussy-s6 .s6-img {
        width: 84.027778vw;
        margin: 11.666667vw auto 19.027778vw;
    }

    .debussy-s6 .s6-icon-wrap img {
        width: 6.944444vw;
        flex-shrink: 0;
    }

    .debussy-s6 .s6-icon-wrap .icon-txt h3 {
        font-size: 3.055556vw;
    }

    .debussy-s6 .s6-icon-wrap .icon-txt p {
        font-size: 3.055556vw;
    }

    .debussy-s6 .s6-icon-wrap .icon-txt {
        margin-left: 2.083333vw;
    }

    .debussy-s6 .s6-icon-wrap .icon-item:nth-child(-n+2) {
        margin-bottom: 4.583333vw;
    }

    .debussy-s6 .s6-icon-wrap {
        width: 90.277778vw;
        margin-left: 7.222222vw;
    }

    .debussy-s6 .s6-icon-wrap .icon-item:nth-child(odd) .icon-txt {
        width: 43.75vw;
    }

    .debussy-s6 .s6-icon-wrap .icon-item:nth-child(even) .icon-txt {
        width: 28.333333vw;
    }
}

/* s6 end */
/* s7 start */
.debussy-container .debussy-s7 {
    margin-top: 10.41666667vw;
    position: relative;
}

.debussy-container .debussy-s7 .content-wrap .desc-p {
    width: 31.041667vw;
}

.debussy-s7 .s7-img {
    width: 100vw;
}

.debussy-s7 .debussy-s7-icon {
    width: 17.34375vw;
    margin-top: 2.916667vw;
}

.debussy-s7 .content-wrap {
    width: 33.4375vw;
    position: absolute;
    left: 58.958333vw;
    top: 5.208333vw;
}

@media screen and (max-aspect-ratio: 11/10) {
    .debussy-container .debussy-s7 {
        margin-top: 27.777778vw;
        display: flex;
        flex-direction: column-reverse;
    }

    .debussy-container .debussy-s7 .content-wrap .desc-p {
        width: 100%;
    }

    .debussy-s7 .s7-img {
        width: 81.25vw;
        margin-left: auto;
        margin-right: auto;
        margin-top: 13.888889vw;
    }

    .debussy-s7-new .s7-img {
        width: 100%;
        margin-top: 26.388889vw;
    }

    .debussy-s7 .content-wrap {
        position: static;
        width: 84.027778vw;
        margin: 0 0 0 6.944444vw;
    }

    .debussy-s7 .debussy-s7-icon {
        width: 38.75vw;
        margin-top: 7.5vw;
    }
}

/* s7 end */
/* s8 start */
.debussy-container .debussy-s8 {
    margin-top: 10.41666667vw;
    position: relative;
}

.debussy-s8 .s8-img {
    width: 37.5vw;
    margin-left: 53.645833vw;
}

.debussy-s8 .content-wrap {
    width: 30.104167vw;
    position: absolute;
    z-index: 10;
    left: 13.64583333vw;
    top: 3.645833vw;
}

@media screen and (max-aspect-ratio: 11/10) {
    .debussy-container .debussy-s8 {
        margin-top: 27.777778vw;
    }

    .debussy-s8 .s8-img {
        width: 77.222222vw;
        margin-left: auto;
        margin-right: auto;
        margin-top: 22.222222vw;
    }

    .debussy-s8 .content-wrap {
        position: static;
        z-index: 10;
        width: 89.861111vw;
        margin: 0 0 0 6.944444vw;
    }
}

/* s8 end */
/* footer */
.debussy-footer ul {
    width: 76.8vw;
    margin: 0 0 0 10.416667vw;
    font-weight: 500;
    color: #85858A;
    font-size: 0.625vw;
    line-height: 1.6;
    padding: 10.41666667vw 0 10.41666667vw 1.041767vw;
}

@media screen and (max-width:1920px) {
    .debussy-footer ul {
        font-size: 12px;
    }

}

.debussy-footer ul li {
    list-style: decimal;
}

.debussy-footer ul li.active {
    color: #2A2A2C;
}

@media screen and (max-aspect-ratio: 11/10) {
    .debussy-footer ul {
        width: 86.1111111vw;
        padding: 25vw 0 25vw 5.277778vw;
        font-size: 3.3333333vw;
        margin: 0 auto;
    }
}

/* ie */
@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .debussy-container .show-ie {
        display: block;
    }

    .debussy-container .hide-ie {
        display: none;
    }

    .debussy-container .debussy-s2 .s2-video video {
        height: auto;
    }
}

.debussy-container .kv-wrap .section-pic-center {
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: "Manrope", Arial, Helvetica Neue, Helvetica, sans-serif;
}

.debussy-container .kv-wrap .section-kv-pic {
    line-height: 1.25;
    margin-top: 1.5625vw;
    font-size: 1.458333vw;
    font-weight: 400;
    color: #000;
}

.debussy-container .kv-wrap .section-kv-pic span {
    font-size: 0.677083vw;
    font-weight: 400;
}

.debussy-container .kv-wrap .section-slogan-botton {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    padding: 6px 20px;
    border: 2px solid #000;
    background: #000;
    margin-top: 24px;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: opacity .3s cubic-bezier(0,0,.5,1);
    -webkit-transition: opacity .3s cubic-bezier(0,0,.5,1);
    -moz-transition: opacity .3s cubic-bezier(0,0,.5,1);
}

.debussy-container .kv-wrap .section-slogan-botton:hover {
    opacity: .8;
}

.debussy-container .kv-wrap .section-slogan-botton a {
    color: inherit;
}

.debussy-container .footlast {
    list-style: none !important;
    position: relative;
}

.debussy-container .footlast::before {
    content: "*";
    position: absolute;
    bottom: 0;
    left: -9px;
}

@media screen and (max-aspect-ratio: 11 / 10) {
    .debussy-container .kv-wrap .section-kv-pic {
        font-size: 5.55555555556vw;
        margin-top: 24px;
    }

    .debussy-container .kv-wrap .section-kv-pic span {
        font-size: 3.6111111111111112vw;
    }
}