@charset "UTF-8";

/* ========================================================================== */
/* 変数定義 */
/* ========================================================================== */
:root {
    --color-primary: #F19602;
    --color-secondary: #7FBF27;
    --color-accent: #33a1ff;
    --color-pink: #EE0186;
    --color-bg-main: #F7F7E6;
    --color-bg-form: #F7F7E6;
    --color-text-main: #333333;
    --color-text-brown: #5A2800;
    --color-line: #00b900;
    --color-white: #ffffff;
    --color-gray: #666666;
    --color-palegray: #BABABA;
    --font-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    --font-accent: 'M PLUS Rounded 1c', sans-serif!important;
    --weight-bold: 700;
    --content-width: 1200px;
    --radius-m: 8px;
    --radius-l: 16px;
    --shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    --header-height: 72px;
}

/* ========================================================================== */
/* ベーススタイル */
/* ========================================================================== */
html {
    scroll-behavior: smooth;
    font-weight: 500;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-base);
    color: var(--color-text-main);
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* リセット */
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

h2, h3 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.3;
    background: none!important;
    border: none!important;
}

article,
#main article {
    padding: 0;
    border: none;
}

/* リンク */
a,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s;
    font-size: 16px;
}

a:link {
    text-decoration: inherit;
}

label {
    cursor: pointer;
    font-weight: 500;
}

/* ユーティリティ */
.sp-only {
    display: none;
}

@media (max-width: 768px) {
    .sp-only {
        display: inline;
    }
}

.warning_redbar {
    background: rgb(236 175 112 / 100%);
    color: white;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 2000;
    font-size: 12px;
}

#wrapper {
    padding: 0;
    border-bottom: 1px solid #E1E1E1;
}

[id] {
    scroll-margin-top: var(--header-height);
}

/* 管理画面から main -------------------------------------- */
.post-content h2 {
    height: auto!important;
    background-image: url(../img/common/h-icon-greencat.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0px 0px!important;
    background-size: 29px!important;
    border-bottom:4px solid #d9e020!important;
    margin: 0px 15px 15px 0!important;
    padding: 8px 0px 6px 32px!important;
    font-size: 118%!important;
    font-weight: bold!important;
}

.post-content h3 {
    background-image: url(../img/common/h-icon-book.png)!important;
    background-repeat: no-repeat!important;
    background-position: 7px 12px!important;
    background-size: 20px!important;
    background-color: #f3f5b6!important;
    margin: 0px 0px 15px 0px!important;
    padding: 12px 0px 8px 30px!important;
    color: #2c4197!important;
    font-size: 114%!important;
    font-weight: bold!important;
}

.post-content h3.h-icon-pen {
    background-image: url(../img/common/h-icon-pen.png)!important;
    background-position: 0px 0px!important;
}
.post-content h3.h-icon-kira {
    background-image: url(../img/common/h-icon-kira.png)!important;
    background-position: 0px 0px!important;
}
.post-content h3.h-icon-heart {
    background-image: url(../img/common/h-icon-heart.png)!important;
    background-position: 0px 0px!important;
}
.post-content h3.h-icon-sumaho {
    background-image: url(../img/common/h-icon-sumaho.png)!important;
    background-position: 0px 0px!important;
}
.post-content h3.h-icon-graph {
background-image: url(../img/common/h-icon-graph.png)!important;
background-position: 0px 0px!important;
}
.post-content h3.h-icon-futaba {
    background-image: url(../img/common/h-icon-futaba.png)!important;
    background-position: 0px 0px!important;
}

.post-content h3.h-icon-pen,
.post-content h3.h-icon-kira,
.post-content h3.h-icon-heart,
.post-content h3.h-icon-sumaho,
.post-content h3.h-icon-graph,
.post-content h3.h-icon-futaba {
    background-repeat:no-repeat!important;
    background-color: transparent!important;
    background-position: 0px 0px!important;
    background-size: 31px!important;
    margin: 0px 0px 5px 0px!important;
    padding: 8px 0px 6px 34px!important;
    font-size: 118%!important;
    font-weight: bold!important;
    border: 0!important;
}

.post-content h4 {
    background-image: url(../img/common/h-icon-bluecircle.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0px 12px!important;
    background-size: 12px!important;
    margin: 0px 0px 0px 0px!important;
    padding: 12px 0px 8px 16px!important;
    color: #00aaea!important;
    font-size: 100%!important;
    font-weight: bold!important;
}

/* ========================================================================== */
/* レイアウト - ヘッダー */
/* ========================================================================== */
.l-header {
    background: rgba(255,255,255,0.6);
    padding: 10px 8px;
    position: relative;
    box-sizing: border-box!important;
    box-shadow: 0 1px 10px rgba(0,0,0,0.05);
    z-index: 1001;
    display: flex;
    width: 100%;
    flex-shrink: 0;
}

.l-header.is-fixed {
    background: var(--color-white);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    scrollbar-gutter: stable;
    height: 100svh;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .l-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
}

.l-header__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--content-width);
    margin: 0 auto;
}

