:root {
    --profile-color: #af9265;
    --profile-txt: #aaa;
    --profile-bg-color: #1a1a1a;
    --profile-border-color: #404040;
}

.profileRadarChartWrap {
    position: relative;
    height: 500px;
    margin: 0 auto 0 35%;
    white-space: nowrap;
    overflow: hidden;

    --radar-fill: rgba(180, 90, 140, 0.18);
    --radar-border: rgba(180, 90, 140, 0.95);
    --radar-point: rgba(180, 90, 140, 1);
    --radar-point-border: #f3f3f3;
    --radar-point-hover-bg: #ffffff;
    --radar-point-hover-border: rgba(180, 90, 140, 1);
    --radar-grid: rgba(255, 255, 255, 0.15);
    --radar-angle: rgba(255, 255, 255, 0.15);
    --radar-label: #f3f3f3;
    --radar-label-size: 13;
    --radar-border-width: 2;
    --radar-max: 5;
    --radar-step: 1;
    --radar-line-tension: 0;
}


.film_roll_wrapper {
    display: block;
    text-align: center;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    z-index: 0;
}

.film_roll_shuttle {
    text-align: left;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    margin: 0 !important;
    padding: 0 !important;
    z-index: auto;
}

.film_roll_pager a,
a.film_roll_prev,
a.film_roll_next {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.film_roll_pager a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #1a1a1a;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: 0.3s ease;
}

.film_roll_pager a:hover::before {
    opacity: 0;
}

.film_roll_pager a.is-current::before {
    opacity: 0;
}

#wrapper {
    position: relative;
    top: 0;
    left: 0;
    /* width: calc(100% - 540px); */
    width: 100%;
    height: 100svh;
    overflow: hidden;
}

@media only screen and (max-width:1280px) {
    #wrapper {
        height: 80svh;
        max-height: clamp(500px, 80svh, 900px)
    }
}

#wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20svh;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    display: none;
}


/* gallery, slide, loader, pagination, etc
   ========================================================================== */

#preloader {
    z-index: 1100;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    padding: 5px 12px;
    text-align: center;
    line-height: 1;
    background: #000 url(/img/profile/indicator_lite.gif) no-repeat 50% 50%;
    text-indent: -9999px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    border-radius: 6px;
}

.course .pagination {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.next,
.prev {
    cursor: pointer;
    position: absolute;
}

.pagination .nav {
    position: absolute;
    width: 100%;
    text-align: center;
    display: none;
}

.pagination .nav li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(/img/profile/dotnav_rollover.png) no-repeat 50% 50%;
}

.pagination .nav span {
    display: none;
}

.pagination .nav li:hover {
    background-image: url(/img/profile/dotnav.png);
}

.pagination .nav .is-current,
.pagination .nav .is-current:hover {
    cursor: auto;
    background-image: url(/img/profile/dotnav_active.png);
}

.slide-container {
    position: relative;
    width: 100%;
}

.slide {
    position: relative;
    padding: 10px 0 0 0;
    margin: 0 2.5px;

}

.slide img {
    max-height: 100%;
    height: calc(100vh - 20px);
    /* height: calc(100vh - 90px); */
    border-radius: 18px;
    overflow: hidden;
}

@media only screen and (max-width:1280px) {
    .slide img {
        height: calc(80vh - 40px);
        max-height: clamp(500px, 80svh, 900px)
            /* height: calc(100vh - 90px); */
    }
}


.slide-nav .next,
.slide-nav .prev {
    position: absolute;
    top: 50%;

    display: block;

    width: 42px;
    height: 42px;

    border: 0;
    border-radius: 50%;

    background: rgba(0, 0, 0, .35);

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    cursor: pointer;
    appearance: none;
    padding: 0;

    transform: translateY(-50%);

    opacity: 1;

    transition:
        transform .35s ease,
        background .35s ease,
        box-shadow .35s ease,
        opacity .35s ease;
}

.slide-nav .prev {
    left: 10px;
}

.slide-nav .next {
    right: 10px;
}

.slide-nav .next::before,
.slide-nav .prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fafafa;
    border-right: 2px solid #fafafa;
    transform-origin: center;
    transition: transform .3s ease;
}

.slide-nav .prev::before {
    transform:
        translate(-35%, -50%) rotate(-135deg);
}


.slide-nav .next::before {
    transform:
        translate(-65%, -50%) rotate(45deg);
}

/* hover */
.slide-nav .next:hover,
.slide-nav .prev:hover {
    background: rgba(0, 0, 0, .5);
    transform:
        translateY(-50%) scale(1.08);
}

.slide-nav .prev:hover::before {
    transform:
        translate(-42%, -50%) rotate(-135deg);
}

.slide-nav .next:hover::before {
    transform:
        translate(-58%, -50%) rotate(45deg);
}

.slideNg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    height: 100vh;
    width: 100%;
    background-image: url(/ngFile/photo.jpg);
    background-size: cover;
    background-position: 50%;
}

