#topCoverWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: #000;
    height: 100vh;
    min-height: 480px;
}

#topCover {
    background-image: url(/sp/img/top_cover.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.top-shadow {
    position: absolute;
    height: 1000px;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.topTitle {
    position: relative;
    width: 100%;
    margin: 60px 0 30px 0;
    text-align: center;
}

.topTitle span {
    text-align: center;
    width: 100%;
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: 400;
    font-size: 40px;
    display: block;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
    .topTitle span {
        text-align: center;
        width: 100%;
        font-family: 'Sorts Mill Goudy', serif;
        font-weight: 400;
        font-size: 40px;
        display: block;
        color: #a18861;
        overflow: hidden;
        background: none;
    }
}

.topTitle span b {
    color: #a18861;
    font-size: 12px;
    display: block;
    line-height: 1;
    margin-top: -5px;
    letter-spacing: 4px;
}

/*
#top-wrap {
    position: relative;
    min-width: 920px;
    width: 100%;
    margin-top: 0;
}
*/
#top-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #141414;
    background: url(/pc/img/bg.jpg) repeat;
    /*    margin: calc(100vh + 12.5%) auto 0 auto;*/
    margin: 100vh auto 0 auto;
    z-index: 101;
}

/*
#top-wrap::before {
    content: "";
    transform: skewY(-7deg);
    transform-origin: top left;
    background-color: #141414;
    background: #000;
    height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
*/
#top-inner {
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 5001;
}

#top {
    position: relative;
    margin: 5px 5px 60px 5px;
    background: url(/pc/img/comment_bg.png) repeat;
    padding: 20px 0;
    padding-bottom: 100px;

}

#topLeft {
    position: relative;
    margin: 0 20px;
}

#topRight {
    position: relative;
}

#topicWrap {
    position: relative;
    overflow: hidden;
    max-width: 480px;
    margin: 0 auto;
}

#topic {
    position: relative;
    margin: 0 20px;
}

#topic a {
    display: block;
    background: rgb(176, 141, 104);
    background: -moz-linear-gradient(top, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    background: linear-gradient(to bottom, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b08d68', endColorstr='#b79671', GradientType=0);
    padding: 4px;
}

#topic a .topicThumb {
    display: block;
    background: #000;
}

#topic a dl {
    position: relative;
    background: url(/pc/img/thumb_bg.png) repeat;
    text-align: center;
    padding: 10px 0;
}

#topic a img {
    width: 100%;
}

#topic span.topicsTime {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 12px;
    text-align: right;
    padding: 5px 5px 0 0;
    color: #333;
    position: absolute;
    right: 5px;
    top: -20px;
}

#topic dl dd {
    padding: 0 10px 0 10px;
    line-height: 140%;
}

.topic-sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin: 5px 0 0 0;
    background: rgb(176, 141, 104);
    background: -moz-linear-gradient(top, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    background: linear-gradient(to bottom, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b08d68', endColorstr='#b79671', GradientType=0);
    padding: 4px;
    display: inline-block;
    border-radius: 11px;
}

@media all and (-ms-high-contrast: none) {
    .topic-sub {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 14px;
        line-height: 1;
        color: #fafafa;
        margin: 5px 0 0 0;
        background: #000;
        padding: 4px;
        display: inline-block;
        border-radius: 11px;
    }
}

.topic-cast {
    font-size: 24px;
    color: #fafafa;
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    margin: 10px 0;
    display: block;
}

.topic-size {
    font-family: 'FunctionsPro', "�l�r �o����", serif;
    font-size: 16px;
    color: #fafafa;
}

.topic-size b {
    font-family: 'FunctionsPro', "�l�r �o����", serif;
    font-size: 10px;
    padding-left: 4px;
    color: #ccc;
}

.topBorder {
    width: 30%;
    height: 1px;
    background: #9f9f9f;
    margin: 60px auto 30px auto;
}

#topicBody {
    padding: 30px 10px 0 10px;
}