.l-header__logo img {
    height: auto;
    width: 14vw;
    max-width: 188px;
    min-width: 100px;
    transition: width 0.3s;
}

.l-header__nav-area {
    display: flex;
    align-items: center;
    gap: 3px;
}

.l-header__btn-list {
    display: flex;
    gap: 3px;
}

.l-header__btn-item .c-btn {
    font-size: 16px;
    height: 48px;
    width: auto;
    border-radius: 0;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: var(--font-accent);
    transition: opacity 0.3s;
    text-decoration: none;
}

@media (max-width: 768px) {
    .l-header__btn-item .c-btn {
        line-height: 1.2;
        font-size: 12px;
        padding: 0 9px;
    }
}

.l-header__btn-item .c-btn:hover {
    opacity: 0.7;
    text-decoration: none;
}

.l-header__btn-item:first-child .c-btn {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.c-btn--amazon {
    background-color: var(--color-primary);
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.c-btn--line { 
    background-color: var(--color-line);
}

/* ハンバーガーメニュー */
.l-header__menu-trigger {
    width: 50px;
    height: 48px;
    background-color: #444;
    border: none;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: opacity 0.3s;
}

.l-header__menu-icon {
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: relative;
    margin-top: 14px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding-left: 0;
}

.l-header__menu-icon::before,
.l-header__menu-icon::after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: transform 0.3s, top 0.3s;
}

.l-header__menu-icon::before { 
    top: -7px; 
}

.l-header__menu-icon::after { 
    top: 7px; 
}

.l-header__menu-text {
    color: #fff;
    font-size: 11px;
    margin-top: 10px;
    font-weight: bold;
}

.l-header__menu-trigger.is-active .l-header__menu-icon {
    background-color: transparent;
}

.l-header__menu-trigger.is-active .l-header__menu-icon::before {
    top: 0;
    transform: rotate(45deg);
}

.l-header__menu-trigger.is-active .l-header__menu-icon::after {
    top: 0;
    transform: rotate(-45deg);
}

.l-header__menu-trigger.is-active .l-header__menu-icon {
    background-color: transparent !important;
}

.l-header__menu-trigger.is-active .l-header__menu-icon::before {
    top: 0 !important;
    transform: rotate(45deg) !important;
}

.l-header__menu-trigger.is-active .l-header__menu-icon::after {
    top: 0 !important;
    transform: rotate(-45deg) !important;
}

/* グローバルナビゲーション */
.p-global-nav {
    display: block;
    overflow-y: auto;
    background: var(--color-bg-form);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.p-global-nav.is-open {
    opacity: 1 !important;
    visibility: visible !important;
}

.p-global-nav__inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px 40px;
}
@media (max-width: 768px) {
    .p-global-nav__inner {
        padding: 0 10px 120px;
    }
}

.p-global-nav__title {
    background-color: var(--color-accent)!important;
    background-image: none;
    border: none;
    color: #fff;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 18px;
    font-family: var(--font-accent);
    font-weight: bold;
    margin: 2px 0 0;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.p-global-nav__group:first-child .p-global-nav__title {
    margin-top: 16px;
}

.icon-search,
.icon-cart,
.icon-support,
.icon-other {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: centzer center;
    background-size: contain;
    vertical-align: middle;
}

.icon-search {
    background-image: url("../img/new/icon-search.svg");
}

.icon-cart {
    background-image: url("../img/new/icon-cart.svg");
}

.icon-support {
    background-image: url("../img/new/icon-support.svg");
}

.icon-other {
    background-image: url("../img/new/icon-other.svg");
}

.p-global-nav__list {
    background: transparent;
}

.p-global-nav__item a {
    background: transparent;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-text-main);
    font-family: var(--font-accent)!important;
    text-decoration: none;
}
@media (max-width: 768px) {
    .p-global-nav__item a {
        padding: 8px 10px;
        font-size: 17px;
    }
}
.p-global-nav__item:last-child a {
    border-bottom: none;
}

.p-global-nav__item a:hover {
    background: rgba(255,255,255,0.7);
    text-decoration: none;
}

.p-global-nav__item a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
}

/* パンくずリスト */
.c-breadcrumb {
    max-width: var(--content-width);
    margin: 0 auto;
    padding: 8px 0;
    font-size: 14px;
}

@media (max-width: 1250px) {
    .c-breadcrumb {
        padding: 8px 16px;
    }
}

@media (max-width: 768px) {
    .c-breadcrumb {
        display: none;
    }
}

.c-breadcrumb a {
    color: var(--color-pink);
    text-decoration: underline;
    font-size: 13px;
}

.c-breadcrumb__list { 
    display: flex; 
}

.c-breadcrumb__item:not(:last-child)::after {
    content: "";
    display: inline-block;
    margin: 0 16px;
    width: 7px;
    height: 7px;
    vertical-align: middle;
    border-top: 1px solid var(--color-text-main);
    border-right: 1px solid var(--color-text-main);
    transform: rotate(45deg);
    padding-top: 2px;
    position: relative;
    top: -0.05em;
}

