#topHeaderWrap {
    position: relative;
    background-position: 50% 0%;
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
}

#topHeaderWrap2 {
    position: relative;
    background-position: 50% 0%;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
}

.cover {
    position: relative;
}

#img1 {
    background-position: 5% 0%;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/pc/img/top/01.jpg");
}

#img2 {
    background-position: 5% 0%;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/pc/img/top/02.jpg");
}

#img3 {
    background-position: 5% 0%;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/pc/img/top/03.jpg");
}

#img4 {
    background-position: 5% 0%;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/pc/img/top/04.jpg");
}

#topLogo {
    position: absolute;
    width: 470px;
    bottom: 70px;
    left: 50%;
    margin-left: -235px;
    z-index: 100;
}

#topTel {
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    bottom: 20px;
    z-index: 10;
}

#topTel img {
    width: 100%;
}

.appBanner {
    width: auto;
    margin: 0 auto 10px auto;
}

.appBanner a {
    display: block;
    border: 10px solid #e6e6e6;
}

.appBanner a img {
    width: 100%;
}

.china-app {
    position: relative;
}

.china-app dt img {
    width: 100%;
}

.china-app dd.cn-title {
    background-color: #c40000;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 10px 0 10px;
}

.china-app dd.cn-title img {
    height: 30px;
}

.china-app dd ul {
    display: flex;
    flex-wrap: wrap;
}

.china-app dd li {
    display: inline-block;
    width: 33.33333%;
}

.china-app dd li a {
    display: block;
    margin: 0 2px;
}


/*********************************** TOP WRAP AREA *************************************/
#topWrap {
    position: relative;
    width: 80%;
    margin: 0px auto;
    z-index: 100;
    min-width: 1280px;
    overflow: hidden;
    padding: 20px;
}

#topContentsWrap {
    position: relative;
}

#topContents {
    position: relative;
    margin: 0px auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-wrap: wrap;
}

#topLeft {
    position: relative;
    width: 300px;
    overflow: hidden;
}

#topCenter {
    width: calc(100% - 540px);
    margin: 0 auto;
    overflow: hidden;
}

#topRight {
    width: 220px;
    overflow: hidden;
}

.kwicks .kwicks-vertical {
    position: relative;
}

.kwicks {
    position: relative;
    width: 220px;
    height: 512px;
    z-index: 8000;
}

.kwicks>li {
    width: 220px;
    height: 512px;
    overflow: hidden;
}

.recruitBanner {
    margin-top: -10px;
    height: 240px;
    overflow: hidden;
}



#mail_form {
    position: relative;
    width: 300px;
    overflow: hidden;
}

.top_movie_thumb {
    margin-top: -5px;
}

/********************************???**********************************/
#nirin {
    margin-bottom: 10px;
}

#nirin a img {
    width: 100%;
}

/********************************?????}?K**********************************/
#mailmaga {
    width: 300px;
    height: 195px;
    background-image: url(/pc/img/mailmaga.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    margin-bottom: 10px;
}

#mailmaga form {
    display: block;
    margin-top: 110px;
    text-align: center;

}

#mailmaga form .mta {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 3px;
}

#mailmaga form input {
    padding: 4px 4px;
}

.mb {
    display: inline-block;
    margin: 10px 4px;
    background-color: #fafafa;
    width: 70px;
    color: #191919;
    border-radius: 3px;

}

.mb:hover {
    background-color: #ddd;
}

/********************************** ???O?C?? ***********************/
.form-wrapper {
    position: relative;
    background-image: url(/pc/img/members_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
    width: 300px;
    height: 195px;
}

.form-wrapper form {
    padding: 70px 0px 0px 130px;
}

.form-item {
    margin-bottom: 10px;
    width: 150px;
}

.form-item input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #ccc;
    color: #141414;
    font-size: 18px;
    height: 30px;
    transition: border-color 0.3s;
    width: 100%;
    border-radius: 999px;
}

.form-item input.text {
    padding-left: 20px;
}

.form-item input:focus {
    border-bottom: 2px solid #ee3e52;
    outline: none;
}

.button-panel {
    width: 100%;
}

.button-panel .button {
    position: absolute;
    top: 154px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ee3e52;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 30px;
    font-size: 1em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s ease;
    width: 60%;
    border-radius: 999px;
}

.button:hover {
    background: #ccc;
    color: #191919;
}

#topics {
    position: relative;
}

#topics dt a {
    display: block;
    background-color: #ccc;
    padding: 2px;
}

#topics dt a img {
    width: 100%;
}

#topics dl dd {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #191919;
    font-weight: bold;
    padding: 10px 10px 15px;
}

#topics dl dd p {
    font-size: 10px;
    text-align: right;
    color: #191919;
    padding-top: 20px;
}

#topics dl dd h3 {
    line-height: 1.4;
    color: #ee3e52;
    font-size: 100%;
}

