/*
Theme Name: Linux Pro
Theme URI: https://kabocy.com/themes/linuxpro/
Author: Kabocy
Author URI: https://kabocy.com/
Description: New Linux Pro Theme
Version: 1.0.1267d260326
License: Kabocy Public License v1 or later
License URI: https://kabocy.com/licenses/
Text Domain: linuxpro
Tags: one-column, two-columns
*/

@charset "UTF-8";
@font-face {
    font-display: optional;
    font-family: 'linuxPro-CPL';
    font-style: normal;
    font-weight: 400;
    src: local('コーポレート・ロゴ ver3'), local('コーポレート・ロゴ ver2'), local('コーポレート・ロゴ'), /* Super Modern Browsers */
    url('./assets/fonts/linuxProCPL-Medium-v2.woff2') format('woff2'), /* Modern Browsers */
    url('./assets/fonts/linuxProCPL-Medium-v2.woff') format('woff');
}

@font-face {
    font-display: optional;
    font-family: 'linuxPro-CPL';
    font-style: normal;
    font-weight: bold;
    src: local('コーポレート・ロゴ ver3'), local('コーポレート・ロゴ ver2'), local('コーポレート・ロゴ'), /* Super Modern Browsers */
    url('./assets/fonts/linuxProCPL-Bold-v2.woff2') format('woff2'), /* Modern Browsers */
    url('./assets/fonts/linuxProCPL-Bold-v2.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Din1451Alt';
    src: url('./assets/fonts/din1451alt.ttf') format('truetype');
    font-display: swap;
}

:root {
    --kabocy-color-primary: #ff5b00;
    --kabocy-color-secondary: #ff8700;
    --kabocy-color-tertiary: #ff7900;
    --kabocy-color-absolute-white: #fff;
    --kabocy-color-absolute-black: #000;
    --kabocy-color-site-brand: #ff5b00;
    --kabocy-color-site-brand-pop: #f29a22;
    --kabocy-color-km-brand: #ff7bac;
    --kabocy-color-main-bg: #fff4e1;
    --kabocy-color-pop-bg: #ffedca;
    --kabocy-color-sub-bg: #f8eddc;
    /* 角 */
    --kabocy-rounded-standard: 8px;
    --kabocy-rounded-small: 2px;
    /* Fonts */
    --font-din: 'Din1451Alt', 'sans-serif';
    --font-site-brand: 'linuxPro-CPL', 'sans-serif';
    /* デフォルトの余白 */
    --kabocy-padding-common: 1rem;
    --kabocy-padding-section: 0 1rem;
    /* Kabocy-Color-Collection */
    --kabocy-color-collection-navy: #1b1464;
    --kabocy-color-collection-relax-blue: #4b6ad2;
    --kabocy-color-collection-water-blue: #d3ebfc;
    --kabocy-color-collection-earnest-blue: #2072c9;
    --kabocy-color-collection-classic-blue: #036bb7;
    --kabocy-color-collection-fine-blue: #0366d6;
    --kabocy-color-collection-dark-water-blue: #586069;
    --kabocy-color-collection-dark-blue: #005a9c;
    --kabocy-color-collection-carefree-pink: #fbeaea;
    --kabocy-color-collection-happy-red: #d73a49;
    --kabocy-color-collection-rich-red: #b31d28;
    --kabocy-color-collection-gentle-white: #f8f8f2;
    --kabocy-color-collection-playful-white: #e3e3e3;
    --kabocy-color-collection-fine-gray: #2d2d2d;
    --kabocy-color-collection-standard-gray: #333;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    background-color: var(--kabocy-color-main-bg);
    padding-top: 122px;
    font-family: var(--font-site-brand);
    font-size: 1.6rem;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.global-header-print {
    height: 72px;
    display: none;
}

.global-header-print__qr {
    height: 100%;
}


/* スクリーンリーダー用のテキストを隠す、かつキーボードフォーカス時に表示する */

.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus,
.skip-link:active {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 1em;
    background-color: #000;
    color: #fff;
    z-index: 1000;
    text-decoration: none;
    display: block;
}

.page-main {
    padding: 10px;
    margin: 1px;
    padding: 10px 0;
    margin: 0;
}

.page-main.page-main--special {
    padding: 0;
    margin: 0;
}


/* ▼ レガシー ブラウザ 向けの応急処置 ▼ */


/*
.global-header__wrap>* {
    display: inline-block;
}

.global-header-utility__wrap>* {
    display: inline-block;
}

.common-sns-list__list>*,
.global-header-menu__list>* {
    display: inline-block;
}
*/


/* ▲ レガシー ブラウザ 向けの応急処置 ▲ */

.global-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 8000;
}

.global-header__wrap {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.global-header-logo {
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    display: table;
    table-layout: fixed;
}

.global-header-logo--brand-logo {
    margin: 0;
    display: flex;
}

.global-header-logo__link {
    text-decoration: none;
    color: initial;
    position: relative;
    display: block;
}

.global-header-logo__wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.global-header-logo__logo {
    margin: 0 48px 0 0;
}

.global-header-logo__tagline {
    margin: 0;
    position: absolute;
    bottom: 2px;
    left: 77px;
}

.global-header-option__wrap {
    display: flex;
    align-content: center;
}

.global-header-utility {
    align-content: center;
    margin: 0 5px;
}

.global-header-utility__wrap {
    display: flex;
    gap: 2px;
}

.global-header-date {
    /*! height: 32px; */
    display: flex;
}

.global-header-date__body {
    display: flex;
    font-family: var(--font-din);
    margin-right: 8px;
}

.global-header-date__wrap {
    align-content: center;
}

.global-header-date__link {
    color: initial;
    text-decoration: none;
}

.global-header-date__link:hover {
    opacity: .5;
}

.global-header-date__year {
    display: flex;
    flex-direction: column;
    /*! flex-direction: column-reverse; */
    /*! display: table-cell; */
    /*! flex-direction: row; */
    /*! vertical-align: bottom; */
    /*! display: table-cell; */
    margin-right: 5px;
    height: fit-content;
    margin-top: 8px;
}

.global-header-date__japanese-calendar,
.global-header-date__gregorian-calendar {
    display: block;
    line-height: 1em;
    font-size: 1.4rem;
    text-align: right;
}

.global-header-date__month-day {
    font-size: 3.2rem;
    /*! display: table-cell; */
    flex-direction: row;
    /*! vertical-align: bottom; */
    line-height: 1em;
    margin-top: -1px;
    margin-top: 6px;
    margin-right: 5px;
}

.global-header-date__week {
    background-color: #000;
    padding: 2px 5px;
    border-radius: 2px;
}

.global-header-date__japanese-week,
.global-header-date__english-week {
    display: block;
    color: #fff;
    line-height: 1em;
}

.global-header-date__japanese-week {
    font-family: var(--font-site-brand);
}

.common-sns-list__wrap {
    display: flex;
}

.common-sns-list__title {
    margin: 0;
    text-align: center;
    font-family: var(--font-din);
    color: var(--kabocy-color-tertiary);
    align-content: center;
}

.common-sns-list__title-top,
.common-sns-list__title-secondary {
    display: block;
    line-height: 1em;
}

.common-sns-list__title-top {
    font-size: 1.4rem;
}

.common-sns-list__title-secondary {
    font-size: 2.4rem;
}

.common-sns-list__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    display: flex;
    height: 38px;
}

.common-sns-list__item {
    margin: 0 5px;
}

.common-sns-list.common-sns-list--center .common-sns-list__list {
    margin: 0 auto;
}

.global-header-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    display: flex;
}

