.contentsHeader {
    position: relative;
    /* height: calc(20vh - 15px);
    min-height: 200px; */
    height: 180px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
}

.contentsHeader .contentsTitle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contentsHeader .contentsTitle h2 {
    color: #292929;
    font-family: 'Sail', cursive;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -2px;
    white-space: nowrap;
}

.contentsHeader .contentsTitle h2 span {
    color: #292929;
    font-family: 'Sail', cursive;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -2px;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.contentsHeader .contentsTitle span {
    display: block;
}

.contentsHeader .contentsTitle span b {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    z-index: 1;
    white-space: nowrap;
}

.contentsHeader .contentsTitle span b::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    background: rgb(255, 138, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 138, 193, 0) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 138, 193, 0) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 138, 193, 0) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1", endColorstr="#ffa783", GradientType=1);
    padding: 3px 50px;
    z-index: -1;
}

.contentsHeader .contentsTitle h2.c-title span:nth-child(8) {}

.contentsHeader .contentsTitle h2.n-title span:nth-child(4) {
    padding-left: 10px;
}

.contentsHeader .contentsTitle h2.m-title span:nth-child(8) {}

.contentsHeader .contentsTitle h2.s-title span:nth-child(8) {
    padding-left: 10px;
}

.contentsHeader .contentsTitle h2.b-title span:nth-child(4) {
    padding-left: 10px;
}

.contentsHeader .contentsTitle h2.p-title span:nth-child(8) {}

.contentsHeader .contentsTitle h2.h-title span:nth-child(5) {
    padding-left: 10px;
}

.schLink {
    width: 300px;
    margin: 0 auto 0 auto;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 400px;
    margin: 0 0 0 0;
}

.schLink a {
    position: relative;
    display: block;
    padding: 3px;
    transition: all 0.5s;
    color: #fafafa;
    background-image: url(/pc/img/bg_dot.png);
    background-repeat: repeat;
    background-color: #000;
}

.schLink a span {
    display: block;
    transition: all 0.5s;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0 8px 0 #fff;
    margin: 2px;
    padding: 10px 0;
    background-image: url(/pc/img/sch_link_bg.jpg);
    background-color: #000;
    background-position: 50%;
}

.schLink a:hover {
    color: #fff;
    background-color: #fff;
}

#searchNaviWrap {
    position: relative;
    min-width: 320px;
    margin: 18px auto 10px auto;
}

#searchNav-inner {
    position: relative;
}

#searchNavi {
    position: relative;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#searchNavi ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* width: 800px; */
    width: 750px;
    min-width: 320px;
    margin: 0 auto 0 auto;
}

#searchNavi li {
    text-align: center;
    display: inline-block;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;

}

#searchNavi li:first-child {
    border-radius: 29px 0 0 29px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

#searchNavi li:last-child {
    border-radius: 0 29px 29px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

#searchNavi li a {
    display: block;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 500;
    color: #ff8cbf;
    font-family: "Oswald", serif;
    line-height: 1;
    transition: 0.3s ease;
    position: relative;
    letter-spacing: 0;
    background: linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background: -webkit-linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#searchNavi li:first-child a {
    padding: 12px 18px 12px 24px;
}

#searchNavi li:last-child a {
    padding: 12px 24px 12px 18px;
}

#searchNavi li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 2px;
    height: 20px;
    background: #eee;
    transform: translate(0, -50%);
    border-radius: 1px;
}

#searchNavi li:last-child a {
    border-right: none;
}

#searchNavi li:last-child a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 2px;
    height: 20px;
    background: transparent;
    transform: translate(0, -50%);
}

#searchNavi li a span {
    font-size: 11px;
    display: block;
    line-height: 1;
    color: #ff8cbf;
    transition: 0.3s ease;
    letter-spacing: 2px;
    font-weight: bold;
    padding-top: 3px;
}

#searchNavi li.active a {
    display: block;
    color: #fff;
    background: #ff8cbf;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
}

#searchNavi li.active:first-child a {
    background: linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#searchNavi li.active:last-child a {
    border-radius: 0 29px 29px 0;
}

#searchNavi li.active:first-child a span {
    color: #ff8cbf;
}

#searchNavi li:first-child a {
    color: #ff8cbf;
}

#searchNavi li:first-child a span {
    color: #ff8cbf;
}

#searchNavi li.active:first-child a span.active {
    color: #ff8cbf;
}

#searchNavi li.active a span {
    color: #fff;
}

/******************************************コンパニオンリスト******************************************/
.logoBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 40vh;
    background-image: url(/sp/img/logo_bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.contentsLogo {
    position: fixed;
    top: 20px;
    left: 10px;
    width: 20%;
    max-width: 170px;
    min-width: 140px;
    z-index: 101;
}

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

.contentsLogo a img {
    width: 100%;
}

/* @media only screen and (min-width:1840px) {
} */

.nirinCover {
    position: fixed;
    top: -90px;
    left: -100vw;
    background-image: url(/pc/img/nirin_cover.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100vw;
    height: 100vh;
}

@media all and (-ms-high-contrast: none) {
    .nirinCover {
        position: absolute;
        top: -90px;
        left: -100vw;
        height: 100vh;
        display: flex;
    }
}

.nirin {
    margin-left: 100vw;
}

.companionWrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0 0 300px 0;
}

.subTitleWrap {
    position: relative;
    text-align: center;
    padding: 130px 0 0 0;
    margin-bottom: -80px;
}

.subTitle {
    position: relative;
    display: inline-block;
}

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

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

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

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

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

.subTitle span.st-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;
    display: none;
}

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

.subTitle span.st-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;
    display: none;
}


.subTitle h1 {
    background: -moz-linear-gradient(left, rgba(237, 59, 75, 0) 0%, rgba(237, 59, 75, 0.2) 25%, rgba(157, 59, 111, 0.4) 50%, rgba(76, 59, 146, 0.2) 75%, rgba(76, 59, 146, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(237, 59, 75, 0) 0%, rgba(237, 59, 75, 0.2) 25%, rgba(157, 59, 111, 0.4) 50%, rgba(76, 59, 146, 0.2) 75%, rgba(76, 59, 146, 0) 100%);
    background: linear-gradient(to right, rgba(237, 59, 75, 0) 0%, rgba(237, 59, 75, 0.2) 25%, rgba(157, 59, 111, 0.4) 50%, rgba(76, 59, 146, 0.2) 75%, rgba(76, 59, 146, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ed3b4b', endColorstr='#004c3b92', GradientType=1);
    display: inline-block;
    padding: 16px 50px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
}

@media only screen and (max-width:680px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 3px 0 3px;
        display: flex;
        flex-wrap: wrap;
    }

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

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

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

@media only screen and (min-width:681px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 3px 0 3px;
        display: flex;
        flex-wrap: wrap;
    }

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

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

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

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

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

@media only screen and (min-width:1080px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 3px 0 3px;
        display: flex;
        flex-wrap: wrap;
    }

    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
    }

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

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

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

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

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


.companion li.thumb-list {
    position: relative;
    visibility: hidden;
    position: relative;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.companion li.thumb-list a.ca {
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    margin: 3px;
    background-color: #fff;
    z-index: 1;
    /* padding-bottom: 20px; */
}

.companion li.thumb-list a.ca span.thumb-inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.companion li.thumb-list a.ca:hover {}

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

.companion 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);
}

.companion li.thumb-list a.ca span.thumb-p .picture.lazyloaded {
    position: relative;
    display: block;
    background-size: cover;
    background-position: 50% 0;
    height: 54vh;
    min-height: 400px;
    max-height: 700px;
    width: 100%;
}

.companion li.thumb-list.finished a.ca span.thumb-p {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    opacity: 0.6;
}

.companion li.thumb-list.finished a.ca:hover span.thumb-p {
    opacity: 1;
}

.companion li.thumb-list a.ca:hover span.thumb-p {
    transform: scale(1.06) rotate(-2deg);
}

.companion li.thumb-list a.ca span img.companionThumb {
    width: 100%;
}

.companion li.thumb-list a.ca .newDiscount {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 5px), -50%);
    width: 70%;
    max-width: 300px;
}

.companion li.thumb-list a.ca .newDiscount b {
    display: inline-block;
    font-size: 30px;
}

.companion li.thumb-list a.ca .newDiscount b img {
    width: 100%;
}

.companion li.thumb-list dl {
    position: absolute;
    width: calc(100% - 4px);
    z-index: 10;
    bottom: 2px;
    left: 2px;
}