.top_contentsTitle {
    position: relative;
    text-align: center;
    padding: 50px 0px;
    width: 1280px;
    left: 50%;
    margin-left: -640px;
}

.top_contentsTitle img {
    width: 100%;
}

.gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gallery li {
    position: relative;
}

.gallery li a {
    display: block;
}

.gallery li img {
    width: 100%;
    border: 2px solid #ccc;

}


#topNewfaceWrap {
    /* background-color: #d8d8d8; */
    padding: 10px 0px 50px 0px;
}

@media only screen and (max-width:1280px) {
    ul#topNewfaceList {
        position: relative;
        max-width: 1000px;
        margin: 0px auto;
    }

}

@media only screen and (min-width:1281px) {
    ul#topNewfaceList {
        position: relative;
        max-width: 1080px;
        margin: 0px auto;
    }

}

@media only screen and (min-width:1380px) {
    ul#topNewfaceList {
        position: relative;
        max-width: 1300px;
        margin: 0px auto;
    }
}

#topNewface {
    position: relative;

}

.topNewface a img {}


ul#topNewfaceList li {
    float: left;
    width: 20%;
    overflow: hidden;
    text-align: center;

}

ul#topNewfaceList li a {
    display: block;
    text-decoration: none;
    background-color: #191919;
    border: 1px solid #e7201b;
    margin: 2px;
}

ul#topNewfaceList li dl dt img {
    width: 100%;
}

ul#topNewfaceList li dl dd {
    position: relative;
    text-align: center;
    padding: 10px;
}

ul#topNewfaceList li dl dd p.debut {
    position: absolute;
    top: -40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-shadow: 2px 2px 2px #121212;
}

ul#topNewfaceList li p.chach {
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
    min-height: 24px;
    white-space: nowrap;
}

ul#topNewfaceList li dl dd span.nameRuby {
    font-size: 10px;
    color: #fcf1d1;
}

ul#topNewfaceList li dl dd p.name {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    border-bottom: 1px dotted #fcf1d1;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    color: #fcf1d1;
}

ul#topNewfaceList li dl dd p.name span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
}

ul#topNewfaceList li dl dd p.size {
    color: #fcf1d1;
}

ul#topNewfaceList li dl dd p.size b {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fcf1d1;
    font-weight: normal;
}

.topNewface_shiftMark {
    position: absolute;
    top: 0px;
    left: 0px;
}

.topNewface_shiftMark img {
    width: 100px;
}

/********************************?g?b?v?X?P?W???[??**********************************/
#topScheduleWrap {
    position: relative;
}

.topScheduleList {
    display: flex;
    flex-wrap: wrap;
}



@media only screen and (max-width:1580px) {
    .topScheduleList {
        position: relative;
        max-width: 1080px;
        margin: 0px auto;
    }

    .topScheduleList li {
        position: relative;
        width: 33.33333%;
        overflow: hidden;
    }
}

@media only screen and (min-width:1581px) {
    .topScheduleList {
        position: relative;
        max-width: 1300px;
        margin: 0px auto;
    }

    .topScheduleList li {
        position: relative;
        width: 25%;
        overflow: hidden;
    }
}

.topScheduleList li a {
    display: block;
    text-decoration: none;
    margin: 2px;
    border: 2px solid #ccc;
}

.topScheduleList li a img {
    width: 100%;
}

.topScheduleList li a:hover img {
    opacity: 0.8;
}

.topScheduleList li a dl {
    position: relative;
    text-align: center;
    padding: 10px 0 5px 0;
    background-color: #191919;
}

.topScheduleList li a span.nameRuby {
    font-size: 8px;
    color: #fcf1d1;
    display: none;
}

.topScheduleList li a dl dt {
    font-size: 22px;
    font-weight: bold;
    color: #fcf1d1;
    font-family: serif;
    line-height: 1;
}

.topScheduleList li a dl dt b {
    font-size: 60%;
    color: inherit;
    font-family: inherit;
    display: inline-block;
    padding-left: 3px;
}

.topScheduleList li a dl dd.size {
    font-size: 8px;
    color: #fcf1d1;
    text-align: center;
    letter-spacing: 1px;
}

.topScheduleList li a dl dd.size b {
    font-weight: normal;
    font-size: 13px;
    color: #fcf1d1;
    margin-right: 2px;
    display: inline-block;
}

.topScheduleList li .chach {
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    position: relative;
    padding: 3px 2px;
    background-image: url(/pc/img/profileChachBg.jpg);
    background-repeat: repeat;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.topScheduleList li a span.star {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 340px;
    right: 6px;
    z-index: 100;
}

.topScheduleList .nirinMark {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 50px;
}

.topScheduleList .nirinMark img {
    width: 100%;
}

#profileTimeBg {
    background-color: #E7E7E7;
    overflow: hidden;
    padding: 5px 0;
}

#profileTimeBg p.shift_time {
    color: #191919;
    font-size: 18px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.scheduleIcon {
    height: 36px;
    overflow: hidden;
    text-align: left;
}

