@charset "UTF-8";

/*==========================
Animation
==========================*/
.section--animation {
    margin: 0 7.2%;
}

.animation__item{
    margin-top: 5rem;
}

.animation__video {
    display: inline-block;
    position: relative;
}

.animation__item video {
    aspect-ratio: 16 / 9;
    width: 85.3vw;
    height: auto;
}

.animation__item iframe {
    aspect-ratio: 16 / 9;
    width: 85.3vw;
    height: auto;
}

.animation__content {
    width: 100%;
}

.animation__topic {
    margin-top: 1rem;
    text-align: center;
    color: var(--primary-green);
    font-family: "Zen Maru Gothic";
    font-size: 2.4rem;
    font-weight: 900;
}

.animation__year {
    margin-top: 0.5rem;
    color: var(--primary-black);
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 900;
    line-height: normal;
}

.animation__txt {
    margin-top: 1rem;
    width: 100%;
    color: #545454;
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
}

@media screen and (min-width:768px) {
    .section--animation {
        margin: 0 14.2%;
    }

    .animation__item{
        margin-top: 8rem;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    .animation__item video {
        aspect-ratio: 16 / 9;
        width: 38.9vw;
        height: auto;
    }
    
    .animation__item iframe {
        aspect-ratio: 16 / 9;
        width: 38.9vw;
        height: auto;
    }

    .animation__content {
        width: 43.6%;
    }

    .animation__topic {
        margin-top: 0;
        text-align: left;
    }
    
    .animation__year {
        margin-top: 1rem;
        text-align: left;
    }
    
    .animation__txt {
        margin-top: 1rem;
    }
}