/* ========================================================================== */
/* レイアウト - メインコンテンツ */
/* ========================================================================== */
.l-main,
#main article {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    background: linear-gradient(130deg, rgba(238, 1, 134, 0.05) 3%, rgba(127, 191, 39, 0.26) 54.59%, rgba(81, 159, 255, 0.4) 95.11%);
}

@media (max-width: 768px) {
    .l-main,
    #main article {
        padding-top: 0;
    }
}

.l-main.top {
    background: var(--color-white);
}

@media screen and (max-width: 768px) {
    .l-main {
        margin-top: 68px;
    }
    .l-main.top{
        margin-top: 0;
    }
    #main article {
        padding-top: 68px;
    }
}

.container {
    max-width: var(--content-width);
    width: 100%;
    padding: 0;
    margin-bottom: clamp(40px, 10vh, 120px);
}

@media (max-width: 1250px) {
    .container.inline-padding {
        padding-inline: 16px;
    }
}

@media (max-width: 768px) {
    .container {
        margin-bottom: 0;
    }
}

.l-content__inner {
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding: 0;
}

.l-bg {
    background: var(--color-bg-main);
}

.top .l-content__inner {
    padding: 64px 0;
}

@media screen and (max-width: 768px) {
    .top .l-content__inner {
        padding: 64px 16px;
    }
}

.l-content__title,
.container h2 {
    font-size: 24px;
    height: 15vh;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    font-family: var(--font-accent);
    font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
    .l-content__title,
    .container h2,
    #blog-list h2 {
        padding-left: 16px;
    }
}

.l-content__title {
    text-align: center;
}

.top .l-content__title {
    height: auto;
    flex-direction: column;
    margin-bottom: 32px;
    gap: 8px;
}

.l-content__title-main {
    display: block;
    font-weight: bold;
    font-family: var(--font-accent);
}

.l-content__title-sub {
    color: var(--color-secondary);
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    font-family: var(--font-accent);
    font-weight: bold;
}

.l-content__title-sub.white {
    color: var(--color-white);
}

.l-content__container,
.article_inner {
    background: #fff;
    font-size: 16px;
    border-radius: 15px;
    padding: clamp(24px, 4vw, 40px) clamp(16px, 4vw, 48px);
    box-shadow: var(--shadow);
}
#blog-detail .l-content__container,
#blog-detail .article_inner {
        margin-top: 40px;
}

@media(max-width: 768px) {
    .l-content__container,
    .article_inner {
        padding-bottom: 5rem;
        margin-bottom: 40px;
        border-radius: 15px;
        box-shadow: none;
    }
}

.l-content__lead {
    margin-bottom: 20px;
    line-height: 1.6;
}

.l-content__lead strong {
    background: #FDE6F3;
}

/* ========================================================================== */
/* レイアウト - フッター */
/* ========================================================================== */
.l-footer {
    color: var(--color-white);
    padding: 0;
}

.l-footer__inner {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .l-footer__inner {
        flex-direction: column-reverse;
    }
}

