.profile-loadingWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 9999;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 140px;
    margin-top: -70px;
    margin-left: -150px;
    text-align: center;
}

#loader b {
    display: block;
    color: #333;
    z-index: 10000;
    font-family: "Fredericka the Great";
    font-size: 30px;
    letter-spacing: 2px;
}

h2 {
    position: relative;
    font-weight: normal;
    font-size: 10px;
    color: #a27e4f;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

#profileWrap {
    position: relative;
    transition: 0.3s ease;
}

#profile {}

#photoWrap {
    overflow: hidden;
}

.photoContents {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

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

div.shiftMark-icon-prof span {
    font-family: "Fredericka the Great";
    color: #4d4d4d;
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    transform: skew(-4deg, -4deg);
    padding: 10px 0 0 0;
    letter-spacing: 0;
}

div.shiftMark-icon-prof span:before {
    content: "";
    background: #ffff66;
    position: absolute;
    top: 36px;
    left: 50%;
    width: 100%;
    height: 10px;
    z-index: -1;
    transform: translateX(-50%);
}

div.shiftMark-icon-prof img {
    width: 100%;
}


.profileTitle {
    display: none;
}

.profileTitle span {
    display: block;
    font-family: 'Fredericka the Great', sans-serif;
    color: #dd0066;
    font-size: 150px;
    line-height: 1;
    text-align: center;
}

.profileTitle b {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    font-weight: lighter;
    margin-top: 2px;
}

.profileTitle small {
    vertical-align: bottom;
}

.profileSubTitle {
    text-align: center;
    font-family: 'Rochester', sans-serif;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 0 3%;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    margin: 0 0 20px 0;
}

.profileSubTitle::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 23px;
    top: 20px;
    left: -76px;
    /*    background-image: url(/pc/img/text_visual_l.png);*/
    background-size: cover;
    background-repeat: no-repeat;
}

.profileSubTitle::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 23px;
    top: 20px;
    right: -76px;
    /*    background-image: url(/pc/img/text_visual_r.png);*/
    background-size: cover;
    background-repeat: no-repeat;
}

@media all and (-ms-high-contrast: none) {
    .profileSubTitle {
        color: #d09e51;
        background: none;
    }
}

.profileSubTitle span {
    font-size: 14px;
    line-height: 1;
    color: #d09e51;
    display: block;
    text-align: center;
    padding: 2px;
    margin-top: 6px;
    z-index: 1;
    font-weight: 600;
}

.profileSubTitle b {
    letter-spacing: 4px;
}

#commentArea-Wrap {
    position: relative;
    z-index: 1000;
    width: 100%;
}

#commentBG {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
}

#commentArea {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;

}

#comment-container {
    position: relative;
    padding: 0 0 200px 0;
    background: rgba(255, 255, 255, 0.5);
}

#commentMain {
    position: relative;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.prof-inner {
    position: relative;
    padding: 30px 10px;
}

/*
.blockA {
    font-size: 24px;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
    background: rgba(255, 255, 255, 0.5);
}

.blockB {
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
    background: rgba(255, 255, 255, 0.5);
}

.blockC {
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
    background: rgba(255, 255, 255, 0.5);
}

.blockD {
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
    background: rgba(255, 255, 255, 0.5);
}
*/
.profile_border {
    position: relative;
    width: 10%;
    height: 1px;
    margin: 20px auto;
    background: #4d4d4d;
}

.prof-marks {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100%;
    text-align: right;
}

.prof-marks li {
    display: inline-block;
}

.newMark_profile {
    width: 100px;
    position: absolute;
    top: -4px;
    left: -4px;
}


.newMark_profile img {
    width: 100%;
}

.plaMark_profile {}

.plaMark_profile img {
    width: 100%;
    border-radius: 20px 0 0 0;
}

.prof-rankArea {
    position: relative;
    margin: -20px auto 10px auto;
    width: 60%;
    text-align: center;
}

