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

#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: 10px;
    left: 15px;
    width: 200px;
    text-align: center;
    z-index: 10;
}

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

.profileLogo img {
    width: 100%;
}

.profileLogo .pH1 {
    position: absolute;
    top: 40px;
    right: 42px;
    text-align: center;
    line-height: 1;
    font-size: 8px;
    white-space: nowrap;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    font-family: "Noto Serif JP", serif;
}

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

.profileSubTitle {
    position: relative;
    text-align: center;
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}

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

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

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

.profileSubTitle span {
    text-align: center;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    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 30px;
    letter-spacing: 4px;
    white-space: nowrap;
}

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

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

.profileH1 {
    position: relative;
    width: 100%;
    height: 20px;
}

.profileH1 span {
    display: block;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    color: #888;
    font-weight: normal;
    padding-top: 20px;
}

.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%;
    padding: 10px 10px 0 10px;
    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);
}

#commentArea-Wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    z-index: 101;
    background-color: #fff;
}

.flowers {
    position: absolute;
}

.flowers img {
    width: 100%;
}

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

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

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

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

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

.flower5 img {}

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

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

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

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

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

#commentArea {
    position: relative;
    padding: 0 15px 200px 15px;
    max-width: 1080px;
    margin: 0 auto;
}

#comment-container {
    position: relative;
}

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

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

.iconWrap_profile {
    position: relative;
}

.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;
    padding: 5px 8px;
    background: #ff8bc1;
    color: #fff;
    display: block;
    border-radius: 2px;
}

.iconWrap_profile ul li:nth-child(even) span {
    margin: 3px;
    font-size: 14px;
    padding: 5px 8px;
    background: #ffa784;
    color: #fff;
    display: block;
    border-radius: 2px;
}

/*
.iconWrap_profile ul li.type-p span {
    background: #D7B36E;
    background: linear-gradient(-10deg, rgba(215, 179, 110, 1) 0%, rgba(255, 250, 198, 1) 50%, rgba(206, 154, 61, 1) 100%);
    color: #333;
}
*/

.iconWrap_profile ul li.type-p span {
    /* background: radial-gradient(ellipse at center, #443501 0%, #000000 100%); */
    background: #D7B36E;
    background: linear-gradient(-10deg, rgba(215, 179, 110, 1) 0%, rgba(255, 250, 198, 1) 50%, rgba(206, 154, 61, 1) 100%);
}

.iconWrap_profile ul li.type-p span b {
    display: inline-block;
    color: #555;
    font-weight: 600;
    transform: skewX(-8deg);
    letter-spacing: 0;
}

/*
.iconWrap_profile ul li.type-p span b {
    display: inline-block;
    background: #D7B36E;
    background: linear-gradient(-10deg, rgba(215, 179, 110, 1) 0%, rgba(255, 250, 198, 1) 50%, rgba(206, 154, 61, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-family: serif;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    transform: skewX(-8deg);
}

.iconWrap_profile ul li.type-p span b::after {
    background: none;
    content: attr(data-heading)/"";
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    text-shadow: -1px 0 1px #c6bb9f, 0 1px 1px #c6bb9f, 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4);
}
    :/

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;
    text-align: left;
    /* background: rgb(255, 255, 255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fae5da', GradientType=1); */
    /* border: 4px solid #d9c8bf; */
    border: 4px solid #fae5da;
    padding: 20px;
    z-index: 1;
}

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

#comment-container blockquote span.comment-txt {
    display: block;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 2px;
    color: #8a8a8a;
}

#profileQuestion {
    position: relative;
    text-align: left;
}

#profileQuestion li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

#profileQuestion li:nth-child(1) {
    animation-delay: 0.3s;
}

#profileQuestion li:nth-child(2) {
    animation-delay: 0.4s;
}

#profileQuestion li:nth-child(3) {
    animation-delay: 0.5s;
}

