@charset "UTF-8";
/* ==========================
article__header
========================== */
.article__header {
    margin-top: 80px;
}

.articleHeader__group {
    position: relative;
}

.header__img {
    width: 100%;
}

.egTitle {
    position: absolute;
    color: rgba(255, 255, 255, 0.90);
    font-family: "Spectral";
    font-size: 13.8vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    top: 0;
    transform: translateX(-8px);
}

.topic__group {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding-top: 17px;
    margin: -30px 8.5%;
}

.topic {
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 2.0rem;
    font-weight: 600;
}

.topicTxt {
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    padding: 50px 5px 0;
}

.br__pc {
    display: none;
}

/* article__header PC */
@media screen and (min-width: 768px) {
    .egTitle {
        font-size: 11vw;
        font-weight: 500;
        line-height: 1.5;
        transform: translateX(-15px);
    }

    .topic__group {
        padding-top: 50px;
        margin: -100px 9.7%;
    }

    .topicTxt {
        text-align: center;
        padding: 80px 0;
    }

    .topicTxt p:last-child {
        margin-top: 16px;
    }

    .br__pc {
        display: block;
    }
}

/* Profile */
.section--profile {
    padding: 0 8.5%;
}

.profile__img {
    margin-top: 80px;
}

.profile__subTopic {
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 2.0rem;
    font-weight: 500;
    margin-top: 20px;
    position: relative;
    }

.profile__subTopic::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 25px;
    background-color: #EFF0BC;
    top: 20px;
    left: -12%;
    z-index: -1;
}

.profile__group {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    margin-top: 24px;
}

.profile__group p {
    text-align: justify;
}

.profile__txt01 {
    margin-top: 24px;
}

.license {
    margin-top: 24px;
}

.license___item {
    background-color: #FCFBDD;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 5px 10px;
    margin-top: 20px;
}

/* Profile PC */
@media screen and (min-width: 768px) {
    .section--profile {
        padding: 0;
        max-width: 1160px;
        width: 80.5%;
        margin: 0 auto;    
    }

    .profile__group {
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin-top: 100px;
        gap: 40px;
    }

    .profile__img {
        margin-top: 0;
        width: 360px;
        height: 478px;
        object-fit: cover;
    }

    .profile__subTopic {
        text-align: left;
    }

    .profile__subTopic::after {
        width: 50%;
        top: 20px;
        left: -12%;
        z-index: -1;
    }

    .profile__txt {
        width: 63.5%;
        flex-flow: column;
    }

    .license {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .license___item {
        width: 40%;
        margin-top: 0;
    }
}

/* Favorite */
.favorite__header {
    position: relative;
}

.egTitle--favorite {
    position: absolute;
    color: rgba(239, 240, 188, 0.60);
    font-family: "Spectral";
    font-size: 4.8em;
    font-weight: 500;
    line-height: 1.5;
    top: -45px;
    transform: translateX(-8px);
    z-index: 1;
}

.favorite__group {
    padding: 0 8.5%;
}

.profile__subTopic--favorite {
    text-align: center;
    margin-top: -30px;
    background-color: #FCFBDD;
    padding: 20px 8.5%;
    margin-top: 110px;
}

.favorite__img {
    margin-top: 30px;
}

.favorite__topic {
    text-align: left;
    font-size: 2.0rem;
    margin-top: 30px;
    position: relative;
}

.favorite__topic::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 25px;
    background-color: #EFF0BC;
    top: 20px;
    left: -12%;
    z-index: -1;
}

.favorite__txt {
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    margin-top: 30px;
}

/* Favorite PC */
@media screen and (min-width: 768px) {
    .profile__subTopic--favorite {
        margin-top: 230px;
    }

    .favorite__group {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        padding: 0;
        max-width: 1160px;
        width: 80.5%;
        margin: 100px auto;    
    }

    .egTitle--favorite {
        font-size: 11rem;
        top: -105px;
    }

    .favorite__detail {
        flex-direction: column;
    }

    .favorite__img {
        margin-top: 0;
        width: 360px;
        height: 478px;
        object-fit: cover;
    }

    .favorite__topic::after {
        width: 50%;
        height: 25px;
        background-color: #EFF0BC;
        top: 20px;
        left: -12%;
        z-index: -1;
    }
}