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

#topCover {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*
    background-image: url(/pc/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 400px auto;
    background-color: #000;
    */
}

@media screen and (max-width: 960px) {
    .tg-Cover {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .tg {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .tg li {
        position: relative;
        width: 50%;
        visibility: hidden;
        animation-delay: 0.8s;
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    }

    .tg li:nth-child(1),
    .tg li:nth-child(4) {
        visibility: hidden;
    }

}

@media screen and (min-width: 961px) {
    .tg-Cover {
        position: relative;
        /*    width: 100%;*/
        overflow: hidden;
    }

    .tg {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .tg li {
        position: relative;
        width: 25%;
        visibility: hidden;
        animation-delay: 0.8s;
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    }
}

.tg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tg li span.tgThumb {
    position: relative;
    display: block;
    max-width: 100vw;
    max-height: 100vh;
    background-position: 50% 0;
    overflow: hidden;
    background-size: cover;
    opacity: 1;
}


@keyframes my-fadeIn-one {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 600px, 0);
    }

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

.my-fadeIn-one {
    animation-name: my-fadeIn-one;
}

@keyframes my-fadeIn-two {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -600px, 0);
    }

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

.my-fadeIn-two {
    animation-name: my-fadeIn-two;
}

.topIMG-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#topIMG {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

#topIMG li {
    width: 100%;
    height: 100%;
}

#topIMG li .glass {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url(/pc/img/top/glass.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;

}

#topIMG li .text1 {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 120vh;
    transform: translate(-50%, 0) rotate(-4deg);
}

#topIMG li .text1 img {
    width: 100%;
}

#topIMG li .text2 {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, calc(-50% + 30px));
    width: 7.5vh;
}

#topIMG li .text2 img {
    width: 100%;
}

#topIMG li .text3 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-5%, -50%);
    width: 48vh;
}

#topIMG li .text3 img {
    width: 100%;
}

#topIMG li .coverLogo {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(calc(-50% + 50px), -30vh);
    width: 20%;
    max-width: 343px;
    min-width: 280px;
    display: inline-block;
}

#topIMG li .coverLogo img {
    width: 100%;
}

#topIMG li .coverTxt2 {
    position: absolute;
    display: inline-block;
    top: 70vh;
    left: 5%;
    width: 60vh;
}

#topIMG li .coverTxt2 img {
    width: 100%;
}

.topLogo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 22%;
    max-width: 240px;
    min-width: 200px;
    z-index: 101;
}

.topLogo a {
    display: block;
    position: relative;
}

.topLogo a img {
    width: 100%;
}

.topLogo a .logoH1 {
    position: absolute;
    top: 52px;
    right: 50px;
    text-align: center;
    line-height: 1;
    font-size: 10px;
    white-space: nowrap;
    width: 220px;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    font-family: "Noto Serif JP", serif;
    font-style: italic;
    padding: 0 0 2px 0;
}


.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, 05, 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);
    display: none;
}

.topTitle {
    position: relative;
    margin: 30px 0 30px 0;
    text-align: center;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    padding: 0 50px;
    color: #fff;
}

/*
.topTitle:before,
.topTitle:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

.topTitle:before {
    border-left: solid 2px #da4453;
    border-top: solid 2px #da4453;
    border-bottom: solid 2px #da4453;
    left: 0;
}

.topTitle:after {
    border-top: solid 2px #89216b;
    border-right: solid 2px #89216b;
    border-bottom: solid 2px #89216b;
    right: 0;
}
*/
.topTitle span {
    opacity: 0;
    font-size: 40px;
    color: #fff;
    font-family: 'Sorts Mill Goudy', sans-serif;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 1px;
    letter-spacing: 0;
}

.topTitle b {
    color: #898989;
    font-size: 14px;
    display: block;
    line-height: 1;
    letter-spacing: 4px;
    font-weight: 700;
    font-family: 'Shippori Mincho', serif;
}

.topTitle span:nth-of-type(1) {
    animation-delay: 0.6s;
}

.topTitle span:nth-of-type(2) {
    animation-delay: 0.7s;
}

.topTitle span:nth-of-type(3) {
    animation-delay: 0.8s;
}

.topTitle span:nth-of-type(4) {
    animation-delay: 0.9s;
}

.topTitle span:nth-of-type(5) {
    animation-delay: 1s;
}

.topTitle span:nth-of-type(6) {
    animation-delay: 1.1s;
}