#topicBody h2.topicsTitle {
    color: #a18861;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    background: linear-gradient(transparent 80%, rgba(24, 24, 24, 0.9) 0%);
    display: inline;
    padding: -10px 4px 2px 4px;
}

#topicBody p {
    font-size: 14px;
    text-align: left;
    line-height: 180%;
    color: #9f9f9f;
    margin-top: 20px;
}

.mmBanner{
    background: #000;
    margin: 30px 20px 0 20px;
}
.mmBanner a{
    display: block;
    transition: 0.3s ease;
}
.mmBanner a img{
    width: 100%;
}

/******************************************�R���p�j�I�����X�g******************************************/
.top-newface{
    position: relative;
    margin: 0 0 50px 0;
    overflow: hidden;
}

.top-newface_list li.thumb-list {
    position: relative;
    visibility: hidden;
}


@media only screen and (max-width:680px) {
    .top-newface_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .top-newface_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 50%;
    }

    #companion_list li.thumb-list:nth-child(3n+1) {
        animation-delay: 0.3s;
    }

    #companion_list li.thumb-list:nth-child(3n+2) {
        animation-delay: 0.4s;
    }
}

@media only screen and (min-width:681px) {
    .top-newface_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .top-newface_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 25%;
    }

    #companion_list li.thumb-list:nth-child(4n+1) {
        animation-delay: 0.3s;
    }

    #companion_list li.thumb-list:nth-child(4n+2) {
        animation-delay: 0.4s;
    }

    #companion_list li.thumb-list:nth-child(4n+3) {
        animation-delay: 0.5s;
    }

    #companion_list li.thumb-list:nth-child(4n+4) {
        animation-delay: 0.6s;
    }
}

.top-newface_list li.thumb-list {
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.top-newface_list li.thumb-list a {
    display: block;
    padding: 1px;
    position: relative;
    text-align: center;
    margin: 3px 3px 10px 3px;
}


.top-newface_list li.thumb-list a span.thumb-photo {
    display: block;
    background-color: #000;
    height: 100px;
    width: 100px;
    background: 100px 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: calc(50% - 50px);
    z-index: 2;
}

.top-newface_list li.thumb-list a span.thumb-wrap {
    overflow: hidden;
    display: block;
    transition: 0.3s ease;
}

.top-newface_list li.thumb-list a:hover span.thumb-wrap {
    opacity: 0.6;
}

.companionThumb {
    width: 100%;
}

.top-newface_list li.thumb-list dl{
    position: relative;
    z-index: 1;
    margin: 50px 0 0 0;
}
.top-newface_list li.thumb-list dl .name-inner {
    padding: 60px 0 10px 0;
    display: block;
    background: url(/pc/img/thumb_bg.png) repeat;

}

.top-newface_list li.thumb-list dl dt.name {
    font-size: 3.4em;
    line-height: 1;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 5px 0 6px 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}

@media all and (-ms-high-contrast: none) {
    .top-newface_list li.thumb-list dl dt.name {
        font-size: 3.4em;
        line-height: 1;
        color: #a18861;
        background: none;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        padding: 5px 0 6px 0;
        font-family: "Noto Serif JP", serif;
        font-weight: 700;
    }
}

.top-newface_list li.thumb-list dl small {
    height: 1px;
    width: 30px;
    display: block;
    background: #a18861;
    margin: 5px auto;
}

.top-newface_list li.thumb-list dl dt.name span {
    display: block;
    color: #a18861;
    font-size: 12px;
    margin-bottom: 3px;
    font-family: 'FunctionsPro', sans-serif;
}

.top-newface_list li.thumb-list a dl dd.size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 9px;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding-top: 6px;
}

.top-newface_list li.thumb-list a dl dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 12px;
    padding-right: 3px;
    letter-spacing: -1px;
    color: #a18861;
}