.l-footer__nav {
    background: linear-gradient(168deg, #3BAAFF 20%, #7FBF26 100%);
}

.l-footer__nav-item a {
    display: block;
    padding: 15px 40px 15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    position: relative;
    color: var(--color-white);
    text-decoration: none;
}

.l-footer__nav-item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.l-footer__nav-item a:hover::after {
    transform: translate(4px, -50%) rotate(45deg);
    border-color: #fff;
}

@media screen and (min-width: 768px) {
    .l-footer__nav-list {
        display: flex;
        justify-content: center;
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .l-footer__nav-item a {
        border: none;
        padding: 0 15px;
    }

    .l-footer__nav-item a::after { 
        content: none; 
    }
}

.l-footer__logo {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.l-footer__copyright {
    background: #fff;
    color: #333;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.l-footer__logo {
    background: white;
    padding: 30px 0;
    text-align: center;
}
.l-footer__pagetop {
    height: auto;
    right: 7rem;
    width: 5rem;
    position: fixed;
    z-index: 1000;
    background: linear-gradient(162.27deg, rgba(59, 170, 255, 0.95) 9%, rgba(127, 191, 39, 0.95) 126.52%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-weight: bold;
    font-family: var(--font-accent);
    aspect-ratio: 1 / 1;
    line-height: 1.2;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.l-footer__pagetop::before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}

.l-footer__copyright {
    background: white;
    color: var(--color-text-main);
    text-align: center;
    padding: 15px 0;
    font-size: 10px;
}

@media screen and (max-width: 768px) {
    .l-footer__pagetop {
        padding: 0;
        position: fixed;
        right: 0.75rem;
    }
    .l-footer__copyright {
        border-top: 1px solid var(--color-palegray);
    }
}

/* ========================================================================== */
/* コンポーネント - ボタン */
/* ========================================================================== */
.c-button {
    margin-top: 32px;
    text-align: center;
}

.c-button__more {
    width: 280px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 14px 32px;
    background-color: var(--color-accent);
    color: var(--color-white);
    border-radius: 999px;
    font-weight: var(--weight-bold);
    transition: background-color var(--transition), transform var(--transition);
    justify-content: center;
}

a.c-button__more {
    color: var(--color-white);
    position: relative;
    box-shadow: var(--shadow);
}

.c-button__more::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    transform: rotate(45deg);
}

.c-button__more:hover {
    background-color: #1f85db;
    transform: translateY(-2px);
}

/* ========================================================================== */
/* コンポーネント - ラベル */
/* ========================================================================== */
.c-label {
    font-size: 13px;
    background-color: var(--color-secondary);
    padding: 4px 8px 3px;
    border-radius: 4px;
    color: var(--color-white);
    font-weight: bold;
    font-family: var(--font-accent);
    letter-spacing: 0.02em;
}

/* ========================================================================== */
/* メインビジュアル */
/* ========================================================================== */
.slick-list {
    overflow: hidden;
}
.slick-list {
    overflow: hidden;
    position: relative;
}

.slick-list {
    overflow: hidden;

    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 8%,
        black 92%,
        transparent
    );
    mask-image: linear-gradient(
        to right,
        transparent,
        black 8%,
        black 92%,
        transparent
    );
}
.p-mv__inner::before {
    content: "";
    position: absolute;
    top: -6vh;
    left: 0;
    width: 10vw;
    min-width: 170px;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    background: rgba(127, 191, 39, 0.2);
    border-radius: 56% 44% 52% 48% / 52% 48% 54% 46%;
    animation: blobBase_green 10s ease-in-out infinite;
    will-change: transform, border-radius;
    pointer-events: none;
    z-index: -1;
}
.p-mv {
    background-color: var(--color-main);
    width: 100%;
    margin-top: -100px;
}

.p-mv__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    transform: translate(0, -50%);
    position: relative;
    z-index: 1000;
}

@media (max-width: 768px) {
    .p-mv {
        margin-top: 0;
    }
    .p-mv__inner {
        transform: translate(0, -70%);
    }
    .p-mv__inner::before {
        top: 7vh;
        left: -20vw;
    }
}

.p-mv__inner::after {
    content: "";
    position: absolute;
    bottom: 3vh;
    right: -6vw;
    width: 0;
    max-width: 360px;
    aspect-ratio: 1 / 1;
    background: rgba(255, 220, 120, 0.4);
    border-radius: 48% 52% 44% 56% / 46% 54% 48% 52%;
    animation: blobBase 14s ease-in-out infinite reverse;
    pointer-events: none;
    z-index: -1;
}

.p-mv__main {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 500px;
    overflow: hidden;
}

.p-mv__main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 769px) {
    .p-mv__main {
        max-height: 680px;
    }

    .p-mv__main img {
        max-height: 680px;
    }
}

@media (max-width: 768px) {
    .p-mv {
        height: 90vh;
        margin-bottom: 64px;
    }
    .p-mv__main {
        height: 88dvh;
    }

    .p-mv__main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
    .p-mv__inner::after {
        width: 20vw;
    }
}

.p-mv__copy {
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 23%;
    left: clamp(16px, 13vw + 5vw, 27vw);
    width: 17vw;
    aspect-ratio: 1 / 1;
    padding: 0 0 16px;
    display: flex;
    gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(230 176 195 / 0.7);
    color: var(--color-white);
    border-radius: 56% 44% 52% 48% / 52% 48% 54% 46%;
    animation: blobBase 9s ease-in-out infinite;
}

@keyframes blobBase {
    0% {
        border-radius: 56% 44% 52% 48% / 52% 48% 54% 46%;
    }
    50% {
        border-radius: 48% 52% 44% 56% / 46% 54% 48% 52%;
    }
    100% {
        border-radius: 56% 44% 52% 48% / 52% 48% 54% 46%;
    }
}
@keyframes blobBase_green {
    0% {
        border-radius: 56% 44% 52% 48% / 52% 48% 54% 46%;
        transform: translate(0, 0);
    }
    20% {
        border-radius: 50% 50% 46% 54% / 48% 52% 50% 50%;
        transform: translate(12px, -8px);
    }
    50% {
        border-radius: 46% 54% 44% 56% / 44% 56% 46% 54%;
        transform: translate(-10px, 12px);
    }
    80% {
        border-radius: 54% 46% 56% 44% / 50% 50% 46% 54%;
        transform: translate(-12px, -10px);
    }
    100% {
        border-radius: 56% 44% 52% 48% / 52% 48% 54% 46%;
        transform: translate(0, 0);
    }
}

@media (min-width: 769px) {
    .p-mv__copy {
        min-width: 240px;
    }
    .p-mv__copy::before {
        content: "";
        position: absolute;
        width: 1000px;
        aspect-ratio: 1 / 1;
        right: 0px;
        bottom: 180px;
        background-color: rgb(255 255 255 / 40%);
        border-radius: 52% 48% 55% 45% / 48% 52% 50% 48%;
        animation: blobBg 7s ease-in-out infinite;
        z-index: -1;
    }
    .p-mv__main::after {
        content: "";
        position: absolute;
        width: 700px;
        aspect-ratio: 1 / 1;
        right: -300px;
        bottom: -65vh;
        background-color: rgb(255 255 255 / 40%);
        border-radius: 60% 40% 48% 52% / 45% 55% 60% 40%;
        animation: blobBgAlt 11s ease-in-out infinite;
        z-index: 0;
        pointer-events: none;
    }
}