.prof-rankArea li {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.prof-rankArea li span {
    display: block;
    margin: 0 5px;
}

.prof-rankArea li img.rankImg {
    width: 100%;
}

#companionName {
    position: relative;
}

#companionName table {
    border-collapse: collapse;
    width: 100%;
}

#companionName table tr th {
    font-family: "Fredericka the Great", sans-serif;
    font-size: 18px;
    vertical-align: bottom;
    width: 30%;
    border-bottom: 1px dashed #FF7BA0;
    padding: 40px 0 10px 0;
    color: #FF7BA0;
}

#companionName table tr td {
    width: 70%;
    border-bottom: 1px dashed #FF7BA0;
    padding: 40px 0 10px 0;
}

#companionName h3 {
    color: #FF7BA0;
    font-size: 30px;
    display: inline-block;
    line-height: 1;
}

#companionName b.age {
    font-size: 20px;
    color: #FF7BA0;
}

#companionName .smoke {
    width: 70px;
    display: inline-block;
    padding: 15px 0 0 20px;
}

#companionName .smoke img {
    width: 100%;
}

#companionName span.ruby {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 0 0 5px 5px;
    color: #FF7BA0;
    font-weight: 700;
    letter-spacing: 2px;
}

#companionName span.ruby:first-letter {
    color: #5cb0ff;
}

#companionName small {
    font-family: "gothic", sans-serif;
    font-weight: normal;
    color: #FF7BA0;
    display: block;
}

#companionName small b {
    font-size: 20px;
    margin-right: 5px;
    font-family: "tsukua", sans-serif;
    color: #FF7BA0;
}

.iconWrap_profile {
    position: relative;
}

.iconWrap_profile ul.course_icn {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.iconWrap_profile ul.course_icn li {
    display: inline-block;
    border-radius: 15px;
}

.iconWrap_profile ul.course_icn li span {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -2px;
    padding: 3px 10px;
}

.iconWrap_profile ul.course_icn li.premiumMark {
    background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
}

.iconWrap_profile ul.course_icn li.youngMark {
    background: #ffb3ba;
}

.iconWrap_profile ul.course_icn li.adultMark {
    background: #9aafff;
}

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

.iconWrap_profile ul.icon_profile li {
    position: relative;
    text-align: center;
}

.iconWrap_profile ul.icon_profile li span {
    display: block;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1;
    color: #4d4d4d;
    margin: 2px;
    border-radius: 14px;
}

.iconWrap_profile ul.icon_profile li:nth-child(1n) span {
    background-color: #ffe7e9;
}

.iconWrap_profile ul.icon_profile li:nth-child(2n) span {
    background-color: #ebe3f5;
}

.iconWrap_profile ul.icon_profile li:nth-child(3n) span {
    background-color: #fffeae;
}

.iconFlag_profile {
    text-align: center;
    display: flex;
    flex-wrap: wrap:
}

.iconFlag_profile li {
    position: relative;
    display: inline-block;
    text-align: center;
}

.iconFlag_profile li div {
    background: #9B1E3E;
    color: #fff;
    margin: 0 2px;
    font-size: 12px;
    line-height: 1px;
}

.iconFlag_profile li b {
    line-height: 15px;
    font-size: 1;
    color: #fafafa;
    letter-spacing: 4px;
    padding: 7px 5px;
    display: block;
    font-weight: normal;
}

.p-dayIcn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80px;
    z-index: 6000;
}

.p-dayIcn img {
    width: 100%;
}

.expWrap {
    position: relative;
}

.exp {
    border-collapse: separate;
    width: 100%;
    text-align: left;
    position: relative;
    border-spacing: 0px 8px;
}

.exp tr {
    position: relative;
}

.exp tr th {
    color: #4d4d4d;
    padding: 3px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-left: 4px solid #ccc;
    width: 30%;
    letter-spacing: -0.5px;
}

.exp tr:nth-child(1n) th {
    background-color: #ffe7e9;
}

