@media only screen and (max-width:1370px) {
    #photoWrap {
        position: relative;
        text-align: center;
        width: 100%;
        background: #fff;
    }

    #profile-wapper {
        position: relative;
        height: 100%;
        max-width: 1000px;
        width: 96%;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 1);
        background-image: url(/pc/img/profile_comment_bg.jpg);
        background-repeat: repeat;
        background-position: 50% 0%;
        background-size: 100% auto;
        padding: 0 0 0 0;
    }
}

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

    /* #photoWrap {
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        height: 100vh;
        max-width: calc(100% - 600px);
        min-width: 60%;
    }

    #profile-wapper {
        position: relative;
        height: 100%;
        max-width: 600px;
        width: 40%;
        margin: 0 0 0 auto;
    } */
    #photoWrap {
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        height: 100vh;
        width: 50vw;
    }

    #profile-wapper {
        position: relative;
        height: 100%;
        width: 50vw;
        margin: 0 0 0 auto;
        background-color: rgba(255, 255, 255, 1);
        background-image: url(/pc/img/profile_comment_bg.jpg);
        background-repeat: repeat;
        background-position: 50% 0%;
        background-size: 100% auto;
        padding: 10px 10px 0 10px;
    }
}

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

#profile {
    position: relative;
}

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

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

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

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

.profileLogo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 22%;
    max-width: 240px;
    min-width: 200px;
    z-index: 10;
}

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

.profileLogo img {
    width: 100%;
}

.profileLogo .pH1 {
    font-size: 8px;
    position: absolute;
    bottom: 7px;
    right: 60px;
    font-family: "Noto Serif JP", serif;
    font-style: italic;
    white-space: nowrap;
}

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

/* .profileSubTitle {
    position: absolute;
    text-align: center;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 28%;
} */

.profileSubTitle-wrap {
    position: absolute;
    text-align: center;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%) !important;
    width: 25%;
}