@keyframes blobBg {
    0% {
        border-radius: 52% 48% 55% 45% / 48% 52% 50% 48%;
        transform: scale(1.05);
    }
    50% {
        border-radius: 45% 55% 50% 55% / 60% 40% 45% 55%;
        transform: scale(0.96);
    }
    100% {
        border-radius: 52% 48% 55% 45% / 48% 52% 50% 48%;
        transform: scale(1.05);
    }
}

@keyframes blobBgAlt {
    0% {
        border-radius: 60% 40% 48% 52% / 45% 55% 60% 40%;
    }
    33% {
        border-radius: 50% 50% 60% 40% / 55% 45% 50% 50%;
    }
    66% {
        border-radius: 42% 58% 52% 48% / 48% 52% 55% 45%;
    }
    100% {
        border-radius: 60% 40% 48% 52% / 45% 55% 60% 40%;
    }
}

.p-mv__copy-main {
    font-size: 32px;
    font-weight: var(--weight-bold);
    font-family: "Kiwi Maru", serif;
    line-height: 1;
    margin-bottom: 6px;
}

.p-mv__copy-sub {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: var(--color-text-main);
    font-weight: bold;
}

@media (max-width: 768px) {
    .p-mv__copy-main {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .p-mv__copy {
        top: 31%;
        left: -3%;
        padding: 16px 18px;
        width: 190px;
        height: 190px;
    }

    .p-mv__copy-main {
        font-size: 18px;
    }

    .p-mv__copy-sub {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    img.c-mv__kyokashowork {
        width: 24vw;
        min-width: 280px;
        max-width: 380px;
        height: auto;
        position: absolute;
        bottom:10vh;
        right: calc(18vw - 100px);
        z-index: 1000;
    }
}

/* スライダー */
.slick-track {
    display: flex;
    justify-content: center;
    position: relative;
}
.slick-prev::before,
.slick-next::before {
    content: "";
}

.slick-prev::after,
.slick-next::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid var(--color-text-main);
    border-right: 3px solid var(--color-text-main);
}

.slick-prev::after {
    transform: rotate(-135deg);
}

.slick-next::after {
    transform: rotate(45deg);
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--color-palegray);
    border-radius: 50%;
    display: block;
    margin: 5px;
    opacity: 1;
}

.slick-dots li.slick-active button::before {
    background-color: var(--color-primary);
}

.center .slick-slide {
    transform: scale(1);
    padding: 0 4px;
    transition: all 0.4s ease;
}

@media (max-width: 768px) {
    .slider {
        width: 100%;
    }
    .center .slick-slide {
        padding: 0 8px;
    }
    .center .slick-slide.slick-current {
        opacity: 1;
        transform: scale(1);
        z-index: 3;
    }
}

.slick-prev {
    left: 38px;
    z-index: 1000;
}

.slick-next {
    right: 38px;
    z-index: 1000;
}
@media (max-width: 768px) {
    .slick-prev {
        left: -4px;
    }
    .slick-next {
        right: 4px;
    }
}
/* スライダーコンテナの初期状態 */
.center {
    opacity: 0;
}

.center.slick-initialized {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

/* スライド内の画像サイズを事前に制限 */
.center:not(.slick-initialized) img {
    max-width: 100%;
    height: auto;
}

.p-mv__slider {
    position: absolute;
    bottom: 0;
}

.p-mv__slides {
    display: flex;
    transition: transform 0.4s ease;
}

.p-mv__slide {
    min-width: 100%;
}

.p-mv__slide img {
    width: 100%;
    display: block;
    border-radius: var(--radius-m);
}

.p-mv__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.p-mv__nav--prev {
    left: 8px;
}

.p-mv__nav--next {
    right: 8px;
}

.p-mv__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.p-mv__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.p-mv__dot.is-active {
    background-color: var(--color-white);
}

/* ========================================================================== */
/* 使用教科書サーチ */
/* ========================================================================== */
.p-search-form__group {
    background: var(--color-bg-form);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.p-search-form__label {
    color: var(--color-secondary);
    font-weight: bold;
    margin-bottom: 16px;
    display: block;
    font-family: var(--font-accent);
}

.p-search-form__options {
    display: flex;
    gap: 1rem 2rem;
    flex-wrap: wrap;
}

@media(max-width: 768px) {
    .p-search-form__options {
        gap: 1rem 1.8rem;
    }
}

.p-search-form__options + .p-search-form__options {
    padding-top: 1rem;
    border-top: 1px solid #d2d2d2;
}

.p-search-form__options:not(:last-child) {
    padding-bottom: 1rem;
}

.p-search-form__option-item {
    gap: 6px;
    display: flex;
    align-items: center;
}

.p-search-form__option-item .radio__label {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    cursor: pointer;
}

.p-search-form__option-item .radio__label input {
    position: absolute;
    opacity: 0;
}

.p-search-form__option-item .radio__ui {
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid #666;
    border-radius: 50%;
    background: var(--color-white);
    display: grid;
    place-items: center;
}

.p-search-form__option-item .radio__ui::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-accent);
    transform: scale(0);
    transition: transform 0.2s ease;
}

