html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

#honeChat {
    width: 100%;
    height: 996px;
    background: url("../img/bg.png") no-repeat;
    background-size: cover;
}

.topTitle {
    width: 100%;
    height: 129px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 99;
    background: rgba(255, 255, 255, 0.1);
}

.topTitled {
    width: 100%;
    height: 128px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 99;
    /* background: linear-gradient(90deg, #C5603E, #7A1A84); */
}


.topTitle-left {
    font-size: 40px;
    font-family: Arial Rounded MT Bold;
    font-weight: 400;
    color: #FF97B4;
    display: flex;
    justify-content: flex-start;
    margin-left: 360px;
}

.topTitle-left p {
    height: 50px;
    font-size: 40px;
    font-family: Arial Rounded MT Bold;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

.topTitle-left img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    margin-top: 25px;
}

.topTitle-right {
    width: 500px;
    font-size: 20px;
    font-family: Arial Rounded MT Bold;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    line-height: 125px;
    margin-right: 360px;
}

.topTitle-right p {
    margin: 0 20px;
}



.center-text {
    height: auto;
    width: 100%;
    position: absolute;
    top: 178px;
    left: 0;
    text-align: center;
    font-size: 60px;
    color: #FFFFFF;
}

.center-text-p1 {
    width: 1290px;
    height: auto;
    font-size: 26px;
    font-family: Gen Jyuu Gothic P-Bold, Gen Jyuu Gothic P;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 274px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    
}

.center-text-p2 {
    width: 453px;
    height: 131px;
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}

.center-img {
    width: 980px;
    height: 630px;
    background: url("../img/shouji.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 465px;
    left: 50%;
    transform: translateX(-50%);
}

/* .bottoms {
    width: 100%;
    height: 900px;
    background: url("../img/bottombg.png") no-repeat;
    background-size: cover;
    position: relative;

} */

.bottoms-p1 {
    width: 100%;
    height: auto;
    padding: 129px 0 0 0;
    margin: 0;
    text-align: center;
    font-size: 40px;
    font-family: Arial Rounded MT Bold;
    font-weight: 400;
    color: #FFFFFF;
}

.bottoms-p2 {
    width: 100%;
    height: auto;
    margin: 32px 0 0 0;
    text-align: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}

.bottoms-p3 {
    width: 100%;
    height: auto;
    margin: 13px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}

.bottoms-p4 {
    width: 50%;
    height: auto;
    margin: 32px 0 0 0;
    text-align: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    line-height: 26px;
}


.bottoms-p3 img {
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

.opyright {
    position: absolute;
    bottom: 0;
    width: 1920px;
    height: 60px;
    background: #262431;
    text-align: center;
    line-height: 60px;
    color: #7E7D87;
}