@charset "UTF-8";

/*==========================
article__header
==========================*/
.topMovie__SP {
    width: 100%;
    height: auto;
}

@media screen and (min-width:768px) {
    .topMovie {
        text-align: center;
        margin: 0 auto;
        max-width: 90%;
    }

}
/*==========================
News
==========================*/
.news__contents {
    margin: 2rem 6.6% 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.news__topics {
    margin: 0;
}

.news__topics time {
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    font-weight: 700;
}

.news__txt {
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    font-weight: 500;
}

    .news__txt a {
        color: var(--primary-green);
    }

@media screen and (min-width:768px) {
    .news__contents {
        margin: 3rem 25.7% 0;
        padding: 0 8rem;
    }

    .news__topics {
        margin: 0;
        padding: 0;
    }

    .news__topics time {
        line-height: 1.5; /* 24px */
    }

    .news__txt {
        line-height: 150%;
    }
}
/*==========================
About
==========================*/
.about__contents {
    margin: 2rem auto 0;
    display: flex;
    flex-direction: column;
    width: var(--content-width);
    gap: 2rem;
    align-items: center;
}

.about__contents img {
    max-width: 161px;
    height: auto;
}

.about__name {
    font-family: "Zen Maru Gothic";
    font-size: 2.4rem;
    font-weight: 900;
}

.about__sns {
    display: flex;
    width: 64px;
    padding: 2px 0;
    justify-content: space-between;
    align-items: center;
}

.about__item {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.about__item p {
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2; /* 19.2px */
}

.about__item a {
    color: var(--primary-green);
}

@media screen and (min-width:768px) {
    .topic--about {
        margin-top: 10rem;
    }

    .about__contents {
        margin: 0 25.7%;
        padding: 3rem 8rem 0;
        width: auto;
    }

    .about__contents img {
        max-width: 227px;
        height: auto;
    }

    .about__name {
        font-size: 3.2rem;
    }

    .about__sns {
        width: 84px;
    }

    .spBr {
        display: none;
    }
}
