@media only screen and (min-width : 1240px) {
    #profileWrap {
        position: relative;
    }

    #profWrap {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 100;
        background-image: url(/pc/img/prof_bg.jpg);
        background-repeat: repeat;
        background-color: #141414;
    }

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

    #photoWrap {
        position: relative;
        height: 100vh;
        text-align: center;
        /*        margin: 0 0 0 -50%;*/
        margin: 0 0 0 0;
        width: 60%;
    }

    .photoContents {
        position: relative;
        height: 94%;
        text-align: center;
        /*        text-align: right;*/
    }

    .photoContents span {
        padding: 15px 10px 10px 10px;
        display: block;
        height: 100%;
        position: relative;
        /*
    background: rgb(255,243,227);
    background: -moz-linear-gradient(top,  rgba(255,243,227,1) 0%, rgba(200,185,166,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,243,227,1) 0%,rgba(200,185,166,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,243,227,1) 0%,rgba(200,185,166,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3e3', endColorstr='#c8b9a6',GradientType=0 );
*/
        /*
        background: rgb(145, 146, 148);
        background: -moz-linear-gradient(45deg, rgba(145, 146, 148, 1) 0%, rgba(178, 182, 183, 1) 47%, rgba(237, 237, 237, 1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(145, 146, 148, 1) 0%, rgba(178, 182, 183, 1) 47%, rgba(237, 237, 237, 1) 100%);
        background: linear-gradient(45deg, rgba(145, 146, 148, 1) 0%, rgba(178, 182, 183, 1) 47%, rgba(237, 237, 237, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919294', endColorstr='#ededed', GradientType=1);
*/
    }

    .photoContents span img {
        height: 100%;
        max-height: 100%;
        border: 10px solid #333;
    }

    #prof_thumb {
        position: relative;
        /*        transform: translateX(-50%);*/
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
        height: 5%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #prof_thumb li {
        display: inline-block;
        text-align: center;
        width: 19%;
        height: 80%;
        overflow: hidden;
    }

    #prof_thumb li a {
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        border: 2px solid #333;
        border-radius: 2px;
    }

    #prof_thumb li a span {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 0 50%;
        overflow: hidden;
        display: block;
        opacity: 0.5;
        transition: 0.3s ease;
    }

    #prof_thumb li.active a span {
        opacity: 1;
    }

    #prof_thumb li a:hover span {
        opacity: 1;
    }
}

@media only screen and (max-width : 1239px) {
    #profileWrap {
        position: relative;
    }

    #profWrap {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 100;
        background: url(/pc/img/prof_bg.jpg) repeat;
    }

    #photoWrap {
        position: relative;
        height: 100%;
        text-align: center;

    }

    .photoContents {
        position: relative;
        height: 94%;
        text-align: center;
    }

    .photoContents span {
        padding: 15px 10px 10px 10px;
        display: block;
        height: 100%;
    }

    .photoContents span img {
        height: 100%;
        max-height: 100%;
    }

    #prof_thumb {
        position: relative;
        /*        transform: translateX(-50%);*/
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
        height: 5%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #prof_thumb li {
        display: inline-block;
        text-align: center;
        width: 19%;
        height: 80%;
        overflow: hidden;
    }

    #prof_thumb li a {
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        border: 2px solid #676767;
        border-radius: 2px;
    }

    #prof_thumb li a span {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 0 50%;
        overflow: hidden;
        display: block;
        opacity: 0.5;
        transition: 0.3s ease;
    }

    #prof_thumb li.active a span {
        opacity: 1;
    }

    #prof_thumb li a:hover span {
        opacity: 1;
    }
}

.profileTitle {
    margin: 50px 0 100px 0;
}

.profileTitle span {
    color: #a81b3e;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 100px;
    line-height: 1;
    text-align: center;
    background-position: top center;
    background-repeat: repeat;
    padding: 30px;

}

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

.profileTitle small {
    vertical-align: bottom;
}

.profileSubTitle {
    position: relative;
    text-align: center;
    margin: 80px 0 20px 0;
    padding: 20px;
    font-family: 'Sorts Mill Goudy', 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;
    padding: 3%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 60px;
    line-height: 1;
    width: auto;
}

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

