.pr {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    position: relative;
}
@media(min-width: 1024px){
    .pr {
        height: 800px;
    }
}
.prsns {
    height: 150px;
    overflow: hidden;
    position: relative;
}
@media (min-width:768px){
    .prsns {
        height: 200px;
    }
}
.imgul img {
    display: block;
    width: 100%;
}
.pr_content {
    position: absolute;
    top: 40%;
    z-index: 2;
}
/* .pr_title {
    color: #fff;
    font-family: serif;
} */
.pr_img_wrap {
    z-index: 2;
}
.pr_profile {
    height: 800px;
}
.pr_img {
    width:100%;
    height:auto;
}
.sliderwrap {
    position: absolute;
    /* transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg); */
    transform-origin: center;
    right: -10rem;
}
.autosliider {
    display: flex;
    flex-direction: column;
}
.slider {
    display: flex;
    width: 400%;
    animation: bannermove 20s linear infinite;
    -webkit-animation: bannermove 20s linear infinite;
}
.slider.reverse {
    display: flex;
    width: 400%;
    animation: bannermove 20s linear infinite reverse;
    -webkit-animation: bannermove 20s linear infinite reverse;
}
@media (min-width: 768px) {
    .slider {
        width: 200%;
    }
    .slider.reverse {
        width: 200%;
    }
}
.slider > div {
    width: 100%
}

ul.imgul {
    display: flex;
    background: transparent;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

ul.imgul li {
    width: 100%;
    margin-left: 10px;
    margin-top: 10px;
}
ul.imgul li img {
    opacity: 0.8;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}
@keyframes bannermove {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}

/* pr text アニメ */
.pr_title {
    padding-top: 0;
    padding-left: 0;
}
.pr_title .catch {
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.fw-300 {
    font-weight: 300;
}
.pr-right {
    position: absolute;
    left: 53%;
    transform: translateX(-50%);
    top: 11%;
    display: flex;
    width: 100%;
    flex-direction: column;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.pr-left {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
}
@media (min-width:768px) {
    .pr-right {
        left: 100%;
        top:35%;
    }
    /* .pr-right.vote {
        left: 100%;
        top:35%;
    } */
    .pr_title .catch {
        font-size: 5rem;
        text-align: left;
    }
    .video-area {
        position: relative;
    }
    .video-area::after {
        content: 'おおさか誠二は今・・・';
        position: absolute;
        top: -40px;
        left: 0;
        background-color: var(--default);
        color: #fff;
        width: 100%;
        height:40px;
        text-align:center;
        line-height: 40px;
    }
}
@media (min-width:1366px){
    .pr_title .catch {
        padding-top: 0;
        text-align: left;
        font-size: 4.5vw;
    }
    .pr_title .vote-catch .catch {
        font-size: 3.7vw;
    }
    .pr_title {
        padding-top: 6rem;
        padding-left: 2rem;
    }
}

.pr-wrap {
    position: relative;
}

.pr-left .js-img-reveal img {
    height: 100%;
}
@media (min-width:992px){
    .pr-left .js-img-reveal img {
        max-width: 700px;
    }
}
.diary-area {
    display: none;
}

@media (min-width:1366px){
    .pr-left {
        position: absolute;
        left:10vw;
    }
    
    .pr-right {
        position: absolute;
        top: 0;
        left: 65%;
        display: flex;
        max-width: 35vw;
        flex-direction: column;
        justify-content: center;
    }
    .pr-right.vote {
        position: absolute;
        top: 0;
        left: 65%;
        display: flex;
        max-width: 35vw;
        flex-direction: column;
        justify-content: space-around;
    }
    .diary-area {
        display:block;
        z-index: 3;
        margin-top: 30px;
    }
    .diary-date {
        font-size: 0.8rem;
        color: #666666;
    }
    .diary-area > div {
        padding: 1rem 1.5rem;
        border: 3px solid #fff;
        background-color: rgba(255, 255, 255, 0.8);
    }
}
.vote-bg {
    background: linear-gradient(110deg, #ffffff 0%, #ffffff 40%, #0017E3 40%, #0017E3 60%, #000F8F 60%, #000F8F 70%, #00073F 70%, #00073F 100%);
}