.companion li.thumb-list dl .name-inner {
    display: block;
    position: relative;

}

.companion li.thumb-list dl .name-inner .name-area {
    position: relative;
    display: block;
    padding: 50px 0 5px 0;
    background: -moz-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fefbfa', endColorstr='#fefbfa', GradientType=0);

}

.companion li.thumb-list dl .name-inner .name-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background: -moz-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fefbfa', endColorstr='#fefbfa', GradientType=0);
}

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

.companion li.thumb-list dl small {
    display: block;
    height: 1px;
    margin: 6px auto;
    width: 30%;
    background: rgb(92, 92, 92);
    background: linear-gradient(90deg, rgba(92, 92, 92, 0) 0%, rgba(92, 92, 92, 0.6) 50%, rgba(92, 92, 92, 0) 100%);
}

.companion li.thumb-list dl dt.name span.nameR {
    color: #5c5c5c;
    font-size: 11px;
    margin-bottom: 3px;
    font-family: 'FunctionsPro', sans-serif;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.companion li.thumb-list .new {
    position: absolute;
    bottom: 90px;
    left: -10px;
    max-width: 100px;
    transform: rotate(-20deg);
    transform-origin: left bottom;
    display: block;
    z-index: 10;
}

.companion li.thumb-list .new img {
    width: 100%;
}

.companion li.thumb-list dl dt.name span.nameJ {
    /*    font-size: 3vmin;*/
    font-size: 24px;
    line-height: 1;
    color: #5c5c5c;
    letter-spacing: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    display: block;
    letter-spacing: 0;
    display: block;
    position: relative;
    white-space: nowrap;
}

.companion li.thumb-list a.ca dl dd.size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 9px;
    color: #6b6b6b;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
}

.companion li.thumb-list a.ca dl dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-right: 3px;
    color: #5c5c5c;
    letter-spacing: 0;
}

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

.companion li.thumb-list a.ca .ss-icon {
    position: absolute;
    top: 2px;
    right: 6px;
    text-align: right;
    display: none;
}

.companion li.thumb-list a.ca .ss-icon li {
    margin: 4px 0;
}


.companion li.thumb-list a.ca .ss-icon .shameMark span {
    display: inline-block;
    background: rgba(255, 139, 193, 0.7);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #fff;
    border-radius: 10px;
}

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

.companion li.thumb-list a.ca .ss-icon .reviewMark span {
    display: inline-block;
    background: rgba(0, 208, 239, 0.7);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #fff;
    border-radius: 10px;
}

.companion li.thumb-list a.ca .ss-icon .movieMark {}

.companion li.thumb-list a.ca .ss-icon .movieMark span {
    display: inline-block;
    background: rgba(255, 167, 132, 0.7);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #fff;
    border-radius: 10px;
}

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

.companion li.thumb-list a.ca .ng-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
}