.global-header-nav__list {
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.global-header-nav__item {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid var(--kabocy-color-secondary);
}

.global-header-nav__link {
    padding: 0 12px;
    min-height: 50px;
    background-color: var(--kabocy-color-primary);
    color: #fff;
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color .3s;
}

.global-header-nav__link:hover {
    background-color: #1f1f1f;
}


/* ▼ BUTTON ▼ */

.button {
    color: unset;
    display: inline-block;
    text-decoration: none;
    border-radius: 8px;
    transition: opacity .3s, background .3s, color .3s, fill .3s, stroke .3s, filter .3s;
}


/* 色や優先度 */

.button--primary {}

.button--secondary {}

.button--fill-brand {
    background-color: var(--kabocy-color-primary);
    color: #fff;
}

.button--fill-brand:hover {
    background-color: #000;
}

.button--fill-mono {
    background-color: #fff;
    color: #000;
}

.button--fill-mono .button__text {
    font-weight: bold;
}

.button--fill-brand-surprise {
    background-color: #000;
    color: #fff;
}

.button--fill-brand-surprise:hover {
    background-color: var(--kabocy-color-primary);
}

.button--fill-mono:hover {
    background-color: var(--kabocy-color-collection-standard-gray);
    color: #fff;
}

.button--fill-pop-orange {
    background-color: var(--kabocy-color-main-bg);
    transition: background-color .3s, border .3s;
}

.button--fill-brand-pop {
    background-color: var(--kabocy-color-site-brand-pop);
    color: #fff;
}

.button--fill-brand-pop:hover {
    background-color: var(--kabocy-color-secondary);
}

.button--fill-brand-pop-strong {
    background-color: var(--kabocy-color-tertiary);
    color: #fff;
}

.button--fill-brand-pop-strong:hover {
    background-color: #000;
}

.button--fill-brand .svg-icon.svg-icon--contact .svg-icon__path,
.button--fill-brand .svg-icon.svg-icon--fortune .svg-icon__path,
.button--fill-brand .svg-icon.svg-icon--support .svg-icon__path {
    fill: #fff;
}

.button--fill-brand-pop-strong .svg-icon.svg-icon--contact .svg-icon__path,
.button--fill-brand-pop-strong .svg-icon.svg-icon--fortune .svg-icon__path,
.button--fill-brand-pop-strong .svg-icon.svg-icon--support .svg-icon__path {
    fill: #fff;
}

.button--fill-pop-orange:hover {
    background-color: var(--kabocy-color-sub-bg);
    border-color: var(--kabocy-color-collection-relax-blue);
}

.button--outline-black-delicate {
    border: 1px solid #000;
}

.button--outline-navy {
    border: 3px solid var(--kabocy-color-collection-navy);
}

.button--outline-black {
    border: 3px solid #000;
}

.button--dark {}

.button.button--solid-type-01 {
    padding: 10px;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    min-width: 12em;
}

.button.button--solid-type-01 .button__text {
    display: block;
    text-align: center;
}

.button.button--solid-type-01.button--solid-mono-type-01 {
    background-color: var(--kabocy-color-collection-standard-gray);
}

.button.button--solid-type-01.button--solid-mono-type-02 {
    background-color: #3d3d3d;
}

.button.button--solid-type-01:hover {
    background-color: var(--kabocy-color-primary);
}

.button--no-decoration {
    display: block;
    margin: 8px auto 0;
    background: none;
    border: none;
    color: var(--kabocy-color-collection-standard-gray);
    border-radius: var(--kabocy-rounded-standard);
}

.button--no-decoration:hover {
    color: var(--kabocy-color-primary);
}


/* サイズ */

.button--large {}

.button--small {}

.button--medium {
    padding: 10px 35px;
    font-size: 1.6rem;
}

.button--medium-square {
    font-size: 1.6rem;
    width: 72px;
    height: 72px;
}

.button--medium-square .button__text {
    display: block;
    align-content: center;
    font-size: 1.2rem;
}

.button.button--mt32 {
    margin-top: 32px;
}


/* レイアウト */

.button--icon-left {}

.button--icon-right {}

.button--icon-top {}

.button--vertical {}

.button--horizontal {
    position: relative;
    align-content: center;
}

.button--horizontal-medium {
    padding-left: 60px;
}

.button--horizontal-medium .button__icon {
    height: 20px;
    display: inline-block;
}

.button--horizontal-medium .svg-icon,
.button--horizontal-medium .img-icon {
    position: absolute;
    top: 50%;
    margin-left: -24px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.button--horizontal-medium--resize {
    display: block;
    text-align: center;
}

.button--medium.button--horizontal-medium--resize {
    padding: 10px 15px;
}

.button--horizontal-medium.button--horizontal-medium--resize {
    padding-left: 40px;
}


/* FIX 1 */

.button--horizontal-medium.button--horizontal-medium--resize {
    padding-left: 0;
}


/* FIX 2 */

.featured-menu__item svg {
    display: none;
}

.button--horizontal-basic {
    padding: 20px 25px;
    padding-left: 50px;
    font-size: 1.6rem;
}

.button--horizontal-basic .button__icon {
    height: 20px;
    display: inline-block;
}

.button--horizontal-basic .svg-icon,
.button--horizontal-basic .img-icon {
    position: absolute;
    top: 50%;
    margin-left: -24px;
    transform: translateY(-55%);
    width: 20px;
    height: 20px;
}

.button--slim-banner {
    max-width: 320px;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 2px;
    padding: 10px 26px;
    box-sizing: border-box;
}

.button--slim-banner-outline {
    border: 1px solid #000;
}

.button--vertical {
    align-content: center;
    text-align: center;
    box-sizing: border-box;
}

.button--header-square {
    border-radius: 0;
}

.button--header-square .button__icon {
    height: 28px;
    display: block;
    margin: 10px 0 2px;
}

.button--header-square .button__icon svg,
.button--header-square .button__icon img {
    width: 28px;
    height: 28px;
    margin: 0 auto;
}

.button--icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #f2f2f2;
    text-align: center;
    align-content: center;
    position: relative;
}

.button.button--icon-circle:hover {
    background-color: var(--kabocy-color-primary);
}

.button--icon-circle .button__icon {
    width: 20px;
    height: 20px;
    display: block;
    margin: 10px 0 6px;
    display: inline-block;
}

.button--icon-circle .button__icon svg,
.button--icon-circle .button__icon img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.button--icon-circle .svg-icon .svg-icon__path {
    fill: #000;
}

.button--icon-circle:hover .svg-icon .svg-icon__path {
    fill: #fff;
}

.button--icon-circle .svg-icon.svg-icon--invert {
    fill: #fff;
}

.common-sns-list__link.button.button--icon-circle:hover .svg-icon.svg-icon--invert {
    fill: var(--kabocy-color-primary);
}

.button--icon-circle:hover .button__icon img {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}

.button--vertical-cover-story {
    padding: 15px 8px 10px;
    display: block;
    align-content: center;
    text-decoration: none;
    font-size: 1.6rem;
    border-radius: 0;
    width: 24px;
    background-color: #000;
}

.button--vertical-cover-story:hover {
    background-color: var(--kabocy-color-primary);
}


/* テキストリンク風 */

.btn--link {}


/* 特定カード */

.daily-happening-card__button {
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px 18px;
    margin: 0;
    background-color: #fff;
    color: var(--kabocy-color-primary);
    border-radius: 20px;
    margin: 10px auto;
}

.daily-happening-card__button:hover {
    background-color: var(--kabocy-color-collection-standard-gray);
    color: #fff;
}


/* ▲ BUTTON ▲ */


/* ▼ Line Link ▼ */

.line-link.line-link--style-01 {
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
    transition: color .3s, text-decoration .3s;
}

.line-link.line-link--style-01:hover {
    text-decoration: underline;
    color: var(--kabocy-color-collection-standard-gray);
}


/* ▲ Line Like ▲ */


/* ▼ welcome panel ▼ */

.section-welcome-panel {
    max-width: 1400px;
    display: flex;
    margin: 20px auto 32px;
    gap: 12px;
    padding: var(--kabocy-padding-section);
}

.section-welcome-panel__hero {
    flex-grow: 1;
}

.post-card__eyecatch-image {
    width: 100%;
}


/* ▲ welcome panel ▲ */


/* ▼ POST-CARD ▼ */

.post-card__information {
    display: flex;
}

.post-card__option {
    align-content: center;
}

.post-card__wrap-link {
    text-decoration: none;
    color: initial;
    transition: opacity .3s, color .3s, background .3s;
}

.post-card__wrap-link:hover {
    opacity: .5;
}

.post-card__eyecatch {
    padding: 0;
    margin: 0;
}

.post-card__eyecatch-image {
    border-radius: 8px;
}

.post-card-reason {
    position: relative;
    margin: 10px;
}

.post-card-reason__line {
    display: block;
    font-family: var(--font-din);
    line-height: .81em;
}

.post-card-reason__line.post-card-reason__line--top {
    font-size: 48px;
}

.post-card-reason__line.post-card-reason__line--secondary {
    font-size: 72px;
}

.post-card__property.post-card-property {
    align-content: center;
}

.post-card-reason::before {
    content: "";
    display: block;
    height: 100%;
    background: #000;
    width: 3px;
    position: absolute;
    right: -6px;
}

.post-card-property__taxonomy {}

.post-card-property__category {
    color: var(--kabocy-color-primary);
    font-weight: 700;
}

.post-card-property__tag {
    background: var(--kabocy-color-primary);
    font-weight: 700;
    color: #fff;
    padding: 0 2px;
    width: fit-content;
    border-radius: var(--kabocy-rounded-small);
}

.post-card-property__categorys,
.post-card-property__tags {
    padding: 0;
    margin: 0 0 2px;
    display: flex;
    gap: 5px;
    list-style: none;
}

.post-card-property__tagline {
    padding: 0;
    margin: 0;
    /*font-weight: 700;*/
    line-height: 1em;
}

.post-card-property__title {
    font-size: 3.2rem;
    margin: 0px 0;
    line-height: 1.08em;
}

.post-card-property__post-declaration {
    display: flex;
    gap: 5px;
}

.post-card-property__post-declaration>* {
    border-right: 1px solid var(--kabocy-color-collection-standard-gray);
    padding-right: 5px;
}

.post-card-property__publisher.post-publisher {
    border: none;
    padding-right: 0;
}

.post-card-property__post-time {
    font-size: 1.2rem;
    font-size: w;
    font-weight: bold;
}

.post-publisher__wrap {
    display: flex;
}

.post-publisher__logo {
    align-content: center;
}

.post-publisher__name {
    font-size: 1.2rem;
    font-weight: bold;
    align-content: center;
    margin: 0;
}


/* pattern */


/* post-card--standard */

.post-card--standard .post-card__eyecatch-image {
    border-radius: 8px;
}

.post-card--large .post-card__eyecatch-image {
    border-radius: 8px 8px 0 0;
}

.post-card--standard .post-card-property__category,
.post-card--standard .post-card-property__tag {
    font-size: 1rem;
}

.post-card--standard .post-card-property__category {
    margin-top: 5px;
}

.post-card--standard.post-card--horizontal .post-card-property__category {
    margin-top: 0;
}

.post-card--large .post-card-property__category,
.post-card--large .post-card-property__tag {
    font-size: 1.2rem;
}

.post-card--standard .post-card-property__tagline {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.post-card--large .post-card-property__tagline {
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-card--standard .post-card-property__title {
    font-size: 26px;
}

.post-card--large .post-card-property__title {
    font-size: 3.2rem;
}

.post-card.post-card--medium-title .post-card-property__title {
    font-size: 16px !important;
}

.post-card--standard .post-card-property__post-time,
.post-card--standard .post-publisher__name {
    font-size: 1rem;
}

.post-card--large .post-card-property__post-time,
.post-card--large .post-publisher__name {
    font-size: 1.2rem;
}

.post-card--standard .post-publisher__logo {
    width: 18px;
    height: 18px;
}

.post-card--large .post-publisher__logo {
    width: 21px;
    height: 21px;
}


/* post-card--horizontal */

.post-card--horizontal .post-card__wrap {
    display: flex;
    align-content: center;
}

.post-card--horizontal .post-card-property__title {
    font-size: 1.6rem;
}

.post-card--horizontal .post-card__eyecatch-image {
    width: 115px;
    align-content: center;
    display: flex;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.post-card--horizontal .post-card-property__tagline {
    margin-bottom: 2px;
}

.post-card--horizontal .post-card__information {
    margin-left: 8px;
}

.post-list {
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
}

.post-list.post-list--type-02 {
    grid-template-columns: 1fr 1fr;
}

.post-list.post-list--type-03 {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: min(40px, 6vw);
    row-gap: 50px;
}

.post-list-util {
    text-align: center;
    margin-bottom: 20px;
}

.post-list .post-card {}


/* ▲ POST-CARD ▲ */


/* ▼ Picup-CARD ▼ */

.section-welcome-panel__picup {
    flex-grow: 0;
    max-width: 400px;
    min-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.picup-card {
    width: 100%;
    background-color: var(--kabocy-color-tertiary);
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    border: 1px var(--kabocy-color-primary) solid;
    transition: background .3s, color .3s, border .3s;
}

.picup-card__wrap-link {
    position: relative;
    display: block;
    text-decoration: none;
}

.picup-card:has(.picup-card__wrap-link:hover) {
    background-color: var(--kabocy-color-primary);
    border: 1px var(--kabocy-color-primary) solid;
    box-sizing: border-box;
    color: #000;
}

.picup-card__wrap {
    padding: 12px 28px 2px 28px;
    color: #fff;
    z-index: 1;
    position: relative;
}

.picup-card__title {
    margin: 0;
    font-size: 1.6rem;
}

.picup-card__contents {
    font-size: 36px;
    margin: 5px 0;
    text-align: center;
    font-weight: bold;
    text-wrap: revert-layer;
    line-height: 1;
    overflow-wrap: break-word;
}

.picup-card__more {
    font-size: 1.6rem;
    text-align: right;
    margin: 0;
    padding-right: 38px;
}

.picup-card__figure {
    position: absolute;
    right: 2px;
    margin: 0;
    bottom: 0;
}


/* ▲ Picup-CARD ▲ */


/* ▼ Daily-Happening-Card ▼ */

.daily-happening-card,
.kabocy-history-digest-daily-card {
    background-color: var(--kabocy-color-primary);
    color: #fff;
    border-radius: 8px;
    /*! height: calc(100% - 108px); */
    flex-grow: 1;
    display: flex;
}

.daily-happening-card__wrap {
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px;
    flex-grow: 1;
    display: flex;
}

.design-date {
    width: fit-content;
    margin: 0 auto;
}

.daily-happening-card__title {
    margin: 0;
    text-align: center;
    font-size: 1.8rem;
}

.design-date__body {
    display: flex;
    font-family: var(--font-din);
}

.design-date__year-month {
    display: flex;
    flex-direction: column-reverse;
    text-align: right;
}

.design-date__gregorian-calendar {
    font-size: 3.2rem;
    opacity: .5;
    line-height: 1em;
}

.design-date__month {
    font-size: 3.2rem;
    line-height: 1em;
}

.design-date__day {
    font-size: 80px;
    line-height: .74em;
}

.design-week {
    background-color: #fff;
    padding: 2px 7px;
    border-radius: 2px;
    margin: 3px 2px;
}

.design-week__wrap {
    height: 100%;
    align-content: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.design-week__japanese-week,
.design-week__english-week {
    display: block;
    color: var(--kabocy-color-primary);
    line-height: 1em;
    align-content: center;
    text-align: center;
}

.design-week__japanese-week {
    font-family: var(--font-site-brand);
}

.design-week__english-week {
    font-size: 1.8rem;
}

.daily-happening-card__body {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.daily-happening-card__contents {
    flex-grow: 1;
    background-color: #fff;
    color: #000;
    border-radius: var(--kabocy-rounded-small);
    display: flex;
    flex-direction: column;
    min-height: 200px;
}

.daily-happening-card__button {
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px 18px;
    margin: 0;
    background-color: #fff;
    color: var(--kabocy-color-primary);
    border-radius: 20px;
    margin: 10px auto;
}

.happening-data-list__data-title,
.happening-data-list__data {
    display: inline;
}

.happening-data-list__data {
    margin: 0;
}

.anniversary-data-list {
    font-weight: bold;
    font-size: 1.4rem;
}

.anniversary-data-list__item {
    margin-bottom: 5px;
}

.anniversary-data-list__data-title,
.anniversary-data-list__data {
    display: inline;
}

.anniversary-data-list__data-title {
    font-size: 1.4rem;
    padding: 2px 14px;
    background-color: #fff;
    color: var(--kabocy-color-primary);
}

.anniversary-data-list__data {
    margin: 0;
}

.happening-data-list__data-title {
    font-family: var(--font-din);
    font-size: 1.6rem;
    color: var(--kabocy-color-primary);
}

.happening-data-list__data {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.happening-data-list__events-description {
    font-weight: normal;
    color: var(--kabocy-color-collection-fine-gray);
}

.happening-data-list {
    height: min(7vw, 250px);
    /* max-height: 250px; */
    overflow: auto;
    margin: 16px;
    flex-grow: 1;
}


/* ▼ layout-container ▼ */

.layout-container {
    padding: 0;
    margin: 0 auto;
    display: flex;
    position: relative;
    max-width: 1400px;
}

.layout-container.layout-container--style-01 {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.layout-container.layout-container--style-02 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.layout-container.layout-container--style-03 {
    text-align: center;
    display: block;
    margin: 30px auto 0;
}


/* ▲ layout-container ▲ */


/* ▼ Section Style ▼ */

.common-section.cs-style-type--01,
.common-section.cs-style-type--02,
.common-section.cs-style-type--03,
.common-section.cs-style-type--07,
.common-section.cs-style-type--09 {
    margin: 0 auto 50px;
    flex-grow: 1;
}

.page-main__wrap>.common-section.cs-style-type--01,
.page-main__wrap>.common-section.cs-style-type--02,
.page-main__wrap>.common-section.cs-style-type--03,
.page-main__wrap>.common-section.cs-style-type--07,
.page-main__wrap>.common-section.cs-style-type--09 {
    padding: var(--kabocy-padding-section);
}

.common-section.cs-style-type--01,
.common-section.cs-style-type--07 {
    position: relative;
    max-width: 1400px;
}

.common-section.cs-style-type--02,
.common-section.cs-style-type--06 {
    position: relative;
    max-width: 1400px;
    width: 100%;
    background-color: #fff;
    border-radius: var(--kabocy-rounded-standard);
}

.common-section.cs-style-type--07 {
    padding: 2px 30px 30px;
    border-radius: var(--kabocy-rounded-standard);
    background-color: var(--kabocy-color-pop-bg);
}

.common-section.cs-style-type--08 {
    max-width: unset;
    border-top: 1px solid var(--kabocy-color-collection-standard-gray);
    border-bottom: 1px solid var(--kabocy-color-collection-standard-gray);
    margin: 70px 0 84px;
    padding: 2px 30px 30px;
    background-color: var(--kabocy-color-pop-bg);
    position: relative;
}

.common-section.cs-style-type--04 {
    position: relative;
    max-width: 1400px;
    margin: 10px auto 20px;
    background-color: #ffffff75;
    padding: 6px 12px;
    border-radius: 8px;
    box-sizing: border-box;
}

.common-section.cs-style-type--05 {
    position: relative;
    max-width: 1400px;
    margin: 10px auto 20px;
    padding: 6px 12px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 6px min(80px, 3vw);
    margin: 10px auto;
}

.common-section.common-section--special {
    padding: 10px 10px 70px;
    background-color: var(--kabocy-color-pop-bg);
    position: relative;
    margin-bottom: 80px;
}

.common-section.common-section--special.common-section--special-cool {
    background-color: var(--kabocy-color-collection-water-blue);
}

.cs-style-type--02 .common-section_wrap {
    padding: 20px 80px;
    padding: 20px min(80px, 5vw);
}

.cs-style-type--03 .common-section_wrap {
    padding: 20px 80px;
    padding: 20px min(80px, 3vw);
}

.cs-style-type--06 .common-section_wrap {
    padding: 70px 80px;
    padding: 70px min(80px, 5vw);
}

.cs-style-type--09 .common-section_wrap {
    padding: 20px 28px;
}

.common-section.cs-style-type--outline {
    border: var(--kabocy-color-collection-standard-gray) 1px solid;
}

.common-section.cs-style-type--rounded {
    border-radius: var(--kabocy-rounded-standard);
}

.common-section__title {
    font-weight: bold;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 3.2rem;
    text-align: center;
    margin: 48px 0 34px;
}

.common-section__title.common-section__title--style-02,
.common-section__title.common-section__title--style-03 {
    width: fit-content;
}

.common-section__title.common-section__title--style-02 {
    margin: 48px auto 34px;
}

.common-section__title.common-section__title--style-03 {
    margin: 20px auto 10px;
    position: relative;
    line-height: .77em;
}

.common-section__title.common-section__title--style-03::before,
.common-section__title.common-section__title--style-03::after {
    content: '';
    display: block;
    width: 20px;
    height: 34px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 12px;
}

.common-section__title.common-section__title--style-03::before {
    background-image: url(./assets/images/icon-text_decoration_single_wing-left-01.svg);
    left: -12px;
}

.common-section__title.common-section__title--style-03::after {
    background-image: url(./assets/images/icon-text_decoration_single_wing-right-01.svg);
    right: -14px;
}

.common-section__title-text {
    display: flex;
    text-align: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.common-section__title--serialize .common-section__title-text::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -50px;
    background-image: url(./assets/images/icon-serialize-01.svg);
}

.common-section__title--contents .common-section__title-text::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    left: -50px;
    background-image: url(./assets/images/icon-contents-01.svg);
}

.common-section__title--contents .common-section__title-text::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: -43px;
    background-image: url(./assets/images/icon-contents-02.svg);
}


/* ▼ HD */

.common-section__title--image-double-wing .common-section__title-figure {
    max-width: 360px;
    align-items: baseline;
    margin: 0 auto;
    position: relative;
}

.common-section__title--image-double-wing .common-section__title-figure::before,
.common-section__title--image-double-wing .common-section__title-figure::after {
    content: "";
    display: block;
    width: 72px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
}

.common-section__title--image-double-wing .common-section__title-figure::before {
    background-image: url(./assets/images/icon-text_decoration_double_wing-left-01.svg);
    left: -60px;
}

.common-section__title--image-double-wing .common-section__title-figure::after {
    background-image: url(./assets/images/icon-text_decoration_double_wing-right-01.svg);
    right: -60px;
}

.design-date-container {
    /*! max-width: 280px; */
    background-color: var(--kabocy-color-primary);
    padding: 34px 20px 0;
    border-radius: var(--kabocy-rounded-standard) var(--kabocy-rounded-standard) 0 0;
    color: var(--kabocy-color-absolute-white);
    margin: 0 auto;
}

.common-section__title--style-01 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #333;
    font-size: 16px;
    background: #FFF;
    /*! border: solid 3px #555; */
    box-sizing: border-box;
    border-radius: var(--kabocy-rounded-standard);
}

.common-section__title.common-section__title--style-01::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
}

.common-section__title.common-section__title--style-01::after {
    /*! content: ""; */
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid var(--kabocy-color-collection-standard-gray);
    z-index: 1;
}

.common-section.domestic-anniversary,
.common-section.world-anniversary {
    flex-grow: 1;
    text-align: center;
}


/* ▲ HD */

.common-section--w80mb38 {
    width: 80%;
    margin: 0 auto 38px;
}

.common-section--mb38 {
    margin: 0 auto 38px;
}


/* 3列 タイトル */

.common-section__title.common-section__title--style-02 .common-section__title-theme,
.common-section__title.common-section__title--style-03 .common-section__title-theme {
    font-family: var(--font-site-brand);
    display: block;
    font-weight: 500;
    line-height: 1.2em;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}

.common-section__title.common-section__title--style-02 .common-section__title-theme {
    background-color: #000;
    color: #fff;
    padding: 0 5px;
}

.common-section__title.common-section__title--style-03 .common-section__title-theme {}

.common-section__title.common-section__title--style-02 .common-section__title-theme-style {
    position: relative;
}

.common-section__title.common-section__title--style-02 .common-section__title-theme-style::before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: inline-block;
    background: var(--kabocy-color-primary);
    height: calc(12px / 2 * tan(60deg));
    width: 12px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -5px;
}

.common-section__title.common-section__title--style-02 .common-section__title-logo::before,
.common-section__title.common-section__title--style-03 .common-section__title-logo::before {
    content: "";
    background-image: url('assets/images/logo-linux-pro-icon-01.svg');
    display: inline-block;
}

.common-section__title.common-section__title--style-02 .common-section__title-logo::before {
    width: 38px;
    height: 38px;
}

.common-section__title.common-section__title--style-03 .common-section__title-logo::before {
    width: 25px;
    height: 25px;
}

.common-section__title.common-section__title--style-02 .common-section__title-logo,
.common-section__title.common-section__title--style-03 .common-section__title-logo {
    font-family: var(--font-din);
    display: block;
    font-weight: 500;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    gap: 4px;
}

.common-section__title.common-section__title--style-02 .common-section__title-logo {
    font-size: 3.2rem;
}

.common-section__title.common-section__title--style-03 .common-section__title-logo {
    font-size: 25px;
}

.common-section__title.common-section__title--style-02 .common-section__title-genre,
.common-section__title.common-section__title--style-03 .common-section__title-genre {
    font-size: 2rem;
    font-family: var(--font-din);
    display: block;
    font-weight: 500;
    line-height: 1em;
    color: var(--kabocy-color-primary);
}

.common-section__title.common-section__title--style-03 .common-section__title-genre {
    display: none;
}

.common-section__title.common-section__title--style-02 .common-section__title-genre.common-section__title-genre--ja,
.common-section__title.common-section__title--style-03 .common-section__title-genre.common-section__title-genre--ja {
    font-family: var(--font-site-brand);
}

.common-section__title.common-section__title--image.common-section__title--image-linux-command {
    margin: 20px 0 10px;
}

.common-section__title.common-section__title--image.common-section__title--image-linux-command .common-section__title-figure {
    max-width: 180px;
}


/* 3列 タイトル ここまで */

.container-pc-3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.common-sidebar {
    margin-left: 1.6rem;
}

.common-sidebar.common-sidebar--left {
    margin-left: 0;
    margin-right: 1.6rem;
}

.widget-container {
    width: 31.6rem;
    padding: 1.8rem;
    margin-bottom: 10px;
}

.common-sidebar.common-sidebar--left .widget-container {
    width: auto;
}

.common-sidebar.common-sidebar--style-01 .widget-container {
    background-color: #fff;
    border-radius: var(--kabocy-rounded-standard);
    background-color: #ffffff75;
}

.common-sidebar.common-sidebar--style-02 .widget-container {
    background-color: #ffffff58;
    border-radius: var(--kabocy-rounded-standard);
}

.widget-title {
    font-size: 1.8rem;
    margin: .2rem 0 1.6rem;
}


/* ▲ Section Style ▲ */


/* ▼ Kabocy Widget ▼ */

.kabocy-description-container__visual-area {
    width: fit-content;
    flex-shrink: 0;
    margin: 0;
}

.kabocy-description-container__group {
    display: flex;
}

.kabocy-description-container__visual-caption {
    margin: 0;
    padding: 0;
}

.kabocy-description-container__description-text {
    margin: 0;
}

.kabocy-description-container__group {
    margin: 1.4rem 0;
}

.kabocy-description-container__visual-caption {
    font-size: 1rem;
    text-align: center;
}

.kabocy-description-container__description-text {
    font-size: 14px;
    line-height: 1.8;
}

.kabocy-description-container__group {
    gap: 10px;
}

.kabocy-description-container--option-link {
    transition: opacity .3s;
}

.kabocy-description-container--option-link:hover {
    opacity: .5;
}


/* ▲ Kabocy Widget ▲ */


/* ▼ common-card ▼ */

.common-card.common-card--style-01 {
    aspect-ratio: 16/9;
    background-color: var(--kabocy-color-main-bg);
    max-width: 300px;
    padding: 10px;
    border-radius: var(--kabocy-rounded-standard);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 300px;
}

.common-card.common-card--style-01 .common-card__titile {
    margin: 12px 0 12px 16px;
}

.common-card.common-card--style-01 .common-card__body {
    flex-grow: 1;
    align-content: center;
}

.common-card.common-card--style-01 .common-card__body-content {
    font-size: 2rem;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2rem;
    color: var(--kabocy-color-collection-standard-gray);
}

.common-card.common-card--style-01 .common-card__body-content::first-letter {
    color: var(--kabocy-color-primary);
}

.common-card.common-card--style-01 .common-card__body-design {
    display: block;
    height: 5px;
    width: 64px;
    background-color: #646464;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
}

.common-card__body-design::before,
.common-card__body-design::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #646464;
}

.common-card.common-card--style-01 .common-card__body-design::before {
    position: absolute;
    left: -12px;
}

.common-card.common-card--style-01 .common-card__body-design::after {
    position: absolute;
    right: -12px;
}


/* ▲ common-card ▲*/


/* ▼ dictionary-section ▼ */

.dictionary-section__header-wrap {
    width: fit-content;
    background-color: var(--kabocy-color-main-bg);
    padding: 30px 38px;
    margin: 0 auto;
    min-width: 340px;
    overflow: auto;
    max-width: 100%;
}

.dictionary-section__title {
    font-size: min(5.8vw, 58px);
    font-family: var(--font-din);
    text-align: center;
    margin: 0;
}

.dictionary-section__title_rt {
    font-family: var(--font-site-brand);
    font-weight: normal;
    font-size: 0.3em;
}

.dictionary-section__title-info {
    font-size: 1.2rem;
    text-align: right;
    margin: 0;
}

.dictionary-section__title-info-caption {
    background-color: var(--kabocy-color-primary);
    color: #fff;
}

.dictionary-section.dictionary-section--cool .dictionary-section__header-wrap {
    background-color: #fff;
}

.dictionary-section.dictionary-section--cool .dictionary-section__title-info-caption {
    background-color: var(--kabocy-color-collection-classic-blue);
}

.dictionary-section__header-quick-card {
    position: absolute;
    background-color: aliceblue;
    padding: 10px 20px;
    min-width: 380px;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: fit-content;
    bottom: -70px;
    min-height: 125px;
}

.dictionary-section__header-quick-card.dictionary-section__header-quick-card--warm {
    background-color: unset;
    border: 1px solid var(--kabocy-color-secondary);
    backdrop-filter: blur(8px);
}

.dictionary-section__header-quick-card-title {
    text-align: center;
    background-color: var(--kabocy-color-collection-standard-gray);
    width: fit-content;
    margin: 8px auto;
    color: #fff;
    padding: 2px 6px;
}

.dictionary-section__header-quick-card-contents {
    text-align: center;
    font-size: 1.8rem;
}

.cpt-entry__section.cpt-entry__section--style-01,
.cpt-entry__section.cpt-entry__section--style-02 {
    max-width: 780px;
    margin: 0 auto 3rem;
}

.cpt-entry__section--style-01 .cpt-entry__section-title {
    margin: 0;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 7px;
    border-radius: var(--kabocy-rounded-standard) var(--kabocy-rounded-standard) 0 0;
}

.cpt-entry__section--style-01 .cpt-entry__body {
    border-radius: 0 0 var(--kabocy-rounded-standard) var(--kabocy-rounded-standard);
    background-color: #fff;
    padding: 10px;
}

.cpt-entry--glossary .cpt-entry__section--style-01 .cpt-entry__section-title {
    background-color: var(--kabocy-color-secondary);
}

.cpt-entry--command .cpt-entry__section--style-01 .cpt-entry__section-title {
    background-color: var(--kabocy-color-collection-earnest-blue);
}

.cpt-entry--glossary .cpt-entry__section--style-01 .cpt-entry__body {
    border: 2px solid var(--kabocy-color-secondary);
    ;
}

.cpt-entry--command .cpt-entry__section--style-01 .cpt-entry__body {
    border: 2px solid var(--kabocy-color-collection-earnest-blue);
}

.cpt-entry__body-text.cpt-entry__body-big {
    font-size: min(4.8vw, 48px);
    margin: 20px 0 0;
}


/*============================================
= cpt-entry-style.css: Unified CPT Entry Style =
= Block: cpt-entry, Modifiers: --command, --glossary =
============================================*/


/* ————————————————————————————————————
   Common Styles for .cpt-entry Block
   ———————————————————————————————————— */

.cpt-entry__header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.cpt-entry__subtitle {
    font-size: 1rem;
    color: #666;
    margin-top: 0.5rem;
}

.cpt-entry__taxonomies {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.cpt-entry__taxonomies-item {
    margin-right: 1rem;
}

.cpt-entry__taxonomies-item a {
    color: var(--kabocy-color-collection-fine-blue);
    text-decoration: none;
}

.cpt-entry__taxonomies-item a:hover,
.cpt-entry__taxonomies-item a:focus {
    text-decoration: underline;
}

.cpt-entry__section {
    margin: 2rem 0;
}

.cpt-entry__section-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--kabocy-color-collection-standard-gray);
}

.cpt-entry__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cpt-entry__item {
    margin-bottom: 0.5rem;
}

.cpt-entry__item a {
    color: var(--kabocy-color-collection-fine-blue);
    text-decoration: none;
}

.cpt-entry__item a:hover,
.cpt-entry__item a:focus {
    text-decoration: underline;
}

.cpt-entry__footer {
    margin-top: 2rem;
    text-align: right;
}

.cpt-entry__edit-link a {
    font-size: 0.9rem;
    color: var(--kabocy-color-collection-dark-water-blue);
}

.cpt-entry__edit-link a:hover,
.cpt-entry__edit-link a:focus {
    text-decoration: underline;
}


/* Focus outlines for accessibility */

a:focus,
button:focus,
.cpt-entry__taxonomies-item a:focus,
.cpt-entry__item a:focus,
.cpt-entry__item code:focus {
    outline: 2px dashed var(--kabocy-color-collection-dark-blue);
    outline-offset: 2px;
}


/* Responsive adjustments */

@media screen and (max-width: 600px) {
    .cpt-entry__taxonomies {
        flex-direction: column;
    }
    .cpt-entry--glossary .cpt-entry__meta {
        grid-template-columns: 1fr;
    }
}


/* ————————————————————————————————————
     Modifier: .cpt-entry--command
     Styles specific to linux_command entries
     ———————————————————————————————————— */


/*.cpt-entry--command .cpt-entry__section--desc,
.cpt-entry--command .cpt-entry__section--options,
.cpt-entry--command .cpt-entry__section--notes {
    background-color: #f9f9f9;
    padding: 1rem;
    border-radius: 4px;
    white-space: pre-wrap;
}*/

.cpt-entry--command .cpt-entry__section--deprecated,
.cpt-entry--glossary .cpt-entry__section--deprecated {
    color: var(--kabocy-color-collection-rich-red);
    background-color: var(--kabocy-color-collection-carefree-pink);
    padding: 1rem;
    border-left: 4px solid var(--kabocy-color-collection-happy-red);
    border-radius: 4px;
}

.cpt-entry--command .cpt-entry__list strong,
.cpt-entry--glossary .cpt-entry__list strong {
    display: inline-block;
    width: 4rem;
}

.cpt-entry--command .cpt-entry__section--usage code,
.cpt-entry--glossary .cpt-entry__section--usage code {
    display: block;
    background-color: var(--kabocy-color-collection-fine-gray);
    color: var(--kabocy-color-collection-gentle-white);
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 0.9rem;
    line-height: 1.4;
}


/* ————————————————————————————————————
     Modifier: .cpt-entry--glossary
     Styles specific to linux_glossary entries
     ———————————————————————————————————— */

.cpt-entry--command .cpt-entry__meta,
.cpt-entry--glossary .cpt-entry__meta {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.5rem 1rem;
    margin: 1rem 0;
}

.cpt-entry--command .cpt-entry__meta dt {
    background-color: var(--kabocy-color-collection-classic-blue);
}

.cpt-entry--glossary .cpt-entry__meta dt {
    background-color: var(--kabocy-color-primary);
}

.cpt-entry--command .cpt-entry__meta dt,
.cpt-entry--glossary .cpt-entry__meta dt {
    font-weight: bold;
    color: var(--kabocy-color-collection-standard-gray);
    min-width: 4em;
    color: #fff;
    text-align: center;
}

.cpt-entry--command .cpt-entry__meta dd,
.cpt-entry--glossary .cpt-entry__meta dd {
    margin: 0;
}

.cpt-entry--glossary .cpt-entry__section--short-desc,
.cpt-entry--glossary .cpt-entry__section--desc {
    /*! background: #f7f7f7; */
    /*! padding: 1rem; */
    /*! border-radius: 4px; */
}

.cpt-entry--glossary .cpt-entry__section--usage .cpt-entry__list {
    list-style: disc inside;
    margin: 1rem 0;
}

.cpt-entry--glossary .cpt-entry__list strong {
    display: inline-block;
    width: 6rem;
}


/* 関連記事用カード */

.related-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}

.related-card {
    border: 1px solid var(--tw-border-color, #e5e7eb);
    border-radius: 0.75rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: .2s transform;
}

.related-card:hover {
    transform: translateY(-4px);
}

.related-card__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.related-card__body {
    padding: 1rem;
}

.related-card__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 .5rem;
    line-height: 1.4;
}

.related-card__excerpt {
    font-size: .875rem;
    color: #555;
    line-height: 1.5;
}


/* 関連記事用カード */


/* ▲  ▲ */


/* ▼ hero-card ▼ */

.distro-digest {
    display: flex;
    flex-direction: column;
}

.hero-card {
    height: 520px;
    max-width: 920px;
    margin: 0 auto;
    width: 100%;
}

.hero-card__wrap {
    display: flex;
    background-color: #ddd;
    height: 100%;
    max-width: 1200px;
    background-image: url('assets/images/img-background_distro-01.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--kabocy-rounded-standard);
}

.hero-card__visual {
    flex-grow: 2;
    align-content: center;
    position: relative;
    width: 100%;
    max-width: 320px;
    max-width: 410px;
}

.hero-card__image-wrap {
    margin: 0;
}

.hero-card__visual-options {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.hero-card__detail {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.hero-card__detail-header {
    padding: 38px 5px 20px;
}

.hero-card__detail-title {
    font-family: var(--font-din);
    font-size: 48px;
    margin: 0;
}

.hero-card__detail-title-ruby {
    margin: 0;
    font-size: 1.2rem;
}

.hero-card__detail-property {
    padding: 10px 10px;
    margin: 0;
    list-style: none;
}

.hero-card__detail-property-item {
    margin: 0;
}

.hero-card__detail-main {
    flex-grow: 1;
    align-content: center;
    padding: 10px;
}

.hero-card__detail-main-text {
    margin: 0;
    margin-bottom: 20px;
}

.hero-card__detail-item {
    padding: 20px;
    text-align: right;
}

.hero-card__detail-item-link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 0 14px 0 0;
    color: #fff;
    position: relative;
    transition: opacity .3s;
}

.hero-card__detail-item-link::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid var(--kabocy-color-collection-playful-white);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    right: 6px;
    display: inline;
    margin: auto;
    border-color: #fff;
}

.hero-card__detail-item-link:hover {
    opacity: .5;
}

.hero-card.hero-card--style-02 .hero-card__wrap {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
}

.hero-card.hero-card--style-02 .hero-card__visual {
    flex-grow: 2;
    align-content: center;
    position: relative;
    width: 100%;
    max-width: 380px;
}

.hero-card.hero-card--style-02 .hero-card__image-wrap {
    margin: 0;
    padding: 10px;
}

.hero-card.hero-card--style-02 .hero-card__detail-header {
    padding: 38px 5px 20px;
    position: relative;
}

.hero-card.hero-card--style-02 .hero-card__detail-property {
    padding: 10px 20px;
}

.hero-card.hero-card--style-02 .hero-card__detail-main {
    padding: 10px 30px 0;
    border-radius: var(--kabocy-rounded-standard) var(--kabocy-rounded-standard) 0 0;
    margin: 10px 20px 0;
    color: #000;
    background-color: #fdffce;
    background-color: #00000005;
    background-color: #000;
    border-radius: 16px 16px 0 0;
    background-color: var(--kabocy-color-primary);
    color: #fff;
}

.hero-card.hero-card--style-02 .hero-card__detail-title {
    position: absolute;
    bottom: 24px;
    font-size: 38px;
    z-index: 2;
}

.hero-card.hero-card--style-02 .hero-card__detail-title-ruby {
    font-size: 5.8rem;
    font-weight: bold;
    opacity: .1;
    mix-blend-mode: exclusion;
    color: #fff;
}

.hero-card.hero-card--style-02 .hero-card__detail-option {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* ▲ hero-card ▲ */


/* ▼ シングル ▼ */

.post-contents-header__feature {
    font-weight: bold;
    color: var(--kabocy-color-primary);
    font-size: 1.4rem;
    margin: 0;
    align-content: center;
    display: flex;
}

.post-contents-header__feature-label {
    display: flex;
    align-content: center;
}

.post-contents-header__feature-label::before {
    content: "";
    display: inline-block;
    background-image: url("./assets/images/icon-serialize-01.svg");
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
}

.post-contents-header__feature-link {
    color: inherit;
    text-decoration: none;
}

.post-contents-header__terms {
    display: flex;
    color: var(--kabocy-color-primary);
    gap: 3px;
    margin-bottom: 8px;
}

.post-contents-header__terms.post-contents-header__terms--mb16 {
    margin-bottom: 16px;
}

.post-contents-header__terms.post-contents-header__terms--mb08 {
    margin-bottom: 8px;
}

.post-contents-header__category {
    margin: 0;
    font-weight: bold;
    font-size: 1.4rem;
}

.post-contents-header__category-link {
    color: inherit;
    display: flex;
    text-decoration: none;
}

.post-contents-header__category-link::before {
    content: "";
    display: block;
    background-image: url("./assets/images/icon-category-01.svg");
    width: 23px;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
}

.post-contents-header__tags {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    font-size: 1.4rem;
    gap: 3px;
}

.post-contents-header__tags--style-01 .post-contents-header__tag-link,
.post-contents-header__tags--style-01 .post-contents-header__tag>a {
    background: var(--kabocy-color-primary);
    font-weight: 700;
    color: #fff;
    /*padding: 0 2px;*/
    padding: 2px 3px;
    width: fit-content;
    border-radius: var(--kabocy-rounded-small);
    text-decoration: none;
}

.post-contents-header__tags--style-02 .post-contents-header__tag-link,
.post-contents-header__tags--style-02 .post-contents-header__tag>a {
    font-weight: 700;
    color: var(--kabocy-color-primary);
    padding: 0 2px;
    width: fit-content;
    border-radius: var(--kabocy-rounded-small);
    text-decoration: none;
}

.post-contents-header__tags--m08 {
    margin-bottom: 8px;
}

.post-contents-header__tags.post-contents-header__tags--style-02 .post-contents-header__tag a::before {
    content: "#";
}

.post-contents-header__title {
    font-size: 3.2rem;
    margin: 0;
    line-height: 1.1em;
}

.post-contents-header__title .post-contents-header__title--mb08 {
    margin-bottom: 8px;
}

.post-contents-header__sponsored,
.post-contents-header__author {
    margin: 0;
    font-size: 1.2rem;
    color: #808080;
}

.post-contents-header__sponsored-label {
    font-family: var(--font-din);
}

.post-contents-header__author-link {
    color: #808080;
}

.post-contents-header__author-link:hover {
    color: var(--kabocy-color-primary);
}

.post-contents-body.post-contents-body--style-01 {
    font-family: initial;
    max-width: 780px;
    margin: 0 auto;
}

.post-contents-body h2 {
    font-size: 2.4rem;
    border-left: 3px solid var(--kabocy-color-primary);
    margin-left: 5px;
    padding: 2px 0 3px 10px;
}

.post-contents-body h3 {
    font-size: 2.2rem;
}

.post-contents-body h4 {
    font-size: 1.8rem;
}

.post-contents-body h5 {
    font-size: 1.6rem;
}

.post-contents-body a {
    color: #100800;
    color: #0072b7;
    color: #a15503;
}

.post-contents-body a:hover {
    color: var(--kabocy-color-tertiary);
}

.post-contents-body ul ul {
    padding-left: 28px;
}


/* ▲ シングル ▲ */


/* ▼ 連載 ▼ */

.featured-series {
    background-color: #fff;
    border-radius: 8px;
    padding: 18px;
}

.featured-series--outline {
    border: var(--kabocy-color-collection-standard-gray) 1px solid;
}

.featured-series__body {
    margin-bottom: 20px;
}

.featured-series__footer {
    text-align: center;
}

.featured-series__title {
    text-align: center;
    font-size: 1.9rem;
    margin: 20px 0 18px;
}

.featured-series__archive-link,
.featured-series__archive-link::after {
    transition: color .3s;
    color: #000;
}

.featured-series__archive-link::after {
    content: ">";
    font-family: var(--font-din);
    /*color: var(--kabocy-color-collection-standard-gray)*/
    ;
}

.featured-series__archive-link:hover,
.featured-series__archive-link:hover::after {
    color: var(--kabocy-color-primary);
    opacity: .8;
}

.featured-series__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.featured-series__list>li {
    margin: 0 0 15px 0;
}


/* ▲ 連載 ▲ */


/* ▼ archive-block ▼ */

.archive-block__title {
    font-size: 3.2rem;
    margin: 50px 0 45px;
}

.archive-block__title-text {
    display: flex;
    text-align: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    align-content: center;
    line-height: 1;
}

.archive-block__title-text::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -32px;
    background-image: url(./assets/images/icon-new-post-01.svg);
    background-repeat: no-repeat;
}


/* ▼ パンくず ▼ */

.breadcrumb-list {
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    display: inline-block;
    list-style: none;
}

.breadcrumb-item::after {
    content: "/";
    padding-right: 3px;
    padding-left: 3px;
    font-size: 1.1rem;
}

.breadcrumb-item:last-child::after {
    content: "";
}

.breadcrumb-item {
    color: var(--kabocy-color-collection-standard-gray);
    font-size: 1.1rem;
}

.breadcrumb-item a {
    text-decoration: none;
    color: inherit;
}

.breadcrumb-item a:hover {
    color: var(--kabocy-color-primary);
    text-decoration: underline;
}


/* ▲ パンくず ▲ */


/* ▼ MENU ▼ */

.menu {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.menu-horizontal {
    display: flex;
    width: 100%;
}

.featured-menu {
    margin-bottom: 32px;
}

.featured-menu__menu {
    justify-content: space-evenly;
}

.featured-menu__item {
    flex-grow: 1;
    margin-left: 20px;
    margin-bottom: 10px;
}

.featured-menu__menu {
    margin-left: -10px;
}


/* ▲ MENU ▲ */


/* ▼ テーブル ▼ */

.table-head-container {
    display: flex;
    gap: 9px;
}

.table-head-container__head {
    font-size: 3.2rem;
    text-wrap: nowrap;
    border-left: 3px solid var(--kabocy-color-primary);
    margin-left: 5px;
    padding: 2px 0 0px 10px;
}

.table-head-container__text {
    font-size: 1.2rem;
    align-content: center;
    line-height: 1.08em;
    margin: 0;
    color: var(--kabocy-color-collection-standard-gray);
}

.table-spec {
    margin: 0 auto;
    font-size: 1.7rem;
}

.table-spec__tbody {
    font-size: 2rem;
}

.table-spec__tbody>tr {
    border-bottom: 1px solid #989898;
}

.table-spec__tbody th:first-child {}

.table-spec__tbody th:first-child {
    padding-left: 18px;
}

.table-spec__tbody th,
.table-spec__tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.table-spec__tbody td {
    padding-right: 18px;
    padding-left: 12px;
}


/* ▲ テーブル ▲ */


/* ▼ Picup Comment Card ▼ */

.picup-comment-card__title {
    display: flex;
    flex-direction: column;
    width: fit-content;
    position: relative;
    text-align: center;
    margin: 38px auto 20px;
}

.picup-comment-card.picup-comment-card--style-01 {
    flex-grow: 1;
    max-width: 410px;
}

.picup-comment-card__body {
    padding: 30px 30px;
    border: 1px solid aliceblue;
    margin: 0 auto;
    border-radius: 12px;
    background-color: var(--kabocy-color-pop-bg);
    min-height: 170px;
    align-content: center;
}

.picup-comment-card__title-genre {
    background-color: var(--kabocy-color-collection-standard-gray);
    padding: .3rem .5rem 0;
    width: fit-content;
    font-size: 1.4rem;
    color: var(--kabocy-color-absolute-white);
    transform: rotate(-2deg);
    position: absolute;
    z-index: 2;
    top: -1.4rem;
    left: -.7rem;
    text-wrap: nowrap;
}

.picup-comment-card__title-tagline::before {
    content: "";
    position: absolute;
    bottom: -2.4rem;
    left: 50%;
    margin-left: -1.5rem;
    border: 1.2rem solid transparent;
    border-top: 1.2rem solid var(--kabocy-color-secondary);
    z-index: 2;
}

.picup-comment-card__title-conjunction {
    font-size: 1.1rem;
}

.picup-comment-card__title-tagline {
    position: relative;
    background-color: var(--kabocy-color-secondary);
    padding: 10px;
    color: #fff;
    border-radius: var(--kabocy-rounded-small);
    font-size: 1.6rem;
}


/* ▲ Picup Comment Card ▲ */


/* ▼ ページネーション ▼ */


/*.prev,
.next {
    position: absolute;
    text-decoration: none;
    color: #000;
    transition: color .3s;
}

.pagination-box {
    position: relative;
    display: flex;
    max-width: 520px;
    font-family: var(--font-din);
    justify-content: center;
    text-align: center;
    align-content: center;
    margin: 0 auto;
}

.prev {
    left: 0;
    padding: 20px 16px;
    margin: 0;
    display: block;
    display: inline-block;
}

.next {
    right: 0;
    padding: 20px 16px;
}


.next::after {
    content: "";
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
}

.next::after,
.prev::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.prev::after {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 0;
}

.page-numbers {
    padding: 20px 10px;
    /! border: 1px solid var(--kabocy-color-primary); /
    color: #000;
    text-decoration: none;
    margin: 2px;
}

.page-numbers.current {
    text-decoration: underline;
}


a.page-numbers:hover,
a.prev,
a.next:hover {
    color: var(--kabocy-color-primary);
}*/

.pagination-list {
    position: relative;
    display: flex;
    max-width: 520px;
    font-family: var(--font-din);
    justify-content: center;
    text-align: center;
    align-content: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    height: 60px;
    align-items: center;
}

.pagination-item.pagination-prev {
    left: 0;
    padding: 20px 16px;
    margin: 0;
    display: block;
    display: inline-block;
}

.pagination-item.pagination-prev::before,
.pagination-item.pagination-next::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.pagination-item.pagination-prev::before {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 0;
}

.pagination-item.pagination-prev,
.pagination-item.pagination-next {
    position: absolute;
    text-decoration: none;
    color: #000;
    transition: color .3s;
}

.pagination-item.pagination-next::before {
    content: "";
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
}

.pagination-item.pagination-next {
    right: 0;
    padding: 20px 16px;
}

.page-numbers {
    padding: 20px 10px;
    /*! border: 1px solid var(--kabocy-color-primary); */
    color: #000;
    text-decoration: none;
    margin: 2px;
}

.pagination-box {
    box-sizing: border-box;
}

.pagination-item.pagination-prev a,
.pagination-item.pagination-next a {
    color: inherit;
}

.pagination-item.pagination-prev a,
.pagination-item.pagination-next a {
    text-decoration: none;
}

.page-numbers.current {
    text-decoration: underline 2px;
}

a.page-numbers:hover {
    color: var(--kabocy-color-primary);
}

.pagination-item:has(a):hover {
    color: var(--kabocy-color-primary);
}

.pagination-item>.invalid {
    color: var(--kabocy-color-collection-standard-gray);
}


/* ▲ ページネーション ▲ */


/* ▼ 投稿用ページネーション ▼ */

.post-pagination-container {
    background-color: var(--kabocy-color-main-bg);
    padding: 10px;
    margin: 10px 0;
    border-radius: var(--kabocy-rounded-standard);
}

.post-pagination__wrap {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-pagination-container .post-page-numbers {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--kabocy-color-primary);
    background-color: var(--kabocy-color-absolute-white);
    color: var(--kabocy-color-primary);
    margin: 8px;
    text-decoration: none;
    font-weight: bold;
}

.post-pagination-container .post-page-numbers.current {
    background-color: var(--kabocy-color-primary);
    color: var(--kabocy-color-absolute-white);
}

.post-pagination-container .post-page-numbers:hover {
    background-color: var(--kabocy-color-primary);
    color: var(--kabocy-color-absolute-white);
}


/* ▲ 投稿用ページネーション ▲ */


/* ▼ 前後の記事 ▼ */

.article-around {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.article-around * {
    box-sizing: border-box;
}

.article-around__post {
    position: relative;
    display: flex;
}

.article-around__post-link {
    height: 100%;
    width: 100%;
}

.article-around__eye-catch {
    position: relative;
    margin: 0;
    height: 80px;
    overflow: hidden;
}

.article-around__eye-catch img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    filter: brightness(.5);
}

.article-around__post-link:hover .article-around__eye-catch img {
    transition: .3s width, .3s height, .3s filter;
    filter: brightness(.4);
    width: 120%;
    height: 120%;
}

.article-around__post-title {
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
    height: 24px;
    font-size: 1.4rem;
    color: #fff;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-around__post-title.article-around__post-title--next {
    text-align: right;
    padding: 0 24px 0 14px;
}

.article-around__post-title.\.article-around__post-title--prev {}

.article-around__post-title.article-around__post-title--prev {
    padding: 0 14px 0 24px;
}

.article-around__tagline {
    position: absolute;
    top: 18px;
    height: 20px;
    font-size: 1.2rem;
    color: #fff;
    width: 100%;
    font-family: var(--font-din);
}

.article-around__tagline.article-around__tagline--prev {
    padding: 0 0 0 20px;
}

.article-around__tagline.article-around__tagline--next {
    text-align: right;
    padding: 0 20px 0 0;
}


/* ▲ 前後の記事 ▲ */


/* ▼ おすすめ記事 ▼ */

.post-recoments-container {
    max-width: 620px;
    background-color: #f9e1c0;
    background-color: #fcebd3;
    padding: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: var(--kabocy-rounded-standard);
}

.post-recoments-container__header {
    text-align: center;
}

.post-recoments-container__logo {
    margin: 0 0 16px;
}

.post-recoments-container__logo-image {
    margin: 0 auto;
}

.post-recoments-container__tagline {
    font-weight: bold;
}

.post-recoments-container__buttons {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.post-recoments-container__buttons>a,
.post-recoments-container__buttons>button {
    margin: 0 auto;
}

.post-recoments-container__more-text {
    font-size: 1.2rem;
    font-weight: bold;
}

.post-recoments-container__body {
    border-top: 1px solid #fff;
}

.post-recoments-container__title {
    text-align: center;
    font-weight: bold;
}

.post-recoments-container__article-list {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    column-gap: 9px;
}

.post-recoments-container__article-list {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    column-gap: 9px;
    list-style: none;
    padding: 0;
}


/* ▲ おすすめ記事 ▲ */


/* ▼ サイトコンテンツセクション ▼ */

.contents-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}


/* ▲ サイトコンテンツセクション ▲ */


/* ▼ FOOTER ▼ */

.page-footer {
    background-color: var(--kabocy-color-collection-standard-gray);
    padding: 70px 10px 10px;
}

.page-footer__site-logo img,
.page-footer__network-logo img {
    max-width: 156px;
    margin: 0 auto;
}

.page-footer__contents {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}

.page-footer__links {
    flex-grow: 1;
    padding: 0 10px;
}

.page-footer__links {
    flex-grow: 1;
    padding: 0 10px;
}

.page-footer__links-menu {
    display: grid;
    grid-auto-flow: column;
    row-gap: 12px;
    grid-template-rows: repeat(5, auto);
    margin-top: 0;
    padding: 0 10px;
    list-style: none;
}

.page-footer__links-menu a {
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
}

.page-footer__links-menu a:hover {
    opacity: .5;
}

.page-footer__sns {
    text-align: center;
}

.page-footer__sns-read {
    margin: 0 0 8px;
    color: #fff;
    font-family: var(--font-din);
    opacity: 0.5;
    font-size: 2.4rem;
}

.page-footer__copyright {
    margin: 10px 0 0 0;
    text-align: center;
    color: #fff;
    font-family: var(--font-din);
}


/* ▲ FOOTER ▲ */


/* ▼ suggest-section ▼ */

.suggest-section.suggest-section--style-01 {
    background-color: #ffdc00;
    padding: 38px 10px;
    max-width: 1400px;
    margin: 0 auto;
}

.suggest-section.suggest-section--style-01 .suggest-section__header {
    text-align: center;
    margin-bottom: 12px;
}

.suggest-section.suggest-section--style-01 .suggest-section__title {
    width: fit-content;
    margin: 0 auto;
    line-height: 1.1;
    font-size: 3.2rem;
    position: relative;
}

.suggest-section__title::before,
.suggest-section__title::after {
    content: "";
    display: block;
    width: 32px;
    height: 50px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 3px;
}

.suggest-section__title::after {
    background-image: url(./assets/images/icon-text_decoration_single_wing-right-01.svg);
    right: -32px;
}

.suggest-section__title::before {
    background-image: url(./assets/images/icon-text_decoration_single_wing-left-01.svg);
    left: -32px;
}

.suggest-section.suggest-section--style-01 .suggest-section__title .suggest-section__title-text {
    display: block;
}

.suggest-section.suggest-section--style-01 .suggest-section__body {
    background-color: #fff;
    padding: 50px 10px;
    max-width: 1080px;
    margin: 0 auto;
    box-shadow: inset 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

.suggest-section.suggest-section--style-01 .suggest-section__body>ul {
    /* display: flex;
    list-style: none;
    padding: 0;
    max-width: 650px;
    margin: 0 auto;
    gap: 20px; */
    max-width: 750px;
    margin: 0 auto;
    gap: 20px;
    row-gap: 12px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    padding: 0 10px;
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 330px;
}

.suggest-section.suggest-section--style-01 .suggest-section__body li figure img {
    /*! max-width: 150px; */
    /*! aspect-ratio: 1/1; */
    /*! display: block; */
    width: 100%;
    object-fit: contain;
    height: 100%;
    transition: transform .3s;
}

.suggest-section.suggest-section--style-01 .suggest-section__body li figure {
    aspect-ratio: 1;
    width: 100%;
    margin: 0;
}

.suggest-section.suggest-section--style-01 .suggest-section__body>ul>li {
    max-width: 200px;
    flex-grow: 1;
}

.suggest-section.suggest-section--style-01 .suggest-section__body .kdd-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.4rem;
    margin: 14px 0 0 0;
    font-weight: normal;
}

.suggest-section.suggest-section--style-01 .suggest-section__body li>a {
    text-decoration: none;
    color: inherit;
}

.suggest-section.suggest-section--style-01 .suggest-section__body li>a:hover {
    opacity: .8;
}

.suggest-section.suggest-section--style-01 .suggest-section__body li>a:hover img {
    transform: rotate(-3deg) scale(1.18);
}

.suggest-section.suggest-section--style-01 .suggest-section__body .kdd-price {
    margin: 0;
}

.suggest-section__options {
    text-align: center;
    padding: 10px 0;
}

.suggest-section__options .button {
    margin: 3px;
}

.suggest-section__supplement {
    max-width: 1080px;
    margin: 0 auto;
}

.suggest-section__supplement-text {
    text-align: right;
    margin: 5px 0;
    font-size: 1.2rem;
}


/* ▼ 404 ▼ */

.error-404 {
    text-align: center;
}

.error-404-title {
    font-family: var(--font-din);
    text-align: center;
}

.error-404-title__error-code,
.error-404-title__error-message {
    display: block;
}

.error-404-title__error-code {
    display: block;
    font-size: 288px;
    line-height: .95em;
    font-family: var(--font-din);
}

.error-404-title__error-message {
    font-size: 3rem;
}

.error-404-message {
    text-align: center;
    margin: 32px 0;
}

.error-404-message__text {
    display: block;
}

.error-404-message__text.error-404-message__text--english {
    font-family: var(--font-din);
}

.error-404-message__text.error-404-message__text--japanese {
    font-weight: bold;
}

.error-404-detail__message {
    text-align: center;
    color: #808080;
}

.error-404-detail__wrap {
    display: flex;
    align-content: center;
}

.error-404-detail__icon {
    align-content: center;
}

.error-404-detail {
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #808080;
    padding: 2px 16px;
    border-radius: var(--kabocy-rounded-standard);
}

.error-404-detail__icon .svg-icon {
    margin-right: 10px;
}

.error-404-detail__text {
    display: block;
    font-size: 1.4rem;
}

.error-404-detail__text.error-404-detail__text--english {
    font-family: var(--font-din);
}

.error-404-detail__text.error-404-detail__text--japanese {
    font-weight: bold;
}


/* ▲ 404 ▲ */


/* ▼ 今日の Linux 用語 ▼ */

.random-term {
    margin-top: 4rem;
    text-align: center;
}

.random-term__lead {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-size: 3rem;
    font-weight: 700;
    color: var(--brand-pop);
    margin-bottom: 1rem;
}

.random-term__item {
    max-width: 640px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    border: 1px solid var(--border-color, #808080);
    border-radius: var(--kabocy-rounded-standard);
}

.random-term__title {
    font-size: clamp(1.125rem, 2.2vw, 1.5rem);
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: .75rem;
}

.random-term__excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}


/* ▲ 今日の Linux 用語 ▲ */

@media screen and (max-width: 948px) {
    .cs-style-type--02 .common-section_wrap,
    .cs-style-type--03 .common-section_wrap {
        padding: 20px 20px;
    }
    .cs-style-type--06 .common-section_wrap {
        padding: 30px 20px;
    }
    .post-card.post-card--auto-adjustment .post-card-property__publisher {
        display: none;
    }
    .container-pc-3col {
        grid-template-columns: 1fr 1fr;
    }
    /* ▼ post-card--aa-horizontal ▼ */
    .post-card.post-card--aa-horizontal .post-card__wrap {
        display: flex;
        align-content: center;
    }
    .post-card.post-card--aa-horizontal .post-card__information {
        margin-left: 8px;
    }
    .post-card.post-card--aa-horizontal .post-card__eyecatch-image {
        width: 125px;
        align-content: center;
        display: flex;
    }
    .post-card.post-card--aa-horizontal .post-card-property__title {
        font-size: 1.6rem;
    }
    /* ▲ post-card--aa-horizontal ▲ */
}

@media screen and (max-width: 834px) {
    .global-header-date {
        display: none;
    }
    .section-welcome-panel {
        display: block;
    }
    .section-welcome-panel__hero {
        margin-bottom: 12px;
    }
    .section-welcome-panel__picup {
        max-width: 100%;
        min-width: 100%;
    }
    .post-card-reason__line.post-card-reason__line--top {
        font-size: 38px;
    }
    .post-card-reason__line.post-card-reason__line--secondary {
        font-size: 62px;
    }
    .post-card--standard .post-card-property__title {
        font-size: 1.8rem;
    }
    .featured-menu__menu {
        margin-left: -5px;
    }
    .featured-menu__item {
        margin-left: 10px;
    }
    .archive-block__title {
        font-size: 2.4rem;
    }
    .archive-block__title-text::before {
        width: 21px;
        height: 21px;
        left: -25px;
    }
    .layout-container {
        display: block;
    }
    .common-section.common-section--special {
        margin-bottom: 98px;
    }
    .common-sidebar {
        margin-left: 0;
        display: grid;
        column-gap: 5px;
        grid-template-columns: 1fr 1fr;
    }
    .widget-container {
        margin-bottom: 5px;
        width: 100%;
    }
    .dictionary-section__title {
        font-size: 8.2vw;
    }
    .dictionary-section__header-quick-card {
        bottom: -88px;
    }
    .cpt-entry__body-text.cpt-entry__body-big {
        font-size: 8.2vw;
    }
    .page-footer__contents {
        flex-direction: column;
        gap: 10px;
    }
    .page-footer__site-logo {
        text-align: center;
    }
    .page-footer__links-menu {
        grid-template-rows: repeat(6, auto);
    }
    .page-footer__network-logo {
        text-align: center;
    }
}

@media screen and (max-width: 601px) {
    .global-header-logo__logo {
        margin: 0;
        width: 156px;
    }
    .global-header-logo__tagline {
        left: 64px;
    }
    .container-pc-3col {
        grid-template-columns: 1fr;
    }
    .global-header-logo {
        width: 100%;
    }
    .global-header-utility {
        display: none;
    }
    .global-header-nav__wrap {
        overflow: auto;
    }
    .global-header-nav__list {
        table-layout: unset;
    }
    .global-header-nav__link {
        text-wrap: nowrap;
    }
    .menu-horizontal {
        display: block;
        width: 100%;
    }
    .post-list.post-list--type-03 {
        grid-template-columns: 1fr 1fr;
    }
    .post-card-reason__line.post-card-reason__line--top {
        font-size: 28px;
    }
    .post-card-reason__line.post-card-reason__line--secondary {
        font-size: 52px;
    }
    .post-card--large .post-card-property__title {
        font-size: 28px;
    }
    .common-sidebar {
        margin-left: 0;
        display: grid;
        column-gap: 5px;
        grid-template-columns: 1fr;
    }
    /* ▼ common-section ▼ */
    .common-section.cs-style-type--07 {
        padding: 0;
        background-color: unset;
    }
    /* ▲ common-section ▲ */
    /* ▼ distro ▼ */
    .hero-card {
        height: unset;
    }
    .hero-card.hero-card--style-02 .hero-card__wrap,
    .hero-card.hero-card--style-03 .hero-card__wrap {
        flex-direction: column-reverse;
        padding: 10px;
        box-sizing: content-box;
    }
    .hero-card.hero-card--style-02 .hero-card__visual,
    .hero-card.hero-card--style-03 .hero-card__visual {
        max-width: 100%;
    }
    .hero-card.hero-card--style-02 .hero-card__visual-options,
    .hero-card.hero-card--style-03 .hero-card__visual-options {
        position: unset;
    }
    .hero-card.hero-card--style-02 .hero-card__detail-header,
    .hero-card.hero-card--style-03 .hero-card__detail-header {
        text-align: center;
    }
    .hero-card.hero-card--style-02 .hero-card__detail-title,
    .hero-card.hero-card--style-03 .hero-card__detail-title {
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .hero-card.hero-card--style-02 .hero-card__detail-property,
    .hero-card.hero-card--style-03 .hero-card__detail-property {
        text-align: center;
        padding: 10px 0;
    }
    .hero-card.hero-card--style-03 .hero-card__detail-main {
        padding: 10px;
    }
    .hero-card__detail-main-text {
        margin: 20px 0;
    }
    .hero-card.hero-card--style-02 .hero-card__detail-option,
    .hero-card.hero-card--style-03 .hero-card__detail-option {
        position: unset;
    }
    .hero-card__detail-item {
        padding: 0;
        text-align: center;
    }
    .hero-card__detail-item-link {
        color: #000;
    }
    .hero-card__detail-item-link::after {
        border-color: #000;
    }
    /* ▼ Button ▼ */
    .button--horizontal-basic {
        padding: 18px 22px;
        padding-left: 44px;
        font-size: 1.4rem;
    }
    .button--horizontal-basic .button__icon {
        height: 18px;
        display: inline-block;
    }
    .button--horizontal-basic .svg-icon,
    .button--horizontal-basic .img-icon {
        position: absolute;
        top: 50%;
        margin-left: -21px;
        transform: translateY(-55%);
        width: 18px;
        height: 18px;
    }
    /* ▲ Button ▲ */
    .article-around {
        grid-template-columns: 1fr;
    }
    /* ▼ 404 ▼ */
    .error-404-title__error-code {
        font-size: min(45vw, 210px);
    }
    .error-404-title__error-message {
        font-size: min(5vw, 25px);
    }
    .error-404-message {
        font-size: 1.4rem;
    }
    .error-404-detail__message {
        font-size: 1.2rem;
    }
}


/*https://gs.statcounter.com/screen-resolution-stats/mobile/japan*/

@media screen and (max-width: 430px) {
    body {
        padding-top: 108px;
    }
    /* ▼ Header ▼ */
    .global-header-logo {
        font-size: .8rem;
    }
    .global-header-logo--brand-logo {
        margin: 0;
    }
    .global-header-logo__logo {
        width: 156px;
    }
    .global-header-logo__tagline {
        margin: 0;
        bottom: 5px;
        left: 60px;
    }
    .global-header-nav__link {
        padding: 0 11px;
        min-height: 44px;
        font-size: 1.4rem;
        line-height: 1em;
    }
    /* ▲ Header ▲ */
    .cs-style-type--02 .common-section_wrap,
    .cs-style-type--03 .common-section_wrap,
    .cs-style-type--06 .common-section_wrap {
        padding: 15px;
    }
    .archive-block__title {
        font-size: 2.4rem;
        margin: 38px 0 34px;
    }
    .post-card-reason__line.post-card-reason__line--top {
        font-size: 1.8rem;
    }
    .post-card-reason__line.post-card-reason__line--secondary {
        font-size: 3.2rem;
    }
    .post-card--large .post-card-property__title {
        font-size: 2.4rem;
    }
    .post-list {
        margin-bottom: 24px;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
        row-gap: 23px;
    }
    /* ▼ ページネーション ▼ */
    .prev,
    .next {
        padding: 15px 12px;
        margin: 2px;
    }
    .page-numbers {
        padding: 15px 8px;
        margin: 2px;
    }
    /* ▲ ページネーション ▲ */
    /* ▼ Button ▼ */
    .button--medium-square {
        font-size: 1.6rem;
        width: 64px;
        height: 64px;
    }
    .button--header-square .button__icon {
        height: 25px;
        margin: 9px 0 2px;
    }
    .button--header-square .button__icon svg,
    .button--header-square .button__icon img {
        width: 25px;
        height: 25px;
    }
    .button--medium-square .button__text {
        font-size: 1.1rem;
    }
    /* ▲ Button ▲ */
}


/* Xperia 5 IV / AQUOS sense7 */

@media screen and (max-width: 360px) {
    .global-header-logo__logo {
        width: 128px;
    }
    .global-header-logo__tagline {
        bottom: 5px;
        left: 50px;
        font-size: .5rem;
    }
    .dictionary-section__header-quick-card {
        min-width: unset;
    }
    .dictionary-section__header-wrap {
        min-width: unset;
    }
}


/* ex Apple Watch Series 10 374×446 */

@media screen and (max-width: 256px) {
    body {
        padding-top: 72px;
    }
    .page-main {
        padding: 2px;
        margin: 1px;
    }
    .global-header-logo {
        font-size: .8rem;
    }
    .global-header-logo__logo {
        width: 128px;
        height: 38px;
    }
    .global-header-logo__tagline {
        margin: 0;
        bottom: 3px;
        left: 48px;
        font-size: .8rem;
    }
    .global-header-option.global-header__option {
        display: none;
    }
    .global-header-nav__link {
        padding: 0 11px;
        min-height: 34px;
        font-size: 1.1rem;
    }
    .common-section.cs-style-type--04 {
        margin: 1px auto 2px;
        padding: 2px 4px;
    }
    .archive-block__title {
        font-size: 1.4rem;
        margin: 10px 0;
    }
    .archive-block__title-text {
        padding: 0 14px;
    }
    .archive-block__title-text::before {
        width: 14px;
        height: 14px;
        left: -3px;
    }
    .post-list.post-list--type-02,
    .post-list.post-list--type-03 {
        grid-template-columns: 1fr;
    }
    .cs-style-type--02 .common-section_wrap,
    .cs-style-type--03 .common-section_wrap,
    .cs-style-type--06 .common-section_wrap {
        padding: 8px;
    }
    .common-section__title {
        font-size: 2.2rem;
        margin: 28px 0 14px;
    }
    .common-section__title--contents .common-section__title-text::before,
    .common-section__title--contents .common-section__title-text::after {
        content: unset;
    }
    .common-section__title--contents .common-section__title-text::before {
        width: 40px;
        height: 40px;
        top: 5px;
        right: -33px;
        overflow: hidden;
    }
    .common-section__title--contents .common-section__title-text::after {
        width: 40px;
        height: 40px;
        top: -5px;
        left: -40px;
        overflow: hidden;
    }
    .page-numbers {
        visibility: hidden;
        padding: 15px 5px;
        margin: 2px;
    }
    /* ▼ Button ▼ */
    .button--horizontal-basic {
        padding: 8px 12px;
        padding-left: 12px;
        padding-left: 23px;
        font-size: 1.1rem;
    }
    .button--horizontal-basic .button__icon {
        height: 11px;
    }
    .button--horizontal-basic .svg-icon,
    .button--horizontal-basic .img-icon {
        top: 50%;
        margin-left: -10px;
        width: 11px;
        height: 11px;
    }
    .page-footer {
        background-color: var(--kabocy-color-collection-standard-gray);
        padding: 20px 0 10px;
    }
    .page-footer__links-menu {
        row-gap: 12px;
        padding: 0 2px;
    }
    .page-footer__site-logo img,
    .page-footer__network-logo img {
        max-width: 64px;
    }
}


/* =========================================================
 * Linux Command / Linux Glossary single page mock implementation
 * ========================================================= */

.lp-kb-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.lp-kb-hero--command {
    background: radial-gradient(circle at top right, rgba(16, 185, 129, 0.18), transparent 28%), radial-gradient(circle at bottom left, rgba(56, 189, 248, 0.14), transparent 26%), linear-gradient(135deg, #0f172a 0%, #111827 42%, #1e293b 100%);
    color: #f8fafc;
}

.lp-kb-hero--glossary {
    background: radial-gradient(circle at top right, rgba(125, 211, 252, 0.30), transparent 30%), radial-gradient(circle at bottom left, rgba(196, 181, 253, 0.24), transparent 28%), linear-gradient(135deg, #f8fbff 0%, #ffffff 58%, #eef6ff 100%);
    color: #0f172a;
}

.lp-kb-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 1.5rem;
    padding: 2rem;
}

.lp-kb-eyebrow-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
}

.lp-kb-eyebrow,
.lp-kb-status {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lp-kb-hero--command .lp-kb-eyebrow {
    background: rgba(255, 255, 255, 0.10);
    color: #e2e8f0;
}

.lp-kb-hero--glossary .lp-kb-eyebrow {
    background: rgba(15, 23, 42, 0.06);
    color: #334155;
}

.lp-kb-status--deprecated {
    background: rgba(251, 191, 36, 0.18);
    color: #fde68a;
    border: 1px solid rgba(251, 191, 36, 0.25);
}

.lp-kb-hero__header {
    margin-top: 1rem;
}

.lp-kb-hero__ruby {
    margin: 0 0 0.35rem;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.78;
}

.lp-kb-hero__title {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 4.2rem);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.lp-kb-hero__title rt {
    font-size: 0.32em;
    letter-spacing: 0.06em;
}

.lp-kb-hero__subname {
    margin: 0.8rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    opacity: 0.9;
}

.lp-kb-hero__lead {
    max-width: 60rem;
    margin: 1rem 0 0;
    font-size: 1.05rem;
    line-height: 1.9;
}

.lp-kb-hero--command .lp-kb-hero__lead {
    color: #dbe5f1;
}

.lp-kb-hero--glossary .lp-kb-hero__lead {
    color: #334155;
}

.lp-kb-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.lp-kb-pill {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.4rem 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.lp-kb-pill:hover,
.lp-kb-pill:focus {
    transform: translateY(-1px);
    text-decoration: none;
}

.lp-kb-hero--command .lp-kb-pill {
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.07);
}

.lp-kb-hero--glossary .lp-kb-pill,
.lp-kb-entry .lp-kb-pill {
    color: #334155;
    background: #ffffff;
}

.lp-kb-pill--level {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.22);
}

.lp-kb-pill--shell {
    background: rgba(56, 189, 248, 0.10);
    border-color: rgba(56, 189, 248, 0.20);
}

.lp-kb-pill--soft {
    background: rgba(148, 163, 184, 0.08);
}

.lp-kb-fact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.lp-kb-fact-card {
    padding: 1rem 1.05rem;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    backdrop-filter: blur(10px);
}

.lp-kb-hero--command .lp-kb-fact-card {
    background: rgba(255, 255, 255, 0.09);
}

.lp-kb-hero--glossary .lp-kb-fact-card {
    background: rgba(255, 255, 255, 0.78);
}

.lp-kb-fact-card__label {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.75;
}

.lp-kb-fact-card__value {
    margin: 0.55rem 0 0;
    font-size: 0.95rem;
    line-height: 1.7;
    font-weight: 700;
}

.lp-kb-supporting-meta {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.2rem;
}

.lp-kb-meta-row {
    display: grid;
    gap: 0.6rem;
}

.lp-kb-meta-row__label {
    display: inline-flex;
    align-items: center;
    font-size: 0.82rem;
    font-weight: 800;
    color: #64748b;
}

.lp-kb-hero--command .lp-kb-meta-row__label {
    color: #cbd5e1;
}

.lp-kb-note-card,
.lp-kb-terminal-card,
.lp-kb-figure-card,
.lp-kb-hero-visual {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.lp-kb-note-card {
    padding: 1.15rem 1.15rem 1.2rem;
}

.lp-kb-note-card--dark {
    background: #0f172a;
    color: #e2e8f0;
}

.lp-kb-note-card--light {
    background: rgba(255, 255, 255, 0.82);
    color: #1e293b;
}

.lp-kb-note-card__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 900;
}

.lp-kb-note-card__text {
    margin: 0;
    line-height: 1.9;
    font-size: 0.95rem;
}

.lp-kb-terminal-card {
    background: #020617;
    color: #e2e8f0;
}

.lp-kb-terminal-card__bar {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-kb-terminal-card__bar span {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: #fca5a5;
}

.lp-kb-terminal-card__bar span:nth-child(2) {
    background: #fde68a;
}

.lp-kb-terminal-card__bar span:nth-child(3) {
    background: #86efac;
}

.lp-kb-terminal-card__bar p {
    margin: 0 0 0 auto;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #94a3b8;
}

.lp-kb-terminal-card__body,
.lp-kb-code-block {
    margin: 0;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: SFMono-Regular, Consolas, Monaco, 'Andale Mono', monospace;
}

.lp-kb-terminal-card__body {
    padding: 1.2rem 1.1rem 1.3rem;
    font-size: 0.95rem;
    line-height: 1.9;
}

.lp-kb-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 1.25rem;
}

.lp-kb-hero-visual--command {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(30, 41, 59, 0.92));
}

.lp-kb-hero-visual--glossary {
    background: linear-gradient(180deg, #ffffff, #eef6ff);
}

.lp-kb-hero-visual img,
.lp-kb-figure-card img,
.lp-kb-related-card__thumb img {
    display: block;
    max-width: 100%;
    height: auto;
}

.lp-kb-entry {
    margin: 0;
}

.lp-kb-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    gap: 1.5rem;
}

.lp-kb-content-main,
.lp-kb-content-side {
    min-width: 0;
}

.lp-kb-section {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 24px;
    padding: 1.4rem;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
}

.lp-kb-section--plain {
    background: #ffffff;
}

.lp-kb-section--soft {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.lp-kb-section--accent {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.06), rgba(14, 165, 233, 0.02));
}

.lp-kb-section--warn {
    background: linear-gradient(180deg, rgba(254, 243, 199, 0.68), #ffffff);
}

.lp-kb-section--dark {
    background: #0f172a;
    color: #dbe5f1;
}

.lp-kb-section__title {
    margin-bottom: 0.95rem;
    font-weight: 900;
}

.lp-kb-section__copy {
    margin: 0;
    line-height: 1.9;
}

.lp-kb-prose,
.lp-kb-prose p,
.lp-kb-check-list li,
.lp-kb-scene-card__text,
.lp-kb-status-item__text,
.lp-kb-related-card__excerpt,
.lp-kb-reference-card__url,
.lp-kb-song-card__artist {
    line-height: 1.9;
}

.lp-kb-prose p:first-child {
    margin-top: 0;
}

.lp-kb-prose p:last-child {
    margin-bottom: 0;
}

.lp-kb-prose--mono {
    font-family: SFMono-Regular, Consolas, Monaco, 'Andale Mono', monospace;
}

.lp-kb-prose--editor {
    overflow-wrap: anywhere;
}

.lp-kb-example-list,
.lp-kb-reference-list,
.lp-kb-song-list,
.lp-kb-status-list,
.lp-kb-taxonomy-stack {
    display: grid;
    gap: 1rem;
}

.lp-kb-example-card,
.lp-kb-reference-card,
.lp-kb-song-card,
.lp-kb-status-item,
.lp-kb-related-card,
.lp-kb-scene-card {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 20px;
    background: #ffffff;
}

.lp-kb-example-card {
    padding: 1rem;
}

.lp-kb-example-card__head {
    margin-bottom: 0.8rem;
}

.lp-kb-example-card__eyebrow,
.lp-kb-scene-card__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.lp-kb-example-card__title,
.lp-kb-related-card__title,
.lp-kb-song-card__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    color: #0f172a;
}

.lp-kb-code-block {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: #0f172a;
    color: #e2e8f0;
    font-size: 0.92rem;
    line-height: 1.8;
}

.lp-kb-status-item {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 1rem;
}

.lp-kb-status-item__code {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
    border-radius: 16px;
    background: #0f172a;
    color: #ffffff;
    font-family: SFMono-Regular, Consolas, Monaco, 'Andale Mono', monospace;
    font-weight: 800;
}

.lp-kb-status-item__text {
    margin: 0;
}

.lp-kb-reference-card {
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
    text-decoration: none;
}

.lp-kb-reference-card__title {
    font-weight: 800;
    color: #0f172a;
}

.lp-kb-reference-card__url {
    color: #64748b;
    font-size: 0.88rem;
    overflow-wrap: anywhere;
}

.lp-kb-reference-card:hover,
.lp-kb-reference-card:focus {
    border-color: rgba(59, 130, 246, 0.28);
    box-shadow: 0 10px 24px rgba(59, 130, 246, 0.08);
    text-decoration: none;
}

.lp-kb-alert {
    padding: 1rem;
    border-radius: 18px;
}

.lp-kb-alert--danger {
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.18);
}

.lp-kb-alert__title {
    margin: 0 0 0.35rem;
    font-weight: 900;
    color: #991b1b;
}

.lp-kb-alert__text {
    margin: 0;
    line-height: 1.8;
}

.lp-kb-check-list {
    margin: 0;
    padding-left: 1.2rem;
}

.lp-kb-check-list li+li {
    margin-top: 0.45rem;
}

.lp-kb-scene-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.lp-kb-scene-card {
    padding: 1rem;
}

.lp-kb-scene-card__text {
    margin: 0;
}

.lp-kb-song-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(90deg, #ffffff 0%, #f8fbff 100%);
}

.lp-kb-song-card__artist {
    margin: 0.3rem 0 0;
    color: #475569;
}

.lp-kb-song-card__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.55rem;
}

