@charset "utf-8";
/*============= 
article header
============= */
.article__header,
.subCaption__txt {
    font-family: jaf-domus-titling-web, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: center;
}

.name {
    font-size: 3rem;
}

.mainCaption {
    margin-bottom: 12px;
}

.article__header img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: contain;
    padding: 0 6.1%;
}

.subCaption {
    padding: 16px 0 30px 0;
}

.subCaption__txt {
    line-height: 1.3;
    margin-bottom: 16px;
}

.subCaption__btn {
    display: flex;
    justify-content: center;
    gap: 30px;
}

/* article header PC */
@media screen and (min-width:769px) {
    .name {
        font-size: 4rem;
    }

    .mainCaption {
        margin-bottom: 16px;
    }

    .subCaption {
        padding-top: 20px;
    }

    .subCaption__txt {
        margin-bottom: 20px;
    }

    .subCaption__btn {
        gap: 40px;
    }
}
/* 769px */