.companion li.thumb-list a.ca .ng-icon li.ss {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.companion li.thumb-list a.ca .ng-icon li {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.companion li.thumb-list a.ca .ng-icon li span {
    display: block;
    overflow: hidden;
    padding: 1px;
}

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

.companion li.thumb-list a.ca .type-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 46px;
    width: 96%;
    max-width: 380px;
    margin: 5px auto 0 auto;
    text-align: center;
}

.companion li.thumb-list a.ca .type-icon li {
    text-align: center;
    display: inline-block;
    width: 33.33333%;
}

.companion li.thumb-list a.ca .type-icon li span {
    display: block;
    font-size: 10px;
    line-height: 16px;
    white-space: nowrap;

    margin: 0 1px 1px 1px;


    color: #5c5c5c;
    background-color: #eee;
    border: 2px double #ccc;

    /* color: #fff;
    background-color: #dcb17f;
    border: 3px double #eee; */

}

.companion li.thumb-list a.ca .type-icon li:nth-child(7),
.companion li.thumb-list a.ca .type-icon li:nth-child(8),
.companion li.thumb-list a.ca .type-icon li:nth-child(9),
.companion li.thumb-list a.ca .type-icon li:nth-child(10),
.companion li.thumb-list a.ca .type-icon li:nth-child(11),
.companion li.thumb-list a.ca .type-icon li:nth-child(12),
.companion li.thumb-list a.ca .type-icon li:nth-child(13),
.companion li.thumb-list a.ca .type-icon li:nth-child(14),
.companion li.thumb-list a.ca .type-icon li:nth-child(15),
.companion li.thumb-list a.ca .type-icon li:nth-child(16),
.companion li.thumb-list a.ca .type-icon li:nth-child(17),
.companion li.thumb-list a.ca .type-icon li:nth-child(18),
.companion li.thumb-list a.ca .type-icon li:nth-child(19),
.companion li.thumb-list a.ca .type-icon li:nth-child(20),
.companion li.thumb-list a.ca .type-icon li:nth-child(21),
.companion li.thumb-list a.ca .type-icon li:nth-child(22),
.companion li.thumb-list a.ca .type-icon li:nth-child(23),
.companion li.thumb-list a.ca .type-icon li:nth-child(24),
.companion li.thumb-list a.ca .type-icon li:nth-child(25),
.companion li.thumb-list a.ca .type-icon li:nth-child(26) {
    display: none;
}

.companion li.thumb-list a.ca .debut {
    position: absolute;
    top: 11px;
    left: 10px;
    z-index: 1001;
    text-align: left;
}

.companion li.thumb-list a.ca .debut li {
    display: block;
    margin-bottom: 5px;
}

.companion li.thumb-list .rePhoto {
    position: absolute;
    top: -3px;
    right: -3px;
    max-width: 80px;
    width: 30%;
    z-index: 1000;
}

.companion li.thumb-list .rePhoto img {
    width: 100%;
}

.companion li.thumb-list a.ca .naturalMark {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    overflow: hidden;
    display: inline-block;
    background: -moz-linear-gradient(left, rgba(198, 222, 238, 0) 0%, rgba(230, 87, 70, 1) 50%, rgba(240, 132, 172, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(198, 222, 238, 0) 0%, rgba(230, 87, 70, 1) 50%, rgba(240, 132, 172, 0) 100%);
    background: linear-gradient(to right, rgba(198, 222, 238, 0) 0%, rgba(230, 87, 70, 1) 50%, rgba(240, 132, 172, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c6deee', endColorstr='#00f084ac', GradientType=1);

    /*
    background: rgb(198,222,238);
    background: -moz-linear-gradient(left,  rgba(198,222,238,1) 0%, rgba(230,87,70,1) 50%, rgba(240,132,172,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(198,222,238,1) 0%,rgba(230,87,70,1) 50%,rgba(240,132,172,1) 100%);
    background: linear-gradient(to right,  rgba(198,222,238,1) 0%,rgba(230,87,70,1) 50%,rgba(240,132,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6deee', endColorstr='#f084ac',GradientType=1 );
*/
}

.companion li.thumb-list a.ca .naturalMark span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'FunctionsPro', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    padding: 3px 20px;
}

.companion li.thumb-list a.ca .naturalMark2 {
    /* position: absolute;
    top: 50%;
    right: -5px;
    overflow: hidden;
    display: inline-block;
    transform-origin: top right;
    transform: translate(0, calc(-50% - 70px)); */
    overflow: hidden;
    display: block;
}

.companion li.thumb-list a.ca .naturalMark2 span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-family: 'FunctionsPro', sans-serif;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    background: rgb(255, 138, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1", endColorstr="#ffa783", GradientType=1);
    border-radius: 11px;
    /* -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; */
}


.companion li.thumb-list a.ca .rePhotolMark span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-family: 'FunctionsPro', sans-serif;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    background: rgb(66, 155, 9);
    background: -moz-linear-gradient(90deg, rgba(66, 155, 9, 1) 0%, rgba(76, 179, 10, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(66, 155, 9, 1) 0%, rgba(76, 179, 10, 1) 100%);
    background: linear-gradient(90deg, rgba(66, 155, 9, 1) 0%, rgba(76, 179, 10, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#429b09", endColorstr="#4cb30a", GradientType=1);
    border-radius: 11px;
}

.companion li.thumb-list a.ca .ranking-icon {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    bottom: 124px;
    max-width: 360px;
    left: 50%;
    transform: translateX(-50%);
}

.companion li.thumb-list a.ca .ranking-icon li.ranks {
    position: relative;
}

.companion li.thumb-list a.ca .ranking-icon li.ranks1 {
    width: 49%;
    padding: 0 1% 0 0;
    margin-right: 0 auto 0 0;
}

.companion li.thumb-list a.ca .ranking-icon li.ranks2 {
    width: 49%;
    padding: 0 0 0 1%;
    margin: 0 0 -3% auto;
}

.companion li.thumb-list a.ca .ranking-icon img {
    width: 100%;
}

.companion li.thumb-list a.ca ul.c-sns {
    position: absolute;
    bottom: 130px;
    width: 100%;
    right: 0;
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    text-align: center;
}

.companion li.thumb-list a.ca ul.c-sns li {
    position: relative;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.companion li.thumb-list a.ca ul.c-sns li.sns-t {
    background: #2daae1;
}

.companion li.thumb-list a.ca ul.c-sns li.sns-k {
    background: #ff0558;
}

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

.companion li.thumb-list a.ca ul.c-sns li.sns-f {
    background: #4267b2;
}

.companion li.thumb-list a.ca ul.c-sns li.sns-b {
    background: #ef7a2b;
}


.companion li.thumb-list a.ca 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;
}

.companion li.thumb-list a.ca ul.c-sns li.sns-i::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 23px;
    left: -18px;
    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;
}

.companion li.thumb-list a.ca ul.c-sns li a.snsA {
    position: relative;
    display: block;
}

.companion li.thumb-list a.ca ul.c-sns li a.snsA span {
    display: block;
}

.companion li.thumb-list a.ca ul.c-sns li a.snsA i {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0;
}

.companion li.thumb-list a.ca ul.c-sns li.sns-t:hover {
    background: #fff;
}

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

.companion li.thumb-list a.ca ul.c-sns li.sns-k:hover {
    background: #fff;
}

.companion li.thumb-list a.ca ul.c-sns li.sns-k:hover i {
    color: #ff0558;
}

.companion li.thumb-list a.ca ul.c-sns li.sns-i:hover {
    background: #fff;
}

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

.companion li.thumb-list a.ca ul.c-sns li.sns-f:hover {
    background: #fff;
}

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

.companion li.thumb-list a.ca ul.c-sns li.sns-b:hover {
    background: #fff;
}

.companion li.thumb-list a.ca ul.c-sns li.sns-b:hover i {
    color: #ef7a2b;
}

.companion li.thumb-list a.ca span.shiftMark {
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
}

.companion li.thumb-list a.ca span.shiftMark b {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
}


.shiftMark_txt {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    justify-content: center;
    width: 96%;
    margin: 0 auto;
    padding: 3px 0;
    position: relative;
}

.shiftMark_txt li {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5); */
}

.tdr {
    animation-name: rota;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

@keyframes rota {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes rota {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.shiftMark_txt li:nth-child(1) {
    animation-delay: 0.6s;
}

.shiftMark_txt li:nth-child(2) {
    animation-delay: 1s;
}

.shiftMark_txt li:nth-child(3) {
    animation-delay: 1.4s;
}

.shiftMark_txt li:nth-child(4) {
    animation-delay: 1.8s;
}

.shiftMark_txt li:nth-child(5) {
    animation-delay: 2.2s;
}

.shiftMark_txt li:nth-child(6) {
    margin-left: 10px;
    animation-delay: 2.6s;
}

.shiftMark_txt li:nth-child(7) {
    animation-delay: 3s;
}

.shiftMark_txt li:nth-child(8) {
    animation-delay: 3.4s;
}

.shiftMark_txt li:nth-child(9) {
    animation-delay: 3.8s;
}

.companion li.thumb-list a.ca span.shiftMark2 {
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 26px);
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.companion li.thumb-list a.ca span.shiftMark2 b {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
    letter-spacing: 0;
}

.companion li.thumb-list a.ca:hover span.shiftMark2 {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.companion li.thumb-list a.ca span.shiftMark3 {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.companion li.thumb-list a.ca span.shiftMark3 b {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: italic;
    padding: 10px 0;
}

.companion li.thumb-list a.ca:hover span.shiftMark3 {
    opacity: 0;
    transform: translate(-50%, -50%);
}

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

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

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

.companion li.thumb-list a.ca .debutDay {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;

    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6) 40%);
}

.companion li.thumb-list a.ca .debutDay b {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    color: #EC4B7D;
    padding-left: 4px;
}

.companion li.thumb-list .fBorder-T {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(255, 139, 192, 0.3); */
    background: #ffdcec;
}

.companion li.thumb-list .fBorder-R {
    display: block;
    width: 2px;
    height: calc(100% - 2px);
    position: absolute;
    top: 2px;
    right: 0;
    background: #ffe4da;
}

.companion li.thumb-list .fBorder-B {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffe4da;
}

.companion li.thumb-list .fBorder-L {
    display: block;
    width: 2px;
    height: calc(100% - 2px);
    position: absolute;
    top: 2px;
    left: 0;
    background: #ffdcec;
}

/*
.companion li.thumb-list .thumb-shadow {
    display: block;
    background-image: url(/pc/img/thumb_shadow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 6px);
    height: 18px;
    position: absolute;
    bottom: 6px;
    left: 3px;
    opacity: 0.65;
}
*/
/* きらん */
.anim-box.flare {
    opacity: 1;
    position: relative;
    display: block;
}

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

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

/******************************************スケジュール******************************************/
#scheduleNavWrap {
    position: relative;
    padding: 15px 0 0 0;
    min-width: 320px;
    margin: 0 auto 10px auto;
}

#scheduleNav {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

#scheduleNavWrap ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 740px;
    min-width: 320px;
    margin: 0 auto 0 auto;
    display: -ms-flexbox;
}

#scheduleNavWrap ul li {
    position: relative;
    display: inline-block;
    text-align: center;
}

#scheduleNavWrap ul li a {
    display: block;
    padding: 9px 15px;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#scheduleNavWrap ul li:first-child a {
    padding: 9px 15px 9px 25px;
    border-radius: 24px 0 0 24px;
}

#scheduleNavWrap ul li:last-child a {
    padding: 9px 25px 9px 15px;
    border-radius: 0 24px 24px 0;
}

#scheduleNavWrap ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 2px;
    height: 20px;
    background: #eee;
    transform: translate(0, -50%);
    border-radius: 1px;
}

#scheduleNavWrap ul li:last-child a::after {
    background: transparent;
}

#scheduleNavWrap ul li a:hover span,
#scheduleNavWrap ul li a:hover span b {
    color: #333;
}

#scheduleNavWrap ul li.active a {
    background: rgb(255, 138, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1", endColorstr="#ffa783", GradientType=1);
}

#scheduleNavWrap ul li.active a span,
#scheduleNavWrap ul li.active a span b {
    color: #fff;
}

#scheduleNavWrap ul li a span {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #8a8a8a;
    font-style: italic;
    transition: 0.3s ease;
    letter-spacing: 2px;
}

#scheduleNavWrap ul li a span.sun {
    color: #ff0000;
}

#scheduleNavWrap ul li a span.sat {
    color: #8080ff;
}

#scheduleNavWrap ul li a span b {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
    transition: 0.3s ease;
    letter-spacing: 2px;
}

#scheduleNavWrap ul li a span.sun b {
    color: #ff0000;
}

#scheduleNavWrap ul li a span.sat b {
    color: #8080ff;
}

#scheduleNavWrap ul li a:hover span.sun,
#scheduleNavWrap ul li a:hover span.sun b,
#scheduleNavWrap ul li a:hover span.sat,
#scheduleNavWrap ul li a:hover span.sat b {
    color: #333;
}

.systemWrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 320px;
}

.system {
    position: relative;
    max-width: 1480px;
    margin: 0 auto 300px auto;
    padding: 0 10px;
}


@media only screen and (max-width:1000px) {
    .systemMain {
        position: relative;
        margin: 50px auto 0 auto;
        text-align: center;
    }

    .systemContainer {
        position: relative;
        margin: 0 auto;
        width: 100%;
        border: 10px solid #000;
        background-color: #fff;
        box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.4) inset;
    }

    .system-inner {
        position: relative;
        margin: 10px;
        padding: 10px;
        background-color: #000;
        background-image: url(/sp/img/system_inner_bg.jpg);
        background-repeat: repeat;
        background-size: 680px auto;
        background-position: 50%;
    }
}

@media only screen and (min-width:1001px) {
    .systemMain {
        position: relative;
        margin: 50px auto 0 auto;
        text-align: center;
    }

    .systemContainer {
        position: relative;
        margin: 0 0 0 auto;
        width: 74%;
        border: 20px solid #000;
        background-color: #fff;
        box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.4) inset;
    }

    .system-inner {
        position: relative;
        margin: 20px;
        padding: 30px;
        background-color: #000;
        background-image: url(/pc/img/system_inner_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }
}