.lp-kb-song-card__year {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.20);
    font-weight: 800;
    color: #334155;
}

.lp-kb-song-card__meta a {
    font-size: 0.9rem;
    text-decoration: none;
}

.lp-kb-related-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.lp-kb-related-card {
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.lp-kb-related-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.lp-kb-related-card__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef6ff 100%);
}

.lp-kb-related-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-kb-related-card__body {
    padding: 1rem;
}

.lp-kb-related-card__excerpt {
    margin: 0.55rem 0 0;
    color: #475569;
}

.lp-kb-related-card__link:hover .lp-kb-related-card__title,
.lp-kb-related-card__link:focus .lp-kb-related-card__title {
    color: var(--kabocy-color-collection-fine-blue);
}

@media (max-width: 1100px) {
    .lp-kb-hero__inner,
    .lp-kb-content-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .lp-kb-hero__inner {
        padding: 1.35rem;
    }
    .lp-kb-section {
        padding: 1.1rem;
    }
    .lp-kb-status-item,
    .lp-kb-song-card {
        grid-template-columns: 1fr;
    }
    .lp-kb-song-card__meta {
        align-items: flex-start;
    }
}


/* ======================================================================
   Linux Knowledge Base Archive
   ====================================================================== */

.lp-kb-archive-layout {
    align-items: start;
    gap: 2rem;
}