.profileSubTitle {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {}

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

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

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

.profileSubTitle span {
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    display: inline-block;
    overflow: hidden;
    padding: 1px 0;
    background: #292929;
    background: -webkit-linear-gradient(top, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background: linear-gradient(to top, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.profileSubTitle span:nth-of-type(1) {
    animation-delay: 0.6s;
}

.profileSubTitle span:nth-of-type(2) {
    animation-delay: 0.7s;
}

.profileSubTitle span:nth-of-type(3) {
    animation-delay: 0.8s;
}

.profileSubTitle span:nth-of-type(4) {
    animation-delay: 0.9s;
}

.profileSubTitle span:nth-of-type(5) {
    animation-delay: 1s;
}

.profileSubTitle span:nth-of-type(6) {
    animation-delay: 1.1s;
}

.profileSubTitle span:nth-of-type(7) {
    animation-delay: 1.2s;
}

.profileSubTitle span:nth-of-type(8) {
    animation-delay: 1.3s;
}

.profileSubTitle span:nth-of-type(9) {
    animation-delay: 1.4s;
}

.profileSubTitle span:nth-of-type(10) {
    animation-delay: 1.5s;
}

.profileSubTitle b {
    font-size: 12px;
    display: block;
    line-height: 1;
    padding: 2px 0;
    background: #292929;
    background: -webkit-linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background: linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.profileSubTitle2 {
    position: relative;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}

.profileSubTitle2 span {
    font-size: 36px;
    display: inline-block;
    letter-spacing: -1px;
    font-family: 'Averia Serif Libre', cursive;
}

.profileSubTitle2.si span:nth-child(5) {
    padding-left: 7px;
}

.profileSubTitle-wrap b {
    color: #ffa784;
    font-size: 12px;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
    background: #292929;
    background: -webkit-linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background: linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.profileSubTitle3 {
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    display: inline-block;
    overflow: hidden;
    padding: 1px 0;
    color: rgba(0, 0, 0, 0.2);
    background-image: url(https://amuws.net/pc/img/text_bg.jpg);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
    -webkit-background-clip: text;
}

.profileSubTitle3 b {}

.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-bg-shadow {
    width: 100%;
    height: 1500px;
    position: absolute;
    top: calc(100vh - 90px);
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    display: none;
}

.catch {
    font-size: 16px;
    line-height: 180%;
    color: #292929;
    display: block;
    text-align: left;
    margin-left: 28%;
}


@media only screen and (max-width:1370px) {
    #commentArea {
        position: relative;
        padding: 100px 40px 0 40px;
    }
}

@media only screen and (min-width:1371px) {
    #commentArea {
        position: relative;
        padding: 100px 20px 0 20px;
    }
}

#commentArea-Wrap {
    position: relative;
    padding: 10px 10px 100px 10px;
    background: rgba(255, 255, 255, 0.3);
}

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

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

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

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

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

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

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

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

#comment-container {
    position: relative;
}

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

.profile_border {
    padding: 50px 0;
    background: none;
}

.comment {
    position: relative;
    width: 100%;
}

.comment-inner {
    position: relative;
}

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

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

.shiftMark_profile {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 0) 0%, rgba(255, 139, 193, 1) 50%, rgba(255, 167, 132, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 0) 0%, rgba(255, 139, 193, 1) 50%, rgba(255, 167, 132, 0) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 0) 0%, rgba(255, 139, 193, 1) 50%, rgba(255, 167, 132, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff8bc1', endColorstr='#00ffa784', GradientType=1);
    padding: 5px 50px;
}

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

.shiftMark_profile li {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);

    /* background: -moz-linear-gradient(left,  rgba(255,139,193,0) 0%, rgba(255,139,193,1) 50%, rgba(255,167,132,0) 100%);
background: -webkit-linear-gradient(left,  rgba(255,139,193,0) 0%,rgba(255,139,193,1) 50%,rgba(255,167,132,0) 100%);
background: linear-gradient(to right,  rgba(255,139,193,0) 0%,rgba(255,139,193,1) 50%,rgba(255,167,132,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8bc1', endColorstr='#00ffa784',GradientType=1 ); */

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iconWrap_profile {
    position: relative;
    width: auto;
    margin-left: 28%;
    text-align: left;
}

.iconWrap_profile .newDiscount{
    display: block;
    position: relative;
    width: 70%;
    max-width: 300px;
    margin: 0 auto 10px 0;
}

.iconWrap_profile .newDiscount b{
    display: inline-block;
}

.iconWrap_profile .newDiscount b img{
    width: 100%;
}

.iconWrap_profile ul {
    display: flex;
    flex-wrap: wrap;
}

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

.iconWrap_profile ul li:nth-of-type(odd) span {
    margin: 3px;
    font-size: 14px;
    padding: 5px 8px;
    background: rgba(255, 139, 192, 0.8);
    color: #fff;
    display: block;
    border-radius: 2px;
}

.iconWrap_profile ul li:nth-of-type(even) span {
    margin: 3px;
    font-size: 14px;
    padding: 5px 8px;
    background: rgba(255, 167, 133, 0.8);
    color: #fff;
    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;
    text-align: left;
    padding: 10px;
    z-index: 1;
    width: auto;
    margin-left: 28%;
    text-align: left;
}

/*
#comment-container blockquote::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, #000 0, #1c1c1c 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: -100;
}
*/
#comment-container blockquote span.comment-txt {
    display: block;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 2px;
    text-align: left;
    color: #292929;
}

#profileQuestion {
    position: relative;
    width: auto;
    border-collapse: separate;
    border-spacing: 0 4px;
    text-align: left;
    margin-left: 28%;
    text-align: left;
    width: 72%;
}

#profileQuestion tr:nth-of-type(odd) .selfQ {
    color: #fff;
    background: #FC9EC8;
    font-size: 14px;
    line-height: 140%;
    padding: 8px 0;
    display: inline-block;
    text-align: center;
    width: 30%;

}

#profileQuestion tr:nth-of-type(even) .selfQ {
    color: #fff;
    background: #FCB499;
    font-size: 14px;
    line-height: 140%;
    padding: 8px 0;
    display: inline-block;
    text-align: center;
    width: 30%;
}


#profileQuestion .selfA {
    font-size: 14px;
    padding: 8px 3px 8px 20px;
    color: #292929;
    width: auto;
    border-bottom: 1px dotted #ccc;
    line-height: 140%;
    display: inline-block;
    width: 70%;
}