.profileSubTitle span {
    display: block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 4px;
    color: #a18861;
    font-weight: 600;
    text-align: center;
}

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

.profShift p.profShift-inner {
    background-image: url(/pc/img/companion_bg2.jpg);
    background-position: 50% 0;
    background-size: 100% cover;
    transform: skewY(4deg);
    transform-origin: top left;
    position: relative;
    padding: 100px 0 0 0;

}

.profShift p.profShift-inner span {
    display: block;
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
}

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

#profile-wapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url(/pc/img/prof_bg.jpg);
    /*   background-image: url(/pc/img/photo_bg.png) ;*/
    background-repeat: repeat;
}

#commentArea-Wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #141414;
    /*     background: url(/pc/img/prof_bg.jpg) repeat;*/
    background: url(/pc/img/comment_bg.png) repeat;
    /*
        background: rgb(222, 222, 222);
        background: -moz-linear-gradient(top, rgba(222, 222, 222, 1) 88%, rgba(235, 235, 235, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(222, 222, 222, 1) 88%, rgba(235, 235, 235, 1) 100%);
        background: linear-gradient(to bottom, rgba(222, 222, 222, 1) 88%, rgba(235, 235, 235, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#ebebeb', GradientType=0);
*/
    margin: calc(100vh + 12.5%) auto 0 auto;
    z-index: 101;
}

#commentArea-Wrap::before {
    content: "";
    transform: skewY(-7deg);
    transform-origin: top left;
    background-color: #141414;
    /*     background: url(/pc/img/prof_bg.jpg) repeat;*/
    background: url(/pc/img/comment_bg.png) repeat;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

#commentArea {
    position: relative;
    z-index: 10;
    padding: 0 0 200px 0;
    margin: 0 20px;
}

#comment-container {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

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

#comment-inner {
    position: relative;
    padding: 20px;
}

.chach {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 50px 0;
    letter-spacing: 4px;
    color: #9f9f9f;
    display: block;
}

.profShit-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: block;
    z-index: 1005;
    transform: skewY(-4deg);
    width: 300px;

}

.profShit-icon img {
    width: 100%;
}


.iconFlag_profile {
    position: relative;
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    /*    justify-content: center;*/
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

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

.iconFlag_profile li 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;
    margin: 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);

}

.iconWrap_profile {}

.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: 3px 5px;
    background: #5e1f2a;
    color: #ccc;
    display: block;
    border-radius: 2px;
}

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

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;
    font-size: 15px;
    line-height: 220%;
    letter-spacing: 2px;
    margin: 0 auto;
    text-align: center;
    color: #9f9f9f;
}

table#profileQuestion {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: left;
}

table#profileQuestion tr {}

table#profileQuestion tr th {
    color: #333;
    /*
    background: rgb(79, 186, 168);
    background: -moz-linear-gradient(-45deg, rgba(79, 186, 168, 1) 0%, rgba(42, 167, 217, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(79, 186, 168, 1) 0%, rgba(42, 167, 217, 1) 100%);
    background: linear-gradient(135deg, rgba(79, 186, 168, 1) 0%, rgba(42, 167, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fbaa8', endColorstr='#2aa7d9', GradientType=1);
*/
    background: #9f9f9f;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #333;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
}

table#profileQuestion tr td {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    padding: 10px 0 10px 20px;
    display: block;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #333;
    color: #9f9f9f;
    letter-spacing: 4px;
}

table#profileShift {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

table#profileShift tr:nth-child(1) {
    animation-delay: 0.3s;
}

table#profileShift tr:nth-child(2) {
    animation-delay: 0.4s;
}

table#profileShift tr:nth-child(3) {
    animation-delay: 0.5s;
}

table#profileShift tr:nth-child(4) {
    animation-delay: 0.6s;
}

table#profileShift tr:nth-child(5) {
    animation-delay: 0.7s;
}

table#profileShift tr:nth-child(6) {
    animation-delay: 0.8s;
}

table#profileShift tr:nth-child(7) {
    animation-delay: 0.9s;
}

