@media only screen and (max-width:1540px) {
    .photoWrap {
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        height: 100vh;
        width: 100%;
        background-color: #000;
    }

    .profile-inner {
        position: relative;
        height: 100%;
        width: 100%;
        margin: 100vh auto 0 auto;
        background-color: #fff;
        padding: 50px 0 150px 0;
    }

    .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: 100%;
    }

    .profileLogo {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 20%;
        max-width: 200px;
        min-width: 160px;
        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: 25%;
        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 {
        font-family: "Newsreader", sans-serif;
        font-style: italic;
        font-size: 2.75rem;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
        color: #9E3EB2;
        font-weight: 500;
        letter-spacing: 0;
        user-select: none;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
    }

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

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

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

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

    .profShift {
        position: absolute;
        top: 0;
        left: 0;
        height: 10%;
        width: 100%;
        z-index: 2000;
        transform: skewY(-4deg);
        transform-origin: top left;
        border-bottom: 10px solid rgba(255, 192, 203, 1);
        overflow: hidden;
    }

    .prof_shift p span img {
        width: 100%;
    }

    .commentArea-Wrap {
        position: relative;
        /* background: rgba(255, 255, 255, 1); */
        background-image: url(/img/thumb_bg.webp);
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
        padding: 4px;
        width: 96%;
        max-width: 1080px;
        margin: 0 auto;
    }

    .commentArea {
        position: relative;
        padding: 100px 40px 0 40px;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.8);
    }

    .comment-container {
        position: relative;
    }

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

    .p-contents {
        position: relative;
        z-index: 100;
        /* background-image: url(/img/thumb_bg.webp); */
    }

    .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: 30%;
    }

    .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:nth-of-type(odd) span {
        margin: 3px;
        font-size: 14px;
        padding: 5px 10px;
        color: #666;
        background: #f0f0f0;
        display: block;
        border-radius: 13px;
        border: 1px solid #ccc;
    }

    .iconWrap_profile ul li:nth-of-type(even) span {
        margin: 3px;
        font-size: 14px;
        padding: 5px 10px;
        color: #666;
        background: #f0f0f0;
        display: block;
        border-radius: 13px;
        border: 1px solid #ccc;
    }

    .iconWrap_profile ul li.esthetic span {
        background: rgb(236, 138, 108);
        background: linear-gradient(90deg, rgba(236, 138, 108, 1) 0%, rgba(237, 112, 157, 1) 100%);
        color: #fff;
        color: #fff;
        border: 1px solid #fff;
    }

    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: 30%;
        text-align: left;
        padding: 20px;
        z-index: 1;
        width: auto;
        border: 2px solid #ddd;
    }

    .comment-container blockquote::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        border-image-source: repeating-linear-gradient(45deg, rgba(139, 139, 139, 0.3) 0, rgba(250, 250, 250, 0.3) 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
        border-width: 6px;
        border-image-slice: 10;
        border-image-repeat: round;
        border-style: solid;
    }

    .comment-container blockquote span.comment-txt {
        display: block;
        font-size: 14px;
        line-height: 180%;
        letter-spacing: 2px;
        color: #666;
        text-align: left;
    }

    .profileQuestion {
        position: relative;
        width: auto;
        margin-left: 30%;
        border-collapse: collapse;
        text-align: left;
    }

    .profileQuestion li {
        display: inline-block;
        width: 100%;
        display: table;
    }

    .profileQuestion li span.qa {
        display: table;
        width: 100%;
    }

    .profileQuestion li .selfQ {
        color: #666;
        background: #f0f0f0;
        font-size: 14px;
        padding: 15px 3px;
        display: inline-block;
        width: 34%;
        text-align: center;
        border-bottom: 1px dotted #ccc;
        border-left: 3px solid #ccc;
        line-height: 120%;
        display: table-cell;
        vertical-align: middle;
    }

    .profileQuestion li .selfA {
        font-size: 14px;
        padding: 15px 3px 15px 20px;
        line-height: 120%;
        display: inline-block;
        color: #666;
        width: 66%;
        border-bottom: 1px dotted #ccc;
        line-height: 120%;
        display: table-cell;
        vertical-align: middle;
    }

    .profileQuestion li .selfA.stars {
        letter-spacing: 4px;
    }

    .profileShift {
        position: relative;
        width: auto;
        margin-left: 30%;
        /* margin: 0 auto;*/
        display: flex;
        flex-wrap: wrap;
    }

    .profileShift li {
        width: 50%;
        height: 25%;
        position: relative;
        visibility: hidden;
        animation-duration: 0.8s;
        animation-delay: 0.3s;
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    }

    .profileShift li dl {
        margin: 4px;
        padding: 30px 10px;
        display: block;
        color: #666;
        background: #f0f0f0;
        border: 1px solid #ccc;
    }

    .profileShift li dl dt {
        font-weight: bold;
        font-size: 30px;
        line-height: 1;
        color: #666;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }

    .profileShift li dl dd.day {
        font-size: 20px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 10px;
        font-family: 'Roboto', sans-serif;
        color: #666;
    }

    .profileShift li dl dd.time {
        font-size: 18px;
        padding-top: 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: #666;
    }

    .profileShift li:nth-of-type(1) {
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
    }

    .profileShift li:nth-of-type(2) {
        animation-delay: 0.4s;
    }

    .profileShift li:nth-of-type(3) {
        animation-delay: 0.5s;
    }

    .profileShift li:nth-of-type(4) {
        animation-delay: 0.6s;
    }

    .profileShift li:nth-of-type(5) {
        animation-delay: 0.7s;
    }

    .profileShift li:nth-of-type(6) {
        animation-delay: 0.8s;
    }

    .profileShift li:nth-of-type(7) {
        animation-delay: 0.9s;
    }

    .profileShift li:nth-of-type(8) {
        animation-delay: 1s;
    }

    .profileShift li:nth-of-type(9) {
        animation-delay: 1.1s;
    }

    .profileShift li:nth-of-type(10) {
        animation-delay: 1.2s;
    }

    .profileShift li:nth-of-type(11) {
        animation-delay: 1.3s;
    }

    .profileShift li:nth-of-type(12) {
        animation-delay: 1.4s;
    }

    .profileShift li:nth-of-type(13) {
        animation-delay: 1.5s;
    }

    .profileShift li:nth-of-type(14) {
        animation-delay: 1.6s;
    }

    .profileShift li:nth-of-type(15) {
        animation-delay: 1.7s;
    }

    .profileShift li:nth-of-type(16) {
        animation-delay: 1.8s;
    }

    .media-report {
        position: relative;
        width: auto;
        margin-left: 30%;
        text-align: left;
    }

    .media-report li {
        border-bottom: 1px dotted #444;
    }

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

    .media-report li a.profileButton:hover {
        color: #ff8bc1;
    }

    .iFrameWrap {
        position: relative;
        width: auto;
        margin-left: 30%;
    }

    .iFrameWrap {
        position: relative;
        width: auto;
    }

    .profileIfream {
        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: 30%;
        /* margin-left: 33%; */
    }


    .newMark_profile {
        position: absolute;
        top: 0;
        left: 26%;
        z-index: 2;
        max-width: 200px;
        width: 100%;
    }

    .newMark_profile img {
        width: 100%;
        transform: rotate(-15deg) skewX(-4deg);
        transform-origin: center center;
    }

    .rankingIcon {
        position: absolute;
        width: 180px;
        top: -150px;
        left: 0;
    }

    .rankingIcon img {
        width: 100%;
    }

    .catch {
        font-size: 14px;
        position: relative;
        width: auto;
        margin-left: 30%;
        text-align: left;
        color: #666;
        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;
    }

    .course li {
        position: relative;
        text-align: center;
        width: 300px;
        margin: 0 auto;
    }

    .course img {
        height: 20px;
    }

    .course li .class {
        position: relative;
        display: block;
        padding: 7px 14px;
        border-radius: 17px;
        margin: 0 auto;
        overflow: hidden;
    }

    .course li.class-milky .class {
        background-image: var(--bgMilky);
        background-size: 150px auto;
        background-repeat: repeat;
        background-position: 50%;
    }

    .course li.class-white .class {
        background-image: var(--bgWhite);
        background-size: 150px auto;
        background-repeat: repeat;
        background-position: 50%;
    }

    .course li.class-pink .class {
        background-image: var(--bgPink);
        background-size: 150px auto;
        background-repeat: repeat;
        background-position: 50%;
    }

    .course li.class-platinum .class {
        background-image: var(--bgPlatinum);
        background-size: 150px auto;
        background-repeat: repeat;
        background-position: 50%;
    }

    .course li.class-gold .class {
        background-image: var(--bgGold);
        background-size: 150px auto;
        background-repeat: repeat;
        background-position: 50%;
    }

    .course li.class-black .class {
        background-image: var(--bgBlack);
        background-size: 150px auto;
        background-repeat: repeat;
        background-position: 50%;
    }


    #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: center;
        margin: 15px 0 0 30%;
    }

    #name ul.c-sns li {
        position: relative;
        margin: 0 3px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
    }

    #name ul.c-sns li {
        color: #a2a2a2;
        background: #f0f0f0;
    }

    #name ul.c-sns li a.snsA {
        position: relative;
        display: block;
    }

    #name ul.c-sns li a.snsA span {
        display: block;
    }

    #name ul.c-sns li a.snsA i {
        font-size: 14px;
        line-height: 40px;
        color: #666;
    }

    #name ul.c-sns li.sns-t:hover {
        background: #fff;
    }

    #name ul.c-sns li.sns-t:hover i {
        color: #2daae1;
    }

    #name ul.c-sns li.sns-i:hover {
        background: #fff;
    }

    #name ul.c-sns li.sns-i:hover i {
        color: rgba(194, 49, 134, 1);
    }

    #name ul.c-sns li.sns-f:hover {
        background: #fff;
    }

    #name ul.c-sns li.sns-f:hover i {
        color: #4267b2;
    }

    #name ul.c-sns li.sns-b:hover {
        background: #fff;
    }

    #name ul.c-sns li.sns-b:hover i {
        color: #ef7a2b;
    }

    #name table.nameTable {
        position: relative;
        width: 100%;
        margin: 0 auto;
        border-collapse: separate;
        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%;
        background-color: #f0f0f0;
        border-bottom: 1px dotted #ccc;
        border-left: 3px solid #ccc;
    }

    #name table.nameTable tr td.n-s {
        position: relative;
        padding: 20px 0 20px 20px;
        width: 60%;
        height: 100%;
        border-bottom: 1px dotted #ccc;
    }

    #name table.nameTable tr th.n-s span {
        display: inline-block;
        font-family: var(--FunctionPro);
        border-radius: 2px 2px 0 0;
        color: #666;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
    }

    #name table.nameTable tr td.n-s small {
        font-size: 1rem;
        text-align: center;
        position: relative;
        color: #666;
        display: inline-block;
        font-family: var(--FunctionPro);
        padding: 10px 0;
    }

    #name table.nameTable tr td.n-s span {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
        color: #666;
        white-space: nowrap;
        padding-left: 10px;
    }

    #name table.nameTable tr td.n-s span.cn {}

    #name table.nameTable tr td.n-s span.cn h3 {
        letter-spacing: 2px;
        font-family: var(--serif);
        font-weight: 600;
        font-size: 30px;
        line-height: 1;
        display: block;
        color: #666;
        margin-left: -10px;
    }

    #name table.nameTable tr td.n-s span.cn h3 b {
        display: inline-block;
        color: #666;
        font-size: 16px;
        margin-left: 3px;
    }

    #name table.nameTable tr td.n-s span.cs {
        font-family: 'FunctionsPro', sans-serif;
        display: block;
        letter-spacing: 2px;
        font-size: 13px;
        color: #666;
        padding-left: 10px;
    }

    #name table.nameTable tr td.n-s span.cs b {
        font-size: 18px;
        margin-right: 8px;
        font-family: 'FunctionsPro', sans-serif;
        color: #666;
    }

    .shiftMark_profile3 {
        bottom: 140px;
    }

    .shiftMark_profile3 {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        width: 400px;
        justify-content: center;
        display: block;
    }

    .shiftMark_profile3 .shiftMark_text {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        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: block;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    }

    .shiftMark_profile3 .shiftMark_text li {
        letter-spacing: 2px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        color: rgba(255, 255, 255, 1);
        display: inline-block;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(1) {
        animation-delay: 0.6s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(2) {
        animation-delay: 1s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(3) {
        animation-delay: 1.4s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(4) {
        animation-delay: 1.8s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(5) {
        animation-delay: 2.2s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(6) {
        margin-left: 10px;
        animation-delay: 2.6s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(7) {
        animation-delay: 3s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(8) {
        animation-delay: 3.4s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(9) {
        animation-delay: 3.8s;
    }

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

    .profileVideo {
        position: relative;
        width: auto;
        margin-left: 30%;
    }

    .profileVideo video {
        width: 100%;
        border: 2px solid #f0f0f0;
    }

    .profileGravure {
        position: relative;
        width: auto;
        margin-left: 30%;
        display: flex;
        flex-wrap: wrap;
    }

    .profileGravure li {
        position: relative;
        width: 50%;
    }

    .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: 1px solid #ccc;
    }

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

    #footerWrap {
        position: relative;
        width: 100%;
        z-index: 9000;
        background: #000;
        min-width: 780px;
        padding: 80px 0 0 0;
        margin: 0 auto;
    }

    .foot-fixArea {
        position: fixed;
        z-index: 9005;
        width: 100%;
        min-width: 780px;
        overflow: hidden;
        background-image: url(/img/footer_visual.svg);
        background-position: 0 100%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 60px;
        overflow: hidden;
    }

    .profileVideo {
        position: relative;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
    }

    .profileVideo video {
        width: 100%;
        border: 2px solid #1c1c1c;
    }

    .profileGravure {
        position: relative;
        position: relative;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .profileGravure li {
        position: relative;
        width: 50%;
    }
}

/********************************** change viewport ***********************************/

@media only screen and (min-width:1541px) {
    .photoWrap {
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        height: 100vh;
        width: 66%;
        background: #fff;
    }

    .profile-inner {
        position: relative;
        height: 100%;
        width: 34%;
        margin: 0 0 0 auto;
        padding: 15px;
        background-color: #fff;
    }

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

    .profile-inner.profile-milky {
        /* background-image: var(--bgMilky); */
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
    }

    .profile-inner.profile-white {
        /* background-image: var(--bgWhite); */
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
    }

    .profile-inner.profile-pink {
        /* background-image: var(--bgPink); */
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
    }

    .profile-inner.profile-platinum {
        /* background-image: var(--bgPlatinum); */
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
    }

    .profile-inner.profile-gold {
        /* background-image: var(--bgGold); */
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
    }

    .profile-inner.profile-black {
        /* background-image: var(--bgBlack); */
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
    }

    #profileWrap {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-width: 1040px;
    }

    #profile {
        position: relative;
    }

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

    .photoContainer {
        position: relative;
        height: 100%;
    }

    .profileLogo {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 20%;
        max-width: 200px;
        min-width: 160px;
        text-align: center;
        z-index: 10;
        mix-blend-mode: difference;
    }

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

    .profileLogo img {
        width: 100%;
    }

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

    .profileTitle {
        position: relative;
        text-align: center;
        display: inline-block;
        user-select: none;
        padding: 0 20px 30px 20px;
    }

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

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

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

    .profShift {
        position: absolute;
        top: 0;
        left: 0;
        height: 10%;
        width: 100%;
        z-index: 2000;
        transform: skewY(-4deg);
        transform-origin: top left;
        border-bottom: 10px solid rgba(255, 192, 203, 1);
        overflow: hidden;
    }

    .prof_shift p span img {
        width: 100%;
    }

    .commentArea-Wrap {
        position: relative;
        /* background: rgba(255, 255, 255, 1); */
        background-image: url(/img/thumb_bg.webp);
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
        padding: 4px;
        margin-bottom: 60px;
    }

    /*
    .commentArea-Wrap.profile-milky {
        background-image: var(--bgMilky);
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
    }

    .commentArea-Wrap.profile-white {
        background-image: var(--bgWhite);
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
    }

    .commentArea-Wrap.profile-pink {
        background-image: var(--bgPink);
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
    }

    .commentArea-Wrap.profile-platinum {
        background-image: var(--bgPlatinum);
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
    }

    .commentArea-Wrap.profile-gold {
        background-image: var(--bgGold);
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
    }

    .commentArea-Wrap.profile-black {
        background-image: var(--bgBlack);
        background-position: 50% 0;
        background-repeat: repeat;
        background-size: 200px auto;
    }
*/
    .commentArea {
        position: relative;
        padding: 100px 20px 80px 20px;
        background: rgba(255, 255, 255, 0.8);
    }

    .comment-container {
        position: relative;
    }

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

    .profile_border {
        padding: 50px 0;
        background: none;
    }

    .comment {
        position: relative;
        width: 100%;
    }

    .comment-inner {
        position: relative;
        margin: 0 auto;
    }

    .p-contents {
        position: relative;
        z-index: 100;
        /* background-image: url(/img/thumb_bg.webp);
        padding: 2px;
        z-index: 1; */
    }

    /*
    .p-contents::after {
        content: "";
        background: rgba(255, 255, 255, 0.8);
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        position: absolute;
        top: 2px;
        left: 2px;
        z-index: 2;
    }
        */

    .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;
        z-index: 10;
    }

    .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:nth-of-type(odd) span {
        margin: 3px;
        font-size: 14px;
        padding: 5px 10px;
        color: #666;
        background: #f0f0f0;
        display: block;
        border-radius: 13px;
        border: 1px solid #ccc;
    }

    .iconWrap_profile ul li:nth-of-type(even) span {
        margin: 3px;
        font-size: 14px;
        padding: 5px 10px;
        color: #666;
        background: #f0f0f0;
        display: block;
        border-radius: 13px;
        border: 1px solid #ccc;
    }

    .iconWrap_profile ul li.esthetic span {
        background: rgb(236, 138, 108);
        background: linear-gradient(90deg, rgba(236, 138, 108, 1) 0%, rgba(237, 112, 157, 1) 100%);
        color: #fff;
        color: #fff;
        border: 1px solid #fff;
    }

    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;
        text-align: left;
        padding: 20px;
        z-index: 1;
        width: auto;
        border: 2px solid #ddd;
    }

    .comment-container blockquote::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        border-image-source: repeating-linear-gradient(45deg, rgba(139, 139, 139, 0.3) 0, rgba(250, 250, 250, 0.3) 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
        border-width: 6px;
        border-image-slice: 10;
        border-image-repeat: round;
        border-style: solid;
    }

    .comment-container blockquote span.comment-txt {
        display: block;
        font-size: 14px;
        line-height: 180%;
        letter-spacing: 2px;
        color: #666;
        text-align: left;
    }

    .profileQuestion {
        position: relative;
        width: auto;
        border-collapse: collapse;
        align-items: center;
        text-align: left;
    }

    .profileQuestion li {
        display: inline-block;
        width: 100%;
        display: table;

    }

    .profileQuestion li span.qa {
        display: table;
        width: 100%;
    }

    .profileQuestion li .selfQ {
        color: #666;
        background: #f0f0f0;
        font-size: 14px;
        line-height: 1;
        padding: 15px 5px;
        display: inline-block;
        width: 32%;
        text-align: center;
        border-bottom: 1px dotted #ccc;
        border-left: 3px solid #ccc;
        line-height: 120%;
        display: table-cell;
        vertical-align: middle;
        /* white-space: nowrap; */
    }

    .profileQuestion li .selfA {
        font-size: 14px;
        padding: 15px 5px 15px 20px;
        display: inline-block;
        color: #666;
        width: 68%;
        border-bottom: 1px dotted #ccc;
        line-height: 120%;
        display: table-cell;
        vertical-align: middle;

    }

    .profileQuestion li .selfA.stars {
        letter-spacing: 4px;
    }

    .profileShift {
        position: relative;
        width: auto;
        /* margin: 0 auto;*/
        display: flex;
        flex-wrap: wrap;
    }

    .profileShift li {
        width: 50%;
        height: 25%;
        position: relative;
        visibility: hidden;
        animation-duration: 0.8s;
        animation-delay: 0.3s;
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    }

    .profileShift li dl {
        margin: 4px;
        padding: 30px 10px;
        display: block;
        color: #666;
        background: #f0f0f0;
        border: 1px solid #ccc;
    }

    .profileShift li dl dt {
        font-weight: bold;
        font-size: 30px;
        line-height: 1;
        color: #666;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }

    .profileShift li dl dd.day {
        font-size: 20px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 10px;
        font-family: 'Roboto', sans-serif;
        color: #666;
    }

    .profileShift li dl dd.time {
        font-size: 18px;
        padding-top: 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: #666;
    }

    .profileShift li:nth-of-type(1) {
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
    }

    .profileShift li:nth-of-type(2) {
        animation-delay: 0.4s;
    }

    .profileShift li:nth-of-type(3) {
        animation-delay: 0.5s;
    }

    .profileShift li:nth-of-type(4) {
        animation-delay: 0.6s;
    }

    .profileShift li:nth-of-type(5) {
        animation-delay: 0.7s;
    }

    .profileShift li:nth-of-type(6) {
        animation-delay: 0.8s;
    }

    .profileShift li:nth-of-type(7) {
        animation-delay: 0.9s;
    }

    .profileShift li:nth-of-type(8) {
        animation-delay: 1s;
    }

    .profileShift li:nth-of-type(9) {
        animation-delay: 1.1s;
    }

    .profileShift li:nth-of-type(10) {
        animation-delay: 1.2s;
    }

    .profileShift li:nth-of-type(11) {
        animation-delay: 1.3s;
    }

    .profileShift li:nth-of-type(12) {
        animation-delay: 1.4s;
    }

    .profileShift li:nth-of-type(13) {
        animation-delay: 1.5s;
    }

    .profileShift li:nth-of-type(14) {
        animation-delay: 1.6s;
    }

    .profileShift li:nth-of-type(15) {
        animation-delay: 1.7s;
    }

    .profileShift li:nth-of-type(16) {
        animation-delay: 1.8s;
    }

    .media-report {
        position: relative;
        width: auto;
        text-align: left;
    }

    .media-report li {
        border-bottom: 1px dotted #444;
    }

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

    .media-report li a.profileButton:hover {
        color: #ff8bc1;
    }

    .iFrameWrap {
        position: relative;
        width: auto;
    }

    .profileIfream {
        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;
        width: auto;
        z-index: 10;
    }

    .newMark_profile {
        position: absolute;
        top: 0%;
        left: 0;
        z-index: 2;
        max-width: 200px;
        width: 100%;
    }

    .newMark_profile img {
        width: 100%;
        transform: rotate(-15deg) skewX(-4deg);
        transform-origin: center center;
    }

    .rankingIcon {
        position: absolute;
        width: 180px;
        top: -150px;
        left: 0;
    }

    .rankingIcon img {
        width: 100%;
    }

    .catch {
        position: relative;
        width: auto;
        text-align: left;
        color: #666;
        font-size: 18px;
        padding: 10px 30px;
        display: block;
        line-height: 180%;
        letter-spacing: 2px;
        z-index: 10;
    }

    .course {
        padding: 0 0 20px 0;
        width: 96%;
        margin: 0 auto;
        text-align: center;
    }

    .course li {
        position: relative;
        text-align: center;
        width: 300px;
        margin: 0 auto;
    }

    .course img {
        height: 20px;
    }

    .course li .class {
        position: relative;
        display: block;
        padding: 7px 14px;
        border-radius: 17px;
        margin: 0 auto;
        overflow: hidden;
    }

    .course li.class-milky .class {
        background-image: var(--bgMilky);
        background-size: 150px auto;
        background-repeat: repeat;
        background-position: 50%;
    }

    .course li.class-white .class {
        background-image: var(--bgWhite);
        background-size: 150px auto;
        background-repeat: repeat;
        background-position: 50%;
    }

    .course li.class-pink .class {
        background-image: var(--bgPink);
        background-size: 150px auto;
        background-repeat: repeat;
        background-position: 50%;
    }

    .course li.class-platinum .class {
        background-image: var(--bgPlatinum);
        background-size: 150px auto;
        background-repeat: repeat;
        background-position: 50%;
    }

    .course li.class-gold .class {
        background-image: var(--bgGold);
        background-size: 150px auto;
        background-repeat: repeat;
        background-position: 50%;
    }

    .course li.class-black .class {
        background-image: var(--bgBlack);
        background-size: 150px auto;
        background-repeat: repeat;
        background-position: 50%;
    }


    #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: center;
        margin: 15px 0 0 30%;
    }

    #name ul.c-sns li {
        position: relative;
        margin: 0 3px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
    }

    #name ul.c-sns li {
        color: #a2a2a2;
        background: #f0f0f0;
    }

    #name ul.c-sns li a.snsA {
        position: relative;
        display: block;
    }

    #name ul.c-sns li a.snsA span {
        display: block;
    }

    #name ul.c-sns li a.snsA i {
        font-size: 14px;
        line-height: 40px;
        color: #666;
    }

    #name ul.c-sns li.sns-t:hover {
        background: #fff;
    }

    #name ul.c-sns li.sns-t:hover i {
        color: #2daae1;
    }

    #name ul.c-sns li.sns-i:hover {
        background: #fff;
    }

    #name ul.c-sns li.sns-i:hover i {
        color: rgba(194, 49, 134, 1);
    }

    #name ul.c-sns li.sns-f:hover {
        background: #fff;
    }

    #name ul.c-sns li.sns-f:hover i {
        color: #4267b2;
    }

    #name ul.c-sns li.sns-b:hover {
        background: #fff;
    }

    #name ul.c-sns li.sns-b:hover i {
        color: #ef7a2b;
    }

    #name table.nameTable {
        position: relative;
        width: 100%;
        margin: 0 auto;
        border-collapse: separate;
        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%;
        background-color: #f0f0f0;
        border-bottom: 1px dotted #ccc;
        border-left: 3px solid #ccc;
    }

    #name table.nameTable tr td.n-s {
        position: relative;
        padding: 20px 0 20px 20px;
        width: 60%;
        height: 100%;
        border-bottom: 1px dotted #ccc;
    }

    #name table.nameTable tr th.n-s span {
        display: inline-block;
        font-family: var(--FunctionPro);
        border-radius: 2px 2px 0 0;
        color: #666;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
    }

    #name table.nameTable tr td.n-s small {
        font-size: 1rem;
        text-align: center;
        position: relative;
        color: #666;
        display: inline-block;
        font-family: var(--FunctionPro);
        padding: 10px 0;
    }

    #name table.nameTable tr td.n-s span {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
        color: #666;
        white-space: nowrap;
        padding-left: 10px;
    }

    #name table.nameTable tr td.n-s span.cn {}

    #name table.nameTable tr td.n-s span.cn h3 {
        letter-spacing: 2px;
        font-family: var(--serif);
        font-weight: 600;
        font-size: 30px;
        line-height: 1;
        display: block;
        color: #666;
        margin-left: -10px;
    }

    #name table.nameTable tr td.n-s span.cn h3 b {
        display: inline-block;
        color: #666;
        font-size: 16px;
        margin-left: 3px;
    }


    #name table.nameTable tr td.n-s span.cs {
        font-family: 'FunctionsPro', sans-serif;
        display: block;
        letter-spacing: 2px;
        font-size: 13px;
        color: #666;
        padding-left: 10px;
    }

    #name table.nameTable tr td.n-s span.cs b {
        font-size: 18px;
        margin-right: 8px;
        font-family: 'FunctionsPro', sans-serif;
        color: #666;
    }

    .shiftMark_profile3 {
        bottom: 140px;
    }

    .shiftMark_profile3 {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        width: 400px;
        justify-content: center;
        display: block;
    }

    .shiftMark_profile3 .shiftMark_text {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        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: block;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    }

    .shiftMark_profile3 .shiftMark_text li {
        letter-spacing: 2px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        color: rgba(255, 255, 255, 1);
        display: inline-block;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(1) {
        animation-delay: 0.6s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(2) {
        animation-delay: 1s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(3) {
        animation-delay: 1.4s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(4) {
        animation-delay: 1.8s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(5) {
        animation-delay: 2.2s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(6) {
        margin-left: 10px;
        animation-delay: 2.6s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(7) {
        animation-delay: 3s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(8) {
        animation-delay: 3.4s;
    }

    .shiftMark_profile3 .shiftMark_text li:nth-of-type(9) {
        animation-delay: 3.8s;
    }

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

    .profileVideo {
        position: relative;
        width: auto;
        margin-left: 30%;
    }

    .profileVideo video {
        width: 100%;
        border: 2px solid #f0f0f0;
    }

    .profileGravure {
        position: relative;
        width: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .profileGravure li {
        position: relative;
        width: 50%;
    }

    .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: 1px solid #ccc;
    }

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

    #footerWrap {
        position: relative;
        z-index: 9000;
        padding: 80px 0 0 0;
        width: calc(34vw - 6px) !important;
        max-width: calc(40vw - 6px) !important;
        min-width: 500px !important;
        margin: 0 0 0 auto;
    }

    #footer dt {
        position: relative;
        margin: 0 auto 20px auto;
        width: 240px;
    }

    .foot-fixArea {
        position: fixed;
        z-index: 9005;
        max-width: calc(34vw - 6px);
        background: #000;
        height: 60px;
        overflow: hidden;
        width: 100%;
        right: 0;
        height: 60px;
        overflow: hidden;
    }

    .foot-fix li.fix-tel {
        display: inline-block;
        width: calc(56% - 30px);
        background-color: #1a1a1a;
    }

    .foot-fix li.fix-reserve {
        display: inline-block;
        width: calc(44% - 30px);
        background-color: #444444;
    }

    .foot-fix li.fix-tel span a,
    .foot-fix li.fix-reserve span a {
        font-size: 1em !important;
    }

    .foot-fix li.fix-tel span a img {
        width: 80% !important;
    }

    .footerMenu {
        display: none;
    }

    #footer dd.footerInfo {
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    #footer dd.footerInfo ul {
        justify-content: center;
    }

    #footerBottomWrap {
        display: none;
    }

    .foot-fixArea .foot-fix a.pageTopBtn {
        right: 0;
    }


    .profileVideo {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .profileVideo video {
        width: 100%;
        border: 2px solid #1c1c1c;
    }
}