#profileQuestion li:nth-child(4) {
    animation-delay: 0.6s;
}

#profileQuestion li:nth-child(5) {
    animation-delay: 0.7s;
}

#profileQuestion li:nth-child(6) {
    animation-delay: 0.8s;
}

#profileQuestion li:nth-child(7) {
    animation-delay: 1s;
}

#profileQuestion li:nth-child(8) {
    animation-delay: 1.1s;
}

#profileQuestion li:nth-child(9) {
    animation-delay: 1.2s;
}

#profileQuestion li:nth-child(10) {
    animation-delay: 1.3s;
}

#profileQuestion li:nth-child(11) {
    animation-delay: 1.4s;
}

#profileQuestion li:nth-child(12) {
    animation-delay: 1.5s;
}

#profileQuestion li:last-child {
    margin-bottom: 0;
}

#profileQuestion li .selfQ {
    color: #8a8a8a;
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fae5da', GradientType=1);
    border: 1px solid rgba(250, 229, 218);
    font-size: 16px;
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
}

#profileQuestion li .selfA {
    font-size: 16px;
    line-height: 140%;
    padding: 10px 5px 10px 11px;
    display: block;
    border-bottom: 1px solid #fae5da;
    color: #8a8a8a;
    letter-spacing: 2px;
    width: 100%;
}

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

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

    #profileShift li:nth-child(2n + 1) {
        animation-delay: 0.3s;
    }

    #profileShift li:nth-child(2n + 2) {
        animation-delay: 0.4s;
    }
}

@media only screen and (min-width:681px) {
    #profileShift li {
        width: 33.333%;
        position: relative;
    }

    #profileShift li:nth-child(3n + 1) {
        animation-delay: 0.3s;
    }

    #profileShift li:nth-child(3n + 2) {
        animation-delay: 0.4s;
    }

    #profileShift li:nth-child(3n + 3) {
        animation-delay: 0.5s;
    }

}

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

    #profileShift li:nth-child(4n + 1) {
        animation-delay: 0.3s;
    }

    #profileShift li:nth-child(4n + 2) {
        animation-delay: 0.4s;
    }

    #profileShift li:nth-child(4n + 3) {
        animation-delay: 0.5s;
    }

    #profileShift li:nth-child(4n + 4) {
        animation-delay: 0.6s;
    }
}

#profileShift li dl {
    margin: 4px;
    padding: 20px 10px;
    display: block;
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 0.3) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 0.3) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fae5da', GradientType=1);
    border: 1px solid rgba(250, 229, 218);
    /*
	border-bottom:2px dotted #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	*/
}

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

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

}

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


.blogIcon {
    width: 600px;
    margin: 0 auto;
}

.blogIcon p a {
    display: block;
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 20px;
    background: #f7e3e3;
    color: #000;
    border: 3px double #000;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blogIcon p a:hover {
    background: #000;
    color: #fff;
    border: 3px double #ccc;
}

.media_report {
    width: 100%;
}

.media_report li {
    border-bottom: 1px solid #fae5da;
    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 5px;
    transition: 0.3s ease;
    margin: 5px 0;
    font-size: 14px;
    line-height: 140%;
    color: #8a8a8a;
}

.media_report li a.profileButton:hover {
    color: #eaeaea;
}

.profileIfream {
    width: 100%;
    height: 448px;
    border: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    display: block;
}

.ifWrap {
    position: relative;
    border: 4px solid #fae5da;
}

.ifWrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-image-source: repeating-linear-gradient(45deg, #ffeded 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
    border-width: 10px;
    border-image-slice: 10;
    border-image-repeat: round;
    border-style: solid;
    z-index: -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;
    padding-top: 100px;
    margin: 0 auto;
}

.nameArea {
    position: relative;
    border: 2px solid #fae5da;

}

