@charset "UTF-8";
/********************************************************************************

page-topics.css　トピックスcss

********************************************************************************/

/*######################################################################
 一覧
######################################################################*/
/*============================================================
 メインビジュアル
*============================================================*/
#page-topics-list #mainvisual {
}

/*============================================================
 セクション共通
*============================================================*/
#page-topics-list .section {
}

/*============================================================
 セクション カテゴリ選択
*============================================================*/
#page-topics-list #sec-select-term {
}

/*============================================================
 セクション 記事リスト
*============================================================*/
#page-topics-list #sec-post-list {
}



/*######################################################################
 詳細
######################################################################*/
/*============================================================
 メインビジュアル
*============================================================*/
#page-topics #mainvisual {
    margin-bottom: 40px;
}

/*============================================================
 セクション共通
*============================================================*/
#page-topics .section {
}

/*============================================================
 セクション メタ
*============================================================*/
#page-topics #sec-meta {
    margin-bottom: 80px;
}
#page-topics #sec-meta .meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
}
#page-topics #sec-meta .meta .category-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
#page-topics #sec-meta .meta .category-list .category {
    padding: 6px 16px;
    background-color: var(--common-color-accent);
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: var(--common-color-white);
}

/*============================================================
 セクション アイキャッチ
*============================================================*/
#page-topics #sec-eyecatch {
    margin-bottom: 48px;
}
#page-topics #sec-eyecatch .eyecatch {
    /* width: 100%;
    height: auto;
    aspect-ratio: 1080 / 400; */
    border-radius: 16px;
    overflow: hidden;
}
#page-topics #sec-eyecatch .eyecatch img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
}




/*============================================================
 セクション 本文
*============================================================*/
#page-topics #sec-post {
    margin-bottom: 64px;
}

/*============================================================
 セクション 著者情報
*============================================================*/
#page-topics #sec-writer {
    margin-bottom: 48px;
}
#page-topics #sec-writer .block-writer {
    padding: 32px;
    border: solid 2px #666;
    border-radius: 8px;
    background-color: #FDFDFD;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
#page-topics #sec-writer .block-writer .image {
    width: 88px;
    height: 88px;
    border: solid 1px #777883;
    border-radius: 100%;
    overflow: hidden;
}
#page-topics #sec-writer .block-writer .info {
    flex: 1;
}
#page-topics #sec-writer .block-writer .info .job-title {
    font-size: 14px;
    line-height: 100%;
    color: var(--common-color-accent);
    margin-bottom: 4px;
}
#page-topics #sec-writer .block-writer .info .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 8px;
}
#page-topics #sec-writer .block-writer .info .profile {
}

/*============================================================
 セクション 導線
*============================================================*/
#page-topics #sec-related {
    padding: 48px 0;
    background-color: var(--common-color-background1);
}
#page-topics #sec-related .inner {
    position: relative;
}
#page-topics #sec-related .page-link {
    position: absolute;
    top: 16px;
    right: var(--inner-padding);
    font-weight: 500;
    text-decoration: underline;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}
#page-topics #sec-related .page-link::after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/common/icon-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
}
#page-topics #sec-related .sec-title {
    text-align: center;
    margin-bottom: 0;
}
#page-topics #sec-related .sec-title-sub {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.08em;
    color: var(--common-color-accent);
    text-align: center;
    margin-bottom: 32px;
}

#page-topics #sec-related .block-none-related .parts-btn {
    --margin: 0 auto;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1127px) {
    /*######################################################################
     一覧
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-topics-list #mainvisual {
    }


    /*######################################################################
     詳細
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-topics #mainvisual {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*######################################################################
     一覧
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-topics-list #mainvisual {
    }


    /*######################################################################
     詳細
    ######################################################################*/
    /*============================================================
    セクション アイキャッチ
    *============================================================*/


    /*============================================================
     セクション 導線
    *============================================================*/
    #page-topics #sec-related {
        padding: 48px 0 72px 0;
    }
    #page-topics #sec-related .page-link {
        top: unset;
        bottom: -48px;
    }

}
