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

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    margin-top: -45px;
    margin-left: -125px;
    text-align: center;
    color: #fff;
    z-index: 9999;
    font-family: 'Cormorant Upright', serif;
}

/*
@media only screen and (min-width:0) and (max-width:1480px){
    #profileWrap{
        position: relative;
    }
}
@media only screen and (min-width:1481px){
    #profileWrap{
        position: relative;
        margin-right: 290px;
    }
}
*/
#profileWrap {
    position: relative;
}

#profile {}

/*******************************��������************************************/
#photoWrap {
    margin: 0 20px 0 20px;
    overflow: hidden;
}

.photoContents {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    background: #f7f7f7;
    width: 100%;
    max-width: 1480px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.photoContainer {
    position: relative;
    text-align: center;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
}


.profile_border {
    width: 100%;
    height: 3px;
    border-bottom: 3px double #141414;
    margin: 100px 0;
}

.rankIcn {}

.rankIcn li {
    width: 240px;
    margin: 0 auto 10px auto;
}

.rankIcn li img {
    width: 100%;
}


#commentAreaWrap {
    margin: 100px 20px;
}

#commentContainer {
    position: relative;
    max-width: 1280px;
    min-width: 720px;
    margin: 0px auto;
    padding: 50px 0;
    background: #fff;
}

#commentArea {
    margin: 0 50px;
    background: #f7f7f7;
    padding: 20px 50px;
    text-align: center;
}

.review-icon{
    position: absolute;
    top: 20px;
    right: 20px;
}
.review-icon a{
    display: inline-block;
    background-color: #E7201B;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 17px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    transition: 0.3s ease;
}
.review-icon a:hover{
    background-color: #fff;
    color: #e7201b;
}


/*
#commentAreaWrap{
    max-width: 1580px;
    width: 100%;
	margin:0 auto;
	padding-top:100px;
}
#commentContainer{
    margin: 20px;
 	background:#fff;
}
#commentArea{
	position:relative;
    width: 1080px;
    margin: 0 auto;
    background: #fafafa;
    text-align: center;
}
*/

#profileNameWrap {
    text-align: center;
    margin-top: 50px;
}

.profileName h3 {
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 60px;
    font-weight: bold;
    font-family: 'Anton', "Sawarabi Gothic", "���C���I", sans-serif;
    color: #c4c4c4;
    transform: scaleY(1.4);
}

.profileName h4 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 36px;
    font-weight: bold;
    font-family: "Sawarabi Mincho", "�q���M�m���� Pro W6", "Hiragino Mincho Pro", "HGS����E", "���C���I", sans-serif;
    margin: 50px 0 10px 0;
}

.profileName h5 {
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    font-size: 12px;
    letter-spacing: 5px;
}

.profileName h5 b {
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: normal;
    margin-right: 6px;
}

.profile_castMark {
    position: relative;
    width: 400px;
    margin: 20px auto 0 auto;
}

.profile_castMark li {
    width: 200px;
    float: left;
}

.profile_castMark li span {
    display: block;
    margin: 3px;
    padding: 4px 2px;
    border: 3px double #464646;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;

}

#commentArea p.profile_subTitle {
    color: #400000;
    font-weight: bold;
    font-size: 24px;
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    margin: 50px 0 20px 0;
    /*	text-decoration:underline;*/
}

#commentArea blockquote.comment {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    width: 90%;
    margin: 0 auto;
}

.profileTable {
    width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
}

.profileTable tbody {}

.profileTable tbody tr {}

.profileTable tbody tr th:first-child {
    border-top: 1px solid #e7e7e7;
}

.profileTable tbody tr th {
    width: 30%;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px;
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: top;
    text-align: left;
}

.profileTable tbody tr td {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    width: 70%;
    padding: 20px 40px;
    font-size: 14px;
    line-height: 14px;
    font-family: "Sawarabi Mincho", "���C���I", sans-serif;
    text-align: left;
    letter-spacing: 2px;
    border-spacing: 10px 0;
    text-align: left;
    color: #400000;
}

.profileTable tbody tr td span {
    display: inline-block;
    margin-right: 20px;
}

#profileTimeAreaWrap {
    width: 800px;
    margin: 0 auto;
}

#profileTimeArea {
    position: relative;
}

#profileTimeArea #profileShift {}

#profileTimeArea #profileShift li p {
    border-bottom: 1px solid #e7e7e7;

}

#profileTimeArea #profileShift li p span.shift_day {
    color: #121212;
    width: 50%;
    text-align: center;
    display: inline-block;
    background: #f7f7f7;
    padding: 20px 0;
    font-family: 'Cinzel', serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: center;
}

#profileTimeArea #profileShift li p span.sun {
    color: #e1005b;
}

#profileTimeArea #profileShift li p span.sat {
    color: #04a3ff;
}

#profileTimeArea #profileShift li p span.shift_time {
    width: 50%;
    text-align: center;
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;

}

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

.reportList li.report {
    border: 1px solid #141414;
    margin-bottom: 4px;
}

.reportList li.report a {
    display: block;
    text-align: center;
    padding: 20px;
    margin: 1px;
    background: #fff;
    border: 1px solid #141414;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.reportList li.report a:hover {
    background: #141414;
    color: #fff;
}

.blog {
    width: 600px;
    margin: 10px auto;
    border: 1px solid #141414;
}

.blog span a {
    display: block;
    text-align: center;
    padding: 20px;
    margin: 1px;
    background: #fff;
    border: 1px solid #141414;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Cormorant Upright', serif;
    font-size: 20px;
}

.blog span a:hover {
    background: #141414;
    color: #fff;
}

.shameAllList {
    width: 600px;
    margin: 10px auto;
    border: 1px solid #141414;
}

.shameAllList span a {
    display: block;
    text-align: center;
    padding: 20px;
    margin: 1px;
    background: #fff;
    border: 1px solid #141414;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shameAllList span a:hover {
    background: #141414;
    color: #fff;
}

.profile_newFace {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 250px;
}

.profile_newFace img {
    width: 100%;
}

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

.profileGravure{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.profileGravure li a{
    display: block;
    margin: 0 10px;
}

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

/*
@media screen and (min-width: 1600px) and (max-width: 4000px) {
}
*/