#slide-container {
    touch-action: pan-y;
}

.film_roll_pager {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    min-width: 800px;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.film_roll_pager a {
    display: inline-block;
    position: relative;
    width: calc(7% - 12px);
    max-width: 60px;
    height: 3vh;
    max-height: 32px;
    background-position: 50% !important;
    transition: 0.3s ease;
    margin: 2px;
    padding: 2px;
    border: 2px solid #d8168a;
}

.film_roll_pager a.is-current {
    background-position: 50% !important;
}

.film_roll_pager a.is-current:nth-child(1),
.film_roll_pager a.is-current:nth-child(2),
.film_roll_pager a.is-current:nth-child(3),
.film_roll_pager a.is-current:nth-child(4),
.film_roll_pager a.is-current:nth-child(5),
.film_roll_pager a.is-current:nth-child(6),
.film_roll_pager a.is-current:nth-child(7),
.film_roll_pager a.is-current:nth-child(8),
.film_roll_pager a.is-current:nth-child(9),
.film_roll_pager a.is-current:nth-child(10),
.film_roll_pager a.is-current:nth-child(11),
.film_roll_pager a.is-current:nth-child(12),
.film_roll_pager a.is-current:nth-child(13),
.film_roll_pager a.is-current:nth-child(14),
.film_roll_pager a.is-current:nth-child(15),
.film_roll_pager a.is-current:nth-child(16) {
    opacity: 1;
    border: 2px solid #f3f3f3;
}

.film_roll_pager span {
    display: none;
}

/* .slide.film_roll_child {
    position: relative;
    display: inline-block;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.slide.film_roll_child.active {
    opacity: 1;
    z-index: 2;

} */

.slide.film_roll_child {
    position: relative;
    display: inline-block;
    /* transform: scale(0.95); */
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.3;
}

.slide.film_roll_child.active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;

}

.slide.film_roll_child.is-current {
    opacity: 1 !important;
}

@media (hover: hover) and (pointer: fine) {

    #slide-container,
    .film_roll_wrapper,
    .film_roll_shuttle {
        cursor: grab;
    }

    #slide-container:active,
    .film_roll_wrapper:active,
    .film_roll_shuttle:active {
        cursor: grabbing;
    }
}

@media (hover: hover) and (pointer: fine) {

    #slide-container,
    .film_roll_wrapper,
    .film_roll_shuttle {
        user-select: none;
    }
}

.photoWrap {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    /* height: 80svh; */
    width: 100%;
    background-color: #000;
}

.profile-inner {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto 0 auto !important;
    padding: 50px 0 100px 0;
    background-image: url(/img/profile_bg_pc.webp);
    background-position: 50%;
    background-repeat: repeat;
    background-size: 100% auto;
}

.profile-inner::after {

    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 700px;
    background: #111;
    background: linear-gradient(0deg, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 100%);
}

/*
    .c-TL {
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        width: 130px;
        height: 130px;
        background-image: url(/img/corner_TL.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;
    }

    .c-TR {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 130px;
        height: 130px;
        background-image: url(/img/corner_TR.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;
    }

    .c-BR {
        display: block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        width: 130px;
        height: 130px;
        background-image: url(/img/corner_BR.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;
    }

    .c-BL {
        display: block;
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: 130px;
        height: 130px;
        background-image: url(/img/corner_BL.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;
    }

    .c-TL-L {
        display: block;
        position: absolute;
        top: -20px;
        left: -20px;
        width: 260px;
        height: 260px;
        background-image: url(/img/corner_TL_L.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;
    }

    .c-TR-L {
        display: block;
        position: absolute;
        top: -20px;
        right: -20px;
        width: 260px;
        height: 260px;
        background-image: url(/img/corner_TR_L.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;
    }

    .c-BR-L {
        display: block;
        position: absolute;
        bottom: -20px;
        right: -20px;
        width: 260px;
        height: 260px;
        background-image: url(/img/corner_BR_L.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;
    }

    .c-BL-L {
        display: block;
        position: absolute;
        bottom: -20px;
        left: -20px;
        width: 260px;
        height: 260px;
        background-image: url(/img/corner_BL_L.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;
    }
*/
#profileWrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#profile {
    position: relative;
}

.photoContents {
    position: relative;
    height: 100%;
    width: 100%;
}

.photoContainer {
    position: relative;
    height: 100svh;
}

.profileLogo {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 22%;
    max-width: 240px;
    min-width: 180px;
    text-align: center;
    z-index: 10;
    mix-blend-mode: difference;
}

.profileLogo a {
    display: block;
    position: relative;
}

.profileLogo img {
    width: 100%;
}

.profileTitle-wrap {
    position: absolute;
    text-align: center;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%) !important;
    width: 31%;
    visibility: hidden;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.profileTitle-wrap.max1280 {
    position: relative !important;
    text-align: center;
    display: inline-block;
    transform: translate(0%, -10px) !important;
    visibility: hidden;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}


