@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');
/* 字體 */
@font-face {
    font-family:font1 ;
    src: url("/style/jf-openhuninn-2.0.ttf");
}



html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-family: font1;
    
}

body {
    background: #f3dcdc !important;
}


.headerLogo {
    width: 600px;
    position: relative;
    left:-250px;
}

.headerBanner {
    width: 100%;
}


#news {
    margin-top: 100px;
}
#news > .title {
    color:#AB788E;
    font-family: "Oooh Baby", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 100px; 
}
#news > .outer {
    content: "";
    position: absolute;
    border-radius: 20px;
    padding:30px;
    border:solid 1px yellow;
    background:#fff;
}


#news > .outer {
    width: 33vw;
    height: 150px;
}
#news li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: solid 1px rgb(200, 196, 196);
}
#news li:last-child {
    border-bottom: none;
}

#news > .outer:after {
    content: "";
    width: 100%;
    height: 100%;
    position:absolute;
    border-radius: 20px;
    top:15px;
    left:15px;
    background: url(/img/stripe_01.png) repeat left top / 1.2rem auto;
    z-index: -1;
}

.border:after{
    border:solid 5px #AB788E;
    content:'';
    position: absolute;
    width: 855px;
    height: 500px;
    transform: rotate(-3deg);
}

#intro {
    margin-top:100px;
}
#intro .content {
    font-size: 20px;
    line-height:40px;
}
#char .choose div{
    margin:20px 0px;
    
}
#char .select{
    width: 370px ;
    z-index:10;
}

#char .choose img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    z-index:8;

}

#char .char {
    width: 100vw;
    background-image: url("/img/chara_bg_04.png");
    background-repeat: no-repeat;
}




.charIntro {
    position: relative;
    top:-42%;
    left:60%;
    width: 500px;
    height: 500px;
    background: #bdfed0;
    border-radius: 50%;

}   
.charIntro .content {
    position: relative;
    top:50%;
    left:50%;
    transform: translate(-30%,-50%);

}
.charIntro .content .nameFront, .nameEnd {
    color:navy;
    font-size: 40px;
}

.charIntro .content .oriName {
    color:rgb(162, 0, 255);
    margin-top: 10px;
    font-size: 20px;
}
.charIntro .content .detail {
    color:black;
    position: relative;
    left:-30px;
    margin-top: 20px;
    font-size: 20px;
}
#staff {
    position: relative;
    top:-25vh;
}
#staff .job {
margin-bottom:30px ;
color:rgb(247, 136, 0);
font-size: 25px;
}
#staff .sname {
    color:black;
    font-size: 35px;
}

.musicLine {
    position: relative;
    background-color: #AB788E;
    height: 5px;
    width: 110vw;
    transform: rotate(-3deg);
    left:-20vw !important;
    top:-50px;
    z-index: -1;
}
.musicLine2 {
    position: relative;
    background-color: #AB788E;
    height: 5px;
    width: 110vw;
    transform: rotate(-3deg);
    left:-20vw !important;
    z-index: -1;
}
#music .mname {
        color:rgb(222, 0, 247);
        text-shadow: #601a38 2px 2px 1px;
        font-size: 35px;
        margin-bottom:30px ;
    }
#music .mauthor {
           
    color:black;
    font-size: 25px;
    }

    #music .link a{
        padding: 14px 16px;
        border-radius:50px;
        font-size: 40px;
        margin-right: 10px;
    }

/* width  */

@media screen and (max-width:1400px) {
    .border:after{
        
        width: 735px;
        height: 420px;
    }
    .charIntro {
        top:-35%;
        left:50%;
    } 
}

@media screen and (max-width:1200px) {
    .border:after{
        width: 615px;
        height: 355px;
    }
    .charIntro {
        top:-25%;
        left:-15%;
    }  
    #char .select {
        z-index:0;
    }
}

@media screen and (max-width:992px) {
    .headerLogo {
        padding-top: 100px;
    }
    .border:after{
        
        width: 700px;
        height: 400px;
    }
    .headerLogo {
        width: 70vw;
        left:0;
        top:-200px;
    }
    #news > .outer {
        width: 80vw;    
    }
    #news {
        margin-top: 0;
    }
}
@media screen and (max-width:768px) {

    .border:after{
        
        width: 520px;
        height: 295px;
    }
    .headerLogo {
        width: 70vw;
        left:0;
        top:-200px;
    }
    #news > .outer {
        width: 80vw;    
    }
    .charIntro {
        width: 400px;
        height: 400px;
        top:-250px;
        left:-30px;
    }   
    .charIntro .content {
        position: relative;
        top:50%;
        left:50%;
        transform: translate(-40%,-50%);
    
    }
    .charIntro .content .nameFront, .nameEnd {

        font-size: 35px;
    }
    
    .charIntro .content .oriName {
   
        margin-top: 10px;
        font-size: 20px;
    }
    .charIntro .content .detail {
   


        margin-top: 20px;
   
        font-size: 18px;
        left:0px;
    }

    #char .choose div{
        margin:10px 0px;
        
    }

    #char .choose img{
        width: 80px;
        height: 80px;
    }


}

@media screen and (max-width:576px) {
    .border:after{
        width: 93vw;
        height: 53vw;
    }
    #news > .outer {
        width: 90vw;    
    }
    #char .select{
        width: 300px !important;
    }
    #introT, #staffT, #musicT, #charT {
        height: 80px;
    }
    #news > .title {
        font-size: 80px;
    }
    
    #char .choose img{
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width:496px) {
    
    #char .choose img{
        width: 60px;
        height: 60px;
    }

    #char .select{
        width: 40vw;
    }
    #introT, #staffT, #musicT, #charT {
        height: 60px;
    }

    .charIntro {
        width: 250px;
        height: 250px;
        top:-250px;
        left:-30px;
    }   
    .charIntro .content .nameFront, .nameEnd {

        font-size: 30px;
    }
    
    .charIntro .content .oriName {
   
        margin-top: 3px;
        font-size: 18px;
    }
    .charIntro .content .detail {
   


        margin-top: 5px;
   
        font-size: 12px;
        left:0px;
    }

}

#particles-js{ 
    top:-.5vh;
	position:fixed;
	z-index:-3;
	width: 100vw;
	height: 100vh;
	background-color:#f3dcdc;
}

#particles-js2{ 
    top:-.5vh;
	position:fixed !important;
	z-index:-1;
	width: 100vw;
	height: 100vh;
	background-color:#f3dcdc00;
}
#particles-js3{ 
    top:-.5vh;
	position:fixed !important;
	z-index:-2;
	width: 100vw;
	height: 100vh;
	background-color:#f3dcdc00;
}

#particles-js1{ 
    top:-.5vh;
	position:fixed !important;
	z-index:-2;
	width: 100vw;
	height: 100vh;
	background-color:#f3dcdc00;
}