/*
.nameArea::after{
    content: "";
    background-image: url(/pc/img/test.jpg);
    background-position: auto 100%;
    background-position: 50%;
    top: 20px;
    left: calc(30% + 20px);
    position: absolute;
    width: 70%;
    height: 100%;
    z-index: 0;
}
*/
.cmt-photo {
    position: relative;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50px);
    z-index: 1;
}

.cmt-photo .cmt-thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100px;
    height: 100px;
    position: relative;
    display: block;
    border-radius: 50%;
    border: 2px solid #fae5da;
    overflow: hidden;

}

/*
.cmt-photo .cmt-thumb::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-image-source: repeating-linear-gradient(45deg, #ffeded 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
    border-width: 10px;
    border-image-slice: 10;
    border-image-repeat: round;
    border-style: solid;
    z-index: 1;
    border-radius: 50%;
}
*/

.newMark_profile {
    position: absolute;
    top: 0;
    left: 50%;
    width: 180px;
    transform: translate(calc(-50% - 20px), -40px);
}

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

.rankingIcon {
    position: absolute;
    width: 105px;
    top: -85px;
    left: 0;
}

.rankingIcon img {
    width: 100%;
}

/*

.cmt-photo img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}
*/

.catch {
    font-size: 20px;
    line-height: 140%;
    color: #8a8a8a;
    display: block;
    text-align: center;
}

#companionName {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}

#name {
    position: relative;
    /* background-color: rgba(229,197,186,1); */
    /* border: 10px solid #fff; */
    /* border: 1px solid #ffcaca; */
    padding: 60px 10px 20px 10px;
    text-align: center;

}

/*
#name::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-image-source: repeating-linear-gradient(45deg, #c7fcff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
    border-width: 20px;
    border-image-slice: 20;
    border-image-repeat: round;
    border-style: solid;
    z-index: 0;
}
*/

#nb {
    /* border: 1px solid #ffcaca; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 80px;
    left: 20px;
    background-image: url(/pc/img/test.jpg);
    background-repeat: repeat;
    display: none;
}

.nirinMark_profile {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
}

.nirinMark_profile img {
    width: 100%;
}

.newPhoto_profile {
    position: absolute;
    top: -9px;
    right: -7px;
    width: 97px;
}

.newPhoto_profile img {
    width: 100%;
}

.kuchikomi_profile {
    position: absolute;
    top: -40px;
    right: -2px;
}

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

/*
.kuchikomi_profile span a {
    display: inline-block;
    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;
}
*/

.kuchikomi_profile span a {
    display: inline-block;
    background: #FE0000;
    background: linear-gradient(0deg, rgba(254, 0, 0, 1) 0%, rgba(255, 199, 199, 1) 100%);
    font-family: "Roboto", source-han-sans-japanese, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 18px;
    border: 1px solid pink;
}

#name ul.c-sns {
    z-index: 11;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

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

#name ul.c-sns li.sns-litlink {
    width: 120px;
    height: 38px;
    border-radius: 20px;
}

#name ul.c-sns li.sns-litlink {
    background: #9594fc;
}

#name ul.c-sns li.sns-hplink {
    background: #e50e0e;
}

#name ul.c-sns li.sns-hplink a.snsA span img {
    width: 100%;
    height: auto;
    margin: -2px 0 0 0;
}

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

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

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

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

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

#name ul.c-sns li.sns-t a.snsA span img {
    height: 20px;
}

#name ul.c-sns li.sns-g a.snsA span img {
    height: 25px;
}

#name ul.c-sns li a.snsA span img {
    height: 22px;
}

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

#name table.nameTable {
    position: relative;
    text-align: center;
    width: 100%;
}

#name table.nameTable tr td {
    position: relative;
    border-bottom: 1px dotted rgba(250, 229, 218);
    margin-bottom: 14px;
    display: inline-block;
    padding-bottom: 3px;
}

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

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

#name table.nameTable tr td span.cn h3 {
    letter-spacing: 2px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #b35379;
    font-size: 36px;
    display: inline-block;
}