.profileTitle {
    position: relative;
    text-align: center;
    user-select: none;
}

.profileTitle span {
    display: block;
}

.profileTitle .title-animate .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(5px);
    filter: blur(6px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease,
        filter 0.6s ease;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.75rem;
    font-style: italic;
    /* font-size: clamp(2.5rem, -3.333rem + 9.33vw, 11.25rem); */
    color: transparent;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0.1em;
    user-select: none;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(0deg, #bfc0c0, #fff 25% 0, #fbfbfb, #fff 75% 0, #bfc0c0);
    background-clip: border-box;
    background-clip: text;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    background-position: center;
}

.profileTitle .title-animate.is-titleShow .char {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.profileTitle b {
    font-size: 0.8em;
    display: block;
    line-height: 1;
    font-weight: 600;
    padding: 8px 0 8px 4px;
    font-style: italic;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(0deg, #bfc0c0, #fff 25% 0, #fbfbfb, #fff 75% 0, #bfc0c0);
    background-clip: border-box;
    background-clip: text;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.profileTitle b::before {
    content: "【";
    padding-right: 3px;
}

.profileTitle b::after {
    content: "】";
    padding-left: 3px;
}

.profileTitle small {
    position: relative;
    left: 0;
    display: block;
    background: #404040;
    background: linear-gradient(90deg, rgba(64, 64, 64, 0) 0%, rgba(64, 64, 64, 1) 50%, rgba(64, 64, 64, 0) 100%);
    margin: 5px 0;
    width: 100%;
    height: 2px;
}

.profileTitle small::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.class-icon {
    position: relative;
}

.class-icon li {
    width: 180px;
    margin: 20px auto 0 auto;
}

.class-icon li img {
    width: 100%;
}

.commentArea-Wrap {
    position: relative;
    background-color: rgba(25, 25, 25, 1);
    padding: 4px;
    width: 90%;
    max-width: 1380px;
    margin: 0 auto 0 auto;
    border-radius: 18px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.8);
}

.commentArea {
    position: relative;
    padding: 100px 40px 0 40px;
    margin: 0 auto;
}

.comment-container {
    position: relative;
}

.commentMain {
    position: relative;
    text-align: center;
}

.p-contents {
    position: relative;
    z-index: 100;
}

.commentArea-Wrap .debut {
    position: absolute;
    top: 30px;
    left: -15px;
    z-index: 10;
    text-align: left;
}

.commentArea-Wrap .debut li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.commentArea-Wrap .debut li.newMark span {
    display: inline-block;
}

.commentArea-Wrap .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%);
}

.commentArea-Wrap .debut li.newMark span:before,
.commentArea-Wrap .debut li.newMark span:after {
    position: absolute;
    content: '';
}

.commentArea-Wrap .debut li.newMark span:before {
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #6c0000;
    border-left: 15px solid transparent;
}

.commentArea-Wrap .debut li.newMark span b {
    display: inline-block;
    font-size: 1.25em;
    line-height: 40px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
    padding: 0 14px;
}

.commentArea-Wrap .debut li.rePhoto span {
    display: inline-block;
}

.commentArea-Wrap .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%);
}

.commentArea-Wrap .debut li.rePhoto span:before,
.commentArea-Wrap .debut li.rePhoto span:after {
    position: absolute;
    content: '';
}

.commentArea-Wrap .debut li.rePhoto span:before {
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #165c02;
    border-left: 15px solid transparent;
}

.commentArea-Wrap .debut li.rePhoto span b {
    display: inline-block;
    font-size: 1.75em;
    line-height: 50px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
    padding: 0 14px;
}

.profile_border {
    padding: 50px 0;
    background: none;
}

.comment {
    position: relative;
    width: 100%;
}

.comment-inner {
    position: relative;
}

.profShit-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: block;
    z-index: 1005;
    transform: skewY(-4deg);
    width: 300px;
}

.profShit-icon img {
    width: 100%;
}

.shiftMark_profile {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 0) 0%, rgba(255, 139, 193, 1) 50%, rgba(255, 167, 132, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 0) 0%, rgba(255, 139, 193, 1) 50%, rgba(255, 167, 132, 0) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 0) 0%, rgba(255, 139, 193, 1) 50%, rgba(255, 167, 132, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff8bc1', endColorstr='#00ffa784', GradientType=1);
    padding: 5px 50px;
}

.shiftMark_profile li {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
}

.shiftMark_profile li:nth-of-type(1) {
    animation-delay: 0.6s;
}

.shiftMark_profile li:nth-of-type(2) {
    animation-delay: 1s;
}

.shiftMark_profile li:nth-of-type(3) {
    animation-delay: 1.4s;
}

.shiftMark_profile li:nth-of-type(4) {
    animation-delay: 1.8s;
}

