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

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

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

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

#searchNaviWrap {
    position: relative;
    margin: -30px auto 20px auto;
}

#searchNavi {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

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

#searchNavi li a {
    display: block;
    padding: 8px 20px;
    margin: 4px;
    font-size: 16px;
    color: #9f9f9f;
    font-family: "Sorts Mill Goudy", serif;
    line-height: 1;
    transition: 0.3s ease;
    border: 2px solid #3d3d3d;
    background: #0d0d0d;
    border-radius: 23px;
}

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

#searchNavi li.active a {
    color: #fff;
    display: block;
    box-shadow: 0 0 8px rgba(204, 204, 204, 0.8);
    border: 2px solid #ccc;
}

#searchNavi li.active:first-child a {
    color: #9f9f9f;
    box-shadow: none;
    border: 2px solid #3d3d3d;
}

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

#searchNavi li:first-child a {
    color: #fff;
    box-shadow: 0 0 8px rgba(204, 204, 204, 0.8);
    border: 2px solid #ccc;
}

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

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

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

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

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

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

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


/******************************************コンパニオンリスト******************************************/

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


.companionWrap {
    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: 0 0 100px 0;
}

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

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

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

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

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

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

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

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

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

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


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

@media only screen and (max-width:767px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 6px 0 6px;
        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: 100%;
        margin: 0 auto;
        padding: 0 6px 0 6px;
        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:1000px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 6px 0 6px;
        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:1280px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        /* max-width: 1260px; */
        max-width: 100%;
        margin: 0 auto;
        padding: 0 6px 0 6px;
        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:1420px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 0 0 0;
        display: flex;
        flex-wrap: wrap;
    }

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

    .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:1620px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 0 0 0;
        display: flex;
        flex-wrap: wrap;
    }

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

    .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:1820px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1800px;
        margin: 0 auto;
        padding: 0 0 0 0;
        display: flex;
        flex-wrap: wrap;
    }

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

    .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: 1896px;
        margin: 0 auto;
        padding: 0 0 0 0;
        display: flex;
        flex-wrap: wrap;
    }

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

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

@media only screen and (min-width:1921px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 0 0 0;
        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;
    position: relative;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

/*
.companion li.thumb-list {
    position: relative;
    width: 360px;
    text-align: center;
    box-sizing: border-box;
    transform-origin: center center;
    transition-duration: 0.6s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.list_effect {
    opacity: 0;
    transform: translate3d(0, -100, 0);
    transform-origin: center center;
    visibility: hidden;
}

.list_move {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: center center;
    visibility: visible;
}
*/

.companion li.thumb-list a.ca {
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    margin: 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 01);
    /* 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); */

    /* background: rgb(53,53,53);
    background: -moz-linear-gradient(-45deg,  rgba(53,53,53,1) 0%, rgba(10,10,10,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(53,53,53,1) 0%,rgba(10,10,10,1) 100%);
    background: linear-gradient(135deg,  rgba(53,53,53,1) 0%,rgba(10,10,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#0a0a0a',GradientType=1 ); */
    background-color: #000;
    z-index: 1;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

/* .companion li.thumb-list a.ca span.thumb-p {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: 0.3s ease;
    transition: 0.8s ease;
    opacity: 1;
    height: calc(100vh - 16vw);
    min-height: 500px;
    max-height: 700px;
    background-size: auto 100%;
    background-position: 50% 50%;
    transform: scale(1);
} */

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

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

}

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

}

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

}

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

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

/* .companion li.thumb-list dl {
    position: absolute;
    width: 90%;
    z-index: 10;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
} */

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

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

}

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

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

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

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

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

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

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

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

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

.companion 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;
}
*/
.companion li.thumb-list dl dt.name {
    position: relative;
}

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

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

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

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

}

/*
.companion li.thumb-list dl dt.name span.nameR::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/pc/img/name_roma_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8px;
    opacity: 0.4;
    z-index: -1;
}
*/

.companion li.thumb-list dl dt.name span.nameJ {
    /*    font-size: 3vmin;*/
    font-size: 26px;
    line-height: 1;
    color: #c6c5c4;
    padding: 2px 2px 0 2px;
    letter-spacing: 0;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    display: block;
    letter-spacing: 0;


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

}

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

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

/*
.companion li.thumb-list a.ca dl dd.size::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(/pc/img/name_roma_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 10px;
    opacity: 0.6;
    z-index: -1;
}
*/
.companion li.thumb-list a.ca dl dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 13px;
    margin-right: 3px;
    color: #c6c5c4;
}

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

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

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

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

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

