.hair_banner {
    background: url(../../../../../img/hair/hair-banner.jpg) no-repeat top / cover;
}

.color_banner .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.symptoms-desc_box:nth-child(1) .symptoms_img {
    background: url(../../../../../img/sline/sline-symp01.jpg) no-repeat center / cover;
}

.symptoms-desc_box:nth-child(2) .symptoms_img {
    background: url(../../../../../img/sline/sline-symp02.jpg) no-repeat center / cover;
}

.symptoms-desc_box:nth-child(3) .symptoms_img {
    background: url(../../../../../img/sline/sline-symp03.jpg) no-repeat center / cover;
}

.symptoms-desc_box:nth-child(4) .symptoms_img {
    background: url(../../../../../img/sline/sline-symp04.jpg) no-repeat center / cover;
}

section.radar-chart {
    /* background: url(../../../../../img/hair/hair-radar.png) no-repeat center / cover; */
}

.color-section {
    background-color: #fcfaf5;
}


.hair-banner01 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hair-banner01 .overlay .txt {
    font-size: 100px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7a73cd;
}

.hair-banner01 .overlay .txt span.small {
    font-size: 20px;
    color: #767676;
}

.hair-banner01 .overlay .sub {
    color: #7a73cd;
}

.hair-banner03 {
    height: 60vw;
    max-height: 500px;
    position: relative;
    /* background: url(../../../../../img/hair/hair-banner03.jpg) no-repeat center / cover; */
}

.hair-banner03 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.hair-banner03 .overlay .txt {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0, -50%);
    text-align: right;
}

.hair-banner03 .overlay .txt .tit {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 40px;
}

.hair-banner03 .overlay .txt .sub {
    color: #fff;
    font-weight: 300;
    line-height: 24px;
}
.hair-banner03 .overlay .txt .tit font,
.hair-banner03 .overlay .txt .sub font{
    color: #ffffff;
}
.hair-banner04 {
    height: 108vw;
    max-height: 1120px;

}

.hair-banner05 {
    height: 100vw;
    max-height: 1000px;
}

.hair-banner01,
.hair-banner02,
.hair-banner03,
.hair-banner04,
.hair-banner05 {
    overflow: hidden;
}

.hair-banner01 img,
.hair-banner02 img,
.hair-banner03 img,
.hair-banner04 img,
.hair-banner05 img {
    width: 100%;
}

.hair-banner02 {
    height: 136vw;
    max-height: 1360px;
    background-position: 0 -520px;
}

.main_banner .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    background: hsla(238, 100%, 71%, 1);

    background: linear-gradient(90deg, hsla(238, 100%, 71%, 1) 0%, hsla(295, 100%, 84%, 1) 100%);

    background: -moz-linear-gradient(90deg, hsla(238, 100%, 71%, 1) 0%, hsla(295, 100%, 84%, 1) 100%);

    background: -webkit-linear-gradient(90deg, hsla(238, 100%, 71%, 1) 0%, hsla(295, 100%, 84%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#696EFF", endColorstr="#F8ACFF", GradientType=1);

}

@media screen and (max-width: 1920px){
    .hair_banner {
     background-position: center;
    }
}
@media screen and (max-width:820px) {
    .hair-banner03 .overlay .txt .tit {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .hair-banner03 .overlay .txt {
        right: 10px;
        word-break: keep-all;
    }
}