.shiftMark_profile li:nth-of-type(5) {
    animation-delay: 2.2s;
}

.shiftMark_profile li:nth-of-type(6) {
    margin-left: 10px;
    animation-delay: 2.6s;
}

.shiftMark_profile li:nth-of-type(7) {
    animation-delay: 3s;
}

.shiftMark_profile li:nth-of-type(8) {
    animation-delay: 3.4s;
}

.shiftMark_profile li:nth-of-type(9) {
    animation-delay: 3.8s;
}

.iconWrap_profile {
    position: relative;
    width: auto;
    margin-left: 36%;
}

.iconWrap_profile ul {
    display: flex;
    flex-wrap: wrap;
    user-select: none;
    /* justify-content: center; */
}

.iconWrap_profile ul li {
    display: inline-block;
    position: relative;
}

.iconWrap_profile ul li span {
    margin: 3px;
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    border-radius: 9999px;
    border: 1px solid var(--profile-border-color);
    color: #aaa;
}

.iconWrap_profile ul li:nth-of-type(odd) span {

    background: #50133e;
    border: 1px solid var(--profile-border-color);
}

.iconWrap_profile ul li:nth-of-type(even) span {

    background: #89216b;
    color: #aaa;
    border: 1px solid var(--profile-border-color);
}

dl.cmtWrap {
    position: relative;
    overflow: hidden;
}

dl dd.cmt-txt {
    position: relative;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 2px;
    margin: 0 auto;
    color: #6a3679;
    text-align: center;
    padding: 0 50px;
    overflow: auto;
}

.comment-container blockquote {
    position: relative;
    width: auto;
    margin-left: 36%;
    text-align: left;
    padding: 20px;
    z-index: 1;
    width: auto;
    border-left: 1px solid var(--profile-border-color);
    border-top: 1px solid var(--profile-border-color);
    border-bottom: 1px solid #000;
    border-right: 1px solid rgba(46, 46, 46, 0.6);
}


.comment-container blockquote span.comment-txt {
    display: block;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 2px;
    color: var(--profile-txt);
    text-align: left;
}

.profileQuestion {
    margin-left: 36%;
    text-align: left;

    position: relative;
    background: rgba(10, 10, 10, .3);
    overflow: hidden;
}

.profileQuestion .borderLeft {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(175, 146, 101, 0),
            rgba(175, 146, 101, .55),
            rgba(175, 146, 101, 0));
}

.profileQuestion .borderRight {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(175, 146, 101, 0),
            rgba(175, 146, 101, .55),
            rgba(175, 146, 101, 0));
}

.profileQuestion .borderTop {
    position: absolute;
    display: block;
    top: 0;
    left: 0%;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
            rgba(175, 146, 101, 0),
            rgba(175, 146, 101, .55),
            rgba(175, 146, 101, 0));
    pointer-events: none;
}

.profileQuestion .borderBottom {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
            rgba(175, 146, 101, 0),
            rgba(175, 146, 101, .55),
            rgba(175, 146, 101, 0));
    pointer-events: none;
}

.profileQuestion li {
    position: relative;
    width: 100%;
}

.profileQuestion li span.qa {
    display: flex;
    width: 100%;
}

.profileQuestion li .selfQ {
    font-size: 16px;
    line-height: 1;
    padding: 18px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34%;
    text-align: center;
    background-color: var(--profile-bg-color);
    border-left: 1px solid var(--profile-border-color);
    border-top: 1px solid var(--profile-border-color);
    border-bottom: 1px solid #000;
    border-right: 1px solid rgba(46, 46, 46, 0.6);
    color: var(--profile-color);
    line-height: 120%;

    background:
        linear-gradient(90deg,
            rgba(76, 42, 63, .55) 0%,
            rgba(34, 26, 28, .85) 100%);

    /* white-space: nowrap; */
}


.profileQuestion li .selfA {
    font-size: 16px;
    padding: 15px 5px 15px 20px;
    width: 66%;
    line-height: 120%;
    display: flex;
    align-items: center;
    background-color: var(--profile-bg-color);
    border-bottom: 1px solid #000;
    border-left: 1px solid var(--profile-border-color);
    border-right: 1px solid var(--profile-border-color);
    border-top: 1px solid var(--profile-border-color);
    color: var(--profile-txt);
}


.profileQuestion li .selfA.stars {
    letter-spacing: 4px;
}