.companion li.thumb-list a.ca .ss-icon {
    position: absolute;
    top: 12px;
    right: 16px;
    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); */
    background: #141718;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #c6c5c4;
    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); */
    background: #141718;

    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #c6c5c4;
    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); */
    background: #141718;

    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #c6c5c4;
    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: 5px;
    text-align: right;
    display: none;
}

.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;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 5px;
    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;
    margin-top: 10px;
    min-height: 18px;
}

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

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

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

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

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

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

.companion li.thumb-list a.ca .debut li.newMark span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    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.1); */
    letter-spacing: 3px;
    padding: 3px 14px;
}

.companion li.thumb-list a.ca .nirinMark {
    position: absolute;
    top: -46px;
    left: 15px;
    width: 140px;
    overflow: hidden;
}

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

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

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

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

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

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

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

.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-l {
    background: #07b53b;
}

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

.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 span img{
    line-height: 30px;
    height: 30px;
    padding: 5px 0;
    display: inline-block;
}

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

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

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

.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-l:hover {
    background: #08d646;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-l: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-g:hover {
    background: #444;
}

.companion li.thumb-list a.ca span.shiftMark {
    /* display: block;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 318px; */
    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);
}


.shiftMark_txt {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    justify-content: center;
    /* background: -moz-linear-gradient(left,  rgba(89,31,46,0) 0%, rgba(89,31,46,1) 50%, rgba(89,31,46,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(89,31,46,0) 0%,rgba(89,31,46,1) 50%,rgba(89,31,46,0) 100%);
    background: linear-gradient(to right,  rgba(89,31,46,0) 0%,rgba(89,31,46,1) 50%,rgba(89,31,46,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00591f2e', endColorstr='#00591f2e',GradientType=1 ); */


    width: 80%;
    margin: 0 auto;
    padding: 3px 0;
    position: relative;
}

/*
.shiftMark_txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-image: url(/pc/img/name_roma_bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90%;
    height: 16px;
    opacity: 0.8;
}
*/
.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);
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5); */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.companion li.thumb-list a.ca span.shiftMark2 {
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 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;
}

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

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

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

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

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

.anim-box.flare:hover::after {
    animation: flare 0.6s linear 1;
}

@media all and (-ms-high-contrast: none) {
    .anim-box.flare:hover::after {
        animation: none;
    }
}

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

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

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

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

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

/******************************************スケジュール******************************************/
#scheduleNavWrap {
    position: relative;
    margin: -30px auto 20px auto;
}

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

/*
#scheduleNavWrap ul::before{
    content: "DATE";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-60px, 0%);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.2);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}
*/

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

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

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

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

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

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

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

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

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

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

.systemWrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.sysBG1 {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/pc/img/sys_bg1.png);
    background-position: 50%;
    background-size: 100% auto;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}

.sysBG2 {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/pc/img/sys_bg2.png);
    background-position: 50%;
    background-size: 100% auto;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}

.flowers {
    position: fixed;
}

.flowers img {
    width: 100%;
}

.flower1 {
    top: 30px;
    left: 0;
    width: 262px;
}

.flower2 {
    top: 60%;
    right: 50px;
    width: 349px;

}

.flower3 {
    top: 30%;
    left: 30%;

}

.flower4 {
    top: 60%;
    left: 100px;
    width: 120px;
}

.flower5 {
    top: 3%;
    right: 0%;
    width: 271px;
}

.flower5 img {}

.flower6 {
    top: 80%;
    left: 100px;
    width: 208px;
}

.flower7 {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 400px;
}

.flower7 img {
    transform: rotateY(180deg);
    transform-origin: center center;
}

.flower8 {
    top: 10%;
    right: 20%;
    width: 200px;
}


.flower10 {
    top: 0;
    left: 0;
}


