.movie-banner-wrp {
    padding: min(3em, 4vw) 1em 5em;
}

.movie-banner-title {
    display: block;
    width: fit-content;
    font-size: min(1.8em, 5vw);
    margin: 0 auto 1em;
    text-align: center;
    background: linear-gradient(180deg, transparent 80%, color-mix(in srgb, var(--yellow) 50%, white) 80%);
    position: relative;
    transform: translateX(1.2em);
}

@media screen and (max-width:767px) {
    .movie-banner-title {
        transform: translateX(0);
    }
}

.movie-banner-title .new {
    display: block;
    width: fit-content;
    padding: .5em .75em;
    background-color: #cb3a3a;
    color: #fff;
    font-weight: 600;
    font-size: min(.6em, 3vw);
    line-height: 1;
    position: absolute;
    top: .25em;
    left: -5em;
    border-radius: 3px;
}

@media screen and (max-width:767px) {
    .movie-banner-title .new {
        top: -3em;
        left: 50%;
        transform: translateX(-50%);
    }
}

.movie-banner {
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
    padding: min(2em, 4vw) min(2em, 4vw) 1em;
    border: 3px solid var(--blue);
    text-align: center;
    color: #222;
    text-decoration: none;
    background-color: #f8f6ef;
    transition: all .3s;
}

.movie-banner:hover {
    border: 3px solid #222;
}

.movie-banner .title-wrp {
    width: 72%;
}

@media screen and (max-width:767px) {
    .movie-banner .title-wrp {
        width: 100%;
    }
}

.movie-banner .disaster-reduction-movie-title {
    font-size: min(2.4em, 6vw);
}

.disaster-reduction-movie-title .underline {
    display: inline-block;
    text-decoration: unset;
    background-image:
        linear-gradient(0deg, transparent 0 5px, #f8f6ef 5px),
        repeating-linear-gradient(135deg, var(--yellow) 0 6px, transparent 6px 8px);
}

.movie-banner .profile-photo {
    width: 20%;
}

@media screen and (max-width:767px) {
    .movie-banner .profile-photo {
        width: 30%;
        margin: 1em auto;
    }
}

.movie-banner .btn {
    width: 100%;
    border-radius: 0;
    text-align: center;
    background-color: var(--blue);
    margin: 0;
    transition: all .3s;
}

.movie-banner:hover .btn {
    background-color: #222;
}

.disaster-reduction-movie {
    background-color: #f8f6ef;
    padding: 6em 1em;
    position: relative;
}

.disaster-reduction-movie .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.disaster-reduction-movie .title-wrp {
    margin: 0 auto 3em;
    text-align: center;
}

.disaster-reduction-movie .disaster-reduction-movie-title {
    font-size: min(2.5em, 8vw);
    line-height: 1.5;
}

.disaster-reduction-movie .disaster-reduction-movie-title .sml {
    display: block;
    font-size: .7em;
    color: var(--blue);
}

/* fukidashi */
.fukidashi {
    display: block;
    width: fit-content;
    font-size: min(1.6em, 4vw);
    margin: 0 auto min(1.2em, 4.5vw);
    padding: 0 .25em .25em;
    color: var(--blue);
    border-bottom: solid 2px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .05em;
    position: relative;
}

.fukidashi::after {
    content: '';
    display: block;
    width: .5em;
    height: 1.25em;
    border-right: solid 2px var(--blue);
    background-color: #f8f6ef;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 1px) rotate(30deg);
    transform-origin: right top;
}

.disaster-reduction-movie-list {
    counter-reset: number 0;
}

.disaster-reduction-movie-list li {
    width: 48%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 6px;
    padding: 1em;
    margin-bottom: 4%;
}

@media screen and (max-width:767px) {
    .disaster-reduction-movie-list li {
        width: 100%;
    }
}

.disaster-reduction-movie-list li .meta {
    padding-left: 4.2em;
    padding-bottom: .5em;
    position: relative;
}

.disaster-reduction-movie-list li .meta::before {
    counter-increment: number 1;
    content: counter(number);
    font-size: min(2.7em, 10vw);
    width: 5rem;
    text-align: center;
    color: var(--blue);
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    padding: .3em 0 0;
}

.disaster-reduction-movie-list li .meta::after {
    content: '2 MINS\AMOVIE';
    display: block;
    width: 5rem;
    text-align: center;
    font-size: min(.7em, 2.5vw);
    line-height: 1;
    margin-bottom: .5em;
    letter-spacing: -.05em;
    color: var(--blue);
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
}

.disaster-reduction-movie-list li .title {
    margin-top: 1.2em;
    margin-bottom: .25em;
    font-size: min(1.2em, 4vw);
}

.disaster-reduction-movie-list li .movie-title {
    font-size: min(1em, 3.4vw);
}

/* profile */

.disaster-reduction-movie .profile-wrp {
    margin: 0 auto 3em;
}

.disaster-reduction-movie .profile-wrp .lead {
    text-align: center;
    font-size: min(1.2em, 3.7vw);
    line-height: 1.8;
    margin-bottom: 2em;
}

.disaster-reduction-movie .profile-wrp .box-profile {
    width: 80%;
    margin: 3em auto 6em;
    gap: 2em;
}

@media screen and (max-width:767px) {
    .disaster-reduction-movie .profile-wrp .box-profile {
        margin: 1em auto 3em;
        gap: 1em;
    }
}

.profile-wrp .profile-photo {
    max-width: 12%;
}

@media screen and (max-width:767px) {
    .profile-wrp .profile-photo {
        max-width: 40%;
    }
}

.profile-wrp .profile-text {
    max-width: 70%;
}

@media screen and (max-width:767px) {
    .profile-wrp .profile-text {
        text-align: center;
    }
}


.disaster-reduction-movie .profile-wrp .title {
    font-weight: 600;
    color: var(--blue);
    margin-bottom: .5em;
}

.disaster-reduction-movie .profile-wrp .name {
    font-size: min(1.5em, 7vw);
    letter-spacing: .2em;
}

.disaster-reduction-movie .profile-wrp .name span {
    font-size: .8em;
}

.disaster-reduction-movie .profile-wrp .lead {
    line-height: 1.8;
}

.disaster-reduction-movie .btn.profile-btn {
    cursor: pointer;
    margin: 1em auto;
    background-color: var(--blue);
    transition: all .3s;
}

.disaster-reduction-movie .btn.profile-btn:hover {
    background-color: #222;
}

.profile-lbox-wrp {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all .4s 0s ease;
}

.profile-lbox-wrp.open {
    visibility: visible;
    opacity: 1;
}

.profile-lbox-bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 1;
}