#profileQuestion li .selfA.stars {
    letter-spacing: 4px;
}

#profileShift {
    position: relative;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: 28%;
}

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

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

#profileShift li .shift-inner {
    display: block;
    margin: 2px;
    position: relative;
    background-color: #fff;

}

#profileShift li dl {
    padding: 30px 10px;
    display: block;
    color: #292929;
    position: relative;
    /* border: 3px solid #e3e3e3; */
    /*
	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: #292929;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

#profileShift li dl dd.day {
    font-size: 20px;
    border-bottom: 2px dotted #e3e3e3;
    margin: 0 10%;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    color: #292929;
}

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

#profileShift li:nth-of-type(1) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

#profileShift li:nth-of-type(2) {
    animation-delay: 0.4s;
}

#profileShift li:nth-of-type(3) {
    animation-delay: 0.5s;
}

#profileShift li:nth-of-type(4) {
    animation-delay: 0.6s;
}

#profileShift li:nth-of-type(5) {
    animation-delay: 0.7s;
}

#profileShift li:nth-of-type(6) {
    animation-delay: 0.8s;
}

#profileShift li:nth-of-type(7) {
    animation-delay: 0.9s;
}

#profileShift li:nth-of-type(8) {
    animation-delay: 1s;
}

#profileShift li:nth-of-type(9) {
    animation-delay: 1.1s;
}

#profileShift li:nth-of-type(10) {
    animation-delay: 1.2s;
}

#profileShift li:nth-of-type(11) {
    animation-delay: 1.3s;
}

#profileShift li:nth-of-type(12) {
    animation-delay: 1.4s;
}

#profileShift li:nth-of-type(13) {
    animation-delay: 1.5s;
}

#profileShift li:nth-of-type(14) {
    animation-delay: 1.6s;
}

#profileShift li:nth-of-type(15) {
    animation-delay: 1.7s;
}

#profileShift li:nth-of-type(16) {
    animation-delay: 1.8s;
}

#profileShift li .fBorder-T {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 139, 192, 0.3);
    border-radius: 1px;
}

#profileShift li .fBorder-R {
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 167, 133, 0.3);
    border-radius: 1px;
}

#profileShift li .fBorder-B {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 167, 133, 0.3);
    border-radius: 1px;
}

#profileShift li .fBorder-L {
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 139, 192, 0.3);
    border-radius: 1px;
}

.media_report {
    position: relative;
    width: auto;
    margin-left: 28%;
}

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

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

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

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

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

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

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

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

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

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

.media_report li:nth-of-type(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: #292929;
}

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

.iFrameWrap {
    position: relative;
    width: auto;
    margin-left: 28%;
}

.profileIfream {
    height: 500px;
    border: 0;
    padding: 0;
    background: #fff;
    display: block;
    width: 100%;
}

.spButton {
    position: relative;
    text-align: right;
    margin: 10px 0 0 auto;
}

.spButton span {
    display: block;

}

.spButton span a {
    display: inline-block;
    background-color: #fae5da;
    color: #525252;
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 13px;
}

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

.nameArea {
    position: relative;
    width: auto;
    margin-left: 28%;
    /* margin-left: 33%; */
}

.newMark_profile {
    position: absolute;
    top: -50px;
    left: -80px;
    z-index: 2;
    width: 200px;
}

.newMark_profile img {
    width: 100%;
    transform: rotate(-15deg) skewX(-4deg);
    transform-origin: center center;
}

.rankingIcon {
    position: absolute;
    width: 144px;
    top: -126px;
    left: 50%;
    transform: translate(-50%, 0);
}

.rankingIcon img {
    width: 100%;
}

.rankingIcon {
    position: absolute;
    width: 144px;
    top: -126px;
    left: 50%;
    transform: translate(-50%, 0);
}

.rankingIcon img {
    width: 100%;
}

.ranking-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: flex-start; */
    width: 80%;
    max-width: 380px;
    text-align: center;
    margin: 0 auto;
}

.ranking-icon li.ranks{
    width: 46%;
    padding: 0 2%;
    margin-bottom: 20px;
}

.ranking-icon li.ranks1{
    width: 46%;
    padding: 0 2%;
    margin-bottom: 20px;
}