@media only screen and (max-width:1600px) {
    .system {
        position: relative;
        max-width: 1080px;
        min-width: 1040px;
        margin: 0 auto 0 auto;
        padding: 100px 20px 150px 20px;
    }

    .systemMain {
        position: relative;
        padding: 50px 0 50px 0;
        text-align: center;
        justify-items: center;
    }

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

    .sysTitle {
        position: relative;
        text-align: center;
        display: inline-block;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width:1601px) {
    .system {
        position: relative;
        max-width: 1600px;
        min-width: 1040px;
        margin: 0 auto 0 auto;
        padding: 100px 20px 150px 20px;
    }

    .systemMain {
        position: relative;
        padding: 50px 0 50px 0;
        text-align: center;
        justify-items: center;
    }

    .systemContainer {
        /* position: -webkit-sticky;
        position: sticky;
        top: 0; */
        position: relative;
        margin: 0 2% 0 28%;
        padding: 50px 0;
        width: 68%;
        background: -moz-linear-gradient(left, rgba(237, 59, 75, 0.15) 0%, rgba(76, 59, 146, 0.15) 100%);
        background: -webkit-linear-gradient(left, rgba(237, 59, 75, 0.15) 0%, rgba(76, 59, 146, 0.15) 100%);
        background: linear-gradient(to right, rgba(237, 59, 75, 0.15) 0%, rgba(76, 59, 146, 0.15) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aed3b4b', endColorstr='#1a4c3b92', GradientType=1);
    }

    .sysTitle {
        display: inline-block;
        position: absolute;
        text-align: center;
        display: inline-block;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        width: 28%;
    }
}

.system-inner {
    position: relative;
    padding: 50px 30px;
    min-width: 700px;
}


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

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

.sysTitle:after {
    content: '';
    border-top: solid 2px #89216b;
    border-right: solid 2px #89216b;
    border-bottom: solid 2px #89216b;
    right: 0;
}
*/
.sysTitle span {
    opacity: 0;
    font-size: 34px;
    color: #fff;
    font-family: 'Sorts Mill Goudy', sans-serif;
    background: rgb(239, 10, 106);
    background: -moz-linear-gradient(top, rgba(239, 10, 106, 1) 0%, rgba(182, 53, 156, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(239, 10, 106, 1) 0%, rgba(182, 53, 156, 1) 100%);
    background: linear-gradient(to bottom, rgba(239, 10, 106, 1) 0%, rgba(182, 53, 156, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8ac0', endColorstr='#fea683', GradientType=0);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    letter-spacing: 4px;
}

.sysTitle b {
    background: rgb(239, 10, 106);
    background: -moz-linear-gradient(top, rgba(239, 10, 106, 1) 0%, rgba(182, 53, 156, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(239, 10, 106, 1) 0%, rgba(182, 53, 156, 1) 100%);
    background: linear-gradient(to bottom, rgba(239, 10, 106, 1) 0%, rgba(182, 53, 156, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8ac0', endColorstr='#fea683', GradientType=0);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    font-size: 14px;
    display: block;
    line-height: 1;
    letter-spacing: 4px;
    font-weight: 700;
    font-family: 'Shippori Mincho', serif;
}

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

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

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

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

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

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

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

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

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

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

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: #a0a0a0;
    border-bottom: 1px solid #353535;
    width: 32%;
    vertical-align: middle;
    display: table-cell;
    text-align: right;
    font-family: 'Noto Serif JP', serif;
    position: relative;
}

table.systemTable tr th::after {
    content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0;
}

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

}

table.systemTable tr td {
    text-align: left;
    font-size: 24px;
    padding: 20px 0 20px 20px;
    line-height: 140%;
    width: 68%;
    color: #a0a0a0;
    border-bottom: 1px solid #353535;
    font-family: 'Noto Serif JP', serif;
    position: relative;
}

table.systemTable tr td::after {
    content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0;
}

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

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

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

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

table.systemTable tr td dl dd span {
    font-size: 60px;
    font-family: 'Shippori Mincho', serif;
    color: #a0a0a0;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    padding: 0 2px;
}

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: 50px;
    transform: translateY(-5px);
    transform-origin: center 50%;
    margin: 0 -5px;
}

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

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

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

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

.ban {
    font-size: 20px;
    color: #a0a0a0;
    font-family: 'Noto Serif JP', serif;
    padding: 5px 0;
}

.noteWrap {
    position: relative;
    text-align: center;
    padding: 50px 0;
}

.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: 'Noto Serif JP', 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: 'Noto Serif JP', 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: #a2a2a2;
    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 {}

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

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

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

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

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

#m-maga dl dl dd.notice_bottom {}

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

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

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

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

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

#m-maga dl dd.mDis span.tNote {
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    font-size: 18px;
    line-height: 140%;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
    z-index: 0;
    color: #ccc;
    /* background: repeating-linear-gradient(-45deg, #FFF9C9, #FFF9C9 3px, #fff 0, #fff 6px); */
}

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

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

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

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

}

.disBanner {}

.disBanner img {
    width: 100%;
}

#discountArea {
    position: relative;

}

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

}

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

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

}

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

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

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

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

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

.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 auto;
    max-width: 90%;
}

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

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

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

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

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

.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: 'Noto Serif JP', serif;
}

.members dd span {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #ffa784;
    font-family: 'Noto Serif JP', 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%);
}