.common-main {
    padding-bottom: 0;
}

.aesthetic_container {
    width: 100%;
    margin: 0;
    padding: 0;
}

/*共用字體大小*/
.aesthetic_f_70 {
    font-size: 70px;
    text-transform: uppercase;
}

.aesthetic_f_25 {
    font-size: 25px;
}

/****/

.aesthetic_banner_word {
    color: #ffffff;
    position: absolute;
    margin-top: -27%;
    right: 8%;
    line-height: 60px;
    text-align: right;
    letter-spacing: 1px;
}

.aesthetic1_word_div {
    color: #9e8877;
    text-align: center;
}

.aesthetic1_word1_2 {
    margin-top: 5%;
}

.aesthetic2_div {
    margin-top: 8%;
}

.aesthetic3_div {
    margin-top: 8%;
}

.aesthetic3_word_div {
    color: #9e8877;
    margin-bottom: 2%;
    padding-left: 5%;
}

.aesthetic4_div {
    margin-top: 8%;
}

.aesthetic4_word_div {
    position: absolute;
    left: 10%;
    margin-top: -40%;
}

.aesthetic5_div {
    margin-top: 5%;
}

.aesthetic5_word_div {
    color: #9e8877;
}

.aesthetic5_word1 {
    margin-top: 10%;
}

.aesthetic5_word2 {
    margin-top: 5%;
}

.aesthetic6_div {
    margin-top: 8%;
    background-color: #222328;
}

.aesthetic6_word_div {
    margin-top: 20%;
    margin-left: 15%;
    color: #9e8877;
}

.aesthetic6_word3 {
    margin-top: 8%;
}

.aesthetic7_div {
    margin-top: 5%;
}

.aesthetic7_word_div {
    color: #9e8877;
    text-align: center;
}

.aesthetic7_word3 {
    margin-top: 5%;
    padding: 0 2%;
}

.aesthetic8_div {
    margin-top: 10%;
}

.aesthetic8_word_div {
    position: absolute;
    color: #ffffff;
    width: 40%;
    margin-top: -30%;
    margin-left: 10%;
}

.aesthetic8_word3 {
    margin-top: 10%;
}

.img_m {
    display: none;
}

/****Screen****/

@media (min-width: 2560px) {
    .aesthetic_container {
        width: 2560px;
        margin: 0 auto;
    }
}

@media (max-width:1800px) {
    .aesthetic6_word_div {
        margin-top: 10%;
        margin-left: 2%;
    }
}

@media (max-width:1500px) {
    .aesthetic8_word_div {
        position: relative;
        width: 100%;
        padding: 0 2%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 0;
        color: #9e8877;
    }

    .aesthetic8_word1 {
        text-align: center;
    }

    .aesthetic8_word2 {
        text-align: center;
    }

    .aesthetic8_word3 {
        margin-top: 5%;
    }

}

@media (max-width:1400px) {
    .aesthetic6_img {
        margin-top: 8%;
    }
}

@media (max-width:1199px) {
    .aesthetic3_word_div {
        padding: 0 2%;
    }

    .aesthetic5_word_div {
        padding: 0 2%;
    }

    .aesthetic5_word1 {
        margin-top: 2%;
    }

    .aesthetic6_img {
        margin-top: 5%;
    }

    .img_pc {
        display: none;
    }

    .img_m {
        display: block;
    }

}

@media (max-width: 767px) {
    .aesthetic_f_70 {
        font-size: 50px;
    }

    .aesthetic_f_25 {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .aesthetic_f_70 {
        font-size: 30px;
    }

    .aesthetic_f_25 {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .aesthetic_f_70 {
        font-size: 18px;
    }

    .aesthetic_f_25 {
        font-size: 14px;
    }
}