.profileShift {
    position: relative;
    margin-left: 36%;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.profileShift li {
    width: 100%;
    position: relative;
    margin: 3px 0;
}

.profileShift li dl {
    padding: 20px 10px;
    display: block;
    background-color: #1a1a1a;
    border-left: 1px solid var(--profile-border-color);
    border-top: 1px solid var(--profile-border-color);
    border-bottom: 1px solid #000;
    border-right: 1px solid rgba(46, 46, 46, 0.6);
    display: flex;
    align-items: center;
}

.profileShift li dl dt {
    width: 50%;
}

.profileShift li dl dt span.day {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    color: var(--profile-txt);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.profileShift li dl dt span.day b {
    display: inline-block;
    margin-left: 3px;
    font-size: 60%;
    color: var(--profile-txt);
    font-family: inherit;
    font-weight: inherit;
}

.profileShift li dl dt span.day.sun,
.profileShift li dl dt span.day.sun b {
    color: #ff0000;
}

.profileShift li dl dt span.day.sta,
.profileShift li dl dt span.day.sta b {
    color: #8080ff;
}

.profileShift li dl dd.time {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    transform: skewX(-8deg);
    font-weight: 700;
    color: var(--profile-txt);
    width: 50%;
}


.profileShift li:nth-child(1) {
    animation-delay: 0.3s;
}

.profileShift li:nth-child(2) {
    animation-delay: 0.4s;
}

.profileShift li:nth-child(3) {
    animation-delay: 0.5s;
}

.profileShift li:nth-child(4) {
    animation-delay: 0.6s;
}

.profileShift li:nth-child(5) {
    animation-delay: 0.7s;
}

.profileShift li:nth-child(6) {
    animation-delay: 0.8s;
}

.profileShift li:nth-child(7) {
    animation-delay: 0.9s;
}

.profileShift li:nth-child(8) {
    animation-delay: 1s;
}

.profileShift li:nth-child(9) {
    animation-delay: 1.1s;
}

.profileShift li:nth-child(10) {
    animation-delay: 1.2s;
}

.profileShift li:nth-child(11) {
    animation-delay: 1.3s;
}

.profileShift li:nth-child(12) {
    animation-delay: 1.4s;
}

.profileShift li:nth-child(13) {
    animation-delay: 1.5s;
}

.profileShift li:nth-child(14) {
    animation-delay: 1.6s;
}

.profileShift li:nth-child(15) {
    animation-delay: 1.7s;
}

.profileShift li:nth-child(16) {
    animation-delay: 1.8s;
}

.media-report {
    position: relative;
    width: auto;
    margin-left: 36%;
    text-align: left;
}

.media-report li {
    position: relative;
    border-bottom: 2px solid #000;
    text-align: left;
}

.media-report li::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #404040;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.media-report li:nth-of-type(1) {
    animation-delay: 1.2s;
}

.media-report li:nth-of-type(2) {
    animation-delay: 1.1s;
}

.media-report li:nth-of-type(3) {
    animation-delay: 1s;
}

.media-report li:nth-of-type(4) {
    animation-delay: 0.9s;
}

.media-report li:nth-of-type(5) {
    animation-delay: 0.8s;
}

.media-report li:nth-of-type(6) {
    animation-delay: 0.7s;
}

.media-report li:nth-of-type(7) {
    animation-delay: 0.6s;
}

.media-report li:nth-of-type(8) {
    animation-delay: 0.5s;
}

.media-report li:nth-of-type(9) {
    animation-delay: 0.4s;
}

.media-report li:nth-of-type(10) {
    animation-delay: 0.3s;
}

.media-report li a.profileButton {
    position: relative;
    display: inline-block;
    padding: 14px 20px;
    transition: 0.3s ease;
    margin: 5px 0;
    font-size: 14px;
    color: var(--profile-txt);
}

.media-report li a.profileButton:hover {
    color: #ff8bc1;
}

.iFrameWrap {
    position: relative;
    width: auto;
    margin-left: 36%;
}

.iFrameWrap {
    position: relative;
    width: auto;
}

.profileIframe {
    height: 500px;
    border: 0;
    padding: 0;
    background: #fff;
    display: block;
    width: 100%;
}

.spButton {
    position: relative;
    text-align: right;
    margin: 10px 0 0 auto;
}

.spButton span {
    display: block;

}

.spButton span a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 13px;
}

.nameAreaWrap {
    position: relative;
    text-align: center;
}

.nameArea {
    position: relative;
    position: relative;
    width: auto;
    margin-left: 36%;
    /* margin-left: 33%; */
}

.rankingIcon {
    position: absolute;
    width: 180px;
    top: -150px;
    left: 0;
}

.rankingIcon img {
    width: 100%;
}

.catch {
    font-size: 14px;
    position: relative;
    width: auto;
    margin-left: 36%;
    text-align: left;
    color: var(--profile-txt);
    padding: 10px;
    font-size: 18px;
    display: block;
    line-height: 180%;
    letter-spacing: 2px;
}

.course {
    padding: 0 0 20px 0;
    width: 96%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    display: flex;
    justify-content: center;
}


.course li.class-premium {
    position: relative;
    text-align: center;
}

.course li.class-premium span {
    background: linear-gradient(-45deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
    color: #292929;
    display: inline-block;
    border-radius: 999px;
    padding: 5px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 1.25em;
}

#companionName {
    position: relative;
    z-index: 0;
}