.lp-kb-archive {
    margin-bottom: 2rem;
}

.lp-kb-archive__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 2rem;
    padding: 2rem;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.lp-kb-archive__hero::before,
.lp-kb-archive__hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(32px);
    opacity: 0.65;
    pointer-events: none;
}

.lp-kb-archive__hero--command {
    color: #ffffff;
    background: linear-gradient(135deg, #020617 0%, #0f172a 52%, #1e293b 100%);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.25);
}

.lp-kb-archive__hero--command::before {
    width: 220px;
    height: 220px;
    right: -40px;
    top: -20px;
    background: rgba(16, 185, 129, 0.18);
}

.lp-kb-archive__hero--command::after {
    width: 180px;
    height: 180px;
    left: -20px;
    bottom: -40px;
    background: rgba(14, 165, 233, 0.18);
}

.lp-kb-archive__hero--glossary {
    color: #0f172a;
    background: linear-gradient(135deg, #f4fbff 0%, #ffffff 45%, #f5f3ff 100%);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.10);
}

.lp-kb-archive__hero--glossary::before {
    width: 220px;
    height: 220px;
    right: -40px;
    top: -20px;
    background: rgba(34, 211, 238, 0.14);
}

.lp-kb-archive__hero--glossary::after {
    width: 180px;
    height: 180px;
    left: -20px;
    bottom: -40px;
    background: rgba(168, 85, 247, 0.12);
}

.lp-kb-archive__hero-main,
.lp-kb-archive__hero-side {
    position: relative;
    z-index: 1;
}

.lp-kb-archive__title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.08;
    font-weight: 900;
}

.lp-kb-archive__lead {
    max-width: 54rem;
    margin: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.9;
}

.lp-kb-archive__hero--command .lp-kb-archive__lead {
    color: #cbd5e1;
}

.lp-kb-archive__hero--glossary .lp-kb-archive__lead {
    color: #334155;
}

.lp-kb-archive__stats,
.lp-kb-archive-card__facts {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(150px, 1fr));
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.lp-kb-archive__fact-card {
    padding: 0.9rem 1rem;
    border-radius: 22px;
    backdrop-filter: blur(10px);
}

.lp-kb-archive__hero--command .lp-kb-archive__fact-card {
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.08);
}