.ranking-icon li.ranks2{
    width: 46%;
    padding: 0 2%;
    margin-top: -0.5%;
}

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

#companionName {
    position: relative;
    z-index: 0;
}

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

.webReserve {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgb(255, 138, 193);
    background: -moz-linear-gradient(45deg, rgba(255, 138, 193, 1) 0%, rgba(255, 167, 131, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 138, 193, 1) 0%, rgba(255, 167, 131, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 138, 193, 1) 0%, rgba(255, 167, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1", endColorstr="#ffa783", GradientType=1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 100;

}

.webReserve a {
    display: block;
    padding: 14px;
}

.webReserve a img {
    width: 100%;
}


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

.newPhoto_profile img {
    width: 100%;
}

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

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

.kuchikomi_profile span a {
    display: inline-block;
    background: #00d0ef;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    font-family: "Roboto", source-han-sans-japanese, sans-serif;
    padding: 0 8px;
    border-radius: 3px;
    border: 1px solid yellow;
}

#name ul.c-sns {
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 7px;
}

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

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

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

#name ul.c-sns li.sns-t span{
    line-height: 40px;
}

#name ul.c-sns li.sns-t span img{
    width: 60%;
}

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

#name ul.c-sns li.sns-f {
    background: #4267b2;
}

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

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

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

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

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

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

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

#name ul.c-sns li.sns-k:hover i {
    color: #ff0558;
}

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

#name ul.c-sns li.sns-t:hover i {
    color: #2daae1;
}

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

#name ul.c-sns li.sns-i:hover i {
    color: rgba(194, 49, 134, 1);
}

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

#name ul.c-sns li.sns-f:hover i {
    color: #4267b2;
}

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

#name ul.c-sns li.sns-b:hover i {
    color: #ef7a2b;
}

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

#name table.nameTable tr th.n-s {
    width: 20%;
    text-align: left;
    padding: 15px 3px;
    position: relative;
    color: #292929;
    /* background: #292929;
    border-bottom: 1px dotted #e3e3e3;
    color: #f4f4f4; */
}

#name table.nameTable tr td.n-s {
    position: relative;
    width: 80%;
    padding: 0 0 0 20px;
}

#name table.nameTable tr th.n-s span {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    color: #f4f4f4;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 400;
    background: #292929;
    padding: 0 3px;
    line-height: 18px;
}

#name table.nameTable tr td.n-s span {
    position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;

}

#name table.nameTable tr td.n-s span.cn {}

#name table.nameTable tr td.n-s span.cn h3 {
    letter-spacing: 2px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    color: #292929;
}

#name table.nameTable tr td.n-s span.cn h3 small {
    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 3px;
    position: relative;
    color: #292929;
    font-family: "FunctionsPro", sans-serif;
    padding-bottom: 4px;
}

#name table.nameTable tr td.n-s span.cn b {
    letter-spacing: 2px;
    font-family: 'FunctionsPro', sans-serif;
    font-size: 18px;
    color: #292929;
    display: inline-block;
    padding-left: 7px;
}

#name table.nameTable tr td.n-r {
    padding: 0 0 0 20px;

}

#name table.nameTable tr td.n-r span.cn small {
    font-size: 10px;
    text-align: center;
    letter-spacing: 6px;
    position: relative;
    color: #292929;
    display: inline-block;
    font-family: "Roboto", sans-serif;
}

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

#name table.nameTable tr td.n-s span.cs b {
    font-size: 16px;
    margin-right: 10px;
    font-family: 'FunctionsPro', sans-serif;
    color: #292929;
    font-weight: 500;
}

#name table.nameTable tr td.n-s span {
    font-size: 16px;
    color: #292929;
    font-weight: 500;
}

@media only screen and (max-width:1370px) {
    .shiftMark_profile3 {
        bottom: 170px;
    }
}

@media only screen and (min-width:1371px) {
    .shiftMark_profile3 {
        bottom: 140px;
    }
}

.shiftMark_profile3 {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 400px;
    justify-content: center;
    display: block;
}

.shiftMark_profile3 .shiftMark_text {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    /* background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1); */
    padding: 5px 0;
    justify-content: center;
    display: block;
}