#name {
    position: relative;
    z-index: 1;
}

.newPhoto_profile {
    position: absolute;
    top: -11px;
    right: -11px;
    width: 100px;
}

.newPhoto_profile img {
    width: 100%;
}

#name ul.c-sns {
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: auto;
    margin: 20px 5% 0 auto;
}

#name ul.c-sns li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

#name ul.c-sns li {
    background: #000;
}

#name ul.c-sns li a.snsA {
    position: relative;
    display: block;
    border: 2px solid #333;
    border-radius: 50%;
}

#name ul.c-sns li a.snsA span {
    display: block;
}

#name ul.c-sns li.sns-t span {
    display: block;
    line-height: 43px;
}

#name ul.c-sns li.sns-t span img {
    height: 18px;
}

#name ul.c-sns li.sns-i {
    background: #000;
}

#name ul.c-sns li.sns-i span {
    display: block;
    line-height: 43px;
}

#name ul.c-sns li.sns-i span img {
    height: 22px;
}

#name ul.c-sns li.sns-l {
    background-color: #07b53b;
}

#name ul.c-sns li.sns-l span {
    display: block;
    line-height: 43px;
}

#name ul.c-sns li.sns-l span img {
    height: 20px;
}

#name ul.c-sns li.sns-g {
    background-color: #fff;
}

#name ul.c-sns li.sns-g span {
    display: block;
    line-height: 43px;
}

#name ul.c-sns li.sns-g span img {
    height: 16px;
}

#name ul.c-sns li.sns-lit {
    background: #9594fc;
}

#name ul.c-sns li.sns-lit span {
    display: block;
    line-height: 41px;
}

#name ul.c-sns li.sns-lit span img {
    height: 20px;
}

#name ul.c-sns li.sns-h span {
    display: block;
    line-height: 43px;
}

#name ul.c-sns li.sns-h span img {
    height: 16px;
}

#name ul.c-sns li:hover {
    background: #3f3f3f;
}


#name table.nameTable {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0 5px;
    text-align: left;
    height: 100%;
    table-layout: fixed;
}

#name table.nameTable tr th.n-s {
    text-align: center;
    padding: 20px 0;
    position: relative;
    width: 40%;
    height: 100%;
    border-bottom: 1px solid #000;
    border-right: 1px solid rgba(46, 46, 46, 0.6);
    border-top: 1px solid var(--profile-border-color);
    border-left: 3px solid var(--profile-border-color);
}

#name table.nameTable tr td.n-s {
    position: relative;
    padding: 20px 0 20px 20px;
    width: 60%;
    height: 100%;
    border-bottom: 1px solid #000;
    border-top: 1px solid var(--profile-border-color);
}

#name table.nameTable tr th.n-s span {
    display: inline-block;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    color: var(--profile-color);
    font-family: var(--FunctionPro);
}

#name table.nameTable tr td.n-s small {
    font-size: 0.8rem;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 0.1em;
    font-family: var(--FunctionPro);
    /* color: var(--profile-txt); */
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #bfc0c0, #fff 25% 0, #fbfbfb, #fff 75% 0, #bfc0c0);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#name table.nameTable tr td.n-s span {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    padding-left: 10px;
    /* color: var(--profile-txt); */
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #bfc0c0, #fff 25% 0, #fbfbfb, #fff 75% 0, #bfc0c0);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#name table.nameTable tr td.n-s span.cn h3 {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    display: block;
    transform: scaleY(1.08);
    margin-left: -10px;
    font-family: var(--serif);
    color: var(--profile-txt);
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #bfc0c0, #fff 25% 0, #fbfbfb, #fff 75% 0, #bfc0c0);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#name table.nameTable tr td.n-s span.cn h3 b {
    display: inline-block;
    font-size: 16px;
    margin-left: 3px;
    color: var(--profile-color);
}


#name table.nameTable tr td.n-s span.cs {
    font-family: 'FunctionsPro', sans-serif;
    display: block;
    letter-spacing: 2px;
    font-size: 13px;
    padding-left: 10px;
    color: var(--profile-txt);
}

#name table.nameTable tr td.n-s span.cs b {
    font-size: 18px;
    margin-right: 8px;
    font-family: 'FunctionsPro', sans-serif;
    color: var(--profile-txt);
}

.shiftMark_profile3 {
    position: relative;
    left: 50%;
    bottom: 140px;
    transform: translate(-50%, 0);
    text-align: center;
    width: 400px;
    justify-content: center;
    display: block;
}

.shiftMark_profile3 .shiftMark_text {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    padding: 5px 0;
    justify-content: center;
    display: block;
}

.shiftMark_profile3 .shiftMark_text span {
    display: inline-block;
    background: rgba(171, 0, 0, 1);
    color: #fff;
    padding: 5px 10px;
    border-radius: 999px;
}

.todayTime {
    width: 100%;
}