.lp-kb-archive__hero--glossary .lp-kb-archive__fact-card,
.lp-kb-archive-card__facts .lp-kb-archive__fact-card {
    border: 1px solid rgba(148, 163, 184, 0.20);
    background: rgba(255, 255, 255, 0.9);
}

.lp-kb-archive__fact-label {
    margin: 0;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
}

.lp-kb-archive__hero--command .lp-kb-archive__fact-label {
    color: #94a3b8;
}

.lp-kb-archive__fact-value {
    margin: 0.35rem 0 0;
    font-weight: 800;
    line-height: 1.55;
}

.lp-kb-archive__hero--command .lp-kb-archive__fact-value {
    color: #ffffff;
}

.lp-kb-archive__search {
    padding: 1.15rem;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.18);
}

.lp-kb-archive__search--light {
    border-color: rgba(148, 163, 184, 0.20);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.lp-kb-archive__search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
}

.lp-kb-archive__search-input {
    min-height: 52px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    padding: 0.9rem 1rem;
    background: #ffffff;
    color: #0f172a;
}

.lp-kb-archive__hero--command .lp-kb-archive__search-input {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(15, 23, 42, 0.92);
    color: #f8fafc;
}

.lp-kb-archive__search-input::placeholder {
    color: #94a3b8;
}