.thumbNameBorder {
    background: #E7201B;
    height: 1px;
    width: 80%;
    margin: 5px auto;
    opacity: 0.3;
}

.newFace {
    position: absolute;
    z-index: 10;
    width: 135px;
    height: 53px;
    top: 24px;
    left: 0px;
}

.switch {
    -webkit-animation: switchtext 0.4s infinite alternate;
    -moz-animation: switchtext 0.4s infinite alternate;
    animation: switchtext 0.4s infinite alternate;
}

@-webkit-keyframes switchtext {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes switchtext {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0;
    }
}

@keyframes switchtext {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0;
    }
}



/********************************** ?g?b?v?V???? ***********************/

#topShame_wrap {
    position: relative;
    margin-top: 10px;
    width: 100%;
    margin: 0px auto;
}

.inlineFrame {
    width: 100%;
    height: 500px;
}

.shameAllList {
    margin: 10px auto;
    background-color: #121212;
    text-align: center;
    width: 500px;
    overflow: hidden;
    border-radius: 999px;

}

.shameAllList a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: bold;
}

.shameAllList a:hover {
    background-color: #c40000;
}

/********************************** ?g?b?v?????L???O ***********************/
#rankingWrap {
    background-color: #121212;
    padding: 10px 0px 50px 0px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width:1280px) {
    #ranking {
        position: relative;
        max-width: 1000px;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #ranking li {
        position: relative;
        width: 20%;
        overflow: hidden;
        text-align: center;
    }
}

@media only screen and (min-width:1281px) {
    #ranking {
        position: relative;
        max-width: 1080px;
        margin: 0px auto;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #ranking li {
        position: relative;
        width: 16.6666%;
        overflow: hidden;
    }
}

@media only screen and (min-width:1380px) {
    #ranking {
        position: relative;
        max-width: 1300px;
        margin: 0px auto;
    }

    #ranking li {
        position: relative;
        width: 14.2857%;
        float: left;
        overflow: hidden;
        text-align: center;
    }
}

#ranking li a {
    display: block;
    margin: 2px 2px 10px 2px;
    overflow: hidden;
    text-align: center;
    background-color: #191919;
    border: 1px solid #e7201b;
    text-decoration: none;
}


#ranking li a img {
    width: 100%;
}

#ranking li span.rankNo {
    font-size: 24px;
    color: #fcf1d1;
    line-height: 1;
    display: block;
    width: 80%;
    margin: 0 auto 5px auto;
}

#ranking li span.rankNo img {
    width: 100%
}

#ranking li span b.nums {
    font-size: 40px;
}

#ranking li dl {
    padding: 0 0 10px 0;
}

#ranking li dl dt {
    color: #fcf1d1;
    font-size: 18px;
    font-weight: bold;
}

#ranking li dl dd.ruby {
    color: #fcf1d1;
    font-size: 8px;
}

#ranking li dl dd {
    position: relative;
    text-align: center;
    margin-top: 5px;
    color: #fcf1d1;
    font-size: 10px;

}

#ranking li p.chach {
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
    min-height: 24px;
    white-space: nowrap;
}

#ranking li dl dd b {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fcf1d1;
    font-weight: normal;
    margin-right: 4px;
    letter-spacing: 0;
}

#ranking li a .shiftMark {
    position: absolute;
    bottom: 95px;
    right: 7px;
}

#ranking li a .shiftMark img {
    width: 100px;
}

#ranking li a span.star {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 340px;
    right: 6px;
    z-index: 100;
}

#ranking .nirinMark {
    position: absolute;
    bottom: 90px;
    left: 2px;
    width: 60px;
}

.guideWrap {
    position: relative;
    max-width: 980px;
    margin: 50px auto 0 auto;
}

.guide {
    position: relative;
    background: #fff;
}

.guide dl {
    padding: 40px 0;
}

.guide dl dt {
    font-size: 50px;
    text-align: center;
    color: #ff4141;
    position: relative;
}

.guide dl dd {
    color: #131313;
    font-size: 20px;
    line-height: 180%;
    padding: 20px 50px;
}

.guide dl dd b {
    text-align: center;
    color: #ff4141;
    font-size: 30px;
    line-height: 1;
    display: block;
    margin: 20px 0;
}

.guide dl dd small {
    color: #131313;
    text-decoration: underline;
    font-size: 20px;
}

.guide dl dd p {
    color: #131313;
    text-align: right;
    padding: 20px 50px 0 0;
    font-size: 20px;

}

.gftl {
    position: absolute;
    width: 120px;
    top: -4px;
    left: -4px;
}

.gftr {
    position: absolute;
    width: 120px;
    top: -4px;
    right: -4px;
}

.gfbr {
    position: absolute;
    width: 120px;
    bottom: -4px;
    right: -4px;

}

.gfbl {
    position: absolute;
    width: 120px;
    bottom: -4px;
    left: -4px;

}

.gimg {
    width: 100%;
}