#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 8000;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    margin-top: -45px;
    margin-left: -125px;
    text-align: center;
    color: #fff;
    z-index: 8000;
    font-family: 'Cormorant Upright', serif;
}

.classEase {
    -webkit-transition: all 600ms easeOutExpo;
    transition: all 600ms easeOutExpo;
}

.topCover {
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 740px;
    max-height: 1080px;
    background: url(/pc/img/cover/cover.jpg) no-repeat 30% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.topCover_member {
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 740px;
    max-height: 1080px;
    background: url(/pc/img/cover/member_cover.jpg) no-repeat 0% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#coverWrap {
    position: relative;
}

.cover {
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 740px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.coverGirl {
    overflow: hidden;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
}

.coverGirl div#img1 {
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 740px;
    background: url(/pc/img/cover/cover.jpg) no-repeat 0% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img2 {
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 740px;
    background: url(/pc/img/cover/cover2.jpg) no-repeat 0% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img3 {
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 740px;
    background: url(/pc/img/cover/cover3.jpg) no-repeat 0% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img4 {
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 740px;
    background: url(/pc/img/cover/cover4.jpg) no-repeat 0% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img5 {
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 740px;
    background: url(/pc/img/cover/cover5.jpg) no-repeat 0% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img1_member {
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 740px;
    background: url(/pc/img/cover/member_cover.jpg) no-repeat 0% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img2_member {
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 740px;
    background: url(/pc/img/cover/member_cover2.jpg) no-repeat 0% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img3_member {
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 740px;
    background: url(/pc/img/cover/member_cover3.jpg) no-repeat 0% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img4_member {
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 740px;
    background: url(/pc/img/cover/member_cover4.jpg) no-repeat 0% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img5_member {
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 740px;
    background: url(/pc/img/cover/member_cover5.jpg) no-repeat 0% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.c_text {
    width: 36px;
    height: 700px;
    position: absolute;
    top: 50%;
    right: 26px;
    margin: -350px 0 0 0;

}

.c_text img {
    width: 100%;
}

.top_H1 {
    position: absolute;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    color: #333;
    top: 0;
    left: 0;
    background: #f7f7f7;
}

#topWrap {
    position: relative;
    margin: 20px 20px 100px 20px;
    overflow: hidden;
    min-width: 600px;
}

#topContainer {
    position: relative;
    max-width: 1280px;
    margin: 0px auto;
    padding: 50px 0;
    background: #fff;

}

#topContents {
    margin: 0 50px;
    background: #f7f7f7;
    padding: 20px 50px;
}

.topTitle {
    font-family: 'Cormorant', cursive, "Sawarabi Gothic", "???C???I", sans-serif;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 2px;
    padding: 100px 0 50px 0;
}

.topTitle:first-letter {
    font-size: 80px;
    color: #e1005b;
}

.topTitle span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
}

.topBorder {
    height: 1px;
    border-top: 1px solid #141414;
    margin: 100px 0 0px 0;
}

/********************************?????}?K**********************************/
#mailmaga {
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
    background: #121212;
}

#mailmaga blockquote {
    margin-bottom: 50px;
}

#mailmaga blockquote p,
#mailmaga blockquote {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

#mailmaga form {
    font-family: 'Cinzel', serif;
    font-size: 20px;
    line-height: 20px;
    color: bisque;
}

#mailmaga form .mailmaga_txt {
    padding: 5px;
    border: 1px solid #000;
    background: #fff;
    vertical-align: middle;
    margin-right: 10px;
}

#mailmaga form .mb {
    width: 100px;
    margin: 5px;
    border: 1px solid #000;
    cursor: pointer;
    padding: 5px 0;
    background: #fff;
    vertical-align: middle;
}

/********************************?g?b?s?b?N?X**********************************/
#topics {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

#topics dl {
    position: relative;
}

#topics dl dt a {
    display: block;
}

#topics dl dt a img {
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
    border: 3px double #ccc;
}

#topics dt a img:hover {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}

#topics dl dd p.topicsTime {
    font-size: 8px;
    text-align: right;
    margin-bottom: 10px;
}

@media only screen and (max-width:1279px) {
    #topics dl dt {
        width: 360px;
        margin: 0 auto;
    }

    #topics dl dd {
        text-align: center;
        margin: 20px 50px 50px 50px;
    }

    #topics dl dd h3.topicsTitle {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #141414;
    }

    #topics dl dd blockquote {
        font-size: 12px;
        padding: 0 20px;
    }
}