.lp-kb-archive__search-button,
.lp-kb-archive__reset,
.lp-kb-archive-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.8rem 1.25rem;
    border-radius: 18px;
    border: none;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.lp-kb-archive__search-button {
    background: #0f172a;
    color: #ffffff;
}

.lp-kb-archive__hero--command .lp-kb-archive__search-button {
    background: linear-gradient(135deg, #10b981 0%, #0ea5e9 100%);
    color: #052e16;
}

.lp-kb-archive__reset,
.lp-kb-archive-card__link {
    background: #0f172a;
    color: #ffffff;
}

.lp-kb-archive__hero--glossary .lp-kb-archive__search-button,
.lp-kb-archive--glossary .lp-kb-archive__reset,
.lp-kb-archive-card--glossary .lp-kb-archive-card__link {
    background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
    color: #ffffff;
}

.lp-kb-archive__search-button:hover,
.lp-kb-archive__reset:hover,
.lp-kb-archive-card__link:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

.lp-kb-archive-sidebar,
.lp-kb-archive-main {
    min-width: 0;
}

.lp-kb-archive-panel {
    margin-bottom: 1.5rem;
}

.lp-kb-archive-panel__title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.3;
}

.lp-kb-archive-results-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.lp-kb-archive-results-head__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 800;
}