@media all and (-ms-high-contrast: none) {
    .top-newface_list li.thumb-list a dl dd.size {
        font-family: 'FunctionsPro', sans-serif;
        font-size: 9px;
        color: #a18861;
        background: none;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        padding-top: 6px;
    }
}

.top-newface_list li.thumb-list dl dd.shift_time {
    color: #c91344;
    font-weight: bold;
    padding: 10px 0;
    font-family: 'FunctionsPro', sans-serif;
    letter-spacing: 2px;
    font-size: 20px;
    text-shadow: 0 0 5px #fff;
    text-align: center;
}

.top-newface_list li.thumb-list a .debut {
    position: absolute;
    top: 42px;
    left: 7px;
    display: flex;
    flex-wrap: wrap;
}

.top-newface_list li.thumb-list a .debut li {
    display: inline-block;
}

.top-newface_list li.thumb-list a .debut li.newMark span {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 2px;
    background: rgb(204, 0, 0);
    background: -moz-linear-gradient(top, rgba(204, 0, 0, 1) 0%, rgba(195, 46, 46, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(204, 0, 0, 1) 0%, rgba(195, 46, 46, 1) 100%);
    background: linear-gradient(to bottom, rgba(204, 0, 0, 1) 0%, rgba(195, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#c32e2e', GradientType=0);
    margin-right: 2px;
}

.top-newface_list li.thumb-list a .debut li.photoMark span {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 2px;
    background: rgb(69, 72, 77);
    background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    letter-spacing: 0;
    margin-right: 2px;
}


.top-newface_list li.thumb-list a p.newMark2 span b {
    display: block;
}


.top-newface_list li.thumb-list a dd.iconFlag {
    position: absolute;
    bottom: 90px;
    width: 100%;
    left: 0;
}

.top-newface_list li.thumb-list a dd.iconFlag ul {
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top-newface_list li.thumb-list a dd.iconFlag ul li {
    position: relative;
    width: 33.3%;
}

.top-newface_list li.thumb-list a dd.iconFlag ul li span {
    display: block;
    margin: 2px;
    padding: 3px 0;
    border-radius: 2px;
}

.top-newface_list li.thumb-list a dd.iconFlag ul li:nth-child(odd) span {
    background: #5e1f2a;
}

.top-newface_list li.thumb-list a dd.iconFlag ul li:nth-child(even) span {
    background: #a15d64;
}

.top-newface_list li.thumb-list a dd.iconFlag ul li span b {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ccc;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
}
.debutDay {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
    transform: rotate(-4deg);
}

.debutDay b {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 7px 0 0 0;
    text-shadow: 0 0 3px rgba(255,255,255,0.3);
}

.top-companion {
    position: relative;
    margin: 0 0 50px 0;
    overflow: hidden;
}

.top-companion_list li.thumb-list {
    position: relative;
    visibility: hidden;
    position: relative;
}


@media only screen and (max-width:680px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 50%;
    }

    #companion_list li.thumb-list:nth-child(3n+1) {
        animation-delay: 0.3s;
    }

    #companion_list li.thumb-list:nth-child(3n+2) {
        animation-delay: 0.4s;
    }
}

@media only screen and (min-width:681px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 25%;
    }

    #companion_list li.thumb-list:nth-child(4n+1) {
        animation-delay: 0.3s;
    }

    #companion_list li.thumb-list:nth-child(4n+2) {
        animation-delay: 0.4s;
    }

    #companion_list li.thumb-list:nth-child(4n+3) {
        animation-delay: 0.5s;
    }

    #companion_list li.thumb-list:nth-child(4n+4) {
        animation-delay: 0.6s;
    }
}