table#profileShift tr:nth-child(8) {
    animation-delay: 1s;
}

table#profileShift tr {
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px solid #333;
}

table#profileShift tr th {
    width: 50%;
    color: #9f9f9f;
    display: inline-block;
    padding: 16px 0 8px 0;
}

table#profileShift tr th span.dayL {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1;
    color: #9f9f9f;
    font-weight: 700;
    font-style: italic;
}

table#profileShift tr th span.weekL {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    display: inline-block;
    padding: 0 0 0 10px;
    line-height: 1;
    color: #9f9f9f;
    font-weight: 700;
    font-style: italic;
}

table#profileShift tr td {
    width: 50%;
    color: #9f9f9f;
    display: inline-block;
    padding: 16px 0 8px 0;

}

table#profileShift tr td span.timeL {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    display: inline-block;
    line-height: 1;
    color: #9f9f9f;
    font-weight: 700;
    font-style: italic;
}

.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%;
    margin: 0 auto;
}

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

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

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

.profileIfream {
    width: 100%;
    height: 890px;
    border: 0;
    padding: 0;
    margin-left: 0;
    background: #fff;
    overflow: hidden;
}


.profileVideo {
    max-width: 800px;
    margin: 0 auto;
    background: #6a3679;

    padding: 10px;
}

.profileVideo video {}

.rose {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/pc/img/rose.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover 100%;
    width: 100%;
    height: 100%;
    min-height: 140vh;
}

.rose2 {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/index/img/hane2.png);
    background-position: 0% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 140vh;
}





@media only screen and (max-width : 1239px) {
    #companionName2 {
        display: none;
    }

    #companionName {
        position: relative;
        text-align: center;

    }

    #name {
        position: relative;
        height: 100%;
        width: 100%;
        padding: 0 10%;
    }

    #name table.nameTable {
        position: relative;
        border-collapse: separate;
        border-spacing: 0 30px;
        width: 100%;
    }

    #name table.nameTable tr th {
        width: 20%;
        text-align: left;
        border-bottom: 1px dotted #333;
        position: relative;
    }

    #name table.nameTable tr td {
        position: relative;
        width: 80%;
        text-align: right;
        border-bottom: 1px dotted #333;
        padding: 10px 4px 4px 0;
    }

    #name table.nameTable tr th span {
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 2px 2px 0 0;
        background: #333;
        padding: 10px;
        color: #9f9f9f;
        font-size: 14px;
    }

    #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: "Noto Serif JP", serif;
        font-weight: 600;
        color: #a18861;
        font-size: 60px;
        display: inline-block;
        text-align: right;
        color: rgba(226, 185, 153, 0);
        background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #name table.nameTable tr td span.cn h3 small {
        font-size: 12px;
        text-align: center;
        letter-spacing: 10px;
        position: relative;
        color: #a18861;
        display: block;
        font-family: "Roboto", sans-serif;
        color: rgba(226, 185, 153, 0);
        background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 5px;
    }

    #name table.nameTable tr td span.cs {
         font-family: "Noto Serif JP", serif;
        display: block;
        letter-spacing: 2px;
        font-size: 14px;
        color: #a18861;
        color: rgba(226, 185, 153, 0);
        background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-left: 10px;
    }

    #name table.nameTable tr td span.cs b {
        font-size: 20px;
        margin-right: 10px;
         font-family: "Noto Serif JP", serif;
        color: #a18861;
        font-weight: 500;
    }

    /*
    #companionName {
        position: relative;
        text-align: center;
        margin-top: 100px;
    }

    #name {
        position: relative;
        display: inline-block;
    }

    #companionName span {
        display: block;
        letter-spacing: 4px;
        padding: 0 0 5px 0;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 16px;
        color: rgba(226, 185, 153, 0);
        background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #companionName h3 {
        letter-spacing: 4px;
        font-family: "Noto Serif JP", serif;
        position: relative;
        font-weight: 600;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        color: #fff;
        font-size: 50px;
        display: inline-block;
        color: rgba(226, 185, 153, 0);
        background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #companionName small {
        font-family: 'Roboto', sans-serif;
        margin-top: 20px;
        display: block;
        padding: 5px 10px;
        letter-spacing: 2px;
        font-size: 12px;
        color: #a18861;
    }

    #companionName small b {
        font-size: 18px;
        margin-right: 10px;
        font-family: 'Roboto', sans-serif;
        color: #a18861;
        font-weight: 500;
    }
*/
    .newMark_profile {
        position: absolute;
        top: -70px;
        left: -50px;
        width: 200px;
    }

    .newMark_profile img {
        width: 100%;
    }

}

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