.lp-kb-archive__filter-group+.lp-kb-archive__filter-group {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.lp-kb-archive__filter-title {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 800;
}

.lp-kb-archive__chip-list,
.lp-kb-archive__active-list,
.lp-kb-archive-card__footer-tags,
.lp-kb-archive-card__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.lp-kb-archive__chip,
.lp-kb-archive__active-pill,
.lp-kb-archive__pill {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 700;
    transition: all 0.18s ease;
}

.lp-kb-archive__chip {
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: #ffffff;
    color: #334155;
}

.lp-kb-archive__chip.is-active,
.lp-kb-archive__chip:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
}

.lp-kb-archive--glossary .lp-kb-archive__chip.is-active,
.lp-kb-archive--glossary .lp-kb-archive__chip:hover {
    background: #4f46e5;
    border-color: #4f46e5;
}

.lp-kb-archive__active-pill,
.lp-kb-archive__pill {
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: #f8fafc;
    color: #334155;
}

.lp-kb-archive__pill--level {
    background: rgba(59, 130, 246, 0.10);
    color: #1d4ed8;
    border-color: rgba(59, 130, 246, 0.20);
}

.lp-kb-archive__pill--warn {
    background: rgba(245, 158, 11, 0.12);
    color: #92400e;
    border-color: rgba(245, 158, 11, 0.24);
}