.about {
    position: relative;
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
}

.about img {
    width: 100%;
}


@media only screen and (max-width:1000px) {
    .sysTitle {
        position: relative;
        text-align: center;
        display: inline-block;
        margin-bottom: 30px;
        padding: 10px 30px;
    }

    .sysTitle span {
        text-align: center;
        font-family: 'Averia Serif Libre', cursive;
        font-size: 30px;
        display: inline-block;
        overflow: hidden;
        letter-spacing: 2px;
        color: #000;
    }
}

@media only screen and (min-width:1001px) {
    .sysTitle {
        position: absolute;
        text-align: center;
        display: inline-block;
        top: 50%;
        left: 1%;
        transform: translate(0%, -50%) !important;
        width: 23%;
        padding: 10px 0;
    }

    .sysTitle span {
        text-align: center;
        font-family: 'Averia Serif Libre', cursive;
        font-size: 32px;
        display: inline-block;
        overflow: hidden;
        letter-spacing: 2px;
        color: #000;
    }
}

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

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

.sysTitle:after {
    content: '';
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    right: 0;
}


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

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

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

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

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

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

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

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

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

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

.sysTitle span:nth-of-type(11) {
    animation-delay: 1.6s;
}

.sysTitle b {
    color: 000;
    font-size: 12px;
    display: block;
    line-height: 1;
    letter-spacing: 3px;
}

table.systemTable {
    position: relative;
    border-collapse: separate;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

@media only screen and (max-width:1000px) {
    table.systemTable tr th {
        padding: 20px 0 0 10px;
        width: auto;
        display: block;
        text-align: left;
    }

    table.systemTable tr th span {
        display: inline-block;
        font-family: 'Noto Serif JP', serif;
        position: relative;
        background: #fff;
        font-size: 16px;
        color: #000;
        padding: 3px 10px;
        margin-right: 5px;
    }

    table.systemTable tr th.tth {
        width: 100%;
        text-align: center;
        margin-bottom: -10px;
    }

    table.systemTable tr th.tth span {
        display: inline-block;
        font-size: 22px;
        background: transparent;
        color: #fff;
    }

    table.systemTable tr td {
        text-align: left;
        font-size: 18px;
        padding: 10px 10px 20px 20px;
        line-height: 140%;
        width: 100%;
        color: #fff;
        border-bottom: 1px dotted #555;
        font-family: 'Noto Serif JP', serif;
        display: block;
    }

    table.systemTable tr td small {
        display: inline-block;
        font-size: 16px;
        line-height: 140%;
        color: inherit;
        font-family: inherit;
    }

    table.systemTable tr td.ttd {
        width: 100%;
        text-align: center;
    }

    .map {
        position: relative;
        padding: 10px;
        overflow: hidden;
        width: auto;
    }

    .map .mapInline {
        transition: filter 0.8s ease;
        filter: grayscale(100%) invert(92%) contrast(83%);
        width: 100%;
        height: 400px;
    }

    .map .mapInline:active {
        filter: grayscale(100%);
    }

    .rules {
        position: relative;
        padding: 10px;
    }

    .rules li {
        font-size: 16px;
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        padding: 0 0 10px 0;
        line-height: 140%;
        text-align: left;
    }

    .rules li span.banSub {
        color: #fff;
        display: block;
        font-size: 12px;
        line-height: 160%;
        padding: 3px 0;
    }
}

@media only screen and (min-width:1001px) {
    table.systemTable tr th {
        padding: 20px 20px 20px 20px;
        border-bottom: 1px dotted #555;
        width: 30%;
        vertical-align: middle;
        display: table-cell;
        text-align: right;
    }

    table.systemTable tr th span {
        font-size: 20px;
        color: #fff;
        font-family: 'Noto Serif JP', serif;
    }

    table.systemTable tr th span:nth-child(2) {
        display: none;
    }

    table.systemTable tr th.tth {
        width: 50%;
        font-size: 22px;
        text-align: right;
    }

    table.systemTable tr td {
        text-align: left;
        font-size: 18px;
        padding: 20px 0 20px 20px;
        line-height: 140%;
        width: 70%;
        color: #fff;
        border-bottom: 1px dotted #555;
        font-family: 'Noto Serif JP', serif;
    }

    table.systemTable tr td small {
        display: inline-block;
        font-size: 16px;
        line-height: 140%;
        color: inherit;
        font-family: inherit;
    }

    table.systemTable tr td.ttd {
        width: 50%;
        text-align: left;
    }

    .map {
        position: relative;
        padding: 20px 20px;
        overflow: hidden;
        width: auto;
    }

    .map .mapInline {
        transition: filter 0.8s ease;
        filter: grayscale(100%) invert(92%) contrast(83%);
        width: 100%;
        height: 400px;
    }

    .map .mapInline:active {
        filter: grayscale(100%);
    }

    .rules {
        position: relative;
    }

    .rules li {
        font-size: 20px;
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        padding: 0 0 5px 0;
        line-height: 140%;
        text-align: left;
    }

    .rules li span.banSub {
        color: #fff;
        display: block;
        font-size: 14px;
        line-height: 160%;
        padding: 3px 0;
    }
}


table.systemTable tr td a {
    text-align: left;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 140%;
    display: inline-block;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
}

table.systemTable tr td b {
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 140%;
    padding: 3px 0;
}

table.systemTable tr td dl {
    display: inline-block;
    text-align: center;
}

table.systemTable tr td dl dd span {
    font-size: 40px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
}

table.systemTable tr td dl dd span:nth-child(1) {
    font-size: 38px;
    margin-left: -5px;
}

table.systemTable tr td dl dd span:nth-child(2) {
    margin-left: -5px;
}

table.systemTable tr td dl dd span:nth-child(3) {}

table.systemTable tr td dl dd span:nth-child(4) {
    font-size: 28px;
    transform: translateY(-2px);
    transform-origin: center 50%;
}

table.systemTable tr td dl dd span:nth-child(5) {}

table.systemTable tr td dl dd span:nth-child(6) {}

.pointIMG {
    position: relative;
    margin: 50px auto 50px auto;
    width: 98%;
    max-width: 980px;
}

.pointIMG img {
    width: 100%;
}

@media only screen and (max-width:1000px) {
    #m-maga {
        position: relative;
        margin: 0;
        padding: 10px;
        background-color: #000;
        background-image: url(/sp/img/system_inner_bg.jpg);
        background-repeat: repeat;
        background-size: 680px auto;
        background-position: 50%;
    }

    .m-icon {
        width: 100px;
        margin: -10px auto 0 auto;
    }
}

@media only screen and (min-width:1001px) {
    #m-maga {
        position: relative;
        margin: 20px;
        padding: 30px;
        background-color: #000;
        background-image: url(/pc/img/system_inner_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }

    .m-icon {
        width: 100px;
        margin: -30px auto 0 auto;
    }
}

.m-icon img {
    width: 100%;
}

#m-maga-inner {
    position: relative;
    text-align: center;
}

#m-maga blockquote {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

#m-maga form table#m-table {
    text-align: right;
    max-width: 500px;
    width: 96%;
    margin: 20px auto 50px auto;
    border-collapse: collapse;
}

#m-maga form table#m-table tr th {
    display: block;
    width: 100%;
    text-align: center;
}

#m-maga form table#m-table tr th span {
    color: #a2a2a2;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 500;
    font-style: italic;
    white-space: nowrap;
    padding-bottom: 3px;
}

#m-maga form table#m-table tr th input.mailmag_text {
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    height: 50px;
    margin: 0 5px 10px 0;
    letter-spacing: 2px;
    border: 1px solid #ddd;
    color: #525252;
    transition: 0.3s ease;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}

#m-maga form table#m-table tr th input.mailmag_text:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #525252;
}

#m-maga form table#m-table tr td {
    display: inline-block;
    margin: 0 5px 0 5px;
    justify-content: right;
}

#m-maga form table#m-table tr td span input.mailmag_btn {
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-size: 12px;
    background-color: #ddd;
    color: #525252;
}

#m-maga form table#m-table tr td span {}

#m-maga form table#m-table tr td span input.mailmag_btn:hover {
    background: #9a8a65;
    color: #fff;
}

#m-maga dl {
    position: relative;
    padding: 30px 0px;
}

#m-maga dl dt {
    font-size: 34px;
    text-align: center;
    border-bottom: 2px dotted #ff7ba0;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}