.topTitle span:nth-of-type(7) {
    animation-delay: 1.2s;
}

.topTitle span:nth-of-type(8) {
    animation-delay: 1.3s;
}

.topTitle span:nth-of-type(9) {
    animation-delay: 1.4s;
}

.topTitle span:nth-of-type(10) {
    animation-delay: 1.5s;
}

@media all and (-ms-high-contrast: none) {
    .topTitle span {
        text-align: center;
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 30px;
        display: block;
        color: #e7027f;
        overflow: hidden;
        background: none;
    }

    .topTitle span b {
        color: #e7027f;
    }
}


#topLeft {
    width: 320px;
    position: relative;
    float: left;
}

#topRight {
    position: relative;
    margin-left: 340px;
    height: 100%;
    width: auto;
}

#topicWrap {
    position: relative;
    overflow: hidden;
}

#topic {
    position: relative;
    margin: 4px 0 50px 0;
}

#topic a.topicPhoto {
    display: block;
    position: relative;
}

#topic a .topicThumb {
    display: block;
    border-top: 2px solid #353535;
    border-right: 2px solid #0a0a0a;
    border-bottom: 2px solid #0a0a0a;
    border-left: 2px solid #353535;
}

#topic a dl {
    text-align: center;
    position: absolute;
    width: 88%;
    left: 50%;
    bottom: -60px;
    margin-left: -44%;
    z-index: 10;
    background-color: #141718;
    background-image: url(/pc/img/bg.jpg);
    background-position: 50%;
    background-repeat: repeat;
    background-size: 200px auto;

}

#topic a dl .topic-inner {
    display: block;
    position: relative;
    border-top: 2px solid #353535;
    border-right: 2px solid #0a0a0a;
    border-bottom: 2px solid #0a0a0a;
    border-left: 2px solid #353535;
    padding: 15px 0;
}

#topic a dl::before {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

#topic a dl .topic-inner .topic-name {
    display: block;
    padding: 10px 0;
    border-radius: 6px;
}

#topic a dl span.tf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

#topic a dl span.tf-TR {
    background-image: url(/pc/img/name_frame_TR.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

#topic a dl span.tf-BR {
    background-image: url(/pc/img/name_frame_BR.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

#topic a dl span.tf-BL {
    background-image: url(/pc/img/name_frame_BL.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

#topic a img {
    width: 100%;
    transition: 0.3s ease;
    opacity: 1;
}

#topic a:hover img.topic-img {
    opacity: 0.8;
}

#topic span.topic-catch {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 180%;
    padding: 11px 5px 8px 5px;
    white-space: nowrap;
    color: #d0d0d0;
    border-top: 2px solid #353535;
    border-right: 2px solid #0a0a0a;
    border-left: 2px solid #353535;
}

#topic span.topic-nirin {
    position: absolute;
    top: -27px;
    left: 1px;
    width: 80px;
    overflow: hidden;
}

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

.topic-sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 10px;
    line-height: 1;
    color: #FFA784;
    padding: 1px;
    display: inline-block;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
}

@media all and (-ms-high-contrast: none) {
    .topic-sub {
        color: #FFA784;
        background: none;
    }
}

/*
.topic-cast {
    font-size: 24px;
    line-height: 1;
    padding: 5px 0 6px 0;
    letter-spacing: 0;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: block;

    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #bfc0c0, #fff 25% 0, #fbfbfb, #fff 75% 0, #bfc0c0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
*/

.topic-cast {
    position: relative;
    display: block;
    padding: 0px 0 6px 0;
}

.topic-cast b {
    font-size: 24px;
    line-height: 1;
    padding: 3px 1px;
    letter-spacing: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    display: inline-block;

    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #bfc0c0, #fff 25% 0, #fbfbfb, #fff 75% 0, #bfc0c0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    transform: scaleY(120%);
}

#topic a dl small {
    display: block;
    width: auto;
    height: 1px;
    margin: 3px 10% 5px 10%;
    background-color: #000;
    position: relative;
}

#topic a dl small::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #353535;
    display: block;
    position: absolute;
    top: 1px;
}

.topic-size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 11px;
    color: #c6c5c4;
    padding-top: 6px;
    display: block;
}

.topic-size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 13px;
    margin-right: 4px;
    color: #c6c5c4;
}

#topicBody {
    margin: 90px 0 0 0;
}

