.contentsHeader-wrap {
    position: relative;
    min-width: 780px;
    margin: 0 auto 10px auto;
    text-align: center;
    /* padding: 12.5vh 0 2.8vh 0; */
    padding: 6.5vh 0 2.8vh;
    z-index: 50;
    overflow: hidden;
}

.contentsHeader {
    position: relative;
    margin: auto;
    display: inline-block;
    padding: 2% 5% 1.7% 5%;
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 200px auto;
    border-radius: 10px;
}

.contentsHeader::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.contentsHeader .contentsTitle {
    position: relative;
    z-index: 100;
}

.contentsHeader .c-TL {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.contentsHeader .c-TR {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.contentsHeader .c-BR {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.contentsHeader .c-BL {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.contentsHeader .c-TL-L {
    display: block;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 130px;
    height: 130px;
    background-image: url(/img/corner_TL_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.contentsHeader .c-TR-L {
    display: block;
    position: absolute;
    top: -12px;
    right: -12px;
    width: 130px;
    height: 130px;
    background-image: url(/img/corner_TR_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.contentsHeader .c-BR-L {
    display: block;
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 130px;
    height: 130px;
    background-image: url(/img/corner_BR_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.contentsHeader .c-BL-L {
    display: block;
    position: absolute;
    bottom: -12px;
    left: -12px;
    width: 130px;
    height: 130px;
    background-image: url(/img/corner_BL_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.contentsHeader .contentsTitle p {
    position: relative;
    font-family: "Newsreader", sans-serif;
    font-size: 6.5rem;
    font-style: italic;
    /* font-size: clamp(2.5rem, -3.333rem + 9.33vw, 11.25rem); */
    display: block;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    color: #9E3EB2;
    font-weight: 500;
    letter-spacing: 0;
    user-select: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(158, 62, 178, 1)); */
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
}

.contentsTitle b {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #555;
    font-weight: 700;
    /* font-family: "Noto Serif JP", sans-serif; */
    letter-spacing: 4px;
    transform: skewX(-4deg) translateY(-10px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
}

#searchNaviWrap {
    position: relative;
    overflow: hidden;
    z-index: 100;
}

#searchNavi ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#searchNavi li {
    text-align: center;
    display: inline-block;
}

#searchNavi li a {
    display: block;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    font-family: "Roboto", serif;
    line-height: 1;
    transition: 0.3s ease;
    position: relative;
    font-style: italic;
}

#searchNavi li a:hover {
    color: #ff5f99;
}

#searchNavi li.active a::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60%;
    height: 30%;
    filter: blur(10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

#searchNavi li.active:first-child a::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0);
    width: 60%;
    height: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

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

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

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

#searchNavi li a span {
    font-size: 10px;
    display: block;
    line-height: 1;
    color: #555;
    transition: 0.3s ease;
    padding-top: 2px;
}

#searchNavi li a:hover span {
    color: #ff5f99;
}

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

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

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

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

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

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

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

/******************************************コンパニオンリスト******************************************/
.contentsLogo {
    position: fixed;
    top: 10px;
    left: 20px;
    width: 22%;
    max-width: 240px;
    min-width: 180px;
    z-index: 101;
    mix-blend-mode: difference;
}

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

.contentsLogo a img {
    width: 100%;
}

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

@media all and (-ms-high-contrast: none) {

    .contentsLogo a .logoH1,
    .contentsLogo2 a .logoH1 {
        color: #e7027f;
        overflow: hidden;
        background: none;
    }
}

.contentsLogo2 {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 270px;
    z-index: 101;
}

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

.contentsLogo2 a img {
    width: 100%;
}

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

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

.companion {
    position: relative;
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 200px auto;
    padding: 15px;
    border-radius: 10px;
}

.companion::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

@media only screen and (max-width:767px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 90%;
        margin: 0 auto;
        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:768px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

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

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

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

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

}

@media only screen and (min-width:1100px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1030px;
        margin: 0 auto;
        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:1300px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1230px;
        margin: 0 auto;
        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;
    }
}

@media only screen and (min-width:1500px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1430px;
        margin: 0 auto;
        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;
    }
}

@media only screen and (min-width:1700px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1630px;
        margin: 0 auto;
        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;
    }
}

@media only screen and (min-width:1900px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1630px;
        margin: 0 auto;
        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;
    }
}

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

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

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

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

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

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

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

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

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

.companion li.thumb-list a.ca {
    position: relative;
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    padding: 3px;
    margin: 6px 6px 10px 6px;
    z-index: 1;
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: repeat;
}

.companion li.thumb-list .class-bg {
    position: relative;
    display: block;
    margin-bottom: 3px;
}

/*
.companion li.thumb-list.class-milky .class-bg {
    display: block;
    background-image: url(/img/thumb_milky_bg.webp);
    background-size: 100% auto;
    background-position: 50% 100%;
    background-repeat: repeat;
}

.companion li.thumb-list.class-white .class-bg {
    display: block;
    background-image: url(/img/thumb_white_bg.webp);
    background-size: 100% auto;
    background-position: 50% 100%;
    background-repeat: repeat;
}

.companion li.thumb-list.class-pink .class-bg {
    display: block;
    background-image: url(/img/thumb_pink_bg.webp);
    background-size: auto 100%;
    background-position: 50% 100%;
    background-repeat: repeat;
}

.companion li.thumb-list.class-platinum .class-bg {
    display: block;
    background-image: url(/img/thumb_platinum_bg.webp);
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: repeat;
}

.companion li.thumb-list.class-gold .class-bg {
    display: block;
    background-image: url(/img/thumb_gold_bg.webp);
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: repeat;
}

.companion li.thumb-list.class-black .class-bg {
    display: block;
    background-image: url(/img/thumb_black_bg.webp);
    background-size: 100% auto;
    background-position: 50% 100%;
    background-repeat: repeat;
}
    */

.companion li.thumb-list.class-milky .class-bg {
    background-image: var(--bgMilky);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.companion li.thumb-list.class-white .class-bg {
    background-image: var(--bgWhite);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.companion li.thumb-list.class-pink .class-bg {
    background-image: var(--bgPink);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.companion li.thumb-list.class-platinum .class-bg {
    background-image: var(--bgPlatinum);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.companion li.thumb-list.class-gold .class-bg {
    background-image: var(--bgGold);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.companion li.thumb-list.class-black .class-bg {
    background-image: var(--bgBlack);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.companion li.thumb-list .class-bg .class-name {
    display: block;
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Newsreader", serif;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 30px;
}

.companion li.thumb-list.class-milky .class-bg .class-name {
    color: #a5a0cb;
}

.companion li.thumb-list.class-white .class-bg .class-name {
    color: #82adcf;
}

.companion li.thumb-list.class-pink .class-bg .class-name {
    color: #ec5499;

}

.companion li.thumb-list.class-platinum .class-bg .class-name {
    color: #161619;
}

.companion li.thumb-list.class-gold .class-bg .class-name {
    color: #e2d441;
}

.companion li.thumb-list.class-black .class-bg .class-name {
    color: #f4f4f4;
}

.companion li.thumb-list .class-bg .class-name img {
    width: 80%;
    transform: skewX(-6deg);
}

/*
.companion li.thumb-list.class-milky a.ca {
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.companion li.thumb-list.class-white a.ca {
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.companion li.thumb-list.class-pink a.ca {
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.companion li.thumb-list.class-platinum a.ca {
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.companion li.thumb-list.class-gold a.ca {
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fafafa;
}

.companion li.thumb-list.class-black a.ca {
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fafafa;
}
*/

.companion li.thumb-list .thumb-shadow {
    display: block;
    background-image: url(/img/thumb_shadow.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 6px);
    height: 16px;
    position: absolute;
    bottom: -16px;
    left: 3px;
    opacity: 0.3;
    filter: blur(1px);
}

.companion li.thumb-list a.ca .flareWrap {
    display: block;
    overflow: hidden;
}

.companion li.thumb-list a.ca:hover {
    box-shadow: 0 5px 15px 0px rgba(119, 119, 119, 0.5);
}

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

.companion li.thumb-list a.ca span.thumb-wrap .c-TL {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.companion li.thumb-list a.ca:hover .c-TL {
    transform: translate(5px, 5px);
}

.companion li.thumb-list a.ca span.thumb-wrap .c-TR {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.companion li.thumb-list a.ca:hover .c-TR {
    transform: translate(-5px, 5px);
}

.companion li.thumb-list a.ca span.thumb-wrap .c-BR {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.companion li.thumb-list a.ca:hover .c-BR {
    transform: translate(-5px, -5px);
}


.companion li.thumb-list a.ca span.thumb-wrap .c-BL {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.companion li.thumb-list a.ca:hover .c-BL {
    transform: translate(5px, -5px);
}

.companion li.thumb-list a.ca span.thumb-p {
    position: relative;
    display: block;
    background-color: #fff;
    transition: 0.3s ease;
    filter: saturate(105%);
}

.companion li.thumb-list a.ca:hover span.thumb-p {
    /* filter: saturate(30%) grayscale(30%); */
}

.companion li.thumb-list a.ca span.thumb-p img.companionThumb {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}

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

.companion li.thumb-list dl {
    position: relative;
    width: 100%;
    z-index: 10;
    text-align: center;
    background-image: url(/img/name_bg_white.webp);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.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: 15px 5%;
}

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

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

.companion li.thumb-list dl small::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(204, 204, 204);
    background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.6) 50%, rgba(204, 204, 204, 0) 100%);
}

.companion li.thumb-list dl dt.name span.nameR {
    display: inline-block;
    font-size: 0.8rem;
    margin-bottom: 3px;
    font-family: var(--FunctionPro);
    letter-spacing: 2px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    padding: 0 0 3px 0;
    color: var(--textColor);
}

.companion li.thumb-list dl dt.name span.nameJ {
    /*    font-size: 3vmin;*/
    /* font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem); */
    font-size: 1.75rem;
    line-height: 1;
    padding: 2px 0 0 0;
    letter-spacing: 0;
    font-family: var(--serif);
    font-weight: 600;
    display: block;
    letter-spacing: 0;
    color: var(--textColor);
}

.companion li.thumb-list dl dt.name span.nameJ b {
    font-family: var(--FunctionPro);
    display: inline-block;
    font-size: 70%;
    padding: 0 0 0 4px;
    color: var(--textColor);
}

.companion li.thumb-list a.ca dl dd.size {
    font-family: var(--FunctionPro);
    font-size: 12px;
    display: inline-block;
    position: relative;
    color: var(--textColor);
}

.companion li.thumb-list a.ca dl dd.size b {
    display: inline-block;
    font-family: var(--FunctionPro);
    font-weight: normal;
    font-size: 16px;
    margin-right: 3px;
    color: var(--textColor);
}

.companion li.thumb-list a.ca .rank-img {
    position: absolute;
    width: auto;
    height: 100%;
    max-height: 100px;
    bottom: 153px;
    left: 10px;
    transform: translate(0%, 0);
    transform-origin: center bottom;
}

.companion li.thumb-list a.ca .rank-img img {
    height: 100%;
}

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

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

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

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

.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: 8px;
    right: 15px;
    text-align: right;
}

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

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

.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;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    min-height: 18px;
    z-index: 11;
    white-space: nowrap;
}

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

.companion li.thumb-list a.ca .type-icon li span {
    display: block;
    padding: 0 8px;
    margin: 0 1px;
    font-size: 12px;
    line-height: 18px;
    background: #808080;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
}

.companion li.thumb-list .newMark2 {
    position: absolute;
    top: -10px;
    left: -70px;
    width: 220px;
    transform: rotate(-14deg);
    z-index: 10;
    display: none;
}

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

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

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

.companion li.thumb-list .debut li.newMark span {
    display: inline-block;
}

.companion li.thumb-list .debut li.newMark span {
    background: rgb(171, 0, 0);
    background: linear-gradient(90deg, rgba(171, 0, 0, 1) 0%, rgba(219, 0, 0, 1) 100%);
}

.companion li.thumb-list .debut li.newMark span:before,
.companion li.thumb-list .debut li.newMark span:after {
    position: absolute;
    content: '';
}

.companion li.thumb-list .debut li.newMark span:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #6c0000;
    border-left: 10px solid transparent;
}

.companion li.thumb-list .debut li.newMark span b {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
    padding: 0 14px;
}

/*
.companion li.thumb-list .debut li.newMark span {
    display: inline-block;
}

.companion li.thumb-list .debut li.newMark span{
    background: rgb(237, 172, 163);
    background: -moz-linear-gradient(left, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    background: -webkit-linear-gradient(left, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    background: linear-gradient(to right, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edaca3', endColorstr='#ffebd2', GradientType=1);
}

.companion li.thumb-list .debut li.newMark span:before,
.companion li.thumb-list .debut li.newMark span:after {
  position: absolute;
  content: '';
}

.companion li.thumb-list .debut li.newMark span:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #b7857e;
  border-left: 10px solid transparent;
}

.companion li.thumb-list .debut li.newMark span b{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--FunctionPro);
    color: #1a1a1a;
    padding: 0 14px;
}
    */

.companion li.thumb-list .debut li.rePhoto span {
    display: inline-block;
}

.companion li.thumb-list .debut li.rePhoto span {
    background: rgb(29, 123, 2);
    background: linear-gradient(90deg, rgba(29, 123, 2, 1) 0%, rgba(66, 151, 8, 1) 100%);
}

.companion li.thumb-list .debut li.rePhoto span:before,
.companion li.thumb-list .debut li.rePhoto span:after {
    position: absolute;
    content: '';
}

.companion li.thumb-list .debut li.rePhoto span:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #165c02;
    border-left: 10px solid transparent;
}

.companion li.thumb-list .debut li.rePhoto span b {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
    padding: 0 14px;
}

.companion li.thumb-list a.ca .nirinMark {
    position: absolute;
    top: -80px;
    left: -10px;
    width: 86px;
    overflow: hidden;
}

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

.companion li.thumb-list a.ca dd.iconFlag {
    position: absolute;
    bottom: 155px;
    width: 100%;
    right: 5px;
}

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

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

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

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t span {
    display: block;
    line-height: 36px;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t img {
    width: 60%;
}

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

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

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

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-k {
    background: #ff0558;
    /* background: #1c1c1c; */
}

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

.companion li.thumb-list a.ca dd.iconFlag 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 dd.iconFlag ul.c-sns li a.snsA {
    position: relative;
    display: block;
}

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

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA i {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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


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

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


.companion li.thumb-list a.ca span.shiftMark .shiftMark_txt {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    padding: 3px 0;
    position: relative;
}

.companion li.thumb-list a.ca span.shiftMark .shiftMark_txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-image: url(/img/name_roma_bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90%;
    height: 16px;
    opacity: 0.8;
}

.companion li.thumb-list a.ca span.shiftMark .shiftMark_txt li {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
}

.companion li.thumb-list a.ca span.shiftMark .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% - 60px);
    left: 50%;
    width: 318px;
    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: 22px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 10px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

.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%;
    width: 318px;
    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;
}

/* きらん */
.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);
}

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

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

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

@media all and (-ms-high-contrast: none) {
    .companion li.thumb-list a.ca:hover .anim-box.flare::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;
    z-index: 100;
}

#scheduleNavWrap ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

}

#scheduleNavWrap ul li a {
    display: block;
    padding: 5px 1.5em;
    margin: 0 3px;
    border-bottom: 1px dotted #8a8a8a;
}

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

#scheduleNavWrap ul li.active a {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 6px 6px 0 0;
}

#scheduleNavWrap ul li.active a span {
    color: #333;

}

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