#m-maga dl dd {
    font-size: 16px;
    padding: 10px 0;
}

#m-maga dl dd b {
    color: #c8132e;
}

#m-maga dl dl dd.notice_bottom {}

#m-maga dl dd.mNote {
    text-align: left;
}

#m-maga dl dd.mNote p {
    font-size: 13px;
    line-height: 180%;
    text-align: left;
    color: #a0a0a0;
}

#m-maga dl dd.mDis {
    text-align: center;
}

#m-maga dl dd.mDis span.tTit {
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    font-size: 38px;
    line-height: 1;
    margin: 0 0 5px 0;
    color: #c8132e;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transform: skewX(-11deg);
}

#m-maga dl dd.mDis span.tTit b {
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    font-size: 70px;
    font-weight: normal;
    line-height: 1;
    margin: -5px 0 0 3px;
}

#m-maga dl dd.mDis span.tNote {
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    font-size: 18px;
    line-height: 140%;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
    z-index: 0;
    color: #ccc;
}

#m-maga dl dd.mDis div {
    padding: 10px 0;
}

#m-maga dl dd.mCau {
    text-align: left;
}

#m-maga dl dd.mCau span.msub {
    position: relative;
    display: inline-block;
    background-color: #2a2050;
    padding: 5px 10px;
    line-height: 1;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    border-radius: 2px;
}

#m-maga dl dd.mCau small {
    display: block;
    line-height: 160%;
    color: #a0a0a0;
    padding: 5px 0 0 10px;
    font-size: 12px;
}

.disBanner {}

.disBanner img {
    width: 100%;
}

#discountArea {
    position: relative;
}

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

#discountArea .discount .boxBanner img {
    width: 100%;
}

#discountArea .discount .boxTitle {
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    padding: 20px 0 10px 0;

}

#discountArea .discount .boxNotice {
    font-size: 14px;
    line-height: 140%;
}

#discountArea .discount .boxNotice span {
    display: inline-block;
    margin: 0 10px;
}

#discountArea .discount .boxNotice span font {
    display: inline-block;
    font-size: 20px;
    color: #c8132e;
}

#discountArea .discount .boxNotice b {
    display: block;
    font-size: 10px;
}

.mask {
    position: absolute;
    width: 100%;
    height: 110%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
}

@media only screen and (max-width:1000px) {
    .safety {
        position: relative;
        padding: 30px 10px;
        background-color: #000;
        background-image: url(/sp/img/system_inner_bg.jpg);
        background-repeat: repeat;
        background-size: 680px auto;
        background-position: 50%;
    }
}

@media only screen and (min-width:1001px) {
    .safety {
        position: relative;
        margin: 20px;
        padding: 30px;
        background-color: #000;
        background-image: url(/pc/img/system_inner_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }
}

.safety dt {
    max-width: 600px;
    width: 96%;
    margin: 0 auto;
}

.safety dd {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    color: #a2a2a2;
    font-size: 13px;
    line-height: 180%;
}

.safety ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

.safety ul li {
    width: 25%;
    padding: 5px;
}

.safety ul li img {
    width: 100%;
}

.safety dd span {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #ffa784;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 10px;
}

.safety dd p {
    line-height: 180%;
}

.safety dd p b {
    display: inline-block;
    line-height: 1;
    color: #ccc;
    background: linear-gradient(transparent 70%, rgba(233, 233, 66, 0.3) 70%);
    font-size: 13px;
    white-space: nowrap;
}

.eEXIT {
    position: relative;

}

.eEXIT img {
    width: 100%;
}

/*********************************************
MOVIE PAGE
*********************************************/

.movieWrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0 300px 0;
}

.movie {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 3px 0 3px;
    display: flex;
    flex-wrap: wrap;
}

#visionWrap {
    position: relative;
    width: 100%;
    transform-origin: right bottom;
    padding: 60px 0 0 0;
}

#visionWrap .vision {
    position: relative;
    width: 100%;
    max-width: 130vh;
    margin: 0 auto;
    padding: 5px;
}

#visionWrap video {
    width: 100%;
    display: block;
}

#visionWrap.movieFixed {
    right: 20px;
    position: fixed;
    bottom: 50px;
    width: 50% !important;
    transform-origin: right bottom;
    width: auto;
    overflow: hidden;
    z-index: 100;
    background: transparent;
}

#visionWrap.movieFixed .vision {
    position: relative;
    margin: 0 0 0 auto;
    border: 3px solid #fff;
}

#visionWrap.movieFixed .vision video {
    width: 100%;
}

.movieWrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0 0 300px 0;
}

@media only screen and (max-width:639px) {
    .movie {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        margin: 0 auto;
        padding: 30px 6px 0 6px;
        display: flex;
        flex-wrap: wrap;
    }

    .movie li.thumb-list {
        position: relative;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

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

}

@media only screen and (min-width:640px) {
    .movie {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 900px;
        margin: 0 auto;
        padding: 30px 6px 0 6px;
        display: flex;
        flex-wrap: wrap;
    }

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

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

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

@media only screen and (min-width:1280px) {
    .movie {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1900px;
        margin: 0 auto;
        padding: 30px 6px 0 6px;
        display: flex;
        flex-wrap: wrap;
    }

    .movie li.thumb-list {
        position: relative;
        text-align: center;
        width: 33.333333%;
    }

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

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

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

.movie li.thumb-list {
    position: relative;
    visibility: hidden;
    position: relative;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.movie li.thumb-list a.ca {
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    margin: 3px;
    background-color: #fff;
    z-index: 1;
    padding-bottom: 20px;
}

.movie li.thumb-list a.ca span.thumb-inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.movie li.thumb-list a.ca:hover {}

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

.movie 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);
}

.movie li.thumb-list.finished a.ca span.thumb-p {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    opacity: 0.6;
}

.movie li.thumb-list.finished a.ca:hover span.thumb-p {
    opacity: 1;
}

.movie li.thumb-list a.ca:hover span.thumb-p {
    transform: scale(1.06) rotate(-2deg);
}

.movie li.thumb-list a.ca span img.movieThumb {
    width: 100%;
}

.movie li.thumb-list a.ca:hover span img.movieThumb {}

.movie li.thumb-list dl {
    position: absolute;
    width: calc(100% - 4px);
    z-index: 10;
    bottom: 2px;
    left: 2px;
}

.movie li.thumb-list dl .name-inner {
    display: block;
    position: relative;
}

.movie li.thumb-list dl .name-inner .name-area {
    position: relative;
    display: block;
    padding: 50px 0 5px 0;
    background: -moz-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fefbfa', endColorstr='#fefbfa', GradientType=0);

}

.movie li.thumb-list dl .name-inner .name-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background: -moz-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fefbfa', endColorstr='#fefbfa', GradientType=0);
}

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

.movie li.thumb-list dl small {
    display: block;
    height: 1px;
    margin: 8px auto;
    width: 30px;
    background: #ccc;
    ;
}

.movie li.thumb-list dl dt.name span.nameR {
    color: #5c5c5c;
    font-size: 11px;
    margin-bottom: 3px;
    font-family: 'FunctionsPro', sans-serif;
    position: relative;
    z-index: 1;
    display: inline-block;
    /* background: linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text; */
}

.movie li.thumb-list .new {
    position: absolute;
    bottom: 120px;
    left: -10px;
    max-width: 100px;
    transform: rotate(-20deg);
    transform-origin: left bottom;
    display: block;
    z-index: 10;
}

.movie li.thumb-list .new img {
    width: 100%;
}

.movie li.thumb-list dl dt.name span.nameJ {
    /*    font-size: 3vmin;*/
    font-size: 24px;
    line-height: 1;
    color: #5c5c5c;
    letter-spacing: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    display: block;
    letter-spacing: 0;
    display: block;
    position: relative;
    white-space: nowrap;
}

.movie li.thumb-list a.ca dl dd.size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 9px;
    color: #6b6b6b;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
}

.movie li.thumb-list a.ca dl dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-right: 3px;
    color: #5c5c5c;
    letter-spacing: 0;
}

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

.movie li.thumb-list .newMark2 {
    position: absolute;
    top: -3%;
    left: -20%;
    max-width: 60%;
    transform: rotate(-14deg);
    z-index: 10;
}

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

.movie li.thumb-list a.ca .ss-icon {
    position: absolute;
    top: 2px;
    right: 6px;
    text-align: right;
    display: none;
}

.movie li.thumb-list a.ca .ss-icon li {
    margin: 4px 0;
}