.todayTime .time {
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

.mask {
    position: absolute;
    width: 100%;
    height: 110%;
    top: 0;
    left: 0;
    background-color: #fff;
}

.profileGravure {
    position: relative;
    width: auto;
    margin-left: 36%;
    display: flex;
    flex-wrap: wrap;
}

.profileGravure li {
    position: relative;
    width: 33.3333%;
}

.profileGravure li:nth-of-type(1) {
    animation-delay: 0.3s;
}

.profileGravure li:nth-of-type(2) {
    animation-delay: 0.4s;
}

.profileGravure li:nth-of-type(3) {
    animation-delay: 0.5s;
}

.profileGravure li:nth-of-type(4) {
    animation-delay: 0.6s;
}

.profileGravure li:nth-of-type(5) {
    animation-delay: 0.7s;
}

.profileGravure li:nth-of-type(6) {
    animation-delay: 0.8s;
}

.profileGravure li:nth-of-type(7) {
    animation-delay: 0.9s;
}

.profileGravure li:nth-of-type(8) {
    animation-delay: 1s;
}

.profileGravure li:nth-of-type(9) {
    animation-delay: 1.1s;
}

.profileGravure li:nth-of-type(10) {
    animation-delay: 1.2s;
}

.profileGravure li a {
    position: relative;
    display: block;
    margin: 5px;
    border-left: 1px solid var(--profile-border-color);
    border-top: 1px solid var(--profile-border-color);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgba(46, 46, 46, 0.6);
    border-radius: 18px;
    overflow: hidden;
}

.profileGravure li a img {
    width: 100%;
}

.profileGravure .g-newMark {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    background: #fcff00;
    border-radius: 3px;
}

.profileGravure .g-newMark span {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    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 8px;
}


/*
    .foot-fixArea {
        position: fixed;
        width: 100%;
        min-width: 780px;
        overflow: hidden;
        height: 60px;
        overflow: hidden;
    }
        */


@media only screen and (max-width:1280px) {

    .photoContainer {
        position: relative;
        height: 80svh;
    }
}






.prof-companionList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.prof-companionList li.thumb-list {
    position: relative;
    width: 25%;
    padding-bottom: 80px;
}

.prof-companionList li.thumb-list:nth-child(4n+1) {
    animation-delay: 0.3s;
}

.prof-companionList li.thumb-list:nth-child(4n+2) {
    animation-delay: 0.4s;
}

.prof-companionList li.thumb-list:nth-child(4n+3) {
    animation-delay: 0.5s;
}

.prof-companionList li.thumb-list:nth-child(4n+4) {
    animation-delay: 0.6s;
}

.prof-companionList li.thumb-list {
    visibility: hidden;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.prof-companionList li.thumb-list a {
    display: block;
    position: relative;
    margin: 5px 3px;
    padding: 10px 0 10px 0;
    text-align: center;
}

.prof-companionList li.thumb-list a .thumb-wrap {
    display: block;
    position: relative;
    z-index: 2;
}

.prof-companionList li.thumb-list a .thumb-wrap .thumb-p {
    overflow: hidden;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto;
    border: 2px solid #353535;
    outline: 2px solid transparent;
}

.prof-companionList li.thumb-list.thisThumb .thumb-wrap .thumb-p {

    border: 2px solid #b65688;
    outline: 2px solid transparent;
}

.prof-companionList li.thumb-list a .thumb-wrap .thumb-p img {
    width: 100%;
}

.prof-companionList li.thumb-list a dl {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    width: 100%;
}

.prof-companionList li.thumb-list a dl .name-inner {
    display: block;
    position: relative;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); */
}

.prof-companionList li.thumb-list a dl .name-inner .name-area {
    border-top: 2px solid #353535;
    border-right: 2px solid #353535;
    border-bottom: 2px solid #353535;
    border-left: 2px solid #353535;
    display: block;
    padding: 50px 0 10px 0;
    background-color: #111;
    border-radius: 6px;
}

.prof-companionList li.thumb-list a dl span.nf-TL {
    background-image: url(/img/name_corner_TL.png);
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
    opacity: 0.6;
}

.prof-companionList li.thumb-list a dl span.nf-TR {
    background-image: url(/img/name_corner_TR.png);
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
    opacity: 0.6;
}

.prof-companionList li.thumb-list a dl span.nf-BR {
    background-image: url(/img/name_corner_BR.png);
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
    opacity: 0.6;
}

.prof-companionList li.thumb-list a dl span.nf-BL {
    background-image: url(/img/name_corner_BL.png);
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
    opacity: 0.6;
}

.prof-companionList li.thumb-list a dl dt.name {
    /*    font-size: 3vmin;*/
    font-size: 20px;
    line-height: 1;
    color: #999;
    padding: 5px 0 0px 0;
    letter-spacing: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    -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));
}