#topicBody h2.topicsTitle {
    color: #5d5d5d;
    text-align: left;
    font-weight: 900;
    font-size: 18px;
    line-height: 140%;
    display: block;
    padding: 13px 15px 8px 15px;
    text-align: justify;
    position: relative;
    background: rgb(239, 10, 106);
    background: -moz-linear-gradient(left, rgba(239, 10, 106, 1) 0%, rgba(182, 53, 156, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(239, 10, 106, 1) 0%, rgba(182, 53, 156, 1) 100%);
    background: linear-gradient(to right, rgba(239, 10, 106, 1) 0%, rgba(182, 53, 156, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8ac0', endColorstr='#fea683', GradientType=0);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    letter-spacing: 0;
}


#topicBody h2.topicsTitle:before,
#topicBody h2.topicsTitle:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

#topicBody h2.topicsTitle:before {
    border-left: solid 2px #ef0a6a;
    border-top: solid 2px #ef0a6a;
    border-bottom: solid 2px #ef0a6a;
    left: 0;
}

#topicBody h2.topicsTitle:after {
    content: '';
    border-top: solid 2px #b6359c;
    border-right: solid 2px #b6359c;
    border-bottom: solid 2px #b6359c;
    right: 0;
}

/*
#topicBody h2.topicsTitle::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(0deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    top: 0;
    left: 0;
    opacity: 0.8;
    border-radius: 1px;
}

*/
#topicBody .topicTxt {
    position: relative;
    font-size: 14px !important;
    font-weight: bold;
    text-align: left;
    line-height: 160%;
    padding: 20px 10px 0 10px;
    text-align: justify;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #bfc0c0, #fff 25% 0, #fbfbfb, #fff 75% 0, #bfc0c0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.mmBanner {
    background: rgb(237, 59, 75);
    background: -moz-linear-gradient(left, rgba(237, 59, 75, 1) 0%, rgba(76, 59, 146, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(237, 59, 75, 1) 0%, rgba(76, 59, 146, 1) 100%);
    background: linear-gradient(to right, rgba(237, 59, 75, 1) 0%, rgba(76, 59, 146, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed3b4b', endColorstr='#4c3b92', GradientType=1);
    margin: 10px 0;
}

.mmBanner a {
    display: block;
    transition: 0.3s ease;
    padding: 2px;
}

.mmBanner a img {
    width: 100%;
}

.mmBanner a:hover {
    opacity: 0.8;
}

.topBorder {
    width: 30%;
    height: 1px;
    background: rgba(0, 0, 0, 0.0);
    margin: 60px auto 30px auto;
}

#top-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1040px;
    background-image: url(/pc/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 400px auto;
    background-color: #000;
    margin: 100vh auto 0 auto;
    padding: 20px 0 100px 0;
    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;
}
*/
/*
@media only screen and (max-width:1299px) {
    #top-inner {
        max-width: 1000px;
        width: 100%;
        position: relative;
        margin: 0 auto 0 auto;
        padding: 20px 0 0 0;
        overflow: hidden;
        z-index: 5001;
    }

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

    }
}
*/

#top-inner {
    /* max-width: 1280px; */
    position: relative;
    z-index: 5001;
    /* background-color: #fff; */
    margin: 0 20px 0 20px;
    padding: 0 0 100px 0;
    background: rgba(0, 0, 0, 0.4);
}

/*
#top-inner::after {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}
*/

span.tf-TL {
    background-image: url(/pc/img/profile_corner_TL.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -7px;
    left: -7px;
    display: block;
    overflow: hidden;
    background-size: cover;
}

span.tf-TR {
    background-image: url(/pc/img/profile_corner_TR.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -8px;
    right: -8px;
    display: block;
    overflow: hidden;
    background-size: cover;
}

span.tf-BR {
    background-image: url(/pc/img/profile_corner_BR.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -7px;
    right: -7px;
    display: block;
    overflow: hidden;
    background-size: cover;
}

span.tf-BL {
    background-image: url(/pc/img/profile_corner_BL.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -7px;
    left: -7px;
    display: block;
    overflow: hidden;
    background-size: cover;
}

span.tf-T {
    background-image: url(/pc/img/profile_frame_border_W.png);
    height: 2px;
    width: calc(100% - 94px);
    position: absolute;
    top: 0;
    left: 47px;
    display: block;
    border-radius: 1px;
    background-size: cover 807px;
    background-repeat: repeat;
}

span.tf-R {
    background-image: url(/pc/img/profile_frame_border_H.png);
    height: calc(100% - 94px);
    width: 2px;
    position: absolute;
    top: 47px;
    right: 0;
    display: block;
    border-radius: 1px;
    background-size: cover 647px;
    background-repeat: repeat;
}

span.tf-B {
    background-image: url(/pc/img/profile_frame_border_W.png);
    height: 2px;
    width: calc(100% - 94px);
    position: absolute;
    bottom: 0;
    left: 47px;
    display: block;
    border-radius: 1px;
    background-size: cover 807px;
    background-repeat: repeat;
}

span.tf-L {
    background-image: url(/pc/img/profile_frame_border_H.png);
    height: calc(100% - 94px);
    width: 2px;
    position: absolute;
    top: 47px;
    left: 0;
    display: block;
    border-radius: 1px;
    background-size: cover 647px;
    background-repeat: repeat;
}

#top {
    position: relative;
    /* margin: 20px 20px 20px 20px; */
    padding: 50px 20px 20px 20px;
    /* background-color: #fff; */
    max-width: 1920px;
    margin: 0 auto;
}

@media screen and (max-width: 1099px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 520px;
        min-width: 500px;
        margin: 0 auto;
    }

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

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

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

@media screen and (min-width: 1100px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 33.3%;
        max-width: 260px;
    }

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

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

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

@media screen and (min-width: 1200px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 33.3%;
        max-width: 260px;
    }

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

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

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

@media screen and (min-width: 1300px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 840px;
        margin: 0 auto;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 33.3%;
        max-width: 280px;
    }

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

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

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

@media screen and (min-width: 1400px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }

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

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

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

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

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

}

@media screen and (min-width: 1500px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        max-width: 1040px;
        margin: 0 auto;
    }

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

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

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

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

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

@media screen and (min-width: 1600px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        max-width: 1040px;
        margin: 0 auto;
    }

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

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

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

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

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

@media screen and (min-width: 1700px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
        max-width: 240px;
    }

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

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

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

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

    .top-companion_list li.thumb-list:nth-child(5n+5) {
        animation-delay: 0.7s;
    }
}

@media only screen and (min-width:1800px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;

    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
        max-width: 280px;
    }

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

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

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

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

    .top-companion_list li.thumb-list:nth-child(5n+5) {
        animation-delay: 0.7s;
    }
}

/******************************************コンパニオン******************************************/

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

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

.top-companion_list li.thumb-list a.ca {
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    margin: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 01);
    background-color: #000;
    z-index: 1;
    overflow: hidden;
}

