.kari figure {
    margin: 0 auto !important;
    max-width: 500px !important;
}

/*固定ページのタイトル非表示*/
.c-entry__title {
    display: none;
}

/* フォント */

figure {
    padding: 0px !important;
}

.hp_nl-sp {
    display: none;
}

@media(max-width: 649px) {
    .hp_nl-sp {
        display: block;
    }
}

/*固定ページのヘッダー*/
.c-entry__header {
    display: none;
}

.l-contents__inner {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.l-header {
    border: 0px !important;
}

/*ヘッダー */
.l-contents {
    padding-top: 75px;
}

@media(max-width: 1023px) {
    .l-contents {
        padding-top: 60px;
    }
}

.custom-logo-link {
    position: relative;
    top: 5px;
}

.custom-logo-link:after {
    content: "";
    display: block;
    width: 150px;
    height: 60px;
    position: absolute;
    top: -15px;
    right: -155px;
    background-image: url(static/image/logo_text_512.webp);
    background-repeat: no-repeat;
    background-size: 100%;
}

#menu-global-nav li {
    margin: 0 10px;
    padding-top: 10px;
}

#menu-global-nav span {
    font-size: 1.0rem;
    line-height: 1.5em;
}

#menu-global-nav .c-navbar__subitem a {
    color: #000;
}

#menu-global-nav .c-navbar__subitem a:hover {
    color: #FF8945;
}

@media(max-width:1040px) {
    #menu-global-nav {
        margin-right: -20px;
    }
}

@media(max-width:1023px) {
    .l-header {
        height: 55px;
    }

    .custom-logo-link:after {
        width: 130px;
        top: -10px;
        right: -135px;
    }
}



/* フッター追従ボタン */
.p-footer-sticky-nav {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .25);
}

.p-footer-sticky-nav li {
    border-bottom: 0;
}

#menu-footer-cta li {
    padding: 0;
    border: none;
}

#menu-footer-cta a {
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

.bl_footer_button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    padding: 5px 0;
    width: 90%;
    border: 1px solid #fff;
    background-color: #00C100;
    border-radius: 15px;
    position: relative;
    top: -5px;
    left: 50%;
    transform: translatex(-50%);
}

.bl_footer_button img {
    width: 25px;
    margin: 5px;
}

.bl_footer_button:before {
    content: "";
    height: 100%;
    width: 30px;
    position: absolute;
    top: -100px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/*共通設定
ページ全体で使う変数の定義*/
:root {
    --c-main: #d08ed6;
    --c-sub: #e36e94;
    --c-sub2: #f09eb9;
    --c-text: #956675;
    --c-white: #fff;
    --c-main-opacity: rgba(208, 142, 214, 0.8);
    --w-header: 1230px;
    --f-main: "Zen Maru Gothic", sans-serif;
    --f-sub: good-times, sans-serif;
    --z-index-h: 100001;
    --z-index-l: 1000;
    --z-index-d: -1;
    --s-font-lg: 16px;
    --s-font-sm: 13px;
}

/*ページ共通設定*/
/*!
ページ共通設定
snow monkeyで設定されているmargin-bottomをリセット
----------------------------
*/
.is-layout-constrained> :not(:last-child),
.p-entry-content> :not(:last-child),
.textwidget> :not(:last-child) {
    --_margin-bottom: 0;
}

/*!
snow monkeyで設定されているmargin-topをリセット
----------------------------
*/
.is-layout-constrained> :not(:first-child),
.p-entry-content> :not(:first-child),
.textwidget> :not(:first-child) {
    --_margin-top: 0;
}

.wp-block-column> :not(:first-child) {
    --_margin-top: 0;
}


/*!
PCの時メニューを開くうえでのがたつき防ぐ
----------------------------
*/
.u-noscroll {
    touch-action: pinch-zoom;
}

@media screen and (min-width: 1024px) {
    .u-noscroll {
        overflow: visible;
    }
}

/*!
aタグの下線を無効
----------------------------
*/
a {
    text-decoration: none;
}

/*!
ul,olのpadding-leftをリセット
----------------------------
*/
ul,
ol {
    --_list-item-indent: 0;
}

.is-layout-constrained>ul li+li {
    --_margin-2: 0;
}

/*!
utility > u-display
sp,pcごとに画面切り替え
-------------
*/
.u-displaySp {
    display: block;
}

@media screen and (min-width: 768px) {
    .u-displaySp {
        display: none;
    }
}

.u-displayPc {
    display: none;
}

@media screen and (min-width: 768px) {
    .u-displayPc {
        display: block;
    }
}

.u-displayAll {
    display: none !important;
}

/* ハンバーガーメニュー */
/* ドロワー開閉速度 */
/* .c-drawer {
    transition-duration: 0.5s;
}
.c-drawer[aria-hidden=false] {
    transition-duration: 0.5s;
    transition-delay: -0.05s;
} */

/* ブログニュース */
.bl_blog {
    z-index: 1;
    max-width: 700px;
}

.bl_blog_title:before {
    content: url(static/image/illust_blog1_PC.webp);
    transform: scale(0.25);
    position: absolute;
    top: -95px;
    left: -210px;
}

.bl_blog_title:after {
    content: url(static/image/illust_blog2_PC.webp);
    transform: scale(0.25);
    position: absolute;
    top: -85px;
    left: 220px;
}

.bl_blog_body .c-entries__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.bl_blog_body .c-meta__item--author {
    display: none;
}

.bl_blog_body ul {
    border: 0px;
}

.bl_blog_body .c-entry-summary__body {
    padding-left: 15px
}

.bl_blog_body span {
    background-color: #FF8945;
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 3px;
}

/* カテゴリーページ */
.category .l-contents__container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.topics {
    width: 100%;
    padding: 100px 0 30px;
    /* background: #ffdbcb; */
}

@media screen and (max-width: 649px) {
    .topics {
        padding-top: 85px;
        padding-bottom: 50px;
    }
}

.category .p-archive_wrapper {
    /* background: #ffdbcb; */
    width: 100%;
    padding-top: 1px;
    margin-top: 0;
    padding-bottom: 10%;
}

.category .p-archive {
    width: min(calc(100% - var(--_container-margin, 1.8rem) * 2 + env(safe-area-inset-right) + env(safe-area-inset-left)), var(--wp-block-width));
    margin: 0 auto;
}

.category .c-entries {
    border: none !important;
}

.category .c-entries__item {
    padding-bottom: 15px;
    margin-top: 0;
}

.category .c-entry-summary__term {
    display: none;
    background-color: #000;
}

.category .c-entry-summary__body {
    padding-left: 15px !important;
}

.category .c-meta__item--author {
    display: none;
}

@media screen and (max-width: 1023px) {
    .category .container {
        width: auto;
    }

    .category .c-entries {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 649px) {
    .category .c-entry-summary__content {
        display: block;
        font-size: 0.8rem !important;
        line-height: 1.25em;
    }
}

/* 投稿ページ */
.single-post .c-entry__footer {
    display: none;
}

.single-post .c-entry__content {
    padding-top: 60px;
}

@media screen and (max-width: 649px) {
    .single-post .c-entry__content {
        padding-top: 40px;
    }
}