* {
    -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: #fff;
    background-image: url(/gravure/2025newyear/bg.jpg);
    background-repeat: repeat;
    background-position: 50%;
    background-size: 800px 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;
    position: relative;
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 200px auto;
    padding: 4px;
}

.gravureProfile .c-TL {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.gravureProfile .c-TR {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.gravureProfile .c-BR {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.gravureProfile .c-BL {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.gravureProfile .c-TL-L {
    display: block;
    position: absolute;
    top: -16px;
    left: -20px;
    width: 200px;
    height: 200px;
    background-image: url(/img/corner_TL_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.gravureProfile .c-TR-L {
    display: block;
    position: absolute;
    top: -20px;
    right: -16px;
    width: 200px;
    height: 200px;
    background-image: url(/img/corner_TR_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.gravureProfile .c-BR-L {
    display: block;
    position: absolute;
    bottom: -16px;
    right: -20px;
    width: 200px;
    height: 200px;
    background-image: url(/img/corner_BR_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.gravureProfile .c-BL-L {
    display: block;
    position: absolute;
    bottom: -20px;
    left: -16px;
    width: 200px;
    height: 200px;
    background-image: url(/img/corner_BL_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

dl.gravureProfile .name-inner {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}

dl.gravureProfile .name-inner .name-area {
    display: block;
    padding: 50px 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;
}
*/

.course{
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto 20px auto;
}

.course span{
    display: block;
}

.course span img{
    width: 100%;
}

.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;
    color: #666;
    background: #f0f0f0;
    display: block;
    border-radius: 13px;
    border: 1px solid #ccc;
    color: #fff;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
}

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: 38px;
    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: 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;
}