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

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    margin-top: -45px;
    margin-left: -125px;
    text-align: center;
    color: #fff;
    z-index: 7001;
    font-family: "Oswald", 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;
    padding: 0 0 150px 0;
}

#profile {}

#profMenuWrap {
    background-image: url(/p/img/prof_menu_bg.svg);
    position: fixed;
    top: 20px;
    left: 20px;
    height: 600px;
    width: 400px;
    background-size: 100% 100%;
    z-index: 9010;
}

#profMenu {
    position: relative;
    padding: 50px 0 0 0;
}

.wing {
    position: absolute;
    top: -20px;
    left: -30px;
    opacity: 0.1;
    width: 420px;

}

.wing img {
    width: 100%;
}

#profMenu ul li a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    height: 30px;
    width: 180px;
    overflow: hidden;
}

#profMenu ul li a b {
    font-family: 'Oswald', "メイリオ", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    display: block;
    padding: 0 0 0 20px;
    color: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#profMenu ul li a:hover b {
    padding: 0 0 0 30px;
    color: #000;
}

#profMenu ul li a span.en {
    display: block;
    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", serif;
    font-family: 'Oswald', "メイリオ", serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    opacity: 1;
    line-height: 1;
    position: absolute;
    top: 2px;
    left: 34px;
}

#profMenu ul li a:hover span.en {
    opacity: 0;
}

#profMenu ul li a span.ja {
    display: block;
    position: absolute;
    font-size: 12px;
    opacity: 0;
    overflow: hidden;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    top: 3px;
    left: 70px;
    font-weight: bold;
}

#profMenu ul li a:hover span.ja {
    opacity: 1;
    color: #000;
    left: 48px;
}

#profSub {
    background-image: url(/p/img/prof_sub_bg.svg);
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 400px;
    width: 300px;
    background-size: 100% 100%;
    z-index: 9010;
    overflow: hidden;
}

#profSub-inner {
    position: relative;
    padding: 210px 0 0 50px;
}

.prof-logo {
    width: 120px;
    margin: 0 0 20px 94px;
}

.prof-logo img {
    width: 100%;
}

.prof-tel {
    margin: 0 0 10px 20px;
    border-collapse: collapse;
}

.prof-tel {}

.prof-tel tr th {
    width: 30px;
    padding-top: 2px;
}

.prof-tel tr th img {
    width: 100%;
}

.prof-tel tr td {
    vertical-align: middle;
    font-family: "Roboto", "メイリオ", sans-serif;
    color: #000;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    padding: 0 0 0 6px;
}

.prof-tel tr td span.openTime {
    vertical-align: middle;
    font-family: "Roboto", "メイリオ", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-align: left;
    padding-left: 2px;
    display: block;
    letter-spacing: 1.3px;
}

/*******************************ここから************************************/
#photoWrap {
    overflow: hidden;
}

.photoContents {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    background: #000;
    width: 100%;
    max-width: 100%;
    /*        max-width: 1420px;*/
    margin: 0 auto;
}

.photoContainer {
    position: relative;
    text-align: center;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.profile_border {
    width: 10%;
    height: 1px;
    background: #fff;
    margin: 100px auto;
}

#commentAreaWrap {
    margin: 150px auto 100px auto;
    /*    background: #fff;*/
    width: 800px;
}

#commentContainer {
    position: relative;
    /*
    max-width: 1280px;
    min-width: 720px;
    margin: 0px auto;
    padding: 50px 0;
*/

}

#commentArea {
    position: relative;
    text-align: center;
    /*
    margin: 0 50px;
    padding: 20px 50px;
*/
}

.chach {
    text-align: center;
    color: #9b9b9b;
    margin: 0 0 30px 0;
    font-size: 14px;
}

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

.profileName h3 {
    letter-spacing: 2px;
    line-height: 1;
    color: #fff;
}

.profileName h4 {
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 1;
    font-weight: 600;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", sans-serif;
    margin: 30px 0 30px 0;
    color: #fff;
}

.profileName h5 {
    font-family: "Oswald", "Noto Serif JP", "メイリオ", sans-serif;
    font-size: 12px;
    color: #fff;

}

.profileName h5 b {
    font-family: "Oswald", "Noto Serif JP", "メイリオ", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-right: 4px;
    color: #fff;
}

.rankIcn {}

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

.rankIcn li img {
    width: 100%;
}

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

.profile_castMark li {
    width: 25%;
    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 {
    margin: 50px 0 20px 0;
    display: block;
    /*	text-decoration:underline;*/
}

#commentArea p.profile_subTitle span {
    color: #c09f68;
    font-weight: bold;
    font-family: 'Oswald', "メイリオ", serif;
    font-family: 'Nanum Myeongjo', "メイリオ", serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 6px;
}

#commentArea p.profile_subTitle b {
    display: block;
    color: #c09f68;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 5px;
}

#commentArea blockquote.comment {
    /*    color: #917d60;*/
    color: #9b9b9b;
    font-size: 14px;
    font-weight: normal;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 180%;
}

.profileTable {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
}

.profileTable tbody {}

.profileTable tbody tr {}

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

.profileTable tbody tr th {
    width: 30%;
    border-bottom: 1px solid #333;
    padding: 20px;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: top;
    text-align: left;
    color: #9b9b9b;
}

.profileTable tbody tr td {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    width: 70%;
    padding: 20px 40px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    letter-spacing: 2px;
    border-spacing: 10px 0;
    text-align: left;
    color: #9b9b9b;
}

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

#profileTimeAreaWrap {
    width: 90%;
    margin: 0 auto;
}

#profileTimeArea {
    position: relative;
}

#profileTimeArea #profileShift {}

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

}

#profileTimeArea #profileShift li p span.shift_day {
    color: #9b9b9b;
    width: 50%;
    text-align: center;
    display: inline-block;
    padding: 20px 0;
    font-family: "Oswald", "Noto Sans JP", "メイリオ", serif;
    font-size: 18px;
    line-height: 1;
    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: "Oswald", "Noto Sans JP", "メイリオ", serif;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    color: #9b9b9b;

}

.reportList {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

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

.reportList li.report a {
    display: block;
    padding: 20px 20px 10px 20px;
    margin: 1px;
    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;
    color: #9b9b9b;
    font-size: 14px;
}

.reportList li.report a:hover {
    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", 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;
    background: #fff;
}

.prof_gravure {
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto;
}

.prof_gravure li {
    width: 50%;
    float: left;
    text-align: center;
    margin: 0 auto;
}

.prof_gravure li a {
    display: block;
    margin: 3px;
    border: 3px double #bde6fa;
}

.prof_gravure li a img {
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}

.prof_gravure li a img:hover {
    opacity: 0.6;
}

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