h1{
    padding: 50px 0 30px;
}
.about {
    max-width: 1000px;
    width: 90%;
    line-height: 1.5;
    margin: 0 auto 50px;
    text-align: center;
}



/** selection **/
.about--selection{
    margin-top: 50px;
}


@media screen and (max-width: 768px){
    h1{
        padding: 60px 0 30px;
    }
    .about {
        font-size: 15px;
        text-align: left;
    }
    .about--selection{
        text-align: left;
        margin: 30px auto;
    }
}



/** top about **/

.about-txt{
    width: 80%;
    margin: 40px auto;
    line-height: 2;
    font-size: 20px;
    /*text-align: center;*/
}
.about-txt > p{
    font-weight: bold;
}
@media screen and (max-width: 768px){
    .about-txt{
        width: 95%;
        font-size : 16px;
        line-height: 1.5
    }
}

/** top イチオシ */
.article__title-wrapper{
    display: flex;
    gap: 20px;
}
.article__title-wrapper > .article__title{
    width: fit-content;
}
.article__title-des{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}
@media screen and (max-width: 768px){
    .article__title-wrapper{
        flex-direction: column;
    }
    .article__title-des{
        font-size: 13px;
    }
}

/** top セレクション概要 **/
.sl-about{
    width: 90%;
    margin: 30px auto 0;
    line-height: 2;
    text-align: center;
}
@media screen and (max-width: 768px){
    .sl-about{
        font-size: 14px;
    }
}

/** top　記事タグピックアップ **/
.populer-article-tag__list{
    display: flex;
    gap: 20px;
    margin: 50px auto 0;
    width:fit-content;
    max-width: 90%;
    flex-wrap: wrap;
}
.populer-article-tag__list .populer-article-tag__item{
        border: 2px solid #000;
    border-radius: 5px;
}
.populer-article-tag__list .populer-article-tag__item > a > p{
    padding: 10px;
    color: #000;
}
.populer-article-tag__list .populer-article-tag__item:hover {
    background-color: #000;
}
.populer-article-tag__list .populer-article-tag__item:hover > a > p{
    color: #fff;
}

.doppuri .populer-article-tag .sl-title p:nth-of-type(1){
    font-size: 24px;
}
@media screen and (max-width: 768px){
    .populer-article-tag__list{
        margin-top: 20px;
        gap: 10px;
    }
    .populer-article-tag__list .populer-article-tag__item > a > p{
        font-size: 14px;
        padding: 5px 10px;
    }
}