@media only screen and (min-width:1280px) {
    #topics dl dt {
        float: left;
        width: 280px;
    }

    #topics dl dd {
        text-align: center;
        margin: 0 0 0 310px;
        padding: 20px 20px 0 0;
        height: 353px;
        overflow: auto;
    }

    #topics dl dd h3.topicsTitle {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #141414;
        font-size: 1em;
    }

    #topics dl dd blockquote {
        font-size: 13px;
        text-align: left;
        padding: 0 10px;

    }
}

@media only screen and (min-width:1441px) {
    #topics dl dt {
        float: left;
        width: 360px;
    }

    #topics dl dd {
        text-align: center;
        margin: 0 0 0 390px;
        padding: 20px 20px 0 0;
        height: 460px;
    }


    #topics dl dd h3.topicsTitle {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #141414;
        font-size: 1.2em;
    }

    #topics dl dd blockquote {
        font-size: 13px;
        text-align: left;
        padding: 0 10px;

    }
}

.discountWrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.discountWrap ul li {
    margin-bottom: 20px;
}

.discountWrap dl {
    position: relative;
    border: 3px double #141414;
    margin-bottom: 30px;
    padding: 30px 100px;
    background: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}

.discountWrap dl:hover {}

.discountWrap dl dt {
    font-family: 'Cinzel', serif;
    font-size: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #141414;
    color: #e1005b;
    font-weight: bold;
}

.discountWrap dl dt span {
    display: block;
    font-weight: normal;
}

.discountWrap dl dd {
    font-family: "?q???M?m???? Pro W6", "Hiragino Mincho Pro", "HGS????E", "?l?r ?o????", serif;
    font-size: 44px;
}

.discountWrap dl:hover dd {
    color: #e1005b;
    /*
	-webkit-animation:iconBlink 0.8s ease-in-out infinite alternate;
    -moz-animation:iconBlink 0.8s ease-in-out infinite alternate;
    animation:iconBlink 0.8s ease-in-out infinite alternate;
    */
}

.discountWrap dl small {
    margin-top: 20px;
    display: block;
}

.discountWrap dl dd.ribbon {
    position: absolute;
    top: -100px;
    right: -90px;
}

.banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.banner li a {
    display: block;
    margin: 10px;
}

.banner li a img {
    width: 100%;
    border-radius: 10px;

}

@media only screen and (min-width:0px) and (max-width:1219px) {
    .banner li {
        width: 100%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .banner li {
        width: 50%;
    }
}

@media only screen and (min-width:1400px) {
    .banner li {
        width: 50%;
    }
}

/********************************?g?b?v?V?l**********************************/
@media only screen and (min-width:0px) and (max-width:1219px) {
    #topNewfaceList li {
        position: relative;
        width: 50%;
        float: left;
        text-align: center;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    #topNewfaceList li {
        position: relative;
        width: 33.3%;
        float: left;
        text-align: center;
    }
}

@media only screen and (min-width:1400px) {
    #topNewfaceList li {
        position: relative;
        width: 25%;
        float: left;
        text-align: center;
    }
}

#topNewfaceList {
    max-width: 1000px;
    margin: 0 auto;
}

#topNewfaceList li p.chach {
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #22221f;
    font-size: 10px;
    line-height: 10px;
    padding: 6px 0;
    margin-bottom: 3px;
    /*background:#23221f;*/
}

#topNewfaceList li p.debut {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background: #212121;
    letter-spacing: 1px;
    font-family: 'Roboto', '???C???I', sans-serif;
    padding: 3px 0 2px 0;
    vertical-align: middle;
}

#topNewfaceList li p.debut span {
    color: #fff;
    margin-right: 3px;
    font-weight: bold;
    display: inline-block;
    font-family: 'Roboto', '???C???I', sans-serif;
    vertical-align: middle;
}

#topNewfaceList li a {
    position: relative;
    display: block;
    margin: 5px;
    padding: 2px;
    background: #fff;
    border-top: 1px solid #fafafa;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #fafafa;
    box-shadow: 0 0 8px rgba(150, 150, 150, 0.3);
}

#topNewfaceList li a span.thumbPhoto {
    display: block;
    background: rgba(0, 0, 0, 1);
    margin: 0 10px;
}

#topNewfaceList li a span img:hover {
    opacity: 0.6;


}

#topNewfaceList li a span img {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}


#topNewfaceList li a dl {
    text-align: center;
    margin: 10px;
}

#topNewfaceList li a dl dt.nameWrap small.ruby {
    font-size: 10px;
    line-height: 10px;
    display: block;
    padding-bottom: 5px;
    letter-spacing: 1px;
    transform: scale(0.8);
}

#topNewfaceList li a dl dt.nameWrap span.name {
    font-family: "Sawarabi Mincho", "???C???I", sans-serif;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1px;
}