.p-search-form__option-item .radio__label input:checked + .radio__ui::after {
    transform: scale(1);
}

.p-search-form__select-wrapper {
    width: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.p-search-form__select-wrapper::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: var(--color-primary);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.p-search-form__select-wrapper select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 30px 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background: var(--color-white);
    cursor: pointer;
}

.p-search-form__select-wrapper select:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 5px rgba(51, 161, 255, 0.5);
}

.p-search-form__group .select__label {
    width: 70%;
}

@media(max-width: 768px) {
    .p-search-form__group .select__label {
        width: 100%;
    }
}

.p-search-form__note {
    font-size: 13px;
    color: var(--color-gray);
    margin-top: 8px;
    display: block;
}

@media screen and (min-width: 768px) {
    .p-search-form__options {
        grid-template-columns: repeat(6, 1fr);
    }
}
.no_display {
    display: none;
}

/* ========================================================================== */
/* 検索結果 */
/* ========================================================================== */
.p-search-results {
    margin-top: 40px;
}

.p-search-results__header {
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 15px;
    border-radius: var(--radius-m);
    margin-bottom: 20px;
}

.p-search-results__title {
    font-size: 18px;
    color: var(--color-white);
    font-weight: bold;
    font-family: var(--font-accent);
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.p-search-results__tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.p-search-results__tags .c-tag {
    background: rgb(255 255 255 / 25%);
    color: var(--color-white);
    padding: 2px 8px 1px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-break: strict;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.p-search-results__category-title {
    background: var(--color-accent);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0 10px;
}

.p-search-results__item {
    border-bottom: dashed 1px var(--color-palegray);
    margin-top: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .p-search-results__list {
        display: flex;
        flex-direction: column;
    }
    .p-search-results__item {
        border-bottom: dashed 1px var(--color-palegray);
        margin-top: 4px;
        padding: 0 0 4px;
    }
}

/* ========================================================================== */
/* 商品カード */
/* ========================================================================== */
.p-product-card {
    display: flex;
    align-items: center;
    padding: 10px 24px 10px 4px;
    border-radius: 8px;
    position: relative;
    color: var(--color-text-main);
}

.p-product-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-gray);
    border-right: 2px solid var(--color-gray);
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease, border-color 0.3s ease;
}
div.p-product-card {
    color: #adadad;
}
div.p-product-card::after {
    content: none;
}
div.p-product-card:hover {
    background: none;
    transform: none;
}

.p-product-card__thumb {
    width: 60px;
    margin-right: 8px;
    border: solid 1px var(--color-palegray);
}

@media (max-width: 768px) {
    .p-product-card__thumb {
        width: 40px;
    }
}

.p-product-card__thumb img {
    padding: 1px;
    width: 100%;
    min-width: 37px;
}

.p-product-card__name { 
    font-size: 16px;
    font-weight: var(--weight-bold); 
    margin-top: 4px;
    line-height: 1.3;
}

@media (hover: hover) {
    .p-product-card:hover {
        opacity: 1;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 2px 10px rgba(0,0,0,0.03);
        background: #fff8c6;
    }
}

/* ========================================================================== */
/* ニュース */
/* ========================================================================== */
.p-news {
    padding: 60px 0;
}

.p-news__container {
    background: var(--color-bg-main);
    border-radius: 20px;
    padding: 30px;
}

.p-news__item {
    display: flex;
    border-bottom: 1px dotted #ccc;
    padding: 16px 0;
    line-height: 1.3;
}

.p-news__item:first-child {
    padding-top: 0;
}

.p-news__item:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .p-news__item {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
}

.p-news__item:last-child {
    border-bottom: none;
}

.p-news__date {
    color: var(--color-secondary);
    font-weight: bold;
    margin-right: 15px;
    display: inline-block;
    font-size: 16px;
}

.p-news__link {
    width: 100%;
    position: relative;
    padding-right: 20px; /* 矢印分の余白 */
}

.p-news__link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.p-news__link:hover::after {
    transform: translate(2px, -50%) rotate(45deg);
    transition: transform .2s ease;
}

/* ========================================================================== */
/* テキストリンク */
/* ========================================================================== */
.p-text__link {
    display: flex;
    justify-content: flex-end;
    padding: 16px;
}

.p-text__link a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-accent);
}

.p-text__link a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
}
.p-text__link a:hover::after {
    transform: translateX(2px) rotate(45deg);
    transition: transform .2s ease;
}

/* ========================================================================== */
/* ナビゲーション */
/* ========================================================================== */
.p-nav__list {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
    padding: 32px 0;
    font-weight: bold;
}

.p-nav__list li a {
    width: 320px;
    font-size: 17px;
    background: var(--color-white);   
    color: var(--color-accent);   
    text-decoration: none;
    font-family: var(--font-accent);
    display: flex;
    align-items: center;
    border-radius: var(--radius-m);
    padding: 16px 32px 24px;
    position: relative;
    text-align: center;
    justify-content: center;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.08);
}