.top-companion_list li.thumb-list {
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.top-companion_list li.thumb-list a {
    display: block;
    background: rgb(70, 20, 28);
    background: -moz-linear-gradient(top, rgba(70, 20, 28, 1) 0%, rgba(117, 33, 46, 1) 50%, rgba(70, 20, 28, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(70, 20, 28, 1) 0%, rgba(117, 33, 46, 1) 50%, rgba(70, 20, 28, 1) 100%);
    background: linear-gradient(to bottom, rgba(70, 20, 28, 1) 0%, rgba(117, 33, 46, 1) 50%, rgba(70, 20, 28, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46141c', endColorstr='#46141c', GradientType=0);
    /*
    background: rgb(176, 141, 104);
    background: -moz-linear-gradient(top, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    background: linear-gradient(to bottom, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b08d68', endColorstr='#b79671', GradientType=0);
    */
    padding: 2px;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    margin: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.top-companion_list li.thumb-list a span.thumb-photo {
    position: relative;
    display: block;
    background-color: #000;
}

.top-companion_list li.thumb-list a span.thumb-wrap {
    overflow: hidden;
    display: block;
    transition: 0.3s ease;
}

.top-companion_list li.thumb-list a:hover span.thumb-wrap {
    opacity: 0.6;
}

.companionThumb {
    width: 100%;
}

.top-companion_list li.thumb-list dl .name-inner {
    padding: 5px 0 10px 0;
    display: block;
    background: url(/pc/img/thumb_bg.png) repeat;
}

.top-companion_list li.thumb-list dl {
    position: relative;
    width: 100%;
    z-index: 10;
}

.top-companion_list li.thumb-list dl span.fbr img {
    width: 100%;
}

.top-companion_list li.thumb-list dl span.fbl {
    display: block;
    bottom: 0;
    left: 1px;
    width: 40px;
    position: absolute;
}

.top-companion_list li.thumb-list dl span.fbl img {
    width: 100%;
}

.top-companion_list li.thumb-list dl dt.name {
    font-size: 3.4em;
    line-height: 1;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 5px 0 6px 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}

@media all and (-ms-high-contrast: none) {
    .top-companion_list li.thumb-list dl dt.name {
        font-size: 3.4em;
        line-height: 1;
        color: #a18861;
        background: none;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        padding: 5px 0 6px 0;
        font-family: "Noto Serif JP", serif;
        font-weight: 700;
    }
}

.top-companion_list li.thumb-list dl small {
    height: 1px;
    width: 30px;
    display: block;
    background: #a18861;
    margin: 5px auto;
}

.top-companion_list li.thumb-list dl dt.name span {
    display: block;
    color: #a18861;
    font-size: 12px;
    margin-bottom: 3px;
    font-family: 'FunctionsPro', sans-serif;
}

.top-companion_list li.thumb-list a dl dd.size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 9px;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding-top: 6px;
}

.top-companion_list li.thumb-list a dl dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 12px;
    padding-right: 3px;
    letter-spacing: -1px;
    color: #a18861;
}

@media all and (-ms-high-contrast: none) {
    .top-companion_list li.thumb-list a dl dd.size {
        font-family: 'FunctionsPro', sans-serif;
        font-size: 9px;
        color: #a18861;
        background: none;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        padding-top: 6px;
    }
}

.top-companion_list li.thumb-list dl dd.shift_time {
    color: #c91344;
    font-weight: bold;
    padding: 10px 0;
    font-family: 'FunctionsPro', sans-serif;
    letter-spacing: 2px;
    font-size: 20px;
    text-shadow: 0 0 5px #fff;
    text-align: center;
}

.top-companion_list li.thumb-list a .debut {
    position: absolute;
    top: 42px;
    left: 7px;
    z-index: 1001;
    display: flex;
    flex-wrap: wrap;
}

.top-companion_list li.thumb-list a .debut li {
    display: inline-block;
}

.top-companion_list li.thumb-list a .debut li.newMark span {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 2px;
    background: rgb(204, 0, 0);
    background: -moz-linear-gradient(top, rgba(204, 0, 0, 1) 0%, rgba(195, 46, 46, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(204, 0, 0, 1) 0%, rgba(195, 46, 46, 1) 100%);
    background: linear-gradient(to bottom, rgba(204, 0, 0, 1) 0%, rgba(195, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#c32e2e', GradientType=0);
    margin-right: 2px;
}

.top-companion_list li.thumb-list a .debut li.photoMark span {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 2px;
    background: rgb(69, 72, 77);
    background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    letter-spacing: 0;
    margin-right: 2px;
}


.top-companion_list li.thumb-list a p.newMark2 span b {
    display: block;
}


.top-companion_list li.thumb-list a dd.iconFlag {
    position: absolute;
    bottom: 95px;
    width: 100%;
    left: 0;
}

.top-companion_list li.thumb-list a dd.iconFlag ul {
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top-companion_list li.thumb-list a dd.iconFlag ul li {
    position: relative;
    width: 33.3%;
}

.top-companion_list li.thumb-list a dd.iconFlag ul li span {
    display: block;
    margin: 2px;
    padding: 3px 0;
    border-radius: 2px;
}

.top-companion_list li.thumb-list a dd.iconFlag ul li:nth-child(odd) span {
    background: #5e1f2a;
}

.top-companion_list li.thumb-list a dd.iconFlag ul li:nth-child(even) span {
    background: #a15d64;
}

.top-companion_list li.thumb-list a dd.iconFlag ul li span b {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ccc;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
}

.chach_real {
    position: relative;
}

.chach_real b {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    background: #000;
    padding: 10px 0;
    position: relative;
}
.chach_real2 {
    position: relative;
}

.chach_real2 b {
    display: block;
    color: #a9626a;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    background: #000;
    padding: 10px 0;
}

.finished {
    opacity: 0.5;
}

span.shiftMark {
    display: block;
}

span.shiftMark b {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2px;
    text-align: right;
    font-family: 'FunctionsPro', sans-serif;
    background: #000;
    padding: 10px 20px;
    border-radius: 16px;
}

.newsWrap {
    position: relative;
    overflow: hidden;
    margin: 60px 0 0 0;
}

.news {
    width: 96%;
    margin: 0 auto;
}

.news li.news-list {
    border-bottom: 1px solid #333;
    padding: 15px 5px 8px 5px;
}

.news li.news-list:nth-child(1) {
    animation-delay: 0.3s;
}

.news li.news-list:nth-child(2) {
    animation-delay: 0.4s;
}

.news li.news-list:nth-child(3) {
    animation-delay: 0.5s;
}

.news li.news-list:nth-child(4) {
    transition-delay: 0.6s;
}

.news li.news-list:nth-child(5) {
    animation-delay: 0.7s;
}

.news li.news-list:nth-child(6) {
    animation-delay: 0.8s;
}

.news li.news-list:nth-child(7) {
    animation-delay: 0.9s;
}

.news li.news-list:nth-child(8) {
    animation-delay: 1s;
}

.news li.news-list:nth-child(9) {
    animation-delay: 1.1s;
}

.news li.news-list:nth-child(10) {
    animation-delay: 1.2s;
}

.news li.news-list:nth-child(11) {
    animation-delay: 1.3s;
}

.news li.news-list:nth-child(12) {
    animation-delay: 1.4s;
}

.news li.news-list:nth-child(13) {
    animation-delay: 1.5s;
}

.news li.news-list:nth-child(14) {
    animation-delay: 1.6s;
}

.news li.news-list:nth-child(15) {
    animation-delay: 1.7s;
}

.news li.news-list:nth-child(16) {
    animation-delay: 1.8s;
}

.news li.news-list:nth-child(17) {
    animation-delay: 1.9s;
}

.news li.news-list:nth-child(18) {
    animation-delay: 2.0s;
}

.news li.news-list:nth-child(19) {
    animation-delay: 2.1s;
}

.news li.news-list:nth-child(20) {
    animation-delay: 2.2s;
}

.news li.news-list table {
    width: 100%;
}

.news li.news-list table th.dateTitle {
    color: #9f9f9f;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    display: block;
    line-height: 1;
    vertical-align: middle;
}

.news li.news-list table th.dateTitle span {
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    padding: 2px 6px;
    margin-right: 10px;
    color: #fff;
    border-radius: 2px;

}

.news li.news-list table td.dateName {
    font-size: 14px;
    display: block;
    padding: 5px 0 0 10px;
    color: #ccc;
    line-height: 140%;
}

.news li.news-list table td a {
    display: inline-block;
    color: #ccc;
    transition: 0.3s ease;
    line-height: 140%;
}

.news li.news-list table td a:hover {
    color: #808080;
}

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

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

.guide dl {
    padding: 40px 0;
}

.guide dl dt {
    font-family: source-han-serif-japanese, serif;
    font-size: 50px;
    text-align: center;
    color: #CDBB84;
    font-weight: 600;
    position: relative;
}

.guide dl dd {
    color: #ccc;
    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: #ccc;
    text-decoration: underline;
    font-size: 20px;
}

.guide dl dd p {
    color: #ccc;
    font-family: source-han-serif-japanese, serif;
    text-align: right;
    padding: 20px 50px 0 0;
}

.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%;
}

.gtitle {
    position: absolute;
    top: 2%;
    left: 50%;
    width: 60%;
    margin: 0 0 0 -30%;
}

.gtitle img {
    width: 100%;
}

.gtitle2 {
    position: absolute;
    bottom: 170px;
    left: 50%;
    width: 40%;
    margin: 0 0 0 -40%;
}

.gtitle2 img {
    width: 100%;
}

.gtitle3 {
    position: absolute;
    bottom: 170px;
    left: 50%;
    width: 40%;
    margin: 0 0 0 -10%;
}

.gtitle3 img {
    width: 100%;
}

.gtitle4 {
    position: absolute;
    bottom: 130px;
    left: 50%;
    width: 60%;
    margin: 0 0 0 -30%;
}

.gtitle4 img {
    width: 100%;
}

@keyframes title_in {
    from {
        transform: translate3d(0, 10%, 0);
        visibility: hidden;
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.title_in {
    animation-name: title_in;
    animation-delay: 0.3s;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    animation-fill-mode: both;
}

@keyframes title_in2 {
    from {
        transform: scale(2);
        visibility: hidden;
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.title_in2 {
    animation-name: title_in2;
    animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    animation-duration: 0.3s;
    animation-fill-mode: both;

}

@keyframes myBounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.myBounce {
    animation-name: myBounce;
    transform-origin: center bottom;
    animation-fill-mode: both;
}

.coronaWrap {
    position: relative;
    width: 968px;
    margin: 50px auto 50px auto;

}

.coronaT {
    width: 968px;
    height: 32px;
    background: url(/notice/prof_frame_t.png);
}

.coronaB {
    width: 968px;
    height: 32px;
    background: url(/notice/prof_frame_b.png);
}

.corona {
    width: 968px;
    height: auto;
    background: url(/notice/prof_frame_c.png);
    padding: 20px 50px;
}

.corona dt {
    font-size: 30px;
    color: #f66;
    text-align: center;
    padding: 0 0 20px 0;
}

.corona dd {
    font-size: 16px;
    color: #444;
    line-height: 180%;
}

.corona dd b {
    color: #f66;
    display: block;
    line-height: 180%;
}

.newyearNotice {
    position: relative;
    padding: 10px;
    background: url(/pc/img/newyear_notice_bg.jpg);
    background-repeat: repeat;
    background-position: 50%;
    background-size: 800px auto;
    max-width: 600px;
    width: 98%;
    margin: 20px auto 0 auto;
}

.newyearNotice dl {
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 10px;
}

.newyearNotice dl dt span{
    font-size: 28px;
    color: #f66;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    line-height: 120%;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0;
}

.newyearNotice dl dd {
    font-size: 17px;
    text-align: left;
    line-height: 150%;
    padding-top: 10px;
    font-family: 'Noto Serif JP', serif;
}