.exp tr:nth-child(2n) th {
    background-color: #ebe3f5;
}

.exp tr:nth-child(3n) th {
    background-color: #fffeae;
}

.exp tr td {
    color: #4d4d4d;
    margin: 5px 0 20px 0;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0 10px 10px;
    font-size: 14px;
    width: 70%;
    letter-spacing: -0.5px;
}

.expWrap dl {
    margin-top: 100px;
}

.expWrap dl dt {

    text-align: left;
    color: #4d4d4d;
    padding: 10px 0;
}

.expWrap dl dd {
    text-align: left;
    color: #4d4d4d;
    padding: 10px 0 10px 30px;
}


table.profileShift {
    overflow: hidden;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;

}

table.profileShift tbody tr {
    border-bottom: 1px solid #ccc;
}

table.profileShift tbody tr th.shift_day {
    color: #80848e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 10px 10px 10px;
    width: 50%;
}

table.profileShift tbody tr td.shift_time {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 10px 10px 10px;
    width: 50%;
}

table.profileShift2 {
    overflow: hidden;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

table.profileShift2 tbody tr {
    border-bottom: 1px solid #ccc;
    display: block;
    width: 48%;
    float: left;
    margin: 0 1%;
}

table.profileShift2 tbody tr th.shift_day {
    color: #80848e;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 0 10px 0;
    width: 40%;
    display: inline-block;
}

table.profileShift2 tbody tr th.shift_day span {
    color: #80848e;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0;
}

table.profileShift2 tbody tr td.shift_time {
    color: #80848e;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    padding: 20px 0 10px 0;
    width: 60%;
    display: inline-block;
}

.messageArea {}

#comment-container blockquote {
    position: relative;
    font-size: 16px;
    line-height: 140%;
    color: #5b5b5b;
    text-align: center;
}


.media_report2 {
    width: 100%;
    margin: 0 auto;
}

.media_report2 li {}

.media_report2 li a {
    position: relative;
    display: inline-block;
    padding: 14px 20px 8px 20px;
    color: #d2d2d2;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    color: #4d4d4d;
    margin: 5px 0 0 0;
    transition: 0.3s ease;
    font-size: 24px;
    line-height: 1;
}

.media_report2 li a span {
    display: inline-block;
    width: 50px;
}

.media_report2 li a img {
    width: 100%;
}

.media_report2 li a:hover {
    color: #000000;
}

.media_report {
    width: 100%;
    margin: 0 auto;
}

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

.media_report li a {
    position: relative;
    display: inline-block;
    padding: 14px 20px 8px 20px;
    color: #d2d2d2;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    color: #4d4d4d;
    margin: 5px 0 0 0;
    transition: 0.3s ease;
}

.media_report li a:hover {
    color: #000000;
}

.profileIfream {
    width: 100%;
    height: 384px;
    border: 0;
    padding: 0;
    margin-left: 0;
    background: transparent;
}

.profileGravure_event {
    margin: 0 auto 0 auto
}

.profileGravure_event li a {
    display: block;
    margin: 2px;
    padding: 5px;
    border: 2px solid #ECEBF0;
    background: #fff;
}

.profileGravure_event li a span {}

.profileGravure_event li a span img {
    width: 100%;
}

#profileGravure {}

#profileGravure li {
    position: relative;
    width: 50%;
    display: inline-block;
    text-align: center;
}

#profileGravure li a {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 2px solid #ECEBF0;
    background: #fff;
}

#profileGravure li a img {
    width: 100%;
}

.profileVideo {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.profileVideo video {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 10px solid #d6ebff;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
    overflow: hidden;
}

.openMenu {
    width: 100px;
    height: 60px;
    background: rgba(0, 0, 0, 0.94);
    text-align: center;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -30px;
    cursor: pointer;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding-top: 30px;
    color: #cdbb84;
    border-radius: 10px 10px 0 0;
}

.openMenu:hover {}