.p-nav__list li.p-nav__list-release a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/new/icon-nav-release.svg) no-repeat center center;
    margin-right: 6px;
}

.p-nav__list li.p-nav__list-bdesk a::before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    background: url(../img/new/icon-nav-bdesk.svg) no-repeat center center;
    margin-right: 6px;
}

.p-nav__list li.p-nav__list-release a::after,
.p-nav__list li.p-nav__list-bdesk a::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--color-accent);
    border-bottom: 2px solid var(--color-accent);
    transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
    .p-nav__list {
        gap: 16px;
    }
    .p-nav__list li a {
        width: 163px;
        padding: 16px 0 24px;
        line-height: 1.2;
        font-size: 16px;
    }
}

/* ========================================================================== */
/* 新刊・改訂 */
/* ========================================================================== */
.l-content__inner-wrapper.p-release {
    background-color: color(srgb 0.5 0.75 0.15 / 0.8);
    background-image:
    radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.05) 7.5px,
        transparent 8px
    ),
    radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.05) 7.5px,
        transparent 8px
    );
    background-size: 56px 56px;
    background-position: 0 0, 28px 28px;
}

.p-release__list {
    display: flex;
    gap: 16px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.p-release__item {
    width: 280px;
    box-shadow: var(--shadow);
    transition: transform 0.3s, box-shadow 0.3s;
}

/* ========================================================================== */
/* シリーズ */
/* ========================================================================== */
.l-content__inner-wrapper.p-series,
.l-content__inner-wrapper.p-blog {
    background: var(--color-bg-main);
}

.p-series__list {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.p-series-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.p-series-card__link {
    display: block;
    transition: transform var(--transition), box-shadow var(--transition);
}

.p-series-card__image img {
    width: 100%;
    object-fit: cover;
}

.p-series-card__label {
    padding: 12px;
    text-align: center;
    font-family: var(--font-accent);
    font-weight: var(--weight-bold);
}

.p-series-card__text {
    position: relative;
    padding-right: 16px;
}

.p-series-card__label {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 0 12px 14px;
}

.p-series-card__label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-text-main);
    border-right: 2px solid var(--color-text-main);
    transform: translateY(-50%) rotate(45deg);
}

.p-series-card--kids .p-series-card__label {
    background-color: #FFC64A;
}

.p-series-card--elementary .p-series-card__label {
    background-color: #7DCA2D;
}

.p-series-card--junior .p-series-card__label {
    background-color: #6CC3FF;
}

.p-series-card--high .p-series-card__label {
    background-color: #EF6755;
}

.p-series-card--retry .p-series-card__label {
    background-color: #5B98EB;
}

.p-series-card--eiken .p-series-card__label {
    background-color: #C677D5;
}

.p-series__banners {
    margin-top: 64px;
}

@media screen and (max-width: 768px) {
    .p-series__list {
        gap: 16px;
        flex-wrap: wrap;
    }
    .p-series__item {
        width: calc(50% - 8px);
    }
}

/* ========================================================================== */
/* 読者の声 */
/* ========================================================================== */
.p-voice__container {
    background-color: var(--color-bg-main);
    border-radius: var(--radius-l);
    padding: 32px 24px;
}

.p-voice__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.p-voice__item {
    position: relative;
}

.p-voice__item + .p-voice__item {
    border-top: 1px dotted #ccc;
    padding-top: 32px;
}

a.p-voice__series {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-secondary);
    border-radius: var(--radius-m);
    padding: 8px 16px 8px 8px;
    color: var(--color-white);
    font-weight: var(--weight-bold);
}

.p-voice__series-thumb {
    width: 30px;
    margin-right: 12px;
    flex-shrink: 0;
}

.p-voice__series-title {
    flex: 1;
    font-size: 18px;
    line-height: 1;
    padding-right: 8px;
}

.p-voice__series::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    transform: rotate(45deg);
}

.p-voice__series:hover {
    filter: brightness(1.05);
}

.p-voice__body {
    display: flex;
    margin-top: 8px;
    gap: 8px;
    padding-inline: 8px;
    justify-content: flex-end;
    align-items: center;
}

.p-voice__item:nth-of-type(odd) .p-voice__body {
    flex-direction: row-reverse;
}

.p-voice__item:nth-of-type(even) .p-voice__body {
    flex-direction: row;
    justify-content: flex-start;
}

.p-voice__text {
    font-size: 16px;
    margin-top: 2px;
}

.p-voice__icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-voice__footer {
    margin-top: 20px;
    text-align: center;
}

a.p-voice__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 24px;
    background-color: var(--color-white);
    font-family: var(--font-accent);
    font-weight: var(--weight-bold);
    border-radius: 9999px;
    box-shadow: var(--shadow);
}

.p-voice__more::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-text-main);
    border-right: 2px solid var(--color-text-main);
    transform: rotate(45deg);
}