@media all and (-ms-high-contrast: none) {
    .prof-companionList li.thumb-list a dl dt.name {
        color: #ccc;
        background: none;
    }
}

.prof-companionList li.thumb-list a dl dt.name b {
    font-size: 14px;
    color: #999;
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    display: inline-block;
    margin-left: 2px;
}


.prof-companionList li.thumb-list a dl small {
    display: block;
    position: relative;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 1px;
    margin: 8px auto;
}

.prof-companionList li.thumb-list a dl small::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(53, 53, 53);
    background: linear-gradient(90deg,
            rgba(53, 53, 53, 0) 0%,
            rgba(53, 53, 53, 1) 50%,
            rgba(53, 53, 53, 0) 100%);
}

.prof-companionList li.thumb-list a dl dt.name span {
    display: block;
    color: #b35379;
    font-size: 10px;
    margin-bottom: 3px;
    font-family: 'FunctionsPro', sans-serif;
    letter-spacing: 2px;
    display: none;
}


.prof-companionList li.thumb-list a dl dd.size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 10px;
    color: #999;
    padding-top: 6px;
    -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));
}

.prof-companionList li.thumb-list a dl dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-right: 3px;
    color: #999;
}

.prof-companionList li.thumb-list a 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;
}

.prof-companionList li.thumb-list .newMark2 {
    position: absolute;
    top: 40px;
    left: 4px;
    z-index: 10;
}

.prof-companionList li.thumb-list .newMark2 span {
    display: inline-block;
    color: #fff;
    background: rgb(169, 3, 41);
    background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(206, 4, 7, 1) 44%, rgba(219, 0, 3, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(206, 4, 7, 1) 44%, rgba(219, 0, 3, 1) 100%);
    background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(206, 4, 7, 1) 44%, rgba(219, 0, 3, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#db0003', GradientType=0);
    font-size: 12px;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
}

.prof-companionList li.thumb-list a.ca span.shiftMark {
    display: block;
    text-align: center;
}

.prof-companionList li.thumb-list a.ca span.shiftMark b {
    display: block;
    color: #fafafa;
    font-size: 14px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    white-space: nowrap;
}

.prof-companionList li.thumb-list a.ca span.shiftMark2 {
    display: block;
    text-align: center;
    transition: 0.4s ease-in-out;
}

.prof-companionList li.thumb-list a.ca span.shiftMark2 b {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    white-space: nowrap;
}

.prof-companionList li.thumb-list a.ca span.shiftMark3 {
    display: block;
    text-align: center;
}

.prof-companionList li.thumb-list a.ca span.shiftMark3 b {
    display: block;
    color: #ccc;
    font-size: 14px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: italic;
    min-height: 14px;
}


@media only screen and (max-width:1280px) {
    .profileVideo {
        margin-left: 36%;
        width: 70%;
    }
}

.profileVideo video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #000;
    border-radius: 18px;
    object-fit: cover;
    border-left: 1px solid var(--profile-border-color);
    border-top: 1px solid var(--profile-border-color);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgba(46, 46, 46, 0.6);
    border-radius: 18px;
}

.profileVideo span.nf-TL {
    background-image: url(/img/name_corner_TL.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 4vmax;
    height: 4vmax;
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.profileVideo span.nf-TR {
    background-image: url(/img/name_corner_TR.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 4vmax;
    height: 4vmax;
    position: absolute;
    top: -4px;
    right: -4px;
    display: block;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.profileVideo span.nf-BR {
    background-image: url(/img/name_corner_BR.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 4vmax;
    height: 4vmax;
    position: absolute;
    bottom: -4px;
    right: -4px;
    display: block;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.profileVideo span.nf-BL {
    background-image: url(/img/name_corner_BL.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 4vmax;
    height: 4vmax;
    position: absolute;
    bottom: -4px;
    left: -4px;
    display: block;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.profileVideo span {
    opacity: 1;
    transition: 0.3s ease;
    mix-blend-mode: screen;
}

.profileVideo:hover span {
    opacity: 0;
}

/* コントロールバー少し高級感 */
.profileVideo video::-webkit-media-controls-panel {
    background:
        linear-gradient(180deg,
            rgba(20, 20, 20, .15) 0%,
            rgba(0, 0, 0, .72) 100%);
}

/* 再生ボタン系を白寄り */
.profileVideo video::-webkit-media-controls-play-button,
.profileVideo video::-webkit-media-controls-mute-button,
.profileVideo video::-webkit-media-controls-fullscreen-button {
    filter: brightness(1.4);
}

/* シークバー */
.profileVideo video::-webkit-media-controls-timeline {
    filter: brightness(1.15);
}

/* PC hover */
@media (hover:hover) {

    .profileVideo {
        transition:
            transform .45s cubic-bezier(.22, 1, .36, 1),
            box-shadow .45s cubic-bezier(.22, 1, .36, 1);
    }

    .profileVideo:hover {
        transform: translateY(-4px);
    }
}