.profile-lbox {
    display: block;
    min-width: min(52em, 90vw);
    padding: min(1.8em, 7vw) min(3em, 5vw);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: solid 4px var(--blue);
    border-radius: 20px;
    z-index: 2;
    overflow-y: auto;
    max-height: 80vh;
}

.profile-lbox-inner {}


.profile-lbox-wrp .close {
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    font-weight: bold;
    cursor: pointer;
    z-index: 3;
}

.profile-lbox .profile-title {
    font-size: min(3rem, 5vw);
    color: var(--blue);
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1.5em;
}

.profile-lbox .name {
    margin: .5em 0;
    font-size: min(2rem, 4.6vw);
    font-weight: bold;
}

.profile-lbox .name .sml {
    font-size: .7em;
}

.profile-lbox .lead {
    line-height: 1.8;
    font-size: min(1.6rem, 3.4vw);
    margin-bottom: 2em;
}


.profile-lbox .profile-photo {
    width: 20%;
}

@media screen and (max-width:767px) {
    .profile-lbox .profile-photo {
        width: 40%;
        margin: 0 auto 1em;
    }
}

.author-icon {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1/1;
    border: 4px solid;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    margin-bottom: .5em;
}

.author-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-lbox .profile {
    width: 72%;
}

@media screen and (max-width:767px) {
    .profile-lbox .profile {
        width: 100%;
    }
}

.profile-lbox .profile-list {
    font-size: min(1.5rem, 3.4vw);
    line-height: 1.8;
}

.profile-lbox .profile-list .title {
    color: var(--blue);
    font-weight: 600;
}

.profile-list-lastupdate {
    font-size: min(.8em, 3vw);
    margin: 1em 0;
}

.video-js .vjs-dock-shelf,
.video-js .vjs-dock-text {
    display: none !important;
}