* {
    color: #c6c5c4;
}

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

.photo-shadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}

#profile {
    position: relative;
}

#photoWrap {
    position: relative;
    text-align: center;
    height: 100vh;
    background-color: #000;
}

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

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

.profileLogo {
    position: absolute;
    top: 18px;
    left: 10px;
    width: 22%;
    max-width: 250px;
    min-width: 160px;
    z-index: 10;
}

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

.profileLogo img {
    width: 100%;
}

.profileLogo .pH1 {
    font-size: 9px;
    position: absolute;
    bottom: -15px;
    font-family: "Noto Serif JP", serif;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    color: #fff;
}

.title-in {
    width: 30%;
    position: relative;
    height: 100%;
}

.profileSubTitle-wrap {
    position: relative;
    text-align: center;
    display: inline-block;
}

.profileSubTitle {
    position: relative;
    padding: 20px 0;
    /* display: inline-block; */
}

/* .profileSubTitle:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 2px;
    height: 80%;
    display: inline-block;
    background: rgb(254, 138, 192);
    background: -moz-linear-gradient(top, rgba(254, 138, 192, 1) 0%, rgba(254, 166, 131, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 138, 192, 1) 0%, rgba(254, 166, 131, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 138, 192, 1) 0%, rgba(254, 166, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8ac0', endColorstr='#fea683', GradientType=0);
    left: 0;
    transform: translate(0, -50%);
} */

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

.profileSubTitle-wrap:before {
    border-left: solid 2px #404040;
    border-top: solid 2px #404040;
    border-bottom: solid 2px #404040;
    left: 0;
}

.profileSubTitle-wrap:after {
    content: '';
    border-top: solid 2px #404040;
    border-right: solid 2px #404040;
    border-bottom: solid 2px #404040;
    right: 0;
}
*/
.profileSubTitle span {
    text-align: center;
    font-size: 34px;
    display: inline-block;
    font-family: 'Sorts Mill Goudy', sans-serif;

    overflow: hidden;
    letter-spacing: 4px;
    word-break: break-all;
    /*
    background: rgb(254, 138, 192);
    background: -moz-linear-gradient(top, rgba(254, 138, 192, 1) 0%, rgba(254, 166, 131, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 138, 192, 1) 0%, rgba(254, 166, 131, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 138, 192, 1) 0%, rgba(254, 166, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8ac0', endColorstr='#fea683', GradientType=0);
*/
    background: rgb(239, 10, 106);
    background: -moz-linear-gradient(top, rgba(239, 10, 106, 1) 0%, rgba(182, 53, 156, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(239, 10, 106, 1) 0%, rgba(182, 53, 156, 1) 100%);
    background: linear-gradient(to bottom, rgba(239, 10, 106, 1) 0%, rgba(182, 53, 156, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8ac0', endColorstr='#fea683', GradientType=0);

    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);

}

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

/*========= フェードテキスト ===============*/
.profileSubTitle .eachTextAnime span {
    opacity: 0;
    font-size: 24px;
    color: #fff;
    font-family: 'Sorts Mill Goudy', sans-serif;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 1px;
    letter-spacing: 0;
}

.profileSubTitle .eachTextAnime.appeartext span {
    animation: text_anime_on 1s ease-out forwards;
}

.profileSubTitle2 {
    position: relative;
    margin: 30px 0 30px 0;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
}

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

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

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

.profileSubTitle2 span {
    text-align: center;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 30px;
    display: block;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    padding: 1px 50px;
    letter-spacing: 4px;
}

.profileSubTitle2 span b {
    color: #ffa784;
    font-size: 12px;
    display: block;
    line-height: 1;
    letter-spacing: 4px;
    padding: 2px 0;
}

@media all and (-ms-high-contrast: none) {
    .profileSubTitle span {
        text-align: center;
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 30px;
        display: block;
        color: #ffa784;
        overflow: hidden;
        background: none;
    }

    .profileSubTitle span b {
        color: #ffa784;
        font-size: 12px;
        display: block;
        line-height: 1;
        letter-spacing: 4px;
        padding: 2px 0;
    }

    .profileSubTitle2 span {
        text-align: center;
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 30px;
        display: block;
        color: #ffa784;
        overflow: hidden;
        background: none;
    }

    .profileSubTitle2 span b {
        color: #ffa784;
        font-size: 12px;
        display: block;
        line-height: 1;
        letter-spacing: 4px;
        padding: 2px 0;
    }
}

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

#profile-wapper {
    position: relative;
    width: 100%;
    /* background: rgb(255, 139, 193);
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1); */
}

.profileTop-shadow {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 20%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);

}

.profileFoot-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

#commentArea-Wrap {
    position: relative;
    background-image: url(/pc/img/profile_comment_bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 100px auto;
    background-color: #000;
    margin: -50px auto 0 auto;
    height: 100%;
    max-width: 1280px;
    width: 96%;
    /* border-top: 10px solid #000;
    border-right: 10px solid #000;
    border-bottom: 10px solid #000;
    border-left: 10px solid #000; */
}

