/* ===========================================================================================================*/
/* ▼記事詳細▼*/
/* ===========================================================================================================*/
.l-main {
    /* font-family: "IBM Plex Sans JP"; */
}
.p-entry.flex {
    gap: 3rem;
}
.p-entry__header {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    align-items: center;
    /* padding: clamp(1.5rem, 5vw, 4rem) 0;
    padding-top: clamp(1.75rem, 7vw, 6rem); */
    padding-top: clamp(1.5rem, 5vw, 6rem);
    padding-bottom: clamp(1.5rem, 5vw, 4rem);
    margin: 0 !important;
    border: none !important;
}
.p-entry__header .inner {
    flex-direction: column;
    width: 88.8888% !important;
}
.p-entry__thumbnail {
    margin-top: 0 !important;
}
.p-entry__title {
    font-size: 2.5rem !important;
    line-height: 135%;
}
.p-entry__date {
    color: #444;
    font-size: 1rem;
    margin-bottom: 0.625em;
}
.p-entry__category {
    display: flex;
    padding: 0.5em 1em;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    border-radius: 0.5em;
    background: #5FB760;
    margin-top: 1.666em;
}
.p-entry__header > :last-child {
    text-align: initial;
}
#column h2 {
    background: #56A556;
}
#column h3 {
    color: #111;
    border-bottom: solid 2px #ddd;
}
#column h3.panel-title {
    border-bottom: none;
}
#column .contents_box .hidden_show .toc_list li {
    border-bottom: 1px solid #eee;
}
#column .contents_box {
    width: 100%;
}
#column .toc_list li a {
    color: #58A1FF;
    font-weight: 600;
}
.well {
    background: #fffff6;
}
#column .q_button,
#product .q_button,
.p-entry-news__body .q_button {
    border-radius: 1.73864rem;
    background: linear-gradient(90deg, #FFA407 0%, #F3C612 100%);
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); */
}
.p-entry__pagination {
    display: flex;
    margin-top: 3rem;
    gap: 3rem;
    line-height: normal;
}
.p-entry__prev,
.p-entry__next {
    border-radius: 0.5em;
    overflow: hidden;
}
.p-entry__prev {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.p-entry__next {
    width: 100%;
    flex-direction: row-reverse;
}
.p-entry__prev span,
.p-entry__next span {
    width: 100%;
    display: flex;
    gap: 1rem;
    background: #56A556;
    color: #FFF;
    font-weight: 700;
}
.p-entry__prev span {
    padding: 1rem 2.5rem 1rem 1.5rem;
}
.p-entry__next span {
    padding: 1rem 1.5rem 1rem 2.5rem;
    justify-content: end;
}
.p-entry__next img {
    transform: scaleX(-1);
}
.p-entry__prev__inner,
.p-entry__next__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em;
    gap: 0.5em;
    border: 1px solid #EEE;
    border-top: none;
    border-radius: 0 0 0.5em 0.5em;
}
.p-entry__pagination a {
    color: #000 !important;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;        /* flexやblockじゃなくboxで表示 */
    -webkit-box-orient: vertical; /* 縦方向に並べる */
    -webkit-line-clamp: 2;       /* 表示する行数 */
    overflow: hidden;             /* はみ出す部分は非表示 */
    text-overflow: ellipsis;
}
.p-entry__pagination .p-entry__date {
    margin-bottom: 0;
}
.p-entry__list {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.p-entry__list a {
    display: flex;
    padding: 1rem 2.5rem;
    align-items: center;
    border-radius: 0.5rem;
    background: #FFF;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
    font-weight: 700;
}
.aside {
    width: 100%;
    max-width: 368px;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.aside .product-card__image {
    aspect-ratio: 1;
}
#column-list-latest {
    display: block;
}
#column-list-latest h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 1em;
}
#column-list-latest h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
}
#column-list-latest article + article {
    margin-top: 4rem;
}
#column-list-latest .column-card__image {
    width: 100%;
}
#column-list-latest .column-category__box {
    margin-top: 0;
}
.product-list {
    display: block;
}
.product-list h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 1em;
}
.product-list .product-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.product-list .product-card__title {
    font-size: 1rem !important;
}
.product-list .product-card__category {
    margin-top: 1.666em;
    font-size: 10px !important;
}
.product-list article + article {
    margin-top: 1rem;
}

