@charset "utf-8";
/* ==========================
article header
========================== */
.article__header {
    padding: 30px var(--contentPaddin) 20px;
    margin-bottom: 10px;
}
@media screen and (min-width:769px) {
    .article__header {
        padding: 80px 20% 15px;
    }
}

.worksPlus__topic {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 4.2%;
}
@media screen and (min-width:769px) {
    .worksPlus__topic {
        font-size: 2.4rem;
        margin-bottom: 12px;
        margin-left: 0;
    }
}

.worksPlus__tag {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    display: inline-block;
    padding: 2px 8px;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--flame-gray, #C0C0C0);
}
@media screen and (min-width:769px) {
    .worksPlus__tag {
        font-size: 1.4rem;
    }
}

.tags {
    margin-left: 4.2%;
}
@media screen and (min-width:769px) {
    .tags {
        margin-left: 0;
    }
}

.worksPlus__PCimg {
    display: none;
}
@media screen and (min-width:769px) {
    .worksPlus__PCimg {
        display: block;
        padding: 0 20%;
    }
}

.worksPlus__SPimg,.worksPlus__SPimg--mb50 {
    margin-bottom: 50px;
}
@media screen and (min-width:769px) {
    .worksPlus__SPimg {
        display: none;
    }
    .worksPlus__SPimg--mb50 {
        display: none;
    }
    .worksPlus__PCimg--mt80 {
        margin-top: 80px;
    }
    .works01 img {
        margin: 0 auto;
    }
    .worksPlus__PCimg--poster {
        margin: 80px auto;
        width: 80%;
    }
}

.btn--backtoWorks {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto;
    border-radius: 25px; /* 高さの半分 */
    border: 1px solid var(--black);
    background: #FFF;
    padding: 10px 48px;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    width: 256px;
    height: 50px; /* 高さを固定 */
    box-sizing: border-box; /* パディング込みのサイズ計算 */
    transform: 0.4s;
}