#topNewfaceList li a dl dd.size {
    font-size: 10px;
    line-height: 10px;
    color: #cc2e7c;
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
    border-top: 1px dotted #121212;
    margin-top: 3px;
    padding-top: 5px;
}

#topNewfaceList li a dl dd.size b {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #121212;
    margin-right: 3px;
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
}

#topNewfaceList li a span span.star {
    color: yellow;
    vertical-align: middle;
}

#topNewfaceList li a dl .castMark {
    min-height: 20px;
    padding: 5px 0 10px 0;

}

#topNewfaceList li a dl .castMark li {
    position: relative;
    float: left;
    width: 50%;
}

#topNewfaceList li a dl .castMark li span {
    display: block;
    margin: 3px;
    padding: 4px 2px;
    border: 3px double #464646;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
}

#topNewfaceList li a dl .castMark li.shiftMark {}

#topNewfaceList li a dl .castMark li.nirinMark {}

#topNewfaceList li a dl .castMark li.newMark {}

.top_newFace {
    position: absolute;
    top: 20px;
    left: -30px;
    width: 100px;
    overflow: hidden;
    -webkit-animation: iconBlink 0.8s ease-in-out infinite alternate;
    -moz-animation: iconBlink 0.8s ease-in-out infinite alternate;
    animation: iconBlink 0.8s ease-in-out infinite alternate;
}

.top_newFace img {
    width: 100%;
}

/********************************?g?b?v?o??**********************************/
@media only screen and (min-width:0px) and (max-width:999px) {
    #topScheduleList li {
        position: relative;
        width: 50%;
        float: left;
        text-align: center;
    }
}

@media only screen and (min-width:1000px) and (max-width:1399px) {
    #topScheduleList li {
        position: relative;
        width: 33.3%;
        float: left;
        text-align: center;
    }
}

@media only screen and (min-width:1400px) {
    #topScheduleList li {
        position: relative;
        width: 25%;
        float: left;
        text-align: center;
    }
}

#topScheduleList {
    max-width: 1000px;
    margin: 0 auto;
}

#topScheduleList li p.chach {
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #22221f;
    font-size: 10px;
    line-height: 10px;
    padding: 6px 0;
    margin-bottom: 3px;
    /*background:#23221f;*/
}

#topScheduleList li a {
    display: block;
    margin: 3px;
    padding: 2px;
    background: url(/pc/img/thumb_bg.jpg) no-repeat 50%;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    border-left: 1px solid #d2d2d2;
    box-shadow: 0 0 2px #ccc;
}

#topScheduleList li a img {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}

#topScheduleList li a img:hover {
    opacity: 0.6;
}

#topScheduleList li a dl {
    text-align: center;
    margin: 10px;
}

#topScheduleList li a dl dt.nameWrap small.ruby {
    font-size: 9px;
    line-height: 9px;
    display: block;
    padding-bottom: 5px;
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
}

#topScheduleList li a dl dt.nameWrap span.name {
    font-family: "?q???M?m???? Pro W6", "Hiragino Mincho Pro", "HGS????E", "?l?r ?o????", serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
}

#topScheduleList li a dl dd.size {
    font-size: 10px;
    line-height: 10px;
    color: #cc2e7c;
    font-family: 'Cinzel', serif;
    letter-spacing: 2px;
    border-top: 1px dotted #121212;
    margin-top: 3px;
    padding-top: 5px;
}

#topScheduleList li a dl dd.size b {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #121212;
    margin-right: 4px;
    font-family: 'Cinzel', serif;
    letter-spacing: 2px;
}

#topScheduleList li a span span.star {
    color: yellow;
    vertical-align: middle;
}

#topScheduleList li a dl .castMark {
    height: 24px;
    padding: 5px 0 10px 0;
    overflow: hidden;

}

#topScheduleList li a dl .castMark li {
    position: relative;
    float: left;
    width: 50%;
}

#topScheduleList li a dl .castMark li span {
    display: block;
    margin: 3px;
    padding: 2px;
    border: 3px double #bde6fa;
    background: #fff;
}

#topScheduleList li a dl .castMark li.shiftMark {}

#topScheduleList li a dl .castMark li.nirinMark {}

#topScheduleList li a dl .castMark li.newMark {}

#topShameWrap {}

.shameIfream {
    background-color: transparent;

}

.guideWrap {
    position: relative;
    margin: 50px auto 30px auto;
}

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

.guide dl {
    padding: 40px 0;
}

.guide dl dt {
    font-size: 40px;
    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;
}

.appBanner{
    max-width: 820px;
    width: 90%;
    margin: 0 auto;
}
.appBanner a{
    display: block;
    border: 10px solid #e6e6e6;
}
.appBanner a img{
    width: 100%;
}