.p-voice__more:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
    .l-content__inner {
        padding: 0 16px;
    }

    .p-voice {
        padding: 32px 0;
    }

    .p-voice__container {
        padding: 24px 16px;
    }
}

/* ========================================================================== */
/* 学びサポート */
/* ========================================================================== */
.p-support {
    background-color: #DEF0F1;
}

.p-support__list {
    padding: 32px 16px;
    background-color: #69BCC0;
    border-radius: var(--radius-l);
}

.p-support__header {
    text-align: center;
    margin-bottom: 40px;
}

.p-support__items {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 16px;
    border-bottom: 1px dotted var(--color-white);
    padding-bottom: 32px;
    align-items: center;
}

.p-support__item {
    text-align: center;
}

.p-support__list a {
    max-width: 400px;
    display: block;
    box-shadow: var(--shadow);
    border-radius: 16px;
}

.p-support__heading {
    font-size: 18px;
    font-weight: var(--weight-bold);
    color: var(--color-white);
    margin-bottom: 12px;
}

.p-support__card-link img {
    display: block;
    width: 100%;
    height: auto;
}

.p-support__card-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.p-support__banner {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .p-support__items {
        flex-direction: column;
    }
}

/* ========================================================================== */
/* SNS */
/* ========================================================================== */
.p-sns .l-content__inner {
    max-width: var(--content-width);
    margin: 0 auto;
}

.p-sns__header {
    margin-bottom: 32px;
}

.p-sns__list {
    background-color: #f6f6df;
    border-radius: var(--radius-l);
    padding: 24px 20px;
    list-style: none;
    margin: 0 0 40px;
}

.p-sns__item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.p-sns__item + .p-sns__item {
    margin-top: 20px;
}

.p-sns__item a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.p-sns__icon {
    flex-shrink: 0;
    width: 12vw;
    max-width: 72px;
    min-width: 64px;
    display: block;
    height: auto;
}

.p-sns__icon img {
    width: 100%;
    height: auto;
    display: block;
}

.p-sns__name {
    font-weight: var(--weight-bold);
    color: var(--color-text-main);
    margin-bottom: 4px;
}

.p-sns__text {
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .p-sns__list {
        padding: 32px 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 24px;
    }
    .p-sns__list .p-sns__item:first-child {
        width: 100%;
        justify-content: center;
    }
    .p-sns__list .p-sns__item {
        width: calc(80% / 2 - 16px);
    }
}

/* ========================================================================== */
/* アンケート */
/* ========================================================================== */
.ques-box a {
    text-decoration: underline;
    color: var(--color-pink);
}
.p-questionnaire {
    background: var(--color-bg-main);
}
/* アンケートリスト */
.ques_list ul li:not(.ques_cat) {
    line-height: 1.3;
    border-bottom: dashed 1px var(--color-palegray);
}

.ques_list ul {
    gap: 0 32px;
}

.ques_list ul li {
    position: relative;
    padding: 10px 32px 10px 8px;
    width: calc(50% - 16px);
}

.ques_list ul li a {
    width: 100%;
    display: block;
}
.ques_list ul li a:hover {
    text-decoration: underline;
}

.ques_list ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-gray);
    border-right: 2px solid var(--color-gray);
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .ques_list ul li {
        width: auto;
    }
}

/* ========================================================================== */
/* バナー */
/* ========================================================================== */
.p-banner {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.p-banner__link {
    display: inline-block;
    transition: opacity 0.3s;
}

.p-banner__link img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 16px;
    box-shadow: var(--shadow);
}

@media screen and (max-width: 768px) {
    .p-banner {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }
}

/* ========================================================================== */
/* ブログ */
/* ========================================================================== */
.blog_item {
    border-radius: 16px;
}

.thumbnail {
    background: none;
}

.blog_items h3 a,
.blog_items h3 a:link {
    color: var(--color-text-brown);
    font-weight: bold;
}

#blog-list .btn-brown, 
.blog_item .btn-brown, 
#blog-detail .btn-brown {
    margin: 0;
}

#blog-list .btn, 
.blog_items .btn, 
#blog-detail .btn {
    padding: 5px 10px 6px;
}

.blog-list-filter {
    gap: 6px;
}

#blog-list .l-content__container {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

#blog-list .l-content__container dl {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
}
#blog-list .l-content__container dl .date {
    color: var(--color-secondary);
}

#blog-list .l-content__container dl dd {
    position: relative;
    padding-right: 24px;
}

#blog-list .l-content__container dl dd::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;

    width: 8px;
    height: 8px;

    border-top: 1px solid #000;
    border-right: 1px solid #000;

    transform: translateY(-50%) rotate(45deg);
}
#blog-list .row {
    margin: 0;
    padding: 0;
}

/* ========================================================================== */
/* シリーズページ */
/* ========================================================================== */
.cont04 {
    background: none!important;
}

.series-item {
    border-radius: 16px;
    background: var(--color-bg-main);
}

/* ========================================================================== */
/* ホバー */
/* ========================================================================== */
@media (hover: hover) and (pointer: fine) {
    a:hover {
        opacity: 0.7;
    }
}