.movie li.thumb-list a.ca .ss-icon .shameMark {}

.movie li.thumb-list a.ca .ss-icon .shameMark span {
    display: inline-block;
    background: rgba(255, 139, 193, 0.7);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #fff;
    border-radius: 10px;
}

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

.movie li.thumb-list a.ca .ss-icon .reviewMark {}

.movie li.thumb-list a.ca .ss-icon .reviewMark span {
    display: inline-block;
    background: rgba(0, 208, 239, 0.7);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #fff;
    border-radius: 10px;
}

.movie li.thumb-list a.ca .ss-icon .movieMark {}

.movie li.thumb-list a.ca .ss-icon .movieMark span {
    display: inline-block;
    background: rgba(255, 167, 132, 0.7);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #fff;
    border-radius: 10px;
}

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

.movie li.thumb-list a.ca .ng-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
}

.movie li.thumb-list a.ca .ng-icon li {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.movie li.thumb-list a.ca .ng-icon li span {
    display: block;
    overflow: hidden;
    padding: 1px;
}

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

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

.movie li.thumb-list a.ca .type-icon li {
    text-align: center;
    display: inline-block;
    width: 20%;
}

.movie li.thumb-list a.ca .type-icon li span {
    display: block;
    padding: 0 10px;
    font-size: 11px;
    line-height: 18px;
    border-radius: 9px;
    white-space: nowrap;
    color: #5c5c5c;
    background-color: #eee;
}

.movie li.thumb-list a.ca .type-icon li span:nth-child(odd) {
    margin: 0 2% 2px 4%;
}

.movie li.thumb-list a.ca .type-icon li span:nth-child(even) {
    margin: 0 4% 2px 2%;
}

.movie li.thumb-list a.ca .type-icon li:nth-child(5),
.movie li.thumb-list a.ca .type-icon li:nth-child(6),
.movie li.thumb-list a.ca .type-icon li:nth-child(7),
.movie li.thumb-list a.ca .type-icon li:nth-child(8),
.movie li.thumb-list a.ca .type-icon li:nth-child(9),
.movie li.thumb-list a.ca .type-icon li:nth-child(10),
.movie li.thumb-list a.ca .type-icon li:nth-child(11),
.movie li.thumb-list a.ca .type-icon li:nth-child(12),
.movie li.thumb-list a.ca .type-icon li:nth-child(13),
.movie li.thumb-list a.ca .type-icon li:nth-child(14),
.movie li.thumb-list a.ca .type-icon li:nth-child(15),
.movie li.thumb-list a.ca .type-icon li:nth-child(16),
.movie li.thumb-list a.ca .type-icon li:nth-child(17),
.movie li.thumb-list a.ca .type-icon li:nth-child(18),
.movie li.thumb-list a.ca .type-icon li:nth-child(19),
.movie li.thumb-list a.ca .type-icon li:nth-child(20),
.movie li.thumb-list a.ca .type-icon li:nth-child(21),
.movie li.thumb-list a.ca .type-icon li:nth-child(22),
.movie li.thumb-list a.ca .type-icon li:nth-child(23),
.movie li.thumb-list a.ca .type-icon li:nth-child(24),
.movie li.thumb-list a.ca .type-icon li:nth-child(25),
.movie li.thumb-list a.ca .type-icon li:nth-child(26) {
    display: none;
}

.movie li.thumb-list a.ca .debut {
    position: absolute;
    top: 11px;
    left: 10px;
    z-index: 1001;
    text-align: left;
}

.movie li.thumb-list a.ca .debut li {
    display: block;
    margin-bottom: 5px;
}

.movie li.thumb-list .rePhoto {
    position: absolute;
    top: -3px;
    right: -3px;
    max-width: 80px;
    width: 30%;
    z-index: 1000;
}

.movie li.thumb-list .rePhoto img {
    width: 100%;
}

.movie li.thumb-list a.ca .naturalMark {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    overflow: hidden;
    display: inline-block;
    background: -moz-linear-gradient(left, rgba(198, 222, 238, 0) 0%, rgba(230, 87, 70, 1) 50%, rgba(240, 132, 172, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(198, 222, 238, 0) 0%, rgba(230, 87, 70, 1) 50%, rgba(240, 132, 172, 0) 100%);
    background: linear-gradient(to right, rgba(198, 222, 238, 0) 0%, rgba(230, 87, 70, 1) 50%, rgba(240, 132, 172, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c6deee', endColorstr='#00f084ac', GradientType=1);

    /*
    background: rgb(198,222,238);
    background: -moz-linear-gradient(left,  rgba(198,222,238,1) 0%, rgba(230,87,70,1) 50%, rgba(240,132,172,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(198,222,238,1) 0%,rgba(230,87,70,1) 50%,rgba(240,132,172,1) 100%);
    background: linear-gradient(to right,  rgba(198,222,238,1) 0%,rgba(230,87,70,1) 50%,rgba(240,132,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6deee', endColorstr='#f084ac',GradientType=1 );
*/
}

.movie li.thumb-list a.ca .naturalMark span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'FunctionsPro', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    padding: 3px 20px;
}

.movie li.thumb-list a.ca .naturalMark2 {
    /* position: absolute;
    top: 50%;
    right: -5px;
    overflow: hidden;
    display: inline-block;
    transform-origin: top right;
    transform: translate(0, calc(-50% - 70px)); */
    overflow: hidden;
    display: block;
}

.movie li.thumb-list a.ca .naturalMark2 span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-family: 'FunctionsPro', sans-serif;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    background: rgb(255, 138, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1", endColorstr="#ffa783", GradientType=1);
    border-radius: 11px;
    /* -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; */
}


.movie li.thumb-list a.ca .rePhotolMark span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-family: 'FunctionsPro', sans-serif;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    background: rgb(66, 155, 9);
    background: -moz-linear-gradient(90deg, rgba(66, 155, 9, 1) 0%, rgba(76, 179, 10, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(66, 155, 9, 1) 0%, rgba(76, 179, 10, 1) 100%);
    background: linear-gradient(90deg, rgba(66, 155, 9, 1) 0%, rgba(76, 179, 10, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#429b09", endColorstr="#4cb30a", GradientType=1);
    border-radius: 11px;
}

.movie li.thumb-list a.ca .rankingIcon {
    position: absolute;
    display: block;
    width: 26vmin;
    max-width: 130px;
    bottom: 130px;
    left: 50%;
    transform: translate(-50%, 0);
}

.movie li.thumb-list a.ca .rankingIcon img {
    width: 100%;
}

.movie li.thumb-list a.ca ul.c-sns {
    position: absolute;
    bottom: 130px;
    width: 100%;
    right: 0;
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    text-align: center;
}

.movie li.thumb-list a.ca ul.c-sns li {
    position: relative;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.movie li.thumb-list a.ca ul.c-sns li.sns-t {
    background: #2daae1;
}

.movie li.thumb-list a.ca ul.c-sns li.sns-k {
    background: #ff0558;
}

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

.movie li.thumb-list a.ca ul.c-sns li.sns-f {
    background: #4267b2;
}

.movie li.thumb-list a.ca ul.c-sns li.sns-b {
    background: #ef7a2b;
}


.movie li.thumb-list a.ca 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;
}

.movie li.thumb-list a.ca ul.c-sns li.sns-i::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 23px;
    left: -18px;
    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;
}

.movie li.thumb-list a.ca ul.c-sns li a.snsA {
    position: relative;
    display: block;
}

.movie li.thumb-list a.ca ul.c-sns li a.snsA span {
    display: block;
}

.movie li.thumb-list a.ca ul.c-sns li a.snsA i {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0;
}

.movie li.thumb-list a.ca ul.c-sns li.sns-t:hover {
    background: #fff;
}

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

.movie li.thumb-list a.ca ul.c-sns li.sns-k:hover {
    background: #fff;
}

.movie li.thumb-list a.ca ul.c-sns li.sns-k:hover i {
    color: #ff0558;
}

.movie li.thumb-list a.ca ul.c-sns li.sns-i:hover {
    background: #fff;
}

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

.movie li.thumb-list a.ca ul.c-sns li.sns-f:hover {
    background: #fff;
}

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

.movie li.thumb-list a.ca ul.c-sns li.sns-b:hover {
    background: #fff;
}

.movie li.thumb-list a.ca ul.c-sns li.sns-b:hover i {
    color: #ef7a2b;
}

.movie li.thumb-list a.ca span.shiftMark {
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
}

.movie li.thumb-list a.ca span.shiftMark b {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
}


.shiftMark_txt {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    justify-content: center;
    width: 96%;
    margin: 0 auto;
    padding: 3px 0;
    position: relative;
}

.shiftMark_txt li {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5); */
}

.tdr {
    animation-name: rota;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

@keyframes rota {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes rota {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.shiftMark_txt li:nth-child(1) {
    animation-delay: 0.6s;
}

.shiftMark_txt li:nth-child(2) {
    animation-delay: 1s;
}

.shiftMark_txt li:nth-child(3) {
    animation-delay: 1.4s;
}

.shiftMark_txt li:nth-child(4) {
    animation-delay: 1.8s;
}

.shiftMark_txt li:nth-child(5) {
    animation-delay: 2.2s;
}

.shiftMark_txt li:nth-child(6) {
    margin-left: 10px;
    animation-delay: 2.6s;
}

.shiftMark_txt li:nth-child(7) {
    animation-delay: 3s;
}

.shiftMark_txt li:nth-child(8) {
    animation-delay: 3.4s;
}

.shiftMark_txt li:nth-child(9) {
    animation-delay: 3.8s;
}

.movie li.thumb-list a.ca span.shiftMark2 {
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 26px);
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.movie li.thumb-list a.ca span.shiftMark2 b {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
    letter-spacing: 0;
}

.movie li.thumb-list a.ca:hover span.shiftMark2 {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.movie li.thumb-list a.ca span.shiftMark3 {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.movie li.thumb-list a.ca span.shiftMark3 b {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: italic;
    padding: 10px 0;
}

.movie li.thumb-list a.ca:hover span.shiftMark3 {
    opacity: 0;
    transform: translate(-50%, -50%);
}

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

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

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

.movie li.thumb-list a.ca .specialist {
    white-space: nowrap;
    opacity: 0.6;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translate(0, 0);
    background-image: url(/pc/img/specialist.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 50%;
    width: 100%;
    height: calc(100% - 150px);
}

.movie li.thumb-list .fBorder-T {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(255, 139, 192, 0.3); */
    background: #ffdcec;
}

.movie li.thumb-list .fBorder-R {
    display: block;
    width: 2px;
    height: calc(100% - 24px);
    position: absolute;
    top: 2px;
    right: 0;
    background: #ffe4da;
}

.movie li.thumb-list .fBorder-B {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #ffe4da;
}

.movie li.thumb-list .fBorder-L {
    display: block;
    width: 2px;
    height: calc(100% - 22px);
    position: absolute;
    top: 2px;
    left: 0;
    background: #ffdcec;
    border-radius: 1px;
}

.movie li.thumb-list .thumb-shadow {
    display: block;
    background-image: url(/pc/img/thumb_shadow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 6px);
    height: 18px;
    position: absolute;
    bottom: 6px;
    left: 3px;
    opacity: 0.65;
}


/*********************************************
GRAVURE PAGE
*********************************************/

.gravureWrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    min-height: 500px;
    padding: 0 0 300px 0;
}


@media only screen and (max-width:680px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 15px 3px 0 3px;
        display: flex;
        flex-wrap: wrap;
    }

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

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

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

@media only screen and (min-width:681px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 15px 3px 0 3px;
        display: flex;
        flex-wrap: wrap;
    }

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

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

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

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

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

@media only screen and (min-width:1080px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 15px 3px 0 3px;
        display: flex;
        flex-wrap: wrap;
    }

    .gravure li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
    }

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

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

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

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

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

.gravure li.thumb-list {
    position: relative;
    visibility: hidden;
    position: relative;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.gravure li.thumb-list a.ca {
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    margin: 3px;
    background-color: #fff;
    z-index: 1;
    padding-bottom: 20px;
}

.gravure li.thumb-list a.ca span.thumb-inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.gravure li.thumb-list a.ca:hover {}

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

.gravure 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);
}

.gravure li.thumb-list.finished a.ca span.thumb-p {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    opacity: 0.6;
}

.gravure li.thumb-list.finished a.ca:hover span.thumb-p {
    opacity: 1;
}

.gravure li.thumb-list a.ca:hover span.thumb-p {
    transform: scale(1.06) rotate(-2deg);
}

.gravure li.thumb-list a.ca span img.gravureThumb {
    width: 100%;
}

.gravure li.thumb-list a.ca:hover span img.gravureThumb {}

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

.gravure li.thumb-list dl .name-inner {
    display: block;
    position: relative;
}

.gravure li.thumb-list dl .name-inner .name-area {
    position: relative;
    display: block;
    padding: 10px 0;
    background: -moz-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fefbfa', endColorstr='#fefbfa', GradientType=0);
}

.gravure li.thumb-list dl .name-inner .name-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background: -moz-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fefbfa', endColorstr='#fefbfa', GradientType=0);
}

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

.gravure li.thumb-list dl small {
    display: block;
    height: 1px;
    margin: 8px auto;
    width: 30px;
    background: #ccc;
}

.gravure li.thumb-list dl dt.name span.nameR {
    color: #5c5c5c;
    font-size: 11px;
    margin-bottom: 3px;
    font-family: 'FunctionsPro', sans-serif;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.gravure li.thumb-list .new {
    position: absolute;
    bottom: 120px;
    left: -10px;
    max-width: 100px;
    transform: rotate(-20deg);
    transform-origin: left bottom;
    display: block;
    z-index: 10;
}

.gravure li.thumb-list .new img {
    width: 100%;
}

.gravure li.thumb-list dl dt.name span.nameJ {
    font-size: 24px;
    line-height: 1;
    color: #5c5c5c;
    letter-spacing: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    display: block;
    letter-spacing: 0;
    display: block;
    position: relative;
    white-space: nowrap;
}

.gravure li.thumb-list a.ca dl dd.size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 9px;
    color: #6b6b6b;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
}

.gravure li.thumb-list a.ca dl dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-right: 3px;
    color: #5c5c5c;
    letter-spacing: 0;
}

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

.gravure li.thumb-list .newMark2 {
    position: absolute;
    top: -3%;
    left: -20%;
    max-width: 60%;
    transform: rotate(-14deg);
    z-index: 10;
}

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

.gravure li.thumb-list a.ca .ss-icon {
    position: absolute;
    top: 2px;
    right: 6px;
    text-align: right;
    display: none;
}

.gravure li.thumb-list a.ca .ss-icon li {
    margin: 4px 0;
}

.gravure li.thumb-list a.ca .ss-icon .shameMark {}

.gravure li.thumb-list a.ca .ss-icon .shameMark span {
    display: inline-block;
    background: rgba(255, 139, 193, 0.7);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #fff;
    border-radius: 10px;
}

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

.gravure li.thumb-list a.ca .ss-icon .reviewMark {}

.gravure li.thumb-list a.ca .ss-icon .reviewMark span {
    display: inline-block;
    background: rgba(0, 208, 239, 0.7);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #fff;
    border-radius: 10px;
}

.gravure li.thumb-list a.ca .ss-icon .movieMark {}

.gravure li.thumb-list a.ca .ss-icon .movieMark span {
    display: inline-block;
    background: rgba(255, 167, 132, 0.7);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #fff;
    border-radius: 10px;
}

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

.gravure li.thumb-list a.ca .ng-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
}

.gravure li.thumb-list a.ca .ng-icon li {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.gravure li.thumb-list a.ca .ng-icon li span {
    display: block;
    overflow: hidden;
    padding: 1px;
}

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

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

.gravure li.thumb-list a.ca .type-icon li {
    text-align: center;
    display: inline-block;
    width: 50%;
}

.gravure li.thumb-list a.ca .type-icon li span {
    display: block;
    padding: 0 10px;
    font-size: 11px;
    line-height: 18px;
    border-radius: 9px;
    white-space: nowrap;
    color: #5c5c5c;
    background-color: #eee;
}

.gravure li.thumb-list a.ca .type-icon li span:nth-child(odd) {
    margin: 0 2% 2px 4%;
}

.gravure li.thumb-list a.ca .type-icon li span:nth-child(even) {
    margin: 0 4% 2px 2%;

}

.gravure li.thumb-list a.ca .type-icon li:nth-child(5),
.gravure li.thumb-list a.ca .type-icon li:nth-child(6),
.gravure li.thumb-list a.ca .type-icon li:nth-child(7),
.gravure li.thumb-list a.ca .type-icon li:nth-child(8),
.gravure li.thumb-list a.ca .type-icon li:nth-child(9),
.gravure li.thumb-list a.ca .type-icon li:nth-child(10),
.gravure li.thumb-list a.ca .type-icon li:nth-child(11),
.gravure li.thumb-list a.ca .type-icon li:nth-child(12),
.gravure li.thumb-list a.ca .type-icon li:nth-child(13),
.gravure li.thumb-list a.ca .type-icon li:nth-child(14),
.gravure li.thumb-list a.ca .type-icon li:nth-child(15),
.gravure li.thumb-list a.ca .type-icon li:nth-child(16),
.gravure li.thumb-list a.ca .type-icon li:nth-child(17),
.gravure li.thumb-list a.ca .type-icon li:nth-child(18),
.gravure li.thumb-list a.ca .type-icon li:nth-child(19),
.gravure li.thumb-list a.ca .type-icon li:nth-child(20),
.gravure li.thumb-list a.ca .type-icon li:nth-child(21),
.gravure li.thumb-list a.ca .type-icon li:nth-child(22),
.gravure li.thumb-list a.ca .type-icon li:nth-child(23),
.gravure li.thumb-list a.ca .type-icon li:nth-child(24),
.gravure li.thumb-list a.ca .type-icon li:nth-child(25),
.gravure li.thumb-list a.ca .type-icon li:nth-child(26) {
    display: none;
}

.gravure li.thumb-list a.ca .debut {
    position: absolute;
    top: 11px;
    left: 10px;
    z-index: 1001;
    text-align: left;
}

.gravure li.thumb-list a.ca .debut li {
    display: block;
    margin-bottom: 5px;
}

.gravure li.thumb-list .rePhoto {
    position: absolute;
    top: -3px;
    right: -3px;
    max-width: 80px;
    width: 30%;
    z-index: 1000;
}

.gravure li.thumb-list .rePhoto img {
    width: 100%;
}

.gravure li.thumb-list a.ca .naturalMark {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    overflow: hidden;
    display: inline-block;
    background: -moz-linear-gradient(left, rgba(198, 222, 238, 0) 0%, rgba(230, 87, 70, 1) 50%, rgba(240, 132, 172, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(198, 222, 238, 0) 0%, rgba(230, 87, 70, 1) 50%, rgba(240, 132, 172, 0) 100%);
    background: linear-gradient(to right, rgba(198, 222, 238, 0) 0%, rgba(230, 87, 70, 1) 50%, rgba(240, 132, 172, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c6deee', endColorstr='#00f084ac', GradientType=1);
}

.gravure li.thumb-list a.ca .naturalMark span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'FunctionsPro', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    padding: 3px 20px;
}

.gravure li.thumb-list a.ca .naturalMark2 {
    overflow: hidden;
    display: block;
}

.gravure li.thumb-list a.ca .naturalMark2 span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-family: 'FunctionsPro', sans-serif;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    background: rgb(255, 138, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1", endColorstr="#ffa783", GradientType=1);
    border-radius: 11px;
    /* -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; */
}


.gravure li.thumb-list a.ca .rePhotolMark span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-family: 'FunctionsPro', sans-serif;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    background: rgb(66, 155, 9);
    background: -moz-linear-gradient(90deg, rgba(66, 155, 9, 1) 0%, rgba(76, 179, 10, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(66, 155, 9, 1) 0%, rgba(76, 179, 10, 1) 100%);
    background: linear-gradient(90deg, rgba(66, 155, 9, 1) 0%, rgba(76, 179, 10, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#429b09", endColorstr="#4cb30a", GradientType=1);
    border-radius: 11px;
}

.gravure li.thumb-list a.ca .rankingIcon {
    position: absolute;
    display: block;
    width: 26vmin;
    max-width: 130px;
    bottom: 130px;
    left: 50%;
    transform: translate(-50%, 0);
}

.gravure li.thumb-list a.ca .rankingIcon img {
    width: 100%;
}

.gravure li.thumb-list a.ca ul.c-sns {
    position: absolute;
    bottom: 130px;
    width: 100%;
    right: 0;
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    text-align: center;
}

.gravure li.thumb-list a.ca ul.c-sns li {
    position: relative;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.gravure li.thumb-list a.ca ul.c-sns li.sns-t {
    background: #2daae1;
}

.gravure li.thumb-list a.ca ul.c-sns li.sns-k {
    background: #ff0558;
}

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

.gravure li.thumb-list a.ca ul.c-sns li.sns-f {
    background: #4267b2;
}

.gravure li.thumb-list a.ca ul.c-sns li.sns-b {
    background: #ef7a2b;
}


.gravure li.thumb-list a.ca 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;
}

.gravure li.thumb-list a.ca ul.c-sns li.sns-i::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 23px;
    left: -18px;
    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;
}

.gravure li.thumb-list a.ca ul.c-sns li a.snsA {
    position: relative;
    display: block;
}

.gravure li.thumb-list a.ca ul.c-sns li a.snsA span {
    display: block;
}

.gravure li.thumb-list a.ca ul.c-sns li a.snsA i {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0;
}

.gravure li.thumb-list a.ca ul.c-sns li.sns-t:hover {
    background: #fff;
}

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

.gravure li.thumb-list a.ca ul.c-sns li.sns-k:hover {
    background: #fff;
}

.gravure li.thumb-list a.ca ul.c-sns li.sns-k:hover i {
    color: #ff0558;
}

.gravure li.thumb-list a.ca ul.c-sns li.sns-i:hover {
    background: #fff;
}

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

.gravure li.thumb-list a.ca ul.c-sns li.sns-f:hover {
    background: #fff;
}

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

.gravure li.thumb-list a.ca ul.c-sns li.sns-b:hover {
    background: #fff;
}

.gravure li.thumb-list a.ca ul.c-sns li.sns-b:hover i {
    color: #ef7a2b;
}

.gravure li.thumb-list a.ca span.shiftMark {
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
}

.gravure li.thumb-list a.ca span.shiftMark b {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
}

.gravure li.thumb-list a.ca span.shiftMark2 {
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 26px);
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.gravure li.thumb-list a.ca span.shiftMark2 b {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
    letter-spacing: 0;
}

.gravure li.thumb-list a.ca:hover span.shiftMark2 {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.gravure li.thumb-list a.ca span.shiftMark3 {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.gravure li.thumb-list a.ca span.shiftMark3 b {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: italic;
    padding: 10px 0;
}

.gravure li.thumb-list a.ca:hover span.shiftMark3 {
    opacity: 0;
    transform: translate(-50%, -50%);
}

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

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

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

.gravure li.thumb-list a.ca .specialist {
    white-space: nowrap;
    opacity: 0.6;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translate(0, 0);
    background-image: url(/pc/img/specialist.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 50%;
    width: 100%;
    height: calc(100% - 150px);
}

.gravure li.thumb-list .fBorder-T {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(255, 139, 192, 0.3); */
    background: #ffdcec;
}

.gravure li.thumb-list .fBorder-R {
    display: block;
    width: 2px;
    height: calc(100% - 24px);
    position: absolute;
    top: 2px;
    right: 0;
    background: #ffe4da;
}

.gravure li.thumb-list .fBorder-B {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #ffe4da;
}

.gravure li.thumb-list .fBorder-L {
    display: block;
    width: 2px;
    height: calc(100% - 22px);
    position: absolute;
    top: 2px;
    left: 0;
    background: #ffdcec;
    border-radius: 1px;
}

.gravure li.thumb-list .thumb-shadow {
    display: block;
    background-image: url(/pc/img/thumb_shadow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 6px);
    height: 18px;
    position: absolute;
    bottom: 6px;
    left: 3px;
    opacity: 0.65;
}

.tab-group {
    position: relative;
    display: flex;
    justify-content: center;
    position: relative;
    width: 96%;
    max-width: 480px;
    margin: 30px auto;
}

.tab-group .tab {
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
}

.tab-group .tab span {
    display: block;
    padding: 8px 0;
    list-style: none;
    border: solid 1px #ccc;
    margin: 0 2px;
    border-radius: 18px;
    font-size: 20px;
    background: #fff;
}

.tab.is-active span {
    background: rgb(255, 138, 193);
    color: #fff;
    transition: all 0.2s ease-out;
}

.panel-group {
    position: relative;
}

.panel {
    display: none;
}

.panel.is-show {
    display: block;
}

.rankingWrap .rankingIcon {
    position: relative;
    display: block;
    width: 60%;
    max-width: 320px;
    margin: 0 auto -10% auto;
    z-index: 10;
    overflow: hidden;
}

.rankingWrap .rankingIcon img {
    width: 100%;
}