@media only screen and (min-width : 1240px) {
    #companionName {
        display: none;
    }

    #companionName2 {
        position: absolute;
        top: 50%;
        /*        left: calc(50% + 100px);*/
        left: 50%;
        transform: translate(0, -50%);
        text-align: center;
        width: 50%;
    }

    #name2 {
        position: relative;
        height: 100%;
        max-width: 850px;
/*        width: 100%;*/
        padding: 0 20% 0 15%;
    }

    #name2 table.nameTable {
        position: relative;
        border-collapse: separate;
        border-spacing: 0 30px;
        width: 100%;
    }

    #name2 table.nameTable tr th {
        width: 20%;
        text-align: left;
        border-bottom: 1px solid #333;
        position: relative;
    }

    #name2 table.nameTable tr td {
        position: relative;
        width: 80%;
        text-align: right;
        border-bottom: 1px solid #333;
        padding: 10px 4px 4px 0;
    }

    #name2 table.nameTable tr th span {
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 2px 2px 0 0;
        background: #333;
        padding: 10px;
        color: #9f9f9f;
        font-size: 14px;
    }

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

    #name2 table.nameTable tr td span.cn {
        padding-bottom: 5px;
    }

    #name2 table.nameTable tr td span.cn h3 {
        letter-spacing: 2px;
        font-family: "Noto Serif JP", serif;
        font-weight: 600;
        color: #a18861;
        font-size: 6vmin;
        display: inline-block;
        text-align: right;
        color: rgba(226, 185, 153, 0);
        background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #name2 table.nameTable tr td span.cn h3 small {
        font-size: 1vmin;
        text-align: center;
        letter-spacing: 4px;
        position: relative;
        color: #a18861;
        display: block;
        font-family: "Roboto", sans-serif;
        color: rgba(226, 185, 153, 0);
        background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 5px;
    }

    #name2 table.nameTable tr td span.cs {
         font-family: "Noto Serif JP", serif;
        display: block;
        letter-spacing: 2px;
        font-size: 1.5vmin;
        color: #a18861;
        color: rgba(226, 185, 153, 0);
        background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-left: 10px;
    }

    #name2 table.nameTable tr td span.cs b {
        font-size: 2.5vmin;
        margin-right: 10px;
         font-family: "Noto Serif JP", serif;
        color: #a18861;
        font-weight: 500;
    }

    /*
    #companionName2 span {
        display: block;
        letter-spacing: 4px;
        padding: 0 0 5px 0;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 2vmin;
        color: rgba(226, 185, 153, 0);
        background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #companionName2 h3 {
        letter-spacing: 4px;
        font-family: "Noto Serif JP", serif;
        position: relative;
        font-weight: 500;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        color: #fff;
        font-size: 7vmin;
        display: inline-block;
        color: rgba(226, 185, 153, 0);
        background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #companionName2 small {
        font-family: 'Roboto', sans-serif;
        margin-top: 20px;
        display: block;
        padding: 5px 10px;
        letter-spacing: 2px;
        font-size: 1.5vmin;
        color: #a18861;
        letter-spacing: 0;
        color: rgba(226, 185, 153, 0);
        background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;        
    }

    #companionName2 small b {
        font-size: 2.5vmin;
        margin-right: 10px;
        font-family: 'Roboto', sans-serif;
        color: #a18861;
        font-weight: 500;
        letter-spacing: 0;
        color: rgba(226, 185, 153, 0);
        background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;        
    }
*/
    .newMark_profile {
        position: absolute;
        top: -70px;
        left: -50px;
        width: 200px;
    }

    .newMark_profile img {
        width: 100%;
    }
}

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

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

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

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