/* -----------------------------------------
  videoページ専用
------------------------------------------- */
.video {
    margin-top: 90px;
}
.video__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 120px;
}

.video + .activitie {
    margin-top: 90px;
}

@media screen and (min-width:768px){
    .video {
        margin-top: 90px;
    }
    
}
.video__catch {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    font-family: 'Red_Hat_Display','Zen_Kaku_Gothic_New-Bold', sans-serif;
}
.video__catch--eng {
    letter-spacing: 0.01em;
}

@media screen and (min-width:768px){
    .video__catch {
        font-size: 25px;
        letter-spacing: 0.15em;
        margin-top: 50px;
        margin-bottom: -5px;
    }
    .video__catch--eng {
        letter-spacing: 0.03em;
    }
}

/* card
----------------------------------------------- */
.video__card {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: calc((100% - 10px) / 2);
    box-shadow: 0 0 8px #ccc;
    border-radius: 7px;
    font-size: 13px;
    transition: .7s;
}
.video__card:first-child {
    margin-top: 20px;
}
.video__card:hover {
    opacity: 0.7;
}
.video__card + .video__card {
    margin-top: 20px;
}
.video__thumb {
    position: relative;
    overflow: hidden;
    border-radius: 7px 7px 0 0;  
}
.video__thumb img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
    transition: .7s;
}
.video__card:hover .video__thumb img {
    transform: scale(1.2);
}
.video__body {
    text-align: left;
    padding: 10px 10px 15px 10px;
}
.video__txt {
    flex-grow: 1;
    font-family: 'Red_Hat_Display', 'Zen_Kaku_Gothic_New-Bold', sans-serif;
    font-weight: 500;
}
.video__txt span {
    letter-spacing: 0em;
}


@media screen and (min-width:960px) {
    .video__card {
        width: calc((100% - 30px) / 2);
    }
    .video__body {
        padding: 20px 20px 30px 15px;
    }
    .video__txt {
        font-size: 20px;
    }
    .br {
        display: none;
    }
    
}

/* arrow
-------------------------------------------------- */
.arrow {
    font-size: 12px;
    margin-right: 10px;
}
.arrow i {
    margin-left: 5px;
}
.arrowWrapper {
    margin-top: auto;
    margin-bottom: 10px;
    text-align: right;
}

@media screen and (min-width:768px) {
    .arrow {
        font-size: 18px;
        margin-right: 20px;
    }
    .arrow--two::before {
        font-size: 20px;
        bottom: 3px;
        right: 135px;
    }
    .arrow--two::after {
        width: 160px;
        height: 17px;
        right: 30px;
    }
    .arrowWrapper {
        margin-top: auto;
        margin-bottom: 20px;
        text-align: right;
    }
}

/* label
-------------------------------------------------- */
.video__label {
    position: absolute;
    background: #999;
    color: #fff;
    bottom: 30%;
    right: 4%;
    padding: 0.2em 0.8em;
    font-size: 0.5em;
}
.video__copyright {
    position: absolute;
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 0.7em;
    bottom: 50%;
    left: -1%;
    transform: scale(70%);
}

@media screen and (min-width: 768px) {
    .video__label {
        font-size: 13px;
        bottom: 27%;
    }
    .video__copyright {
        top: 53%;
        left: 5%;
        transform: none;
    }
    
}

/* ----------------------------------------------------
  each videos
------------------------------------------------------- */

/* main img */
.videos__thumb {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.videos__thumb img {
    max-width: none;
    width: 100%;
}
.videos__thumb--PC {
    display: none;
}

@media screen and (min-width: 768px) {
    .videos__thumb {
        display: none;
    }
    .videos__thumb--PC {
        display: block;
    }
    .videos__thumb--PC img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}


/* body */
.videos__body {
    position: relative;
    margin-top: -30px;
    background: #fff;
    border: 1px solid #fff;
    padding: 0px 20px;
    z-index: 1;
}

.videos__ttl {
    font-size: 20px;
    font-weight: 700;
    margin-top: 45px;
    font-weight: 600;
    text-align: center;
}

.videos__ttl::after {
    content: "";
    display: block;
    width: 4rem;
    height: 0.6rem;
    background: #e7dcaf;
    margin: 0.75rem auto 0;
}

.videos__txt {   
    margin-top: 45px;
    text-align: justify;
    text-indent: 1em;
    word-break: break-all;
}
.videos__txt + .videos__txt {
    margin-top: 30px;
}


@media screen and (min-width: 768px) {
    .videos__body {
        padding: 0px 45px;
    }

    .videos__ttl {
        font-size: 30px;
        letter-spacing: 0.075em;
    }

}

/* photo area */
.videos__photos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.videos__photos img {
    width: calc((100% - 10px) /2);
    flex-shrink: 0;
    object-fit: cover;
}

@media screen and (max-width:480px) {
    .videos__photos {
        flex-direction: column;
    }

    .videos__photos img {
        width: 100%;
    }

    .videos__photos img+img {
        margin-top: 10px;
    }
}

/* table */
.table__label {
    background-color: #e7dcaf;
    color: #333;
}

/* flyer */
.videos__image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 45px;
}

.videos__image img {
    width: calc((100% - 10px) /2);
    flex-shrink: 0;
    object-fit: cover;
}

@media screen and (max-width: 480px) {
    .videos__image {
        flex-direction: column;
    }

    .videos__image img {
        width: 100%;
    }

    .videos__image img+img {
        margin-top: 10px;
    }
}