#commentArea {
    position: relative;
    background: rgba(0, 0, 0, 0.4);
}

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

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

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

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

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

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

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

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

#comment-container {
    position: relative;
    z-index: 10;
    padding: 230px 15px 200px 15px;
    margin: 0 auto;
    max-width: 1400px;
}

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

.profile_border {
    padding: 30px 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 b {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #fafafa;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 2px;
    font-style: italic;
    background: rgb(169, 3, 41);
    background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
}
*/

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

    /* 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 ); */

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iconWrap_profile ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.iconWrap_profile ul li {
    display: inline-block;
    position: relative;
}

.iconWrap_profile ul li:nth-child(odd) span {
    margin: 3px;
    font-size: 14px;
    line-height: 1;
    padding: 10px 15px;
    background: #1a1a1a;
    color: #c6c5c4;
    display: block;
    border-radius: 17px;
    border: 1px solid #404040;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.iconWrap_profile ul li:nth-child(even) span {
    margin: 3px;
    font-size: 14px;
    line-height: 1;
    padding: 10px 15px;
    background: #1a1a1a;
    color: #c6c5c4;
    display: block;
    border-radius: 17px;
    border: 1px solid #404040;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.3);
}

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;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    z-index: 1;
    width: auto;

}

#comment-container blockquote span.comment-txt {
    display: block;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 2px;
    /* border: 1px solid #ffd5cf; */
    color: #c6c5c4;
}

#profileQuestion {
    position: relative;
    width: auto;
    border-collapse: collapse;
    text-align: left;

    /* justify-content: space-around; */
}

#profileQuestion li {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    /* margin-bottom: 20px; */
    /* width: 48%;
    margin: 0 1%; */
}

#profileQuestion li .selfQ {
    display: inline-block;
    text-align: center;
    /* border-bottom: 1px solid #000; */
    /* border-top: 1px solid #404040; */
    text-align: left;

}

#profileQuestion li .selfQ b {
    color: #898888;
    background: #1a1a1a;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    line-height: 180%;
    /* border: 1px solid rgba(250, 229, 218); */
    display: block;
    white-space: nowrap;
}

#profileQuestion li .selfA {
    display: block;
    border-bottom: 1px solid #000;
    /* border-top: 1px solid #404040; */
    width: 100%;
    position: relative;
}
#profileQuestion li .selfA::after{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #404040;
}
#profileQuestion li .selfA b {
    font-size: 16px;
    padding: 0 10px 10px 20px;
    display: block;
    color: #c6c5c4;
    line-height: 180%;

}

#profileShift {
    position: relative;
    width: auto;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width:1200px) {
    #profileShift li {
        width: 50%;
        height: 25%;
        position: relative;
    }
}

@media only screen and (min-width:1201px) {
    #profileShift li {
        width: 33.333333%;
        height: 25%;
        position: relative;
    }
}

@media only screen and (min-width:1401px) {

    #profileShift li {
        width: 25%;
        height: 25%;
        position: relative;
    }
}

#profileShift li dl {
    margin: 3px;
    padding: 40px 10px;
    display: block;
    background-color: #1a1a1a;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #404040;
    border-left: 1px solid #404040;

}

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

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

#profileShift li dl dd.time {
    font-size: 18px;
    padding-top: 15px;
    border-top: 1px dotted #000;
    font-family: 'Roboto', sans-serif;
    transform: skewX(-8deg);
    font-weight: 700;
    color: #c6c5c4;
}

#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 {
    width: auto;
}

.media_report li {
    border-bottom: 1px solid #404040;
    text-align: center;
}

.media_report li:nth-child(1) {
    animation-delay: 1.2s;
}

.media_report li:nth-child(2) {
    animation-delay: 1.1s;
}

.media_report li:nth-child(3) {
    animation-delay: 1s;
}

.media_report li:nth-child(4) {
    animation-delay: 0.9s;
}

.media_report li:nth-child(5) {
    animation-delay: 0.8s;
}

.media_report li:nth-child(6) {
    animation-delay: 0.7s;
}

.media_report li:nth-child(7) {
    animation-delay: 0.6s;
}

.media_report li:nth-child(8) {
    animation-delay: 0.5s;
}

.media_report li:nth-child(9) {
    animation-delay: 0.4s;
}

.media_report li:nth-child(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: 16px;
    color: #8a8a8a;
}

.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: #fae5da;
    color: #525252;
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 13px;
}

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

.nameArea {
    position: relative;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    /* max-width: 800px;
    margin: 0 auto; */
}

.cmt-photo {
    position: relative;
}

