@charset "utf-8";
/************ --------------------

rakuchin CSS

 -------------------- ************/


/**********************************
 
recipe動画
 
**********************************/


#rakuchin-contents.rakuchin-contents--movie a:hover img {
    transform: scale(1);
    filter: none;
}

.movie__contents {
    background: #fff;
    padding: 2.6em;
    padding-bottom: 1.4em;
    border-radius: 2em;
    overflow: hidden;
    margin: 2em 0;
}

.movie__contents .page_tit {
    text-align: center;
    width: 928px;
    max-width: 100%;
    margin: 0 auto 36px;
}

.movie__contents .page_tit+p {
    text-align: center;
    width: 851px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 32px;
}

.movie__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 8px;
    row-gap: 24px;
}

.movie__item {
    border: #e40012 4px solid;
    border-radius: 14px;
    width: 49%;
}

.movie__item-title {
    border-radius: 12px 12px 0 0;
    margin: -1px;
    margin-bottom: 1em;
    background: #e40012;
    font-size: 20px;
    padding: 0.6em 0.2em 0.8em;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.movie__item-title .sub-title {
    font-size: 16px;
    font-weight: 480;
    display: inline-block;
}

#rakuchin-contents .movie__item-ex {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;

    text-align: center;
    color: #3a3a3a;
    margin-bottom: 0.2em;
}

.movie__video {
    padding: 24px;
    padding-top: 16px;
}

.movie__video-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 0 10px 10px;
}


.movie__video-frame img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.movie__video-frame {
    display: block;
    position: relative;
    cursor: pointer;
}

.movie__video-frame::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 39px;
    height: 31px;
    transform: translate(-50%, -50%);
    background: url("../images/icon-play.png") no-repeat center / contain;
    pointer-events: none;
    transition: transform .3s ease;
}

.movie__video-frame:hover::after {
    transform: translate(-50%, -50%) scale(1.4);
}

.banner-rakuchin {
    background: #fff;
    padding: 12px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 777px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.banner-rakuchin p {
    flex: 1;
    text-align: center;
    font-size: 19px;
    color: #3a3a3a;
    margin-bottom: 0 !important;
    letter-spacing: -0.018em;
    font-weight: 600;
}

.banner-rakuchin a img {
    width: 361px;
    max-width: 100%;
}

.banner-rakuchin a {
    transition: 0.2s;
}

.banner-rakuchin a:hover {
    transform: scale(1.02) !important;
}

.banner-rakuchin--huge {
    width: 777px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.banner-rakuchin--huge a:hover img {
    transform: scale(1.03) !important;
}

.tokucho_banners {
    padding: 2em 0 3em;
    text-align: center;
}

.tokucho_banners a {
    margin: 0 0.5em;
    border: #e0e0e0 1px solid;
    display: inline-block;
    transition: 0.2s;
}

.tokucho_banners a:hover {

    opacity: 0.7;
}

/* ---　SPサイズのみ　---*/
@media all and (max-width:767px) {
    .movie__contents .page_tit+p {
        margin-bottom: 10px;
    }

    .movie__list {
        flex-direction: column;
    }

    .movie__item {
        width: 100%;
    }

    .movie__contents {
        padding: 18px;
    }

    .movie__contents .page_tit {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .movie__item-title {
        font-size: 17px;
    }

    #rakuchin-contents .movie__item-ex {
        font-size: 15px;
    }

    .movie__video {
        padding: 10px;
    }

    .tokucho_banners {
        padding: 1em 0 1em;
    }
}