* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/********************
サムネイルボーダー色
********************/
.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.8);
    filter: hue-rotate(90deg);
    background-color: rgba(0, 252, 225, 0.2);
    /* background-image: linear-gradient(to bottom right, rgba(131, 0, 10, .3), rgba(131, 0, 10, .3)); */
}

#allWrap.gravurePageBG {
    position: relative;
    background-color: #fff;
    /* background-image: url(/gravure/companion/bg.jpg);
    background-repeat: repeat;
    background-position: 50%;
    background-size: 264px auto; */
}

.logoBG{
    /* background: none; */
}

#gravurePage-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

#gravurePage {
    position: relative;
    padding: 0 0 300px 0;

}

dl.gravureProfile {
    position: relative;
    width: 100%;
}

dl.gravureProfile .name-inner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 340px;
    z-index: 10;
    margin: 30px auto 0 auto;
    text-align: center;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}

dl.gravureProfile .name-inner .name-area {
    display: block;
    padding: 25px 0;
}

dl.gravureProfile span.nf-T {
    width: calc(100% - 100px);
    height: 2px;
    position: absolute;
    top: -1px;
    left: 50px;
    display: block;
    background: -moz-linear-gradient(left, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00848484', endColorstr='#00ffffff', GradientType=1);
    overflow: hidden;
    opacity: 0.4;
}

dl.gravureProfile span.nf-B {
    width: calc(100% - 100px);
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 50px;
    display: block;
    background: -moz-linear-gradient(left, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00848484', endColorstr='#00ffffff', GradientType=1);
    overflow: hidden;
    opacity: 0.4;
}

/*
dl.gravureProfile span.nf-R {
    width: 2px;
    height: calc(100% - 80px);
    position: absolute;
    top: 40px;
    right: -1px;
    display: block;
    background: -moz-linear-gradient(top, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00848484', endColorstr='#00ffffff', GradientType=0);
    overflow: hidden;
    opacity: 0.2;
}

dl.gravureProfile span.nf-L {
    width: 2px;
    height: calc(100% - 80px);
    position: absolute;
    top: 40px;
    left: -1px;
    display: block;
    background: -moz-linear-gradient(top, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(132, 132, 132, 0) 0%, rgba(132, 132, 132, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00848484', endColorstr='#00ffffff', GradientType=0);
    overflow: hidden;
    opacity: 0.2;
}
*/

dl.gravureProfile dt.name {
    position: relative;
}

dl.gravureProfile small {
    display: block;
    width: 90%;
    height: 1px;
    margin: 10px auto;
    opacity: 0.4;
}

dl.gravureProfile dt.name span.nameR {
    display: inline-block;
    color: #5c5c5c;
    font-size: 12px;
    margin-bottom: 2px;
    font-family: 'FunctionsPro', sans-serif;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

dl.gravureProfile dt.name span.nameJ {
    display: block;
}

dl.gravureProfile dt.name span.nameJ a{
    display: block;
    font-size: 34px;
    line-height: 1;
    color: #5c5c5c;
    padding: 2px 2px 0 2px;
    letter-spacing: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    display: block;
}

dl.gravureProfile dd.size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 12px;
    color: #5c5c5c;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
}

dl.gravureProfile dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-right: 5px;
    color: #5c5c5c;
    letter-spacing: 0;
}

dl.gravureProfile dd.todayTime span {
    display: block;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
}

dl.gravureProfile span.shiftMark {
    display: block;
    text-align: center;
    position: relative;
    margin: 10px 0 0 0;
}

dl.gravureProfile span.shiftMark b {
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

dl.gravureProfile span.shiftMark b::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-image: url(/pc/img/name_roma_bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 14px;
    width: 90%;
    max-width: 200px;
    opacity: 1;
    z-index: -1;
}


.gravureMovie-wrap {
    position: relative;
    margin: 50px auto 0 auto;
    width: 98%;
    max-width: 680px;
    background: #2a2a2a;
}

.gravureMovie-inner {
    padding: 5px;
}

.gravureMovie {}

video {
    width: 100%;
}