.cmt-photo .cmt-thumb {
    background-position: 50% 5%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    top: -100px;
    left: 50%;
    margin-left: -100px;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
    border: 10px solid #1a1a1a;
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); */
}
.cmt-photo img {
    width: 100%;
    height: auto;
}

.cmt-photo2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.cmt-photo2 .cmt-thumb {
    background-position: 50% 5%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 250px;
    height: 250px;
    border-radius: 50%;

    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); */
}

.cmt-photo2 img {
    width: 100%;
    height: auto;
}

.newMark_profile {
    position: absolute;
    top: -170px;
    left: 50%;
    width: 240px;
    margin-left: -130px;
    z-index: 2;
}

.newMark_profile img {
    width: 100%;
    transform: rotate(-14deg);
}

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

.rankingIcon img {
    width: 100%;
}

.catch {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 4px;
    padding-left: 20px;
    display: block;
    text-align: left;
}

#companionName {
    position: relative;
    z-index: 0;
    padding-top: 150px;

}

#name {
    position: relative;
    z-index: 1;
}

.nirinMark_profile {
    position: absolute;
    top: -45px;
    left: 0px;
    width: 180px;
}

.nirinMark_profile img {
    width: 100%;
}

.newPhoto_profile {
    position: absolute;
    top: 0px;
    right: -22px;
    width: 100px;
}

.newPhoto_profile img {
    width: 100%;
}

.kuchikomi_profile {
    position: absolute;
    top: -45px;
    right: -4px;
}

.kuchikomi_profile span {
    display: block;
    position: relative;
}

.kuchikomi_profile span a {
    display: inline-block;
    /* background: rgb(255, 139, 193);
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1); */
    background: #00d0ef;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    font-family: "Roboto", source-han-sans-japanese, sans-serif;
    padding: 0 8px;
    border-radius: 3px;
    border: 1px solid yellow;
}

#name ul.c-sns {
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-right: 10%;
    margin-top: 5px;
}

#name ul.c-sns li {
    position: relative;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    /* background: rgb(255, 139, 193);
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1); */
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

#name ul.c-sns li.sns-k{
    background: #ff0558;
}
#name ul.c-sns li.sns-t {
    background: #000;
}

#name ul.c-sns li.sns-i {
    /* background: #2daae1; */
}

#name ul.c-sns li.sns-l{
    background: #07b53b;
}

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

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

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

#name ul.c-sns li.sns-i::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 23px;
    left: -18px;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    z-index: 0;
}

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

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

#name ul.c-sns li a.snsA span img{
    display: inline-block;
    height: 24px;
}

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

#name table.nameTable {
    position: relative;
    border-spacing: 0 10px;
    width: 100%;
    border-collapse: separate;
    margin: 0 auto;
    text-align: center;
}

#name table.nameTable tr th {
    width: 30%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #404040;
    background: #1a1a1a;
    position: relative;
    display: none;
}

#name table.nameTable tr td {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #404040;
    padding: 25px 5px;
    white-space: nowrap;
    display: block;
}

#name table.nameTable tr th span {
    display: block;
    font-family: "Roboto", sans-serif;
    padding: 10px;
    color: #c6c5c4;
    font-size: 16px;
    letter-spacing: 4px;
    height: 100%;
}

#name table.nameTable tr th span::first-letter {
    color: #be2916;
}

#name table.nameTable tr td span {
    position: relative;
    display: block;
    width: 100%;
}

#name table.nameTable tr td span.cn {}

#name table.nameTable tr td span.cn h3 {
    letter-spacing: 2px;
    font-family: 'Shippori Mincho', serif;
    font-size: 46px;
    display: inline-block;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #bfc0c0, #fff 25% 0, #fbfbfb, #fff 75% 0, #bfc0c0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 1px 0;
}

#name table.nameTable tr td span.cn small {
    font-size: 12px;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #bfc0c0, #fff 25% 0, #fbfbfb, #fff 75% 0, #bfc0c0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 1px 0;
     display: block;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

#name table.nameTable tr td span.cs {
    font-family: 'FunctionsPro', sans-serif;
    display: block;
    letter-spacing: 2px;
    font-size: 14px;
    color: #c6c5c4;
}

#name table.nameTable tr td span.cs b {
    font-size: 20px;
    margin-right: 6px;
    font-family: 'FunctionsPro', sans-serif;
    color: #c6c5c4;
    font-weight: 500;
}

@media all and (-ms-high-contrast: none) {
    #name table.nameTable tr td span.cn h3 {
        color: #a18861;
        background: none;
    }

    #name table.nameTable tr td span.cn h3 small {
        color: #a18861;
        margin-bottom: 5px;
        background: none;
    }

    #name table.nameTable tr td span.cs {
        color: #a18861;
        background: none;
    }

    #name table.nameTable tr td span.cs b {
        color: #a18861;
    }
}


.shiftMark_profile3 {
    bottom: 123px;
}

.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;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

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