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

.splide__slide img {
    width: 100%;
    margin-top: 15px;
    height: calc(100vh - 30px);
    border: 10px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

#allWrap.gravurePageBG {
    position: relative;
    background-color: #eee;
    background-image: url(/gravure/2025wife/bg.webp);
    background-repeat: no-repeat;
    background-position: 50% 80%;
    background-size: 100% auto;
}

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

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

dl.gravureProfile {
    position: relative;
    width: 96%;
    max-width: 680px;
    z-index: 10;
    margin: 30px auto 0 auto;
    text-align: center;
    padding: 2px;
    background: #fff;
    background: linear-gradient(0deg, rgba(205, 205, 205, 0.6) 0%, rgba(235, 235, 235, 0.6) 100%);
    border-radius: 6px;
    z-index: 1;
}

dl.gravureProfile::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/img/name_dots.png);
    background-repeat: repeat;
    background-size: 2px 2px;
    z-index: 0;
    opacity: 0.1;
}

.gravureProfile .c-TL {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 40px;
    height: 40px;
    background-image: url(/img/name_frame_TL.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
}

.gravureProfile .c-TR {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    background-image: url(/img/name_frame_TR.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
}

.gravureProfile .c-BR {
    display: block;
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    background-image: url(/img/name_frame_BR.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
}

.gravureProfile .c-BL {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: 40px;
    height: 40px;
    background-image: url(/img/name_frame_BL.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
}

dl.gravureProfile .name-inner {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    z-index: 10;
}

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

.iconWrap {
    position: relative;
    width: 80%;
    margin: 20px auto 0 auto;
    z-index: 10;
}

.iconWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.iconWrap ul li span {
    margin: 3px;
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    border-radius: 13px;
    border: 1px solid #ccc;
    color: #666;
    background: #f0f0f0;
}

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: 'Roboto', sans-serif;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    transform: skewX(-4deg);
}

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

dl.gravureProfile dt.name span.nameJ a {
    display: block;
    font-size: 38px;
    line-height: 1;
    color: #5c5c5c;
    padding: 2px 2px 0 2px;
    letter-spacing: 0;
    font-weight: 600;
    display: block;
    font-family: "Noto Serif JP", serif;
    letter-spacing: -0.5px;
    transform: scaleY(1.08) skewX(-4deg);
}

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: 18px;
    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;
    padding: 10px 0 0 0;
}

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


dl.gravureProfile span.shiftMark .shiftMark_txt {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 3px 0;
    position: relative;
}

dl.gravureProfile span.shiftMark .shiftMark_txt::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: 0.8;
}

dl.gravureProfile span.shiftMark .shiftMark_txt li {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5); */
}

dl.gravureProfile span.shiftMark .tdr {
    animation-name: rota;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

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

.gravureMovie-inner {
    padding: 5px;
}

.gravureMovie {}

video {
    width: 100%;
    display: block;
}