.lp-kb-archive__pill--soft {
    background: #ffffff;
}

.lp-kb-archive__pill--series {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
    border-color: rgba(16, 185, 129, 0.22);
}

.lp-kb-archive__reset-wrap {
    margin-top: 1.2rem;
}

.lp-kb-archive-featured-list {
    display: grid;
    gap: 0.85rem;
}

.lp-kb-archive-featured {
    display: block;
    padding: 1rem;
    border-radius: 22px;
    text-decoration: none;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #0f172a;
}

.lp-kb-archive-featured--light {
    background: linear-gradient(135deg, #ffffff 0%, #eefcff 100%);
}

.lp-kb-archive-featured__ruby {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #64748b;
}

.lp-kb-archive-featured__title {
    display: block;
    margin-top: 0.4rem;
    font-size: 1rem;
    line-height: 1.4;
}

.lp-kb-archive-featured__text {
    display: block;
    margin-top: 0.4rem;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.75;
}

.lp-kb-archive-card-list {
    display: grid;
    gap: 1.25rem;
}

.lp-kb-archive-card {
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.lp-kb-archive-card__hero {
    padding: 1.35rem;
}

.lp-kb-archive-card--command .lp-kb-archive-card__hero {
    background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
    color: #ffffff;
}

.lp-kb-archive-card__hero--light {
    background: linear-gradient(135deg, #ffffff 0%, #eefcff 52%, #f5f3ff 100%);
    color: #0f172a;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.lp-kb-archive-card__title-group {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-top: 1rem;
}

.lp-kb-archive-card__ruby {
    margin: 0;
    color: #94a3b8;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lp-kb-archive-card__ruby--light,
.lp-kb-archive-card__subname--light,
.lp-kb-archive-card__lead--light {
    color: #475569;
}

.lp-kb-archive-card__title {
    margin: 0.25rem 0 0;
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 1.15;
    font-weight: 900;
}

.lp-kb-archive-card__title a {
    color: inherit;
    text-decoration: none;
}

.lp-kb-archive-card__title a:hover {
    color: #38bdf8;
}

.lp-kb-archive-card__title--light a:hover {
    color: #4f46e5;
}

.lp-kb-archive-card__subname {
    margin: 0.3rem 0 0;
    color: #cbd5e1;
}

.lp-kb-archive-card__official {
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    font-size: 0.82rem;
    line-height: 1.3;
}

.lp-kb-archive-card__official--light {
    border-color: rgba(148, 163, 184, 0.20);
    background: rgba(255, 255, 255, 0.88);
    color: #334155;
}

.lp-kb-archive-card__lead {
    margin: 1rem 0 0;
    color: #e2e8f0;
    line-height: 1.8;
}

.lp-kb-archive-card__body {
    padding: 1.35rem;
}

.lp-kb-archive-card__summary-box,
.lp-kb-archive-card__terminal-block,
.lp-kb-archive-card__scene-block,
.lp-kb-archive-card__alert {
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: #ffffff;
    padding: 1rem;
}

.lp-kb-archive-card__summary-box {
    margin-top: 1rem;
    background: #f8fafc;
}

.lp-kb-archive-card__summary-box--light {
    background: #ffffff;
}

.lp-kb-archive-card__summary-box h4,
.lp-kb-archive-card__terminal-block h4,
.lp-kb-archive-card__scene-block h4,
.lp-kb-archive-card__alert h4 {
    margin: 0 0 0.55rem;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 900;
    color: #0f172a;
}

.lp-kb-archive-card__summary-box p,
.lp-kb-archive-card__alert p {
    margin: 0;
    color: #475569;
    line-height: 1.8;
}

.lp-kb-archive-card__detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
    gap: 1rem;
    margin-top: 1rem;
}

.lp-kb-archive-card__terminal-block {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.lp-kb-archive-card__code {
    margin: 0;
    padding: 0.85rem 0.95rem;
    border-radius: 18px;
    background: #020617;
    color: #e2e8f0;
    font-size: 0.88rem;
    line-height: 1.8;
    overflow-x: auto;
}

.lp-kb-archive-card__code+.lp-kb-archive-card__code {
    margin-top: 0.6rem;
}

.lp-kb-archive-card__note-stack {
    display: grid;
    gap: 0.75rem;
}

.lp-kb-archive-card__alert--warning {
    background: rgba(245, 158, 11, 0.08);
    border-color: rgba(245, 158, 11, 0.18);
}

.lp-kb-archive-card__alert--accent {
    background: rgba(139, 92, 246, 0.08);
    border-color: rgba(139, 92, 246, 0.18);
}

.lp-kb-archive-card__scene-block {
    background: #f8fafc;
}

.lp-kb-archive-card__scene-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    padding: 0.85rem;
    border-radius: 18px;
    background: #ffffff;
}

.lp-kb-archive-card__scene-item+.lp-kb-archive-card__scene-item {
    margin-top: 0.55rem;
}

.lp-kb-archive-card__scene-item span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0f172a;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
}

.lp-kb-archive-card__scene-item p,
.lp-kb-archive-card__muted {
    margin: 0;
    color: #475569;
    line-height: 1.8;
}

.lp-kb-archive-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

@media (max-width: 1200px) {
    .lp-kb-archive__hero,
    .lp-kb-archive-card__detail-grid,
    .lp-kb-archive-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .lp-kb-archive-layout {
        display: block;
    }
    .lp-kb-archive-sidebar {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .lp-kb-archive__hero,
    .lp-kb-archive-card__hero,
    .lp-kb-archive-card__body {
        padding: 1.15rem;
    }
    .lp-kb-archive__search-row,
    .lp-kb-archive-card__title-group,
    .lp-kb-archive-card__footer {
        grid-template-columns: 1fr;
        display: grid;
    }
    .lp-kb-archive-card__official {
        justify-self: start;
    }
    .lp-kb-archive-results-head {
        flex-direction: column;
    }
}