* {
    -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(131, 0, 10, 0.5);
    filter: hue-rotate(90deg);
    background-image: linear-gradient(to bottom right, rgba(131, 0, 10, .3), rgba(131, 0, 10, .3));
}

#allWrap.gravurePageBG {
    position: relative;
    background-image: url(/pc/img/bg.jpg);
    background-repeat: repeat;
    background-size: 400px auto;
    background-color: #000;
    background-position: 50% 0;
}

#gravurePage-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}

#gravurePage {
    position: relative;
    padding: 0 0 150px 0;
}


dl.gravureProfile {
    position: relative;
    width: 100%;
    max-width: 340px;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.8);
}

dl.gravureProfile .name-inner {
    display: block;
    position: relative;
}

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

dl.gravureProfile .name-inner .name-area::after {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}

dl.gravureProfile span.nf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    overflow: hidden;
}

dl.gravureProfile span.nf-TR {
    background-image: url(/pc/img/name_frame_TR.svg);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -2px;
    right: -2px;
    display: block;
    overflow: hidden;
}

dl.gravureProfile span.nf-BR {
    background-image: url(/pc/img/name_frame_BR.svg);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: -2px;
    right: -2px;
    display: block;
    overflow: hidden;
}

dl.gravureProfile span.nf-BL {
    background-image: url(/pc/img/name_frame_BL.svg);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: -2px;
    left: -2px;
    display: block;
    overflow: hidden;
}

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;
    background-image: url(/pc/img/name_roma_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90%;
    height: 1px;
    margin: 10px auto;
    opacity: 0.4;
}

dl.gravureProfile dt.name span.nameR {
    display: inline-block;
    color: #d0d0d0;
    font-size: 10px;
    margin-bottom: 2px;
    font-family: 'FunctionsPro', sans-serif;
    letter-spacing: 2px;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

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

dl.gravureProfile dt.name span.nameJ a{
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #d0d0d0;
    padding: 2px 2px 0 2px;
    letter-spacing: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    display: block;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

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

dl.gravureProfile dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-right: 3px;
    color: #d0d0d0;
    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%;
}