#name table.nameTable tr td span.cn h3 small {
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    color: #b35379;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 3px;
}


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

#name table.nameTable tr td span.cs b {
    font-size: 18px;
    margin-right: 4px;
    font-family: 'FunctionsPro', sans-serif;
    color: #b35379;
    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;
    }
}

.newMark_profile2 {
    position: absolute;
    top: -70px;
    left: -90px;
    width: 240px;
}

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

.shiftMark_profile2 {
    position: absolute;
    bottom: 40px;
    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 0;
    width: 96%;
    max-width: 600px;
    justify-content: center;
}

.shiftMark_profile2 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_profile2 li:nth-child(1) {
    animation-delay: 0.6s;
}

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

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

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

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

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

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

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

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

.shiftMark_profile {
    position: relative;
    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 0;
    width: 96%;
    max-width: 600px;
    justify-content: center;
}

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

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

.prof-companionList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}

.prof-companionList li.thumb-list {
    position: relative;
    width: 20%;
    padding-bottom: 100px;
}

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

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

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

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

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

@media only screen and (max-width:1400px) {
    .prof-companionList {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        max-width: 1080px;
        margin: 0 auto;
    }

    .prof-companionList li.thumb-list {
        position: relative;
        width: 25%;
        padding-bottom: 100px;
    }

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

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

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

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

.prof-companionList li.thumb-list a {
    display: block;
    position: relative;
    margin: 5px 10px;
    padding: 10px 0 10px 0;
}

.prof-companionList li.thumb-list a .thumb-wrap {
    display: block;
    position: relative;
    z-index: 2;
}

.prof-companionList li.thumb-list a .thumb-wrap .thumb-p {
    overflow: hidden;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto;
    transition: 0.3s ease;
}

.prof-companionList li.thumb-list a:hover .thumb-p {
    opacity: 0.8;
}

.prof-companionList li.thumb-list a .thumb-wrap .thumb-p img {
    width: 100%;
}


.prof-companionList li.thumb-list a dl {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    width: 100%;
}

.prof-companionList li.thumb-list a dl .name-inner {
    display: block;
    border: 2px solid #eeeae6;
    position: relative;
    background-color: #eeeae6;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); */
}

.prof-companionList li.thumb-list a dl .name-inner .name-area {
    border: 1px solid #ebe6ed;
    display: block;
    padding: 60px 0 10px 0;
    background: rgb(254, 251, 250);
    background: -moz-linear-gradient(top, rgba(254, 251, 250, 1) 1%, rgba(252, 245, 245, 1) 50%, rgba(250, 242, 243, 1) 51%, rgba(252, 239, 241, 1) 51%, rgba(252, 244, 245, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 251, 250, 1) 1%, rgba(252, 245, 245, 1) 50%, rgba(250, 242, 243, 1) 51%, rgba(252, 239, 241, 1) 51%, rgba(252, 244, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 251, 250, 1) 1%, rgba(252, 245, 245, 1) 50%, rgba(250, 242, 243, 1) 51%, rgba(252, 239, 241, 1) 51%, rgba(252, 244, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefbfa', endColorstr='#fcf4f5', GradientType=0);
    border-radius: 6px;
}

.prof-companionList li.thumb-list a dl span.nf-TL {
    background-image: url(/pc/img/name_frame_TL.png);
    width: 34px;
    height: 24px;
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    overflow: hidden;
}

.prof-companionList li.thumb-list a dl span.nf-TR {
    background-image: url(/pc/img/name_frame_TR.png);
    width: 34px;
    height: 24px;
    position: absolute;
    top: -4px;
    right: -4px;
    display: block;
    overflow: hidden;
}

.prof-companionList li.thumb-list a dl span.nf-BR {
    background-image: url(/pc/img/name_frame_BR.png);
    width: 34px;
    height: 24px;
    position: absolute;
    bottom: -4px;
    right: -4px;
    display: block;
    overflow: hidden;
}

.prof-companionList li.thumb-list a dl span.nf-BL {
    background-image: url(/pc/img/name_frame_BL.png);
    width: 34px;
    height: 24px;
    position: absolute;
    bottom: -4px;
    left: -4px;
    display: block;
    overflow: hidden;
}


.prof-companionList li.thumb-list a dl dt.name {
    /*    font-size: 3vmin;*/
    font-size: 20px;
    line-height: 1;
    color: #b35379;
    padding: 5px 0 6px 0;
    letter-spacing: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

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

.prof-companionList li.thumb-list a dl dt.name b {
    font-size: 14px;
    line-height: 1;
    color: #727272;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
}


.prof-companionList li.thumb-list a dl small {
    height: 0px;
    width: 90%;
    display: block;
    border-top: 1px dotted #d56390;
    margin: 10px auto;
    transition: 0.3s ease;
}

.prof-companionList li.thumb-list a dl dt.name span {
    display: block;
    color: #b35379;
    font-size: 10px;
    margin-bottom: 3px;
    font-family: 'FunctionsPro', sans-serif;
    letter-spacing: 2px;
    display: none;
}


.prof-companionList li.thumb-list a dl dd.size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 10px;
    color: #d56390;
    padding-top: 6px;
}

.prof-companionList li.thumb-list a dl dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-right: 3px;
    color: #b35379;
}

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

.prof-companionList li.thumb-list .newMark2 {
    position: absolute;
    top: 28px;
    left: 16px;
}

.prof-companionList li.thumb-list .newMark2 span {
    display: inline-block;
    color: #fff;
    background: rgb(169, 3, 41);
    background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(206, 4, 7, 1) 44%, rgba(219, 0, 3, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(206, 4, 7, 1) 44%, rgba(219, 0, 3, 1) 100%);
    background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(206, 4, 7, 1) 44%, rgba(219, 0, 3, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#db0003', GradientType=0);
    font-size: 12px;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
}

.prof-companionList li.thumb-list a.ca .ss-icon {
    position: absolute;
    top: 25px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
}

.prof-companionList li.thumb-list a.ca .ss-icon li {
    margin: 0 3px;
}

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

.prof-companionList li.thumb-list a.ca .ss-icon .shameMark span {
    display: block;
}

.prof-companionList li.thumb-list a.ca .ss-icon .shameMark span i {
    font-size: 17px;
    vertical-align: middle;
    color: #ff8bc1;
}

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

.prof-companionList li.thumb-list a.ca .ss-icon .movieMark span {
    display: block;
}

.prof-companionList li.thumb-list a.ca .ss-icon .movieMark span i {
    font-size: 20px;
    vertical-align: middle;
    color: #ffa784;
}

.prof-companionList li.thumb-list a.ca .nirinMark {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 50px;
    border-radius: 6px 0 0 0;
    overflow: hidden;
}

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

.prof-companionList li.thumb-list a.ca .rePhoto {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 58px;
}

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

.prof-companionList li.thumb-list a.ca span.shiftMark {
    display: block;
    text-align: center;
}

.prof-companionList li.thumb-list a.ca span.shiftMark b {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.prof-companionList li.thumb-list a.ca span.shiftMark2 {
    display: block;
    text-align: center;
    transition: 0.4s ease-in-out;
}

.prof-companionList li.thumb-list a.ca span.shiftMark2 b {
    display: block;
    color: #ccc;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.prof-companionList li.thumb-list a.ca span.shiftMark3 {
    display: block;
    text-align: center;
}

.prof-companionList li.thumb-list a.ca span.shiftMark3 b {
    display: block;
    color: #ccc;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: italic;
    min-height: 14px;
}

.thisThumb {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: yellow;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.nopage {
    text-align: center;
    padding: 20vh 0;
    font-size: 20px;
    color: #333;
    min-height: 800px;
}