.top-companion_list li.thumb-list a.ca .b-AT {
    width: calc(100% - 4px);
    height: 10px;
    background-color: #141718;
    position: absolute;
    top: 2px;
    left: 2px;
}

.top-companion_list li.thumb-list a.ca .b-AT::before {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.top-companion_list li.thumb-list a.ca .b-AR {
    width: 10px;
    height: calc(100% - 4px);
    background-color: #141718;
    position: absolute;
    top: 2px;
    right: 2px;
}

.top-companion_list li.thumb-list a.ca .b-AR::before {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.top-companion_list li.thumb-list a.ca .b-AL {
    width: 10px;
    height: calc(100% - 4px);
    background-color: #141718;
    position: absolute;
    top: 2px;
    left: 2px;
}

.top-companion_list li.thumb-list a.ca .b-AL::before {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.top-companion_list li.thumb-list a.ca .thumb-inner {
    display: block;
}

.top-companion_list li.thumb-list a.ca span.thumb-wrap {
    overflow: hidden;
    position: relative;
    display: block;
}

.top-companion_list li.thumb-list a.ca span.thumb-p {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    opacity: 1;
    transform: scale(1);
    margin: 0 9px 0 9px;
}

.top-companion_list li.thumb-list a.ca span.thumb-p img {
    width: 100%;
}

.top-companion_list li.thumb-list.finished a.ca span.thumb-p {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    filter: grayscale(100%);
    opacity: 0.4;
}

.top-companion_list li.thumb-list a.ca:hover span.thumb-p,
.top-companion_list li.thumb-list.finished a.ca:hover span.thumb-p {
    transform: scale(1.08);
    filter: grayscale(60%) contrast(110%);
    opacity: 0.7;
}

.top-companion_list li.thumb-list a.ca span img.top-companion_listThumb {
    width: 100%;
}

.top-companion_listThumb {
    transition: 0.3s ease;
    width: 100%;
}

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

.top-companion_list li.thumb-list dl .name-inner {
    display: block;
    position: relative;
    padding: 15px 0;
    background: #141718;
}

.top-companion_list li.thumb-list dl .name-inner .name-area {
    display: block;
    padding: 5px 0;
}

.top-companion_list li.thumb-list dl .name-inner .name-area::before {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.top-companion_list li.thumb-list dl span.tf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    overflow: hidden;
}

.top-companion_list li.thumb-list dl span.tf-TR {
    background-image: url(/pc/img/name_frame_TR.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    overflow: hidden;
}

.top-companion_list li.thumb-list dl span.tf-BR {
    background-image: url(/pc/img/name_frame_BR.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    overflow: hidden;
}

.top-companion_list li.thumb-list dl span.tf-BL {
    background-image: url(/pc/img/name_frame_BL.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: block;
    overflow: hidden;
}

.top-companion_list li.thumb-list dl dt.name {
    position: relative;
}

.top-companion_list li.thumb-list dl dt.name b {
    font-size: 18px;
    line-height: 1;
    color: #d0d0d0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
}

.top-companion_list li.thumb-list dl small {
    display: block;
    width: auto;
    height: 1px;
    margin: 10px 10% 9px 10%;
    background-color: #000;
    position: relative;
}

.top-companion_list li.thumb-list dl small::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #353535;
    display: block;
    position: absolute;
    top: 1px;
}

.top-companion_list li.thumb-list dl dt.name span.nameJ {
    /*    font-size: 3vmin;*/
    font-size: 23px;
    line-height: 1;
    color: #c6c5c4;
    padding: 2px 2px 0 2px;
    letter-spacing: 0;
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    display: block;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0;
}

.top-companion_list li.thumb-list dl dt.name span.nameR {
    display: inline-block;
    color: #c6c5c4;
    font-size: 10px;
    margin-bottom: 3px;
    font-family: 'FunctionsPro', sans-serif;
    letter-spacing: 2px;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.top-companion_list li.thumb-list dl dt.name span.nameR::first-letter {
    color: #be2916;
    font-weight: 700;
}

.top-companion_list li.thumb-list a.ca dl dd.size {
    position: relative;
    font-family: 'FunctionsPro', sans-serif;
    font-size: 9px;
    color: #c6c5c4;
    letter-spacing: 0;
}

.top-companion_list li.thumb-list a.ca dl dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-right: 4px;
    color: #c6c5c4;
}

.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 .newMark2 {
    position: absolute;
    top: 44px;
    left: 23px;
    background: rgb(237, 172, 163);
    background: -moz-linear-gradient(left, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    background: -webkit-linear-gradient(left, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    background: linear-gradient(to right, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edaca3', endColorstr='#ffebd2', GradientType=1);
    z-index: 10;
}

.top-companion_list li.thumb-list .newMark2 span {
    display: block;
    font-size: 13px;
    font-family: 'FunctionsPro', sans-serif;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #1f1f1f, #8b8b8b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    padding: 5px 10px;
}

.top-companion_list li.thumb-list .newMark2 img {
    width: 100%;
}

.top-companion_list li.thumb-list .rankingIcon {
    position: absolute;
    width: 100px;
    top: -83px;
    left: -5px;
    transform-origin: center bottom;
}

.top-companion_list li.thumb-list .rankingIcon img {
    width: 100%;
}

.top-companion_list li.thumb-list a.ca .ss-icon {
    position: absolute;
    top: 35px;
    right: 15px;
    text-align: right;
}

.top-companion_list li.thumb-list a.ca .ss-icon li {
    margin: 3px 0;
}

.top-companion_list li.thumb-list a.ca .ss-icon .shameMark span {
    display: inline-block;
    background: #141718;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    padding: 0 8px;
    color: #c6c5c4;
    border-radius: 9px;
}

.top-companion_list li.thumb-list a.ca .ss-icon .reviewMark span {
    display: inline-block;
    background: #141718;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    padding: 0 8px;
    color: #c6c5c4;
    border-radius: 9px;
}

.top-companion_list li.thumb-list a.ca .ss-icon .shameMark span i {
    font-size: 18px;
    vertical-align: middle;
}

.top-companion_list li.thumb-list a.ca .ss-icon .movieMark span {
    display: inline-block;
    background: #141718;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    padding: 0 8px;
    color: #c6c5c4;
    border-radius: 9px;
}

.top-companion_list li.thumb-list a.ca .ss-icon .movieMark span i {
    font-size: 20px;
    vertical-align: middle;
}

.top-companion_list li.thumb-list a.ca .ng-icon {
    position: absolute;
    top: 38px;
    right: 5px;
    text-align: right;
    display: none;
}

.top-companion_list li.thumb-list a.ca .ng-icon li {
    margin: 0 2px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.top-companion_list li.thumb-list a.ca .ng-icon li span {
    display: block;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.top-companion_list li.thumb-list a.ca .ng-icon li span img {
    width: 100%;
}

.top-companion_list li.thumb-list a.ca .type-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    min-height: 18px;
}

.top-companion_list li.thumb-list a.ca .type-icon li {
    text-align: center;
    display: inline-block;

}

.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(5),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(6),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(7),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(8),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(9),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(10),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(11),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(12),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(13),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(14),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(15),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(16),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(17),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(18),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(19),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(20),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(21),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(22),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(23),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(24),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(25),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(26){
    display: none;
}
.top-companion_list li.thumb-list a.ca .type-icon li span {
    display: block;
    padding: 0 10px;
    margin: 0 1px;
    font-size: 10px;
    line-height: 16px;
    background: #292929;
    border-radius: 8px;
    white-space: nowrap;
    color: #d0d0d0;
}

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

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

.top-companion_list li.thumb-list a.ca .debut li .newMark {}

.top-companion_list li.thumb-list a.ca .nirinMark {
    position: absolute;
    top: -30px;
    left: 15px;
    width: 100px;
    overflow: hidden;
}

.top-companion_list li.thumb-list a.ca .nirinMark img {
    width: 100%;
}

.top-companion_list li.thumb-list a.ca .rePhoto {
    position: absolute;
    top: -5px;
    right: -7px;
    width: 68px;
}

.top-companion_list li.thumb-list a.ca .rePhoto img {
    width: 100%;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag {
    position: absolute;
    bottom: 144px;
    width: 100%;
    right: 14px;
    height: 28px;
    overflow: hidden;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns {
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    float: right;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li {
    position: relative;
    width: 28px;
    height: 28px;
    /* background: rgb(255, 139, 193);
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1); */
    border-radius: 50%;
    margin: 0 2px;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t {
    background: #000;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i {
    /* background: #2daae1; */
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-f {
    background: #4267b2;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-b {
    background: #ef7a2b;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-l {
    background: #07b53b;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-g {
    background: #fff;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i {
    background: linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
    z-index: 1;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    left: -15px;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    z-index: 0;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA {
    position: relative;
    display: block;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA span {
    display: block;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA span img{
    line-height: 30px;
    height: 30px;
    padding: 5px 0;
    display: inline-block;
}
.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA i {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t:hover {
    background: #2daae1;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t:hover i {
    color: #2daae1;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i:hover {
    background: #fff;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i:hover i {
    color: rgba(194, 49, 134, 1);
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-f:hover {
    background: #fff;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-f:hover i {
    color: #4267b2;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-b:hover {
    background: #fff;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-b:hover i {
    color: #ef7a2b;
}
.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-l:hover {
    background: #08d646;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-l:hover i {
    color: #4267b2;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-b:hover {
    background: #fff;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-b:hover i {
    color: #ef7a2b;
}
.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-g:hover {
    background: #444;
}
.finished .thumb-wrap {
    background-color: #000;
}

.top-companion_list li.thumb-list a.finished:hover span.thumb-wrap {
    filter: none;
    opacity: 1;
}

.finished .thumb-wrap img.top-companion_listThumb {
    opacity: 0.6;
}

/* きらん */
.anim-box.flare {
    opacity: 1;
    position: relative;
    display: block;
    border-top: 2px solid #353535;
    border-right: 2px solid #0a0a0a;
    border-bottom: 2px solid #0a0a0a;
    border-left: 2px solid #353535;
}

.anim-box.flare::after {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
    transition: cubic-bezier(0.32, 0, 0.67, 0);
}

.top-companion_list li.thumb-list a.ca:hover .anim-box.flare::after {
    animation: flare 0.6s linear 1;
}

/*
.anim-box.flare:hover::after {
    animation: flare 0.6s linear 1;
}
*/
@media all and (-ms-high-contrast: none) {
    .anim-box.flare:hover::after {
        animation: none;
    }
}

@keyframes flare {
    0% {
        transform: scale(2) rotate(45deg);
        opacity: 0;
    }

    20% {
        transform: scale(20) rotate(45deg);
        opacity: 0.6;
    }

    40% {
        transform: scale(30) rotate(45deg);
        opacity: 0.4;
    }

    80% {
        transform: scale(45) rotate(45deg);
        opacity: 0.2;
    }

    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

span.shiftMark {
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 11;
    background-color: #141718;
}

span.shiftMark::before {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

span.shiftMark b {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 8px 0;
    position: relative;
}

span.shiftMark2 {
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 11;
    background-color: #141718;
}

span.shiftMark2::before {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

span.shiftMark2 b {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 8px 0;
    background: #000;
    color: #ffa784;
    position: relative;

}

span.shiftMark3 {
    display: block;
    text-align: center;
    position: relative;
    z-index: 11;
    background-color: #141718;
}

span.shiftMark3::before {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

span.shiftMark3 b {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 8px 0;
    color: #eeeae6;
    position: relative;
}

.top-companion_list li.thumb-list a.ca:hover span.shiftMark3 {}

.top-companion_list li.thumb-list a.ca p.shiftTime {
    position: relative;
}

.top-companion_list li.thumb-list a.ca p.shiftTime span {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 20px;
    color: #cdbb84;
    padding: 10px 0 0 0;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
}

.top-companion_list li.thumb-list a.ca p.shiftTime span i {
    font-size: 20px;
    color: #cdbb84;
    margin-right: 3px;
}

.thumb-shadow {
    display: block;
    margin-top: -8px;
}

.thumb-shadow img {
    width: 100%;
}

p.debutDay {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -130%);
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s ease;
}

p.debutDay b {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1;
    color: #EC4B7D;
}

.top-companion_list li.thumb-list a:hover p.debutDay {
    opacity: 1;
}

.catch_real {
    position: relative;
    text-align: center;
    z-index: 11;
    background-color: #141718;
}

.catch_real::before {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.catch_real b {
    display: block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 2px;
    padding: 8px 0;
    font-weight: 500;
    font-family: "Roboto", source-han-sans-japanese, sans-serif;
    color: #d0d0d0;
    position: relative;
}

.catch_real2 {
    position: relative;
    text-align: center;
    z-index: 11;
    background-color: #141718;
}

.catch_real2::before {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.catch_real2 b {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    padding: 8px 0;
    font-weight: 700;
    font-family: "Roboto", source-han-sans-japanese, sans-serif;
    color: #aaa;
    position: relative;
}

.newsWrap {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
}

.news-inner {
    width: 48%;
    margin: 0 1%;
}

.newsBoder {
    display: none;
}

@media only screen and (max-width:1480px) {
    .news-inner {
        width: 94%;
        margin: 0 auto;
    }

    .newsBoder {
        display: block;
    }
}

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

.news li.news-list {
    border-bottom: 1px dotted #555;
    padding: 0 5px 5px 5px;
    margin-bottom: 25px;
}

.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: #8a8a8a;
    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: #8a8a8a;

}

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

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

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

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

.newyearNotice dl dt {
    font-size: 34px;
    color: #f66;
    text-align: center;
    padding: 0 0 10px 0;
    font-family: 'Noto Serif JP', serif;
    line-height: 140%;
    font-weight: 700;
}

.newyearNotice dl dd {
    font-size: 18px;
    text-align: center;
    line-height: 160%;
    color: #7b7b7b;
}

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

.transfer {
    position: relative;
    padding: 50px;
    background: #000;
}

.transfer dt {
    text-align: center;
    font-size: 60px;
    color: #ff3947;
    padding: 0 0 20px 0;
    font-family: 'Noto Serif JP', serif;

}

.transfer dd.transferTxt {
    font-size: 20px;
    line-height: 180%;
    text-align: center;
}

.transfer dd.transferTxt span {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
}

.transferWrap span.tf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    overflow: hidden;
}

.transferWrap span.tf-TR {
    background-image: url(/pc/img/name_frame_TR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    overflow: hidden;
}

.transferWrap span.tf-BR {
    background-image: url(/pc/img/name_frame_BR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 2px;
    right: 2px;
    display: block;
    overflow: hidden;
}

.transferWrap span.tf-BL {
    background-image: url(/pc/img/name_frame_BL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 2px;
    left: 2px;
    display: block;
    overflow: hidden;
}

.discount-banner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.discount-banner span {
    display: block;
    background: rgb(218, 68, 83);
    background: -moz-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: linear-gradient(to right, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
    padding: 1px;
    position: relative;
}

.discount-banner span.tf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

.discount-banner span.tf-TR {
    background-image: url(/pc/img/name_frame_TR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

.discount-banner span.tf-BR {
    background-image: url(/pc/img/name_frame_BR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

.discount-banner span.tf-BL {
    background-image: url(/pc/img/name_frame_BL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

.discount-banner span img {
    width: 100%;
}

.msWrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.ms dt {
    display: block;
    /* background: #000; */
    position: relative;
    z-index: 1;
    line-height: 214px;
    width: 460px;
    height: 214px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.ms dt a {
    display: block;
    transition: 0.5s ease;
}

.ms dt a img {
    width: 100%;
}

.ms dt a:hover {
    opacity: 0.6;
}

.ms dt small {
    display: inline-block;
}

.ms dd {
    position: relative;
    background: rgb(218, 68, 83);
    background: -moz-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: linear-gradient(to right, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
    padding: 1px;
    z-index: 0;
    margin: -107px 0 0 0;
}

.ms dd .msBody {
    display: block;
    padding: 110px 30px 40px 30px;
    background-color: #000;

}

.ms dd b {
    font-size: 16px;
    line-height: 180%;
    color: #a0a0a0;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
}

.ms span.ms-B {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50%;
    height: 2px;
    background-color: #000;
}

.ms span.tf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

.ms span.tf-TR {
    background-image: url(/pc/img/name_frame_TR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

.ms span.tf-BR {
    background-image: url(/pc/img/name_frame_BR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

.ms span.tf-BL {
    background-image: url(/pc/img/name_frame_BL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

.price_notice_wrap {
    margin: 0 10px 40px 10px;
}

.price_notice {
    position: relative;
    padding: 0 2px 2px 2px;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff45c;
}

.price_notice dl {
    padding: 0 0 30px 0;
    background: rgba(255, 255, 255, 1);
    text-align: center;
}

.price_notice dl dt {
    background-color: #fff45c;
    padding: 20px 0;
}

.price_notice dl dt span {
    font-size: 34px;
    color: #333;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    line-height: 140%;
    font-weight: bold;
    display: inline-block;
}

.price_notice dl dd {
    padding: 30px 50px;
    font-size: 15px;
    line-height: 160%;
    text-align: left;
    color: #8a8a8a;
}

.price_notice dl dd b{
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.price_notice dl dd b small{
    position: relative;
    display: inline-block;
    color: #e60000;
    font-size: 18px;
    padding: 0 3px;
    font-weight: 700;
    z-index: 1;
}

.price_notice dl dd b small::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #fefbc4;
    z-index: -1;
    opacity: 0.6;
}

.price_notice dl dd table.priceTable {
    border-collapse: collapse;
    width: 99%;
    text-align: center;
}

.price_notice dl dd table.priceTable th {
    width: 33%;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a0a0a0;
}

.price_notice dl dd table.priceTable th.th-top {
    border: none;
}

.price_notice dl dd table.priceTable th.th-bottom {}

.price_notice dl dd table.priceTable td.td-top1 {
    border-top: 2px solid #a0a0a0;
    background-color: #efefef;
}

.price_notice dl dd table.priceTable td.td-top2 {
    border-top: 2px solid #a0a0a0;
    background-color: #fefbc4;
    color: #e60000;
}

.price_notice dl dd table.priceTable td {
    width: 33%;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a0a0a0;
}

.price_notice dl dd table.priceTable td.td-bottom1 {
    width: 33%;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
}

.price_notice dl dd table.priceTable td span {
    position: relative;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
}

.price_notice dl dd table.priceTable td.td-bottom1 {
    background-color: #efefef;
}

.price_notice dl dd table.priceTable td.td-bottom1 span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #8a8a8a;
}

.price_notice dl dd table.priceTable td.td-bottom2 {
    width: 6%;
    display: none;
}

.price_notice dl dd table.priceTable td.td-bottom3 {
    background-color: #fefbc4;
}

.price_notice dl dd table.priceTable td.td-bottom3 span {
    color: #e60000;
}

.price_notice dl dd table.priceTable td span b {
    display: inline-block;
    font-size: 18px;
    color: inherit;
    font-weight: inherit;

}