.shiftMark_profile3 .shiftMark_text span {
    display: block;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
}

.shiftMark_profile3 .shiftMark_text li {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(1) {
    animation-delay: 0.6s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(2) {
    animation-delay: 1s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(3) {
    animation-delay: 1.4s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(4) {
    animation-delay: 1.8s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(5) {
    animation-delay: 2.2s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(6) {
    margin-left: 10px;
    animation-delay: 2.6s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(7) {
    animation-delay: 3s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(8) {
    animation-delay: 3.4s;
}

.shiftMark_profile3 .shiftMark_text li:nth-of-type(9) {
    animation-delay: 3.8s;
}

.todayTime {
    width: 100%;
}

.todayTime .time {
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    ;
    font-size: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);

}

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

.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-of-type(5n+1) {
    animation-delay: 0.3s;
}

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

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

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

.prof-companionList li.thumb-list:nth-of-type(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-of-type(4n+1) {
        animation-delay: 0.3s;
    }

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

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

    .prof-companionList li.thumb-list:nth-of-type(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: 60px;
    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: 50px 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: 8px;
    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: 38px;
    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: 35px;
    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%;
}

@media only screen and (max-width:1370px) {
    #footerWrap {
        position: relative;
        width: 100%;
        z-index: 9000;
        background: #000;
        min-width: 1040px;
        padding: 80px 0 0 0;
        margin: 0 0 0 auto;
    }

    .foot-fixArea {
        position: fixed;
        z-index: 8998;
        width: 100%;
        min-width: 1040px;
        background: #000;
        height: 60px;
        overflow: hidden;
    }
}

@media only screen and (min-width:1371px) {
    #footerWrap {
        position: relative;
        z-index: 9000;
        background: #000;
        padding: 80px 0 0 0;
        max-width: 50vw !important;
        width: 50vw !important;
        min-width: 540px !important;
        margin: 0 0 0 auto;
        /*
        position: relative;
        z-index: 9000;
        background: #000;
        padding: 80px 0 0 0;
        max-width: 600px !important;
        width: 40% !important;
        min-width: 540px !important;
        margin: 100px 0 0 auto;
        */
    }

    #footer dt {
        position: relative;
        margin: 0 auto;
    }

    .foot-fixArea {
        position: fixed;
        z-index: 8998;
        max-width: 50vw;
        width: calc(50vw - 24px);
        background: #000;
        height: 60px;
        overflow: hidden;
        right: 12px;
        /*
        position: fixed;
        z-index: 8998;
        max-width: 576px;
        width: calc(40% - 24px);
        background: #000;
        height: 60px;
        overflow: hidden;
        right: 12px;
        */
    }

    .footerMenu {
        display: none;
    }

    #footer dd.footerInfo {
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    #footer dd.footerInfo ul {
        justify-content: center;
    }

    #footerBottomWrap {
        display: none;
    }

    .foot-fixArea .foot-fix a.pageTopBtn {
        right: 0;
    }

}

@media only screen and (max-width:1370px) {
    .profileVideo {
        position: relative;
        width: auto;
        margin-left: 28%;
    }

    .profileVideo video {
        width: 100%;
        border: 2px solid #fff;
    }

    .profileGravure {
        position: relative;
        width: auto;
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 0 28%;
    }

    .profileGravure li {
        position: relative;
        width: 50%;
    }

    .profileGravure li a {
        position: relative;
        display: block;
        margin: 5px;
        border: 2px solid rgba(255, 139, 192, 0.3);
    }

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

@media only screen and (min-width:1371px) {
    .profileVideo {
        position: relative;
        margin: 0 auto;
        width: auto;
        margin-left: 28%;
    }

    .profileVideo video {
        width: 100%;
        border: 2px solid #fff;
    }

    .profileGravure {
        position: relative;
        width: auto;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 0 28%;
    }

    .profileGravure li {
        position: relative;
        width: 50%;
    }

    .profileGravure li a {
        position: relative;
        display: block;
        margin: 5px;
        border: 2px solid rgba(255, 139, 192, 0.3);
    }

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

.nopage{
    font-size: 24px;
    text-align: center;
    padding: 30vh 0;
}

@media only screen and (max-width:1370px) {}

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