#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: #ff5f99;
}

.systemWrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1040px;
    padding: 80px 20px 150px 20px;
}

.system {
    position: relative;
    max-width: 1580px;
    min-width: 780px;
    margin: 0 auto;
    z-index: 10;
}

.systemMain {
    position: relative;
    margin: 0 auto 50px auto;
    text-align: center;
    width: 100%;
}

.systemContainer {
    position: relative;
    margin: 0 0 0 36%;
    width: 64%;
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 200px auto;
    border-radius: 10px;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.systemContainer::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.system-inner {
    position: relative;
    padding: 50px 30px;
    z-index: 10;
}

.system-inner .c-TL {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.system-inner .c-TR {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.system-inner .c-BR {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.system-inner .c-BL {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.system-inner .c-TL-L {
    display: block;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 130px;
    height: 130px;
    background-image: url(/img/corner_TL_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.system-inner .c-TR-L {
    display: block;
    position: absolute;
    top: -12px;
    right: -12px;
    width: 130px;
    height: 130px;
    background-image: url(/img/corner_TR_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.system-inner .c-BR-L {
    display: block;
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 130px;
    height: 130px;
    background-image: url(/img/corner_BR_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.system-inner .c-BL-L {
    display: block;
    position: absolute;
    bottom: -12px;
    left: -12px;
    width: 130px;
    height: 130px;
    background-image: url(/img/corner_BL_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.sysTitle {
    position: absolute;
    text-align: center;
    display: inline-block;
    font-style: italic;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 36%;
    white-space: nowrap;
}

.sysTitle span {
    text-align: center;
    font-family: 'Newsreader', serif;
    font-size: clamp(1.875rem, 0.284rem + 7.95vw, 6.25rem);
    display: inline-block;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    color: #1c1c1c;
    font-weight: 400;
}

.sysTitle b {
    color: #333;
    font-size: 16px;
    display: block;
    line-height: 1;
    letter-spacing: 4px;
    font-weight: bold;
    padding-top: 4px;
}

table.systemTable {
    position: relative;
    border-collapse: separate;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    /*    border-spacing: 0 10px;*/

}

table.systemTable tr {}

table.systemTable tr th {
    padding: 20px 20px 20px 20px;
    font-size: 24px;
    color: #1c1c1c;
    border-bottom: 1px dotted #ccc;
    width: 30%;
    vertical-align: middle;
    display: table-cell;
    text-align: right;
    font-family: var(--serif);
}

table.systemTable tr th small {
    display: inline-block;
    font-family: var(--serif);
    font-size: 16px;
    color: inherit;
}

table.systemTable tr th.tth {
    width: 40%;
    font-size: 30px;
}

table.systemTable tr td {
    text-align: left;
    font-size: 24px;
    padding: 20px 0 20px 20px;
    line-height: 140%;
    width: 70%;
    color: #1c1c1c;
    border-bottom: 1px dotted #ccc;
    font-family: var(--serif);
}

table.systemTable tr td.ttd {
    width: 60%;
}

table.systemTable tr td a {
    position: relative;
    text-align: left;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 140%;
    display: inline-block;
    color: #1c1c1c;
    transition: 0.3s ease;
    font-family: var(--serif);
}

table.systemTable tr td a::after {
    content: "";
    background: linear-gradient(90deg, rgba(245, 122, 143, 1) 0%, rgba(255, 96, 137, 1) 30%, rgba(255, 152, 86, 1) 70%, rgba(255, 192, 77, 1) 100%);
    background: #f085b2;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease;
    z-index: -1;
}

table.systemTable tr td a:hover::after {
    width: 100%;
    left: 0;
}

table.systemTable tr td a:hover {
    color: #fff;
    padding-left: 5px;
}

table.systemTable tr td b {
    display: block;
    font-size: 13px;
    color: #1c1c1c;
    line-height: 140%;
}

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

table.systemTable tr td dl dd span {
    font-size: 60px;
    font-family: var(--serif);
    color: #1c1c1c;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
}

table.systemTable tr td dl dd.ddsmall {
    text-align: left;
    font-size: 18px;
    line-height: 140%;
    color: #1c1c1c;
}

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

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

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

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

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

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


table.systemTable tr td dl dd b {
    font-size: 16px;
    line-height: 180%;
    font-weight: bold;
    letter-spacing: 0;
}

.map {
    /* filter: grayscale(60%) hue-rotate(90deg); */
    filter: grayscale(50%);
    padding-right: 20px;
    margin: 0 auto;
    overflow: hidden;
    transition: 0.8s ease;
}

.map:hover {
    filter: grayscale(0%);
    /* filter: grayscale(0%) invert(0%) contrast(90%); */
}

.rules {
    position: relative;
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
}

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

.rules span.banSub {
    color: #1c1c1c;
    display: block;
    font-size: 14px;
    line-height: 180%;
    padding: 3px;
}

.noteWrap {
    position: relative;
    text-align: center;
}

.ms-icon {
    max-width: 390px;
    margin: 0 auto 30px auto;
}

.ms-icon a {
    display: block;
    transition: 0.3s ease;
}

.ms-icon a:hover {
    opacity: 0.8;
}

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

.note p {
    position: relative;
}

.note p b {
    padding: 50px 0 0 0;
    font-size: 18px;
    line-height: 180%;
    color: #a0a0a0;
    text-align: center;
    font-family: var(--serif);
    display: block;
}

.note span {
    display: block;
    /* background: #000; */
    position: relative;
    z-index: 1;
    line-height: 50px;
}

.note span small {
    display: block;
    color: #fff;
    font-family: var(--serif);
    font-size: 50px;
    white-space: nowrap;
    background: rgb(218, 68, 83);
    background: -moz-linear-gradient(90deg, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: linear-gradient(90deg, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    padding: 1px 50px;
    margin-bottom: -20px;
    text-align: center;
}

@media all and (-ms-high-contrast: none) {
    .note span small {
        background: none;
        color: #e7027f;
    }
}

.m-icon {
    width: 100px;
    margin: 0 auto;
    padding-top: 2px;
}

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

#m-maga {
    margin: 0 auto;
    padding: 0 50px 50px 50px;
    position: relative;
}

#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: 700px;
    width: 80%;
    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: #555;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    font-style: italic;
    width: 24%;
}

#m-maga form table#m-table tr th input.mailmag_text {
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    width: 75%;
    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 input.mailmag_btn:hover {
    background: #e2cdae;
    color: #555;
}

#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 30px;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

#m-maga dl dl dd.notice_bottom {}

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

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

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

#m-maga dl dd.mDis span.tTit {
    font-family: var(--serif);
    display: inline-block;
    font-size: 46px;
    line-height: 1;
    margin: 0 0 5px 0;
    background: #c8132e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

#m-maga dl dd.mDis span.tNote {
    display: block;
    font-size: 24px;
    line-height: 180%;
    padding: 3px 0 0 10px;
    font-family: var(--serif);
}

#m-maga dl dd.mDis span.tNote b {
    font-family: var(--serif);
    display: inline-block;
    font-size: 24px;
    line-height: 180%;
    position: relative;
    padding: 0 10px;
    z-index: 0;
    color: #333;
    background: linear-gradient(transparent 60%, rgba(228, 228, 0, 0.5) 40%);
}

#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: #e2cdae;
    padding: 5px 10px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    border-radius: 2px;
}

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

#m-maga dl dd.mCau strong {
    display: block;
    padding: 5px 0 0 10px;

}

#m-maga dl dd.mCau b.b1 {
    color: #555;
    font-weight: 600;
    display: inline-block;
    line-height: 180%;
}

#m-maga dl dd.mCau b.b2 {
    display: inline-block;
    color: #c8132e;
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
}

.mailBtn {
    display: inline-block;
    width: 90%;
    max-width: 540px;
    margin: 20px auto 0 auto;
}

.mailBtn a {
    display: block;
    background-color: #f38078;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 80px;
    border-radius: 3px;
    border: 1px solid #d67068;
}

.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: var(--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;
}

.safety {
    position: relative;
    text-align: center;
    padding: 80px 0;
}

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

.safety dd {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    color: #a2a2a2;
    font-size: 14px;
    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: var(--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%);
}

.eEXIT {
    position: relative;

}

.eEXIT img {
    width: 100%;
}

.members {
    position: relative;
    text-align: center;
    padding: 80px 0;
}

.members dt {
    max-width: 390px;
    margin: 0 auto 30px auto;
}

.members dt img {
    width: 100%;
}

.members dd {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px auto;
    color: #a2a2a2;
    font-size: 16px;
    line-height: 180%;
    font-family: var(--serif);
}

.members dd span {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #ffa784;
    font-family: var(--serif);
    margin-bottom: 10px;
}

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

.members dd p b {
    display: inline-block;
    line-height: 1;
    color: #ccc;
    background: linear-gradient(transparent 70%, rgba(233, 233, 66, 0.3) 70%);
}

/*********************************************
MOVIE PAGE
*********************************************/
.movieWrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    padding: 100px 0 100px 0;
}

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

.shopMovie {
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: 0 auto 0 auto;
    background-color: #000;
}

.shopMovie-inner {
    background: -moz-linear-gradient(top, rgba(203, 203, 203, 0.6) 0%, rgba(178, 178, 178, 0.6) 20%, rgba(231, 231, 231, 0.6) 40%, rgba(255, 255, 255, 0.6) 61%, rgba(156, 156, 155, 0.6) 80%, rgba(77, 77, 77, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(203, 203, 203, 0.6) 0%, rgba(178, 178, 178, 0.6) 20%, rgba(231, 231, 231, 0.6) 40%, rgba(255, 255, 255, 0.6) 61%, rgba(156, 156, 155, 0.6) 80%, rgba(77, 77, 77, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(203, 203, 203, 0.6) 0%, rgba(178, 178, 178, 0.6) 20%, rgba(231, 231, 231, 0.6) 40%, rgba(255, 255, 255, 0.6) 61%, rgba(156, 156, 155, 0.6) 80%, rgba(77, 77, 77, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cbcbcb', endColorstr='#994d4d4d', GradientType=0);
    padding: 10px;
}

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

#visionWrap .vision {
    position: relative;
    width: 100%;
    max-width: 130vh;
    margin: 0 auto;
    background: -moz-linear-gradient(top, rgba(203, 203, 203, 0.6) 0%, rgba(178, 178, 178, 0.6) 20%, rgba(231, 231, 231, 0.6) 40%, rgba(255, 255, 255, 0.6) 61%, rgba(156, 156, 155, 0.6) 80%, rgba(77, 77, 77, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(203, 203, 203, 0.6) 0%, rgba(178, 178, 178, 0.6) 20%, rgba(231, 231, 231, 0.6) 40%, rgba(255, 255, 255, 0.6) 61%, rgba(156, 156, 155, 0.6) 80%, rgba(77, 77, 77, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(203, 203, 203, 0.6) 0%, rgba(178, 178, 178, 0.6) 20%, rgba(231, 231, 231, 0.6) 40%, rgba(255, 255, 255, 0.6) 61%, rgba(156, 156, 155, 0.6) 80%, rgba(77, 77, 77, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cbcbcb', endColorstr='#994d4d4d', GradientType=0);
    padding: 10px;
}

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

#visionWrap.movieFixed {
    right: 20px;
    position: fixed;
    bottom: 50px;
    width: 60vh !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: 10px solid #fff;
}

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


@media only screen and (max-width:779px) {
    .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: 90%;
        margin: 0 auto;
    }

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

}

@media only screen and (min-width:780px) {
    .movie {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1400px;
        min-width: 1040px;
        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;
    padding: 2px;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    margin: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(top, rgba(203, 203, 203, 0.6) 0%, rgba(178, 178, 178, 0.6) 20%, rgba(231, 231, 231, 0.6) 40%, rgba(255, 255, 255, 0.6) 61%, rgba(156, 156, 155, 0.6) 80%, rgba(77, 77, 77, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(203, 203, 203, 0.6) 0%, rgba(178, 178, 178, 0.6) 20%, rgba(231, 231, 231, 0.6) 40%, rgba(255, 255, 255, 0.6) 61%, rgba(156, 156, 155, 0.6) 80%, rgba(77, 77, 77, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(203, 203, 203, 0.6) 0%, rgba(178, 178, 178, 0.6) 20%, rgba(231, 231, 231, 0.6) 40%, rgba(255, 255, 255, 0.6) 61%, rgba(156, 156, 155, 0.6) 80%, rgba(77, 77, 77, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cbcbcb', endColorstr='#994d4d4d', GradientType=0);
    z-index: 1;
    overflow: hidden;
}

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

.movie li.thumb-list a.ca span.thumb-p {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: 0.3s ease;
    transition: 0.8s ease;
    opacity: 1;
    transform: scale(1);
}

.movie li.thumb-list a.ca:hover span.thumb-p {
    transform: scale(1.06);
    opacity: 0.9;
    filter: saturate(30%) grayscale(30%);
}

@media all and (-ms-high-contrast: none) {
    .movie li.thumb-list a.ca:hover span.thumb-p {
        transform: scale(1);
        opacity: 0.6;
    }
}

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

.movie li.thumb-list dl {
    position: absolute;
    width: 90%;
    max-width: 340px;
    z-index: 10;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);

}

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

.movie li.thumb-list dl .name-inner .name-area {
    display: block;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
}

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

.movie li.thumb-list dl span.nf-TL {
    background-image: url(/img/name_frame_TL.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    overflow: hidden;
}

.movie li.thumb-list dl span.nf-TR {
    background-image: url(/img/name_frame_TR.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -4px;
    right: -4px;
    display: block;
    overflow: hidden;
}

.movie li.thumb-list dl span.nf-BR {
    background-image: url(/img/name_frame_BR.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -4px;
    right: -4px;
    display: block;
    overflow: hidden;
}

.movie li.thumb-list dl span.nf-BL {
    background-image: url(/img/name_frame_BL.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -4px;
    left: -4px;
    display: block;
    overflow: hidden;
}

.movie li.thumb-list dl span.nf-T {
    width: calc(100% - 100px);
    height: 2px;
    position: absolute;
    top: -1px;
    left: 50px;
    display: block;
    background: -moz-linear-gradient(left, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00848484', endColorstr='#00ffffff', GradientType=1);
    overflow: hidden;
    opacity: 0.4;
}

.movie li.thumb-list dl span.nf-B {
    width: calc(100% - 100px);
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 50px;
    display: block;
    background: -moz-linear-gradient(left, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00848484', endColorstr='#00ffffff', GradientType=1);
    overflow: hidden;
    opacity: 0.4;
}

.movie li.thumb-list dl span.nf-R {
    width: 2px;
    height: calc(100% - 80px);
    position: absolute;
    top: 40px;
    right: -1px;
    display: block;
    background: -moz-linear-gradient(top, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00848484', endColorstr='#00ffffff', GradientType=0);
    overflow: hidden;
    opacity: 0.2;
}

.movie li.thumb-list dl span.nf-L {
    width: 2px;
    height: calc(100% - 80px);
    position: absolute;
    top: 40px;
    left: -1px;
    display: block;
    background: -moz-linear-gradient(top, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00848484', endColorstr='#00ffffff', GradientType=0);
    overflow: hidden;
    opacity: 0.2;
}

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

.movie li.thumb-list dl small {
    display: block;
    background-image: url(/img/name_roma_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90%;
    height: 1px;
    margin: 10px auto;
    opacity: 0.4;
}

.movie li.thumb-list dl dt.name span.nameR {
    display: inline-block;
    color: #d0d0d0;
    font-size: 12px;
    margin-bottom: 3px;
    font-family: "FunctionsPro", sans-serif;
    letter-spacing: 2px;
    position: relative;
    padding: 0 20%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.movie li.thumb-list dl dt.name span.nameJ {
    /*    font-size: 3vmin;*/
    font-size: 26px;
    line-height: 1;
    color: #d0d0d0;
    padding: 2px 2px 0 2px;
    letter-spacing: 0;
    font-family: var(--serif);
    font-weight: 600;
    display: block;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0;
}

@media all and (-ms-high-contrast: none) {
    .movie li.thumb-list dl dt.name {
        color: #d0d0d0;
        background: none;
    }
}

.movie li.thumb-list a.ca dl dd.size {
    font-family: "FunctionsPro", sans-serif;
    font-size: 10px;
    color: #d0d0d0;
    display: inline-block;
    position: relative;
}

.movie li.thumb-list a.ca dl dd.size b {
    font-family: "FunctionsPro", sans-serif;
    font-weight: normal;
    font-size: 13px;
    margin-right: 3px;
    color: #d0d0d0;
}

.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: -10px;
    left: -70px;
    width: 240px;
    transform: rotate(-14deg);
    z-index: 10;
    display: none;
}

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

.movie li.thumb-list a.ca .rankingIcon {
    position: absolute;
    width: 17vmin;
    top: 0;
    left: -5px;
    transform: translateY(-14vmin);
    transform-origin: center bottom;
}

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

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

.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: 8px;
    right: 5px;
    text-align: right;
}

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

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

.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: 18px;
}

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

.movie li.thumb-list a.ca .type-icon li span {
    display: block;
    padding: 0 10px;
    margin: 0 1px;
    font-size: 10px;
    line-height: 16px;
    background: #591f2e;
    border-radius: 3px;
    white-space: nowrap;
    color: #d0d0d0;
}

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

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

.movie li.thumb-list a.ca .debut li.newMark {
    background: rgb(237, 172, 163);
    background: -moz-linear-gradient(left, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    background: -webkit-linear-gradient(left, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    background: linear-gradient(to right, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edaca3', endColorstr='#ffebd2', GradientType=1);
}

.movie li.thumb-list a.ca .debut li.newMark span {
    font-size: 14px;
    line-height: 24px;
    font-family: "FunctionsPro", sans-serif;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #1f1f1f, #8b8b8b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    letter-spacing: 3px;
    padding: 3px 14px;
}

.movie li.thumb-list a.ca .nirinMark {
    position: absolute;
    top: -80px;
    left: -10px;
    width: 86px;
    overflow: hidden;
}

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

.movie li.thumb-list a.ca .rePhoto {
    position: absolute;
    top: -6px;
    right: -5px;
    width: 78px;
}

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

.movie li.thumb-list a.ca dd.iconFlag {
    position: absolute;
    bottom: 148px;
    width: 100%;
    right: -5px;
}

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

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

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

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

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

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


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

.movie li.thumb-list a.ca dd.iconFlag 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 dd.iconFlag ul.c-sns li a.snsA {
    position: relative;
    display: block;
}

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

.movie li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA i {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

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

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

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

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

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

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

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

.movie li.thumb-list a.ca dd.iconFlag 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% - 80px);
    left: 50%;
    width: 318px;
    transform: translate(-50%, 0);
}

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

.movie li.thumb-list a.ca span.shiftMark .shiftMark_txt {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    padding: 3px 0;
    position: relative;
}

.movie li.thumb-list a.ca span.shiftMark .shiftMark_txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-image: url(/img/name_roma_bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90%;
    height: 16px;
    opacity: 0.8;
}

.movie li.thumb-list a.ca span.shiftMark .shiftMark_txt li {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
}

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

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

.gravureTitle-wrap {
    margin: 30px auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    text-align: center;
    display: inline-block;
    visibility: hidden;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    padding: 50px 0 0 0;
}

.gravureTitle-wrap .gravureTitle {
    position: relative;
    z-index: 100;
}

.gravureTitle {
    position: relative;
    text-align: center;
    user-select: none;
}

.gravureTitle span {
    font-family: "Newsreader", sans-serif;
    font-style: italic;
    font-size: 4rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    color: #9E3EB2;
    font-weight: 500;
    letter-spacing: 0;
    user-select: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
}

.gravureTitle b {
    font-size: 0.8em;
    display: block;
    line-height: 1;
    font-weight: 600;
    padding: 8px 0 8px 4px;
    font-style: italic;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
}

.gravureTitle b::before {
    content: "【";
    padding-right: 3px;
}

.gravureTitle b::after {
    content: "】";
    padding-left: 3px;
}

.gravureTitle small {
    position: relative;
    left: 50%;
    display: block;
    background: rgb(158, 62, 178);
    background: linear-gradient(90deg, rgba(158, 62, 178, 0.1) 0%, rgba(247, 94, 139, 1) 50%, rgba(247, 94, 139, 0.1) 100%);
    margin: 5px 0;
    width: 100%;
    height: 2px;
    transform: translateX(-50%) scaleX(120%);
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
    display: none;
}

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

.gravure {
    position: relative;
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 200px auto;
    padding: 15px;
    border-radius: 10px;
}

.gravure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

@media only screen and (max-width:767px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 90%;
        margin: 0 auto;
        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:768px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

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

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

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

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

}

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

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

    .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:1300px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1250px;
        margin: 0 auto;
        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:1500px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1450px;
        margin: 0 auto;
        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:1700px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1650px;
        margin: 0 auto;
        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:1900px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1650px;
        margin: 0 auto;
        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:1921px) {
    .gravure {
        position: relative;
        width: calc(100% - 12px);
        height: 100%;
        min-height: 100%;
        max-width: 2450px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

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

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

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

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

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

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

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

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

.gravure li.thumb-list a.ca {
    position: relative;
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    padding: 3px;
    margin: 6px 6px 10px 6px;
    z-index: 1;
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: repeat;
}

.gravure li.thumb-list .class-bg {
    position: relative;
    display: block;
    margin-bottom: 3px;
    padding: 4px 0;
}

.gravure li.thumb-list.class-milky .class-bg {
    background-image: var(--bgMilky);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.gravure li.thumb-list.class-white .class-bg {
    background-image: var(--bgWhite);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.gravure li.thumb-list.class-pink .class-bg {
    background-image: var(--bgPink);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.gravure li.thumb-list.class-platinum .class-bg {
    background-image: var(--bgPlatinum);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.gravure li.thumb-list.class-gold .class-bg {
    background-image: var(--bgGold);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.gravure li.thumb-list.class-black .class-bg {
    background-image: var(--bgBlack);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.gravure li.thumb-list .class-bg .class-name img {
    width: 70%;
    transform: skewX(-6deg);
}

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

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

.gravure li.thumb-list a.ca:hover {
    box-shadow: 0 5px 15px 0px rgba(119, 119, 119, 0.5);
}

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

.gravure li.thumb-list a.ca .c-TL {
    display: block;
    position: absolute;
    top: 40px;
    left: 8px;
    width: 60px;
    height: 60px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.gravure li.thumb-list a.ca:hover .c-TL {
    transform: translate(5px, 5px);
}

.gravure li.thumb-list a.ca .c-TR {
    display: block;
    position: absolute;
    top: 40px;
    right: 8px;
    width: 60px;
    height: 60px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.gravure li.thumb-list a.ca:hover .c-TR {
    transform: translate(-5px, 5px);
}

.gravure li.thumb-list a.ca .c-BR {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 60px;
    height: 60px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.gravure li.thumb-list a.ca:hover .c-BR {
    transform: translate(-5px, -5px);
}

.gravure li.thumb-list a.ca .c-BL {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 60px;
    height: 60px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.gravure li.thumb-list a.ca:hover .c-BL {
    transform: translate(5px, -5px);
}

.gravure li.thumb-list a.ca span.thumb-p {
    position: relative;
    display: block;
    background-color: #fff;
    transition: 0.3s ease;
    filter: saturate(105%);
}

.gravure li.thumb-list a.ca span.thumb-p img.gravureThumb {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}

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

.gravure li.thumb-list dl {
    position: absolute;
    width: calc(100% - 20px);
    z-index: 10;
    text-align: center;
    background-image: url(/img/name_bg_white.webp);
    filter: opacity(0.85);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
    left: 10px;
    bottom: 10px;
    border-radius: 3px;
    opacity: 0;
    transition: 0.3s ease;
}

.gravure li.thumb-list a.ca:hover dl{
    opacity: 1;
}

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

/*
.gravure li.thumb-list dl .name-inner::after {
    content: "";
    background-image: url(/img/thumb_name_visual_white.png);
    background-repeat: repeat-x;
    background-size: 150px auto;
    background-position: 50% 100%;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -199px;
    left: 0;
    z-index: -1;
}
*/

.gravure li.thumb-list dl .name-inner .name-area {
    position: relative;
    display: block;
    padding: 15px 5%;
}

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

.gravure li.thumb-list dl small {
    position: relative;
    display: block;
    background: rgb(85, 85, 85);
    background: linear-gradient(90deg, rgba(85, 85, 85, 0) 0%, rgba(85, 85, 85, 0.6) 50%, rgba(85, 85, 85, 0) 100%);
    width: 100%;
    height: 1px;
    margin: 10px auto;
}

.gravure li.thumb-list dl small::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(204, 204, 204);
    background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.6) 50%, rgba(204, 204, 204, 0) 100%);
}

.gravure li.thumb-list dl dt.name span.nameR {
    display: inline-block;
    font-size: 0.8rem;
    margin-bottom: 3px;
    font-family: var(--FunctionPro);
    letter-spacing: 2px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    padding: 0 0 3px 0;
    color: var(--textColor);
}

.gravure li.thumb-list dl dt.name span.nameJ {
    font-size: 1.75rem;
    line-height: 1;
    padding: 2px 0 0 0;
    letter-spacing: 0;
    font-family: var(--serif);
    font-weight: 600;
    display: block;
    letter-spacing: 0;
    color: var(--textColor);
}

.gravure li.thumb-list dl dt.name span.nameJ b {
    font-family: var(--FunctionPro);
    display: inline-block;
    font-size: 70%;
    padding: 0 0 0 4px;
    color: var(--textColor);
}

.gravure li.thumb-list a.ca dl dd.size {
    font-family: var(--FunctionPro);
    font-size: 12px;
    display: inline-block;
    position: relative;
    color: var(--textColor);
}

.gravure li.thumb-list a.ca dl dd.size b {
    display: inline-block;
    font-family: var(--FunctionPro);
    font-weight: normal;
    font-size: 16px;
    margin-right: 3px;
    color: var(--textColor);
}

.gravure li.thumb-list a.ca .rankingIcon {
    position: absolute;
    width: auto;
    height: 100%;
    max-height: 100px;
    bottom: 153px;
    left: 10px;
    transform: translate(0%, 0);
    transform-origin: center bottom;
}

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

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

.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: 8px;
    right: 15px;
    text-align: right;
}

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

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

.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;
    align-items: center;
    margin-top: 10px;
    min-height: 18px;
    z-index: 11;
    white-space: nowrap;
}

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

.gravure li.thumb-list a.ca .type-icon li span {
    display: block;
    padding: 0 8px;
    margin: 0 1px;
    font-size: 12px;
    line-height: 18px;
    background: #808080;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
}

.gravure li.thumb-list .newMark2 {
    position: absolute;
    top: -10px;
    left: -70px;
    width: 220px;
    transform: rotate(-14deg);
    z-index: 10;
    display: none;
}

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

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

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

.gravure li.thumb-list .debut li.upData span {
    display: inline-block;
    background: #fcff00;
    border-radius: 3px;
}

.gravure li.thumb-list .debut li.upData span b {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: rgba(171, 0, 0, 1);
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
    padding: 0 10px;
}

.gravure li.thumb-list a.ca dd.iconFlag {
    position: absolute;
    bottom: 155px;
    width: 100%;
    right: -2px;
}

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

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

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

.gravure li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t span {
    display: block;
    line-height: 36px;
}

.gravure li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t img {
    width: 60%;
}

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

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

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

.gravure li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-k {
    background: #ff0558;
    /* background: #1c1c1c; */
}

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

.gravure li.thumb-list a.ca dd.iconFlag 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 dd.iconFlag ul.c-sns li a.snsA {
    position: relative;
    display: block;
}

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

.gravure li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA i {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gravure li.thumb-list a.ca span.shiftMark .shiftMark_txt {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    padding: 3px 0;
    position: relative;
}

.gravure li.thumb-list a.ca span.shiftMark .shiftMark_txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-image: url(/img/name_roma_bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90%;
    height: 16px;
    opacity: 0.8;
}

.gravure li.thumb-list a.ca span.shiftMark .shiftMark_txt li {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
}

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

.ToMember-wrap {
    position: relative;
    width: 94%;
    max-width: 1000px;
    margin: 50px auto;
    text-align: center;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);

}

.ToMember-wrap .ToMember {
    position: relative;
    background: -moz-linear-gradient(left, rgba(237, 59, 75, 0.1) 0%, rgba(76, 59, 146, 0.1) 100%);
    background: -webkit-linear-gradient(left, rgba(237, 59, 75, 0.1) 0%, rgba(76, 59, 146, 0.1) 100%);
    background: linear-gradient(to right, rgba(237, 59, 75, 0.1) 0%, rgba(76, 59, 146, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aed3b4b', endColorstr='#1a4c3b92', GradientType=1);
    width: 100%;
    padding: 35px 10px 10px 10px;
}

.ToMember-wrap .ToMember dl dt small {
    display: inline-block;
    font-family: var(--serif);
    font-size: 30px;
    white-space: nowrap;
    background: rgb(218, 68, 83);
    background: -moz-linear-gradient(90deg, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: linear-gradient(90deg, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    padding: 1px;
    line-height: 140%;
}

.ToMember-wrap .ToMember dl span.TM-txt-wrap {
    position: relative;
    display: block;
    padding: 10px 20px 30px 20px;
}

.ToMember-wrap .ToMember dl dd.TM-txt {
    position: relative;
    text-align: left;
}

.ToMember-wrap .ToMember dl dd.TM-txt b {
    display: inline-block;
    font-size: 18px;
    line-height: 160%;
    font-family: var(--serif);
}

.ToMember-wrap .ToMember dl dd.TM-list {
    position: relative;
    text-align: left;
}

.ToMember-wrap .ToMember dl dd.TM-list ul {
    position: relative;
    padding: 15px 0;
}

.ToMember-wrap .ToMember dl dd.TM-list ul li {
    position: relative;
    font-size: 18px;
    line-height: 140%;
    margin: 8px 0;
    font-family: var(--serif);
}

.ToMember-wrap .ToMember dl dd.TM-list ul li small {
    display: inline-block;
    /* background-color: yellow; */
    font-size: 20px;
    margin-right: 2px;
    font-family: var(--serif);
}

.sorry {
    position: relative;
    text-align: left;
    width: 90%;
    max-width: 480px;
    margin: 100px auto;
    min-height: 500px;
}

.sorry dt {
    font-size: 24px;
    text-align: center;
    color: #555;
}

.sorry dd {
    line-height: 140%;
    font-size: 16px;
    color: #555;
    padding: 20px 0 0 0;
}

/**********************************************404 error*********************************************/
#errWrap {
    width: 1000px;
    margin: 0 auto 50px auto;
    min-height: 800px;
    text-align: center;
    padding: 300px 0 0 0;
}

#errWrap h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    color: #00001f;
}

#errWrap p {
    font-size: 14px;
    color: #00001f;
}

#errWrapSP {
    margin: 150px auto;
    min-height: 400px;
    text-align: center;
}

#errWrapSP h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #00001f;
}

#errWrapSP p {
    font-size: 14px;
    color: #00001f;
}


/******************/

.controls {
    margin-bottom: 30px;
}

.controls div {
    display: block;
    margin-bottom: 10px;
}

label {
    font-weight: 300;
    margin: 0 .4em 0 0;
}

button {
    display: inline-block;
    padding: 0.4em 0.8em;
    background: #666;
    border: 0;
    color: #ddd;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 5px 5px;
}

button.active {
    background: #1aa;
}

button:focus {
    outline: 0 none;
}

button+label {
    margin-left: 1em;
}

.mix {
    display: none;
}

/*
.mix:after {
    content: attr(data-myorder);
    color: white;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 4% 6%;
    font-weight: 700;
}

.mix:before {
    content: '';
    display: inline-block;
}
*/

/**********************************************topics history*********************************************/
.archiveWrap {
    position: relative;
    width: 96%;
    height: 100%;
    min-height: 100%;
    padding: 0 0 100px 0;
    margin: 0 auto;
}

.archive {
    position: relative;
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 200px auto;
    padding: 15px;
    max-width: 1680px;
    margin: 0 auto;
    border-radius: 10px;
}

.archive::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

@media only screen and (max-width:1520px) {
    .archive {
        position: relative;
        max-width: 1040px;
        margin: 0 auto;
    }

    .archive li.thumb-list {
        position: relative;
        width: 100%;
        height: 534px;
        display: inline-block;
        z-index: 100;
    }

    .archive li.thumb-list {
        animation-delay: 0.3s;
    }
}

@media only screen and (min-width:1521px) {
    .archive {
        position: relative;
        max-width: 1680px;
        margin: 0 auto;
    }

    .archive li.thumb-list {
        position: relative;
        width: 50%;
        height: 534px;
        display: inline-block;
        z-index: 100;
    }

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

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

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

.archive li.thumb-list .archive-inner {
    display: block;
    padding: 4px;
    margin: 10px;
    text-align: center;
}

.archive li.thumb-list.class-milky .archive-inner {
    background-image: var(--bgMilky);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive li.thumb-list.class-white .archive-inner {
    background-image: var(--bgWhite);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive li.thumb-list.class-pink .archive-inner {
    background-image: var(--bgPink);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive li.thumb-list.class-platinum .archive-inner {
    background-image: var(--bgPlatinum);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive li.thumb-list.class-gold .archive-inner {
    background-image: var(--bgGold);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive li.thumb-list.class-black .archive-inner {
    background-image: var(--bgBlack);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive li.thumb-list a {
    display: block;
    position: relative;
    width: 320px;
    float: left;
}

.archive li.thumb-list.class-milky .class-bg {
    background-image: var(--bgMilky);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive li.thumb-list.class-white .class-bg {
    background-image: var(--bgWhite);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive li.thumb-list.class-pink .class-bg {
    background-image: var(--bgPink);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive li.thumb-list.class-platinum .class-bg {
    background-image: var(--bgPlatinum);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive li.thumb-list.class-gold .class-bg {
    background-image: var(--bgGold);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive li.thumb-list.class-black .class-bg {
    background-image: var(--bgBlack);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive li.thumb-list .class-bg {
    display: block;
    line-height: 36px;
    width: 100%;
}

.archive li.thumb-list .class-bg .class-name img {
    width: 80%;
    transform: skewX(-6deg);
}

.archive .c-TL {
    display: block;
    position: absolute;
    top: 43px;
    left: 5px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.archive a:hover .c-TL {
    transform: translate(5px, 5px);
}

.archive .c-TR {
    display: block;
    position: absolute;
    top: 43px;
    right: 5px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.archive a:hover .c-TR {
    transform: translate(-5px, 5px);
}

.archive .c-BR {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.archive a:hover .c-BR {
    transform: translate(-5px, -5px);
}

.archive .c-BL {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.archive a:hover .c-BL {
    transform: translate(5px, -5px);
}

.archive dl.archive-commentArea {
    position: relative;
    width: auto;
    height: 514px;
    margin-left: 324px;
}

.archive dd {
    position: relative;
    height: 100%;
    margin: 0 0 4px 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    background-image: url(/img/name_bg_white.webp);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive .topic-inner {
    position: relative;
}

.archive dl.topic-name {
    position: relative;
}

.archive .topic-catch {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px 0 20px;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    /* font-family: 'Noto Serif JP', serif; */
}

.archive .topic-time {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
    font-size: 2em;
    letter-spacing: 0;
    padding: 5px 5px 0 0;
    opacity: 0.6;
    color: var(--textColor);
}

.archive .topic-catch {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    padding: 20px 0 0 0;
    white-space: nowrap;
    width: 100%;
    font-weight: 700;
    text-overflow: ellipsis;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    /* font-family: 'Noto Serif JP', serif; */
}

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

.archive .topic-cast {
    font-size: 1.8rem;
    line-height: 1;
    color: var(--textColor);
    padding: 10px 0 6px 0;
    letter-spacing: 0;
    font-family: var(--serif);
    font-weight: 600;
    display: block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.archive a dl small {
    height: 1px;
    width: 60%;
    display: block;
    background: rgb(85, 85, 85);
    background: linear-gradient(90deg, rgba(85, 85, 85, 0) 0%, rgba(85, 85, 85, 0.3) 50%, rgba(85, 85, 85, 0) 100%);
    margin: 5px auto;
    transition: 0.3s ease;
}

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

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

.archive .topic-type-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    z-index: 11;
    white-space: nowrap;
}

.archive .topic-type-icon li {
    text-align: center;
    display: inline-block;
}

.archive .topic-type-icon li span {
    display: block;
    padding: 0 8px;
    margin: 0 1px;
    font-size: 12px;
    line-height: 18px;
    background: #808080;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
}

.archive .topic-body {
    margin: 20px 0 0 0;
}

.archive .topic-body h2.topic-title {
    color: #5d5d5d;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    display: block;
    padding: 0 2px 0 14px;
    text-align: justify;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(150, 39, 39, 1));
}

.archive .topic-body h2.topic-title::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: rgba(247, 93, 139, 1);
    top: 0;
    left: 0;
    opacity: 0.8;
    border-radius: 1px;
}

.archive .topic-body .topic-txt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 180%;
    color: var(--textColor);
    padding: 10px 0 0 0;
    width: 96%;
    margin: 0 auto;
    text-align: left;
}

.archive .topic-body .topic-txt div {
    line-height: 160%;
}

.subTitle-wrap {
    position: relative;
    text-align: center;
    visibility: hidden;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    margin: 50px 0 -10px 0;
}

.subTitle {
    position: relative;
    text-align: center;
    display: inline-block;
    user-select: none;
    padding: 0 20px 30px 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
    transform: skewX(-10deg);

}

.subTitle span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 4.75rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    color: #9E3EB2;
    font-weight: 500;
    letter-spacing: -1px;
    user-select: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
}

.subTitle b {
    font-size: 1.1em;
    display: block;
    line-height: 1;
    font-weight: 600;
    padding: 8px 0 8px 4px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
}

.subTitle small {
    position: relative;
    left: 50%;
    display: block;
    background: rgb(158, 62, 178);
    background: linear-gradient(90deg, rgba(158, 62, 178, 0.1) 0%, rgba(247, 94, 139, 1) 50%, rgba(247, 94, 139, 0.1) 100%);
    margin: 5px 0;
    width: 100%;
    height: 2px;
    transform: translateX(-50%) scaleX(120%);
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
}

/***************************************************************************************************************************************
RANKING PAGE
***************************************************************************************************************************************/
.ranking-menu-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    z-index: 500;
    text-align: center;
}

.ranking-menu-inner {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: auto;
    width: auto;
}

.ranking-menu{
    position: relative;
    margin: 0 auto;
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 200px auto;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.ranking-menu::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    z-index: 1;
}
.ranking-menu li {
    position: relative;
    display: inline-block;
    z-index: 10;
}

.ranking-menu li a{
    position: relative;
    display: block;
    padding: 0 20px;
}

.ranking-menu li a::after{
    content:"" ;
    width: 2px;
    height: 40%;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translate(0, -50%);
    background-color: rgba(204,204,204,0.5);
    border-radius: 1px;
}

.ranking-menu li:nth-child(10) a::after{
    background-color: transparent;
}

.ranking-menu li a span{
    display: block;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 50px;
}

.ranking-menu li a:hover span{
    text-decoration: underline;
}

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

.ranking {
    position: relative;
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 200px auto;
    padding: 15px;
    border-radius: 10px;
}

.ranking::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width:1921px) {
    .ranking {
        position: relative;
        width: calc(100% - 12px);
        height: 100%;
        min-height: 100%;
        max-width: 2450px;
        margin: 0 auto;
        padding: 0 6px;
        display: flex;
        flex-wrap: wrap;
    }

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

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

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

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

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

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

    .ranking li.thumb-list:nth-child(6n+6) {
        animation-delay: 0.8s;
    }
}

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

.ranking li.thumb-list a.ca {
    position: relative;
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    padding: 3px;
    margin: 6px 6px 10px 6px;
    z-index: 1;
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: repeat;
}

.ranking li.thumb-list .class-bg {
    position: relative;
    display: block;
    margin-bottom: 3px;
}

.ranking li.thumb-list.class-milky .class-bg {
    background-image: var(--bgMilky);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.ranking li.thumb-list.class-white .class-bg {
    background-image: var(--bgWhite);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.ranking li.thumb-list.class-pink .class-bg {
    background-image: var(--bgPink);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.ranking li.thumb-list.class-platinum .class-bg {
    background-image: var(--bgPlatinum);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.ranking li.thumb-list.class-gold .class-bg {
    background-image: var(--bgGold);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.ranking li.thumb-list.class-black .class-bg {
    background-image: var(--bgBlack);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.ranking li.thumb-list .class-bg .class-name {
    display: block;
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Newsreader", serif;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 30px;
}

.ranking li.thumb-list.class-milky .class-bg .class-name {
    color: #a5a0cb;
}

.ranking li.thumb-list.class-white .class-bg .class-name {
    color: #82adcf;
}

.ranking li.thumb-list.class-pink .class-bg .class-name {
    color: #ec5499;
}

.ranking li.thumb-list.class-platinum .class-bg .class-name {
    color: #161619;
}

.ranking li.thumb-list.class-gold .class-bg .class-name {
    color: #e2d441;
}

.ranking li.thumb-list.class-black .class-bg .class-name {
    color: #f4f4f4;
}

.ranking li.thumb-list .class-bg .class-name img {
    width: 80%;
    transform: skewX(-6deg);
}

.ranking li.thumb-list .thumb-shadow {
    display: block;
    background-image: url(/img/thumb_shadow.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 6px);
    height: 16px;
    position: absolute;
    bottom: -16px;
    left: 3px;
    opacity: 0.3;
    filter: blur(1px);
}

.ranking li.thumb-list a.ca .flareWrap {
    display: block;
    overflow: hidden;
}

.ranking li.thumb-list a.ca:hover {
    box-shadow: 0 5px 15px 0px rgba(119, 119, 119, 0.5);
}

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

.ranking li.thumb-list a.ca span.thumb-wrap .c-TL {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.ranking li.thumb-list a.ca:hover .c-TL {
    transform: translate(5px, 5px);
}

.ranking li.thumb-list a.ca span.thumb-wrap .c-TR {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.ranking li.thumb-list a.ca:hover .c-TR {
    transform: translate(-5px, 5px);
}

.ranking li.thumb-list a.ca span.thumb-wrap .c-BR {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.ranking li.thumb-list a.ca:hover .c-BR {
    transform: translate(-5px, -5px);
}

.ranking li.thumb-list a.ca span.thumb-wrap .c-BL {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.ranking li.thumb-list a.ca:hover .c-BL {
    transform: translate(5px, -5px);
}

.ranking li.thumb-list a.ca span.thumb-p {
    position: relative;
    display: block;
    background-color: #fff;
    transition: 0.3s ease;
    filter: saturate(105%);

}

.ranking li.thumb-list a.ca:hover span.thumb-p {
    /* filter: saturate(30%) grayscale(30%); */
}

.ranking li.thumb-list a.ca span.thumb-p img.rankingThumb {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}

.ranking li.thumb-list a.ca:hover span.thumb-p img.rankingThumb {
    transform: scale(1.1) rotate(-2deg);
}

.ranking li.thumb-list dl {
    position: relative;
    width: 100%;
    z-index: 10;
    text-align: center;
    background-image: url(/img/name_bg_white.webp);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

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

.ranking li.thumb-list dl .name-inner .name-area {
    position: relative;
    display: block;
    padding: 15px 5%;
}

.ranking li.thumb-list dl dt.name {
    position: relative;
    z-index: 10;
}

.ranking li.thumb-list dl small {
    position: relative;
    display: block;
    background: rgb(85, 85, 85);
    background: linear-gradient(90deg, rgba(85, 85, 85, 0) 0%, rgba(85, 85, 85, 0.6) 50%, rgba(85, 85, 85, 0) 100%);
    width: 100%;
    height: 1px;
    margin: 10px auto;
}

.ranking li.thumb-list dl small::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(204, 204, 204);
    background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.6) 50%, rgba(204, 204, 204, 0) 100%);
}

.ranking li.thumb-list dl dt.name span.nameR {
    display: inline-block;
    font-size: 0.8rem;
    margin-bottom: 3px;
    font-family: var(--FunctionPro);
    letter-spacing: 2px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    padding: 0 0 3px 0;
    color: var(--textColor);
}

.ranking li.thumb-list dl dt.name span.nameJ {
    /*    font-size: 3vmin;*/
    /* font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem); */
    font-size: 1.75rem;
    line-height: 1;
    padding: 2px 0 0 0;
    letter-spacing: 0;
    font-family: var(--serif);
    font-weight: 600;
    display: block;
    letter-spacing: 0;
    color: var(--textColor);
}

.ranking li.thumb-list dl dt.name span.nameJ b {
    font-family: var(--FunctionPro);
    display: inline-block;
    font-size: 70%;
    padding: 0 0 0 4px;
    color: var(--textColor);
}

.ranking li.thumb-list a.ca dl dd.size {
    font-family: var(--FunctionPro);
    font-size: 12px;
    display: inline-block;
    position: relative;
    color: var(--textColor);
}

.ranking li.thumb-list a.ca dl dd.size b {
    display: inline-block;
    font-family: var(--FunctionPro);
    font-weight: normal;
    font-size: 16px;
    margin-right: 3px;
    color: var(--textColor);
}

.ranking li.thumb-list a.ca .rank-img {
    position: absolute;
    width: auto;
    height: 100%;
    max-height: 140px;
    bottom: 136px;
    left: 50%;
    transform: translate(-50%, 0);
    transform-origin: center bottom;
}

.ranking li.thumb-list a.ca .rank-img img {
    height: 100%;
}

.ranking li.thumb-list a.ca .sp-rank-img {
    display: none;
}

.ranking li.thumb-list a.ca .rank-no {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    z-index: 21;
}

.ranking li.thumb-list a.ca .rank-no b img {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.ranking li.thumb-list a.ca .ng-icon {
    position: absolute;
    top: 8px;
    right: 15px;
    text-align: right;
}

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

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

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

.ranking li.thumb-list a.ca .type-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    min-height: 18px;
    z-index: 11;
    white-space: nowrap;
}

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

.ranking li.thumb-list a.ca .type-icon li span {
    display: block;
    padding: 0 8px;
    margin: 0 1px;
    font-size: 12px;
    line-height: 18px;
    background: #808080;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
}

.ranking li.thumb-list .newMark2 {
    position: absolute;
    top: -10px;
    left: -70px;
    width: 220px;
    transform: rotate(-14deg);
    z-index: 10;
    display: none;
}

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

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

.ranking li.thumb-list a.ca .debut li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.ranking li.thumb-list .debut li.newMark span {
    display: inline-block;
}

.ranking li.thumb-list .debut li.newMark span {
    background: rgb(171, 0, 0);
    background: linear-gradient(90deg, rgba(171, 0, 0, 1) 0%, rgba(219, 0, 0, 1) 100%);
}

.ranking li.thumb-list .debut li.newMark span:before,
.ranking li.thumb-list .debut li.newMark span:after {
    position: absolute;
    content: '';
}

.ranking li.thumb-list .debut li.newMark span:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #6c0000;
    border-left: 10px solid transparent;
}

.ranking li.thumb-list .debut li.newMark span b {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
    padding: 0 14px;
}

/*
.ranking li.thumb-list .debut li.newMark span {
    display: inline-block;
}

.ranking li.thumb-list .debut li.newMark span{
    background: rgb(237, 172, 163);
    background: -moz-linear-gradient(left, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    background: -webkit-linear-gradient(left, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    background: linear-gradient(to right, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edaca3', endColorstr='#ffebd2', GradientType=1);
}

.ranking li.thumb-list .debut li.newMark span:before,
.ranking li.thumb-list .debut li.newMark span:after {
  position: absolute;
  content: '';
}

.ranking li.thumb-list .debut li.newMark span:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #b7857e;
  border-left: 10px solid transparent;
}

.ranking li.thumb-list .debut li.newMark span b{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--FunctionPro);
    color: #1a1a1a;
    padding: 0 14px;
}
    */

.ranking li.thumb-list .debut li.rePhoto span {
    display: inline-block;
}

.ranking li.thumb-list .debut li.rePhoto span {
    background: rgb(29, 123, 2);
    background: linear-gradient(90deg, rgba(29, 123, 2, 1) 0%, rgba(66, 151, 8, 1) 100%);
}

.ranking li.thumb-list .debut li.rePhoto span:before,
.ranking li.thumb-list .debut li.rePhoto span:after {
    position: absolute;
    content: '';
}

.ranking li.thumb-list .debut li.rePhoto span:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #165c02;
    border-left: 10px solid transparent;
}

.ranking li.thumb-list .debut li.rePhoto span b {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
    padding: 0 14px;
}

.ranking li.thumb-list a.ca .nirinMark {
    position: absolute;
    top: -80px;
    left: -10px;
    width: 86px;
    overflow: hidden;
}

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

.ranking li.thumb-list a.ca dd.iconFlag {
    position: absolute;
    bottom: 155px;
    width: 100%;
    right: 5px;
}

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

.ranking li.thumb-list a.ca dd.iconFlag ul.c-sns li {
    position: relative;
    margin: 0 3px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.ranking li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t {
    /* background: #2daae1; */
    background: #000;
}

.ranking li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t span {
    display: block;
    line-height: 36px;
}

.ranking li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t img {
    width: 60%;
}

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

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

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

.ranking li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-k {
    background: #ff0558;
    /* background: #1c1c1c; */
}

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

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

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

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

.ranking li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA i {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}

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

.ranking li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t:hover i {
    color: #000;
}

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

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

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

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

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

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

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

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

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

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

.ranking li.thumb-list a.ca span.shiftMark .shiftMark_txt {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    padding: 3px 0;
    position: relative;
}

.ranking li.thumb-list a.ca span.shiftMark .shiftMark_txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-image: url(/img/name_roma_bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90%;
    height: 16px;
    opacity: 0.8;
}

.ranking li.thumb-list a.ca span.shiftMark .shiftMark_txt li {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
}

.ranking li.thumb-list a.ca span.shiftMark .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);
}


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

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

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

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

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

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

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

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

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