#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: 100%;
    text-align: center;
}

.photoContents span {
    display: block;
    height: 100%;
}

.photoContents span img {
    /*
    height: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    */

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;


}

#prof_thumb {
    position: absolute;
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
    height: 7%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    left: calc(50% - 160px);
}

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

.profileSubTitle {
    position: relative;
    text-align: center;
    margin: 80px 0 20px 0;
    padding: 20px 0;
    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;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 40px;
    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/comment_bg.png) repeat;
    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/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 100px 0;
}

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

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

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

.chach {
    font-size: 15px;
    line-height: 1;
    margin: 0 0 50px 0;
    color: #9f9f9f;
    font-weight: 500;
    display: block;
    line-height: 140%;
}

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

.iconWrap_profile ul li:nth-child(even) span {
    margin: 2px;
    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 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;
    }
}

#companionName {
    position: relative;

}

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

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

#name table.nameTable tr th {
    text-align: left;
    position: relative;
    display: block;
}

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

#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: 12px;
}

#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: 48px;
    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: 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;
}

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

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