@media screen and (max-width: 1199px) {
    .p-entry__title {
        font-size: 2rem !important;
    }
    .aside {
        min-width: 300px;
    }

}
@media screen and (max-width: 991px) {
    .p-entry.flex {
        flex-direction: column;
    }
    .aside {
        max-width: none;
        min-width: auto;
        gap: 3rem;
        /* margin-bottom: 3rem !important; */
    }
    .p-entry__body {
        margin-bottom: 0 !important;
    }
    .p-entry__body--product {
        margin-bottom: 3rem !important;
    }
}
@media screen and (max-width: 767px) {
    .p-entry__pagination {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* ===========================================================================================================*/
/* ▼商品詳細▼*/
/* ===========================================================================================================*/
.p-entry {
    margin-bottom: 3rem;
}
.p-entry__thumbnail--product::after {
  content: "";                /* 擬似要素は content が必須 */
  display: block;             /* ブロックとして表示 */
  width: 85%;                /* 横幅100% */
  height: 1px;                /* 線の太さ */
  background-color: #aaa;     /* 線の色 */
  margin: 4rem auto;        /* 下に余白 */
}
.p-entry__meta {
    line-height: 2;
}
.inner--relate {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 1rem;
    row-gap: 2rem;
}
.product-list--relate .product-card--relate {
    display: flex;
    flex-direction: column;
}
.product-list--relate .product-card__image {
    aspect-ratio: 1;
}
.product-list--relate article + article {
    margin: 0;
}
@media screen and (max-width: 991px) {
    .p-entry__meta {
        line-height: 1;
    }
    .inner--product-responsive {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
        gap: 1rem;
        row-gap: 2rem;
    }
    .inner--product-responsive .product-card {
        display: flex;
        flex-direction: column;
    }
    .inner--product-responsive article {
        margin: 0 !important;
    }
}
@media screen and (max-width: 450px) {
    .inner--relate,
    .inner--product-responsive {
        aspect-ratio: 1;
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }
    .product-list--relate .product-card--relate,
    .inner--product-responsive .product-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===========================================================================================================*/
/* ▼ニュース詳細▼*/
/* ===========================================================================================================*/

#news-list-latest {
    display: block;
}
#news-list-latest h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 1em;
}
#news-list-latest h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
}
#news-list-latest .news-card__image {
    width: 100%;
}
#news-list-latest .news-category__box {
    margin-top: 0;
}
#news-list-latest .flex-column {
    display: flex;
    padding: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}
#news-list-latest article {
    border: 1px solid #DDD;
}
#news-list-latest article:not(:first-of-type) {
    border-top: none;
}

/* 特集 */

.feature-list {
    display: block;
}
.feature-list img {
    width: 100%;
}
.feature-list h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 1em;
}
.feature-list .feature-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.feature-list .feature-card__title {
    font-size: 1rem !important;
    font-weight: 700;
    line-height: normal;
}
.feature-list .feature-card__category {
    margin-top: 1.666em;
    font-size: 10px !important;
}
.feature-list article + article {
    margin-top: 1rem;
}
.feature-card__desc {
    color: #444;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
    margin-top: 1em;
}
@media screen and (max-width: 991px) {
    .inner--feature-responsive {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
        gap: 1rem;
        row-gap: 2rem;
    }
    .inner--feature-responsive .feature-card {
        display: flex;
        flex-direction: column;
    }
    .inner--feature-responsive article {
        margin: 0 !important;
    }
}
@media screen and (max-width: 450px) {
    .inner--relate,
    .inner--feature-responsive {
        aspect-ratio: 1;
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }
    .feature-list--relate .feature-card--relate,
    .inner--feature-responsive .feature-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

select[name="category-select"] {
    display: flex;
    padding: 0.75rem 1rem;
    justify-content: space-between;
    align-items: center;
    /* flex: 1 0 0; */
}