/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    --wp--preset--font-family--body: "Noto Sans JP", sans-serif;
    --wp--preset--font-family--heading: "Noto Sans JP", sans-serif;
    --wp--preset--font-family--system-serif: "Noto Sans JP", sans-serif;
    --wp--preset--font-family--system-sans-serif: "Noto Sans JP", sans-serif;
    --wp--style--global--content-size: 1200px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    /* margin: 0;
    padding: 0;
    list-style: none; */
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none !important;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

body {
    color: #343434;
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    font-weight: 400;
}

@media screen and (min-width: 1024px) {
    body {
        font-size: 1rem;
    }
}

body.hidden {
    overflow: hidden;
}

#wrapper {
    overflow: hidden;
}

main {
    position: relative;
}

img {
    width: 100%;
}

.wp-block-image img {
    width: auto;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.nav_link {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .nav_link {
        transition: 300ms ease-out;
    }

    .nav_link:hover {
        opacity: 0.7;
    }
}

.nav_link_blank::after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    background-image: url("./../images/common/icons/icon_blank_white.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.nav_link_fb,
.nav_link_ig {
    width: 40px;
    height: 40px;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .nav_link_blank::after {
        width: 14px;
        height: 14px;
        margin-left: 10px;
    }
    .tel_link {
        pointer-events: none;
    }
}

.header {
    width: 100%;
    height: 80px;
    padding: 10px 20px;
    position: fixed;
    z-index: 2506;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.header.is_active {
    background-color: rgba(52, 52, 52, 0.4);
}

.header.is_active .nav_toggler span::before, .header.is_active .nav_toggler span::after{
    background-color: #fff;
}

.header .nav_toggler.is_active span::before, .header .nav_toggler.is_active span::after{
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .header {
        height: 120px;
        padding: 10px 60px;
    }
}

@media screen and (min-width: 768px) {
    .header_branch {
        display: flex;
        align-items: center;
    }
}

.header_branch>.p {
    color: #fff;
    font-weight: 500;
    font-size: 0.625rem;
    margin-top: 3px;
}

@media screen and (min-width: 768px) {
    .header_branch>.p {
        font-size: 0.875rem;
        margin-top: 0;
        margin-left: 20px;
    }
}

.header_logo {
    width: 60px;
    font-size: 0;
}

@media screen and (min-width: 768px) {
    .header_logo {
        width: 100px;
    }
}

.footer_related {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #59200D;
}

@media screen and (min-width: 768px) {
    .footer_related {
        padding-top: 70px;
        padding-bottom: 110px;
    }
}

@media only screen and (min-width: 1024px) {
    .footer_related_wrap {
        display: flex;
        justify-content: space-between;
    }
}

.footer .cate_lists {
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .footer .cate_lists {
        margin-top: 45px;
    }
}

.footer .cate_lists_wrap {
    padding-top: 30px;
}

@media only screen and (min-width: 1024px) {
    .footer .cate_lists_wrap {
        width: 740px;
        max-width: calc(100% - 400px);
    }
}

.footer .tags_lists {
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .footer .tags_lists {
        margin-top: 30px;
    }
}

.footer .tags_lists_wrap {
    padding-top: 30px;
}

@media only screen and (min-width: 1024px) {
    .footer .tags_lists_wrap {
        width: 368px;
    }
}

.footer_body {
    margin-top: -1px;
    padding-bottom: 40px;
    color: #fff;
    background-color: #343434;
}

@media screen and (min-width: 768px) {
    .footer_body {
        padding-bottom: 70px;
    }
}

.footer_about {
    padding-top: 40px;
}

@media screen and (min-width: 768px) {
    .footer_about {
        padding-top: 86px;
    }
}

.footer_about_top_link {
    width: 6em;
    display: inline-block;
}

.footer_about .p_lead {
    margin-top: 25px;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .footer_about .p_lead {
        margin-top: 45px;
    }
}

.footer_socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
}

.footer_socials .nav_link_sns {
    font-size: 0.875rem;
}

.footer_socials .nav_link_fb {
    margin-left: 20px;
    margin-right: 10px;
}

.footer_other {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (min-width: 768px) {
    .footer_other {
        flex-direction: row;
        align-items: center;
    }
}

.footer_other .nav_link_blank {
    font-size: 0.875rem;
    margin-bottom: 5px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .footer_other .nav_link_blank {
        margin-right: 42px;
        margin-bottom: 0;
    }
}

.footer_copyright {
    font-size: 0.875rem;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .footer_copyright {
        margin-left: auto;
    }
}

.nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: visibility 300ms ease, opacity 200ms linear 100ms;
    background-color: #343434;
}

.nav.is_active {
    opacity: 1;
    visibility: visible;
}

.nav>.inner {
    padding-top: 100px;
}

@media screen and (min-width: 768px) {
    .nav>.inner {
        padding-top: 116px;
    }
}

.nav>.inner>.container {
    max-height: calc(100vh - 80px);
    overflow: auto;
}

@media screen and (min-width: 768px) {
    .nav>.inner>.container {
        max-height: calc(100vh - 120px);
    }
}

.nav_wrap {
    padding-bottom: 150px;
}

@media screen and (min-width: 768px) {
    .nav_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 40px;
    }
}

.nav_wrap .cate_lists {
    gap: 10px;
    margin-top: 20px;
}

@media only screen and (min-width: 1200px) {
    .nav_wrap .cate_lists {
        width: 530px;
        margin-top: 42px;
    }
}

.nav_wrap .cate_lists_wrap {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .nav_wrap .cate_lists_wrap {
        width: calc(60% - 20px);
    }
}

@media only screen and (min-width: 1200px) {
    .nav_wrap .cate_lists_wrap {
        width: 560px;
    }
}

@media only screen and (min-width: 640px) {
    .nav_wrap .cate_lists_item {
        width: calc(50% - 5px);
    }
}

.nav_wrap .tags_lists {
    gap: 10px;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .nav_wrap .tags_lists {
        margin-top: 30px;
    }
}

.nav_wrap .tags_lists_wrap {
    width: 100%;
    padding-top: 14px;
}

@media only screen and (min-width: 1024px) {
    .nav_wrap .tags_lists_wrap {
        width: calc(40% - 20px);
    }
}

@media only screen and (min-width: 1200px) {
    .nav_wrap .tags_lists_wrap {
        width: 260px;
        padding-top: 0;
    }
}

.nav_wrap .socials_wrap {
    width: 100%;
    margin-top: 20px;
    padding-top: 15px;
    display: flex;
    /* align-items: flex-end; */
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    /* .nav_wrap .socials_wrap {
        flex-direction: row;
        align-items: center;
    } */
}

@media only screen and (min-width: 1200px) {
    .nav_wrap .socials_wrap {
        width: 260px;
        margin-top: 30px;
        display: block;
    }
}

.nav_wrap .socials_wrap .nav_link_blank,  .nav_wrap .socials_wrap .nav_link {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.nav_wrap .socials_wrap .nav_link_blank::after {
    width: 12px;
    height: 12px;
    background-image: url("./../images/common/icons/icon_blank_white_x20.svg");
}

@media screen and (min-width: 768px) {
    .nav_wrap .socials_wrap .nav_link_blank::after {
        width: 20px;
        height: 20px;
        background-image: url("./../images/common/icons/icon_blank_white_x20.svg");
    }
    .nav_wrap .socials_wrap .nav_link_blank {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .nav_wrap .socials_wrap .nav_link_blank {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .nav_wrap .socials_wrap .footer_socials {
        margin-left: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .nav_wrap .socials_wrap .footer_socials {
        margin-left: 0;
    }
}

.nav_toggler {
    width: 40px;
    height: 28px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    cursor: pointer;
}

.nav_toggler span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #59200D;
    transition: 0.5s;
}

.header.is_active .nav_toggler span{
    background-color: #fff;
}

.header .nav_toggler.is_active span{
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .nav_toggler span {
        overflow: hidden;
    }
}

.nav_toggler span:nth-child(1) {
    top: 0;
}

.nav_toggler span:nth-child(2) {
    top: calc(50% - 2px);
}

.nav_toggler span:nth-child(3) {
    top: calc(100% - 4px);
}

@media screen and (min-width: 768px) {
    .nav_toggler span {
        background-color: transparent;
    }

    .nav_toggler span::before,
    .nav_toggler span::after {
        content: "";
        position: absolute;
        z-index: 1;
        inset: 0;
        background-color: #59200D;
    }

    .nav_toggler span::before {
        translate: -150% 0;
    }

    .nav_toggler span:nth-child(1)::before,
    .nav_toggler span:nth-child(1)::after {
        transition: 450ms ease-out;
    }

    .nav_toggler span:nth-child(2)::before,
    .nav_toggler span:nth-child(2)::after {
        transition: 450ms ease-out;
    }

    .nav_toggler span:nth-child(3)::before,
    .nav_toggler span:nth-child(3)::after {
        transition: 450ms ease-out;
    }
}

.nav_toggler.is_active span:nth-child(1),
.nav_toggler.is_active span:nth-child(3) {
    top: 50%;
    translate: 0 -50%;
}

.nav_toggler.is_active span:nth-child(1) {
    rotate: 225deg;
}

.nav_toggler.is_active span:nth-child(2) {
    opacity: 0;
}

.nav_toggler.is_active span:nth-child(3) {
    rotate: -225deg;
}

@media screen and (min-width: 768px) {
    .nav_toggler span {
        height: 4px;
    }

    .nav_toggler:hover span::before {
        translate: 0 0;
    }

    .nav_toggler:hover span::after {
        translate: 150% 0;
    }
}

.is_loading .c_loading {
    opacity: 1;
    pointer-events: all;
}

.c_loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #59200D;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
}

.c_loading__content {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
}

.c_loading__item {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px;
}

.c_loading__item:first-child {
    -webkit-animation: ball-zig 0.7s 0s infinite linear;
    animation: ball-zig 0.7s 0s infinite linear;
}

.c_loading__item:last-child {
    -webkit-animation: ball-zag 0.7s 0s infinite linear;
    animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*!
- Cookiewrap
------------------------------
*/
#cookiewrap {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ccc;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    display: none;
}

@media screen and (min-width: 768px) {
    #cookiewrap {
        padding: 40px;
    }
}

#cookiewrap .inner {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

#cookiewrap .inner .close {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1em;
}

@media screen and (min-width: 768px) {
    #cookiewrap .inner .close {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
}

#cookiewrap .inner .close button {
    display: block;
    padding: 8px;
    border: 1px solid #999;
}

#cookiewrap .inner .txt {
    font-size: 0.875rem;
    line-height: 1.8;
    padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
    #cookiewrap .inner .txt {
        padding-bottom: 0;
        padding-right: 110px;
    }
}

#cookiewrap .inner .txt a {
    text-decoration: underline 1px #999;
    text-underline-offset: 3px;
}

.heading>.jp,
.heading>.en {
    display: block;
}

.heading>.jp {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.48;
    color: #59200D;
}

@media screen and (min-width: 768px) {
    .heading>.jp {
        font-size: 1.5625rem;
    }
}

.heading>.en {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    color: #B8A29B;
}

.heading.c_white>.jp {
    color: #fff;
}

.heading_icon {
    display: flex;
    align-items: center;
}

.heading_icon .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;
    background-color: #59200D;
    border-radius: 999px;
}

@media screen and (min-width: 768px) {
    .heading_icon .icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
}

.heading_icon.c_white .icon {
    background-color: #B8A29B;
}

.pri_heading {
    color: #fff;
}

.pri_heading>.en,
.pri_heading>.jp {
    display: block;
}

.pri_heading>.en {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .pri_heading>.en {
        font-size: 2.618125rem;
    }
}

.pri_heading>.jp {
    font-weight: 900;
}

@media screen and (min-width: 768px) {
    .pri_heading>.jp {
        margin-top: -4px;
    }
}

.img_top_cover {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.img_top_cover::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    /* background-color: rgba(52, 52, 52, 0.3); */
    background-color: #eee;
    /* mix-blend-mode: multiply; */
}

.img_top_cover img {
    height: 100%;
    object-fit: cover;
}

.icon {
    display: inline-block;
    position: relative;
}

.icon::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.icon_calendar {
    width: 12.25px;
    height: 14px;
    background-image: url("./../images/common/icons/icon_calendar.svg");
}

.icon_newspaper::after {
    width: 22.86px;
    height: 20px;
    background-image: url("./../images/common/icons/icon_newspaper.svg");
}

.icon_mug_hot::after {
    width: 20px;
    height: 20px;
    background-image: url("./../images/common/icons/icon_mug_hot.svg");
}

.icon_tag::after {
    width: 20px;
    height: 20px;
    background-image: url("./../images/common/icons/icon_tag.svg");
}

.icon_undo::after {
    width: 20px;
    height: 20px;
    background-image: url("./../images/common/icons/icon_undo.svg");
}

.article_wrap {
    padding-bottom: 53px;
    position: relative;
}

.article_wrap::after {
    content: "";
    width: 100%;
    height: 40%;
    min-height: 200px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .article_wrap {
        padding-bottom: 83px;
    }
}

.article .container {
    position: relative;
    padding-top: 40px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .article .container {
        padding-top: 100px;
    }

    .article .container::before,
    .article .container::after {
        content: "";
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        background-color: #fff;
    }

    .article .container::before {
        width: 150px;
        left: -100px;
    }

    .article .container::after {
        width: 50%;
        right: 10px;
        translate: 100%;
    }
}

.article_loops {
    margin-top: 38px;
}

@media only screen and (min-width: 640px) {
    .article_loops {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .article_loops>.post_item {
        width: calc(50% - 10px);
    }
}

@media only screen and (min-width: 1024px) {
    .article_loops {
        gap: 32px 40px;
    }

    .article_loops>.post_item {
        width: calc(33.33% - 27px);
    }
}

.article_loops .post_item_content {
    padding-left: 0;
    padding-right: 0;
}

.article_loops .post_item_tags,
.article_loops .post_item_date {
    margin-top: 10px;
}

.post_item {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .post_item:hover .post_item_thumb img {
        scale: 1.1;
    }
}

.post_item_thumb {
  aspect-ratio: calc(800 / 480);
  overflow: hidden;
  text-align: center;
  background-color: #eee;
}

.mv_slider_wrap .post_item_thumb {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
    .post_item_thumb {}
}

.post_item_thumb img {
    width: 100%;
    scale: 1.05;
    width: fit-content;
    height: 100%;
    text-align: center;
    transition: 500ms ease-out;
    margin: 0 auto;
}

.post_item_content {
    padding: 20px 10px;
    min-height: 220px;
}

@media screen and (min-width: 768px) {
    .post_item_content {
        padding: 30px 40px 26px;
        min-height: 240px;
    }
}

.post_item_title {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.45;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

@media screen and (min-width: 768px) {
    .post_item_title {
        margin-top: 15px;
        font-size: 1.25rem;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}

.post_item_cats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.post_item_cat {
    padding: 3px 13px;
    font-size: 0.625rem;
    color: #fff;
    font-weight: 700;
    background-color: #59200D;
    margin-right: 5px;
}

.post_item_cat:last-child {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .post_item_cat {
        min-width: 140px;
        padding: 5px 10px;
        text-align: center;
        font-size: 1rem;
    }
}

.post_item_unknow {
    margin-left: auto;
    margin-right: 40px;
}

.post_item_unknow .addtoany_share {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background-color: #222;
    padding: 0;
    position: relative;
}

.post_item_unknow .addtoany_share::after,
.post_item_unknow .addtoany_share::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    display: block;
    border-radius: 999px;
    background-color: #222;
    translate: 0 -50%;
}

.post_item_unknow .addtoany_share::after {
    right: -30px;
}

.post_item_unknow .addtoany_share::before {
    left: -30px;
}

@media screen and (min-width: 768px) {
    .post_item_unknow .addtoany_share {
        width: 30px;
        height: 30px;
    }

    .post_item_unknow .addtoany_share::after,
    .post_item_unknow .addtoany_share::before {
        width: 30px;
        height: 30px;
        transition: inherit;
    }

    .post_item_unknow .addtoany_share::after {
        right: -40px;
    }

    .post_item_unknow .addtoany_share::before {
        left: -40px;
    }

    .post_item_unknow .addtoany_share:hover::before,
    .post_item_unknow .addtoany_share:hover::after {
        opacity: 0.7;
    }
}

.post_item_tags {
    font-size: 0.75rem;
    font-weight: 500;
    color: #B8A29B;
    line-height: 1.4285;
    margin-top: 13px;
}

@media screen and (min-width: 768px) {
    .post_item_tags {
        font-size: 0.875rem;
    }
}

.post_item_date {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    color: #B8A29B;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
}

.post_item_date .icon {
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    .post_item_date {
        margin-top: 22px;
    }
}

.article_loops .post_item {
    padding-bottom: 25px;
}

@media only screen and (max-width: 767.98px) {
    .article_loops .post_item {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 767.98px) {
    .article_loops .post_item_thumb {
        width: 120px;
    }
}

.article_loops .post_item_content {
    min-height: 1px;
    padding-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
    .article_loops .post_item_content {
        width: calc(100% - 130px);
        padding-top: 0;
    }
}

.article_loops .post_item_sub_content {
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .article_loops .post_item_title {
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
}

@media only screen and (min-width: 640px) {
    .cate_lists {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.cate_lists_item {
    color: white;
    font-weight: 500;
    position: relative;
    box-shadow: inset 0 0 0 2px #B8A29B;
    margin-bottom: 10px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    transition: 150ms ease-out;
}

.cate_lists_item::after {
    content: "";
    width: 16px;
    height: 13.72px;
    position: absolute;
    top: 50%;
    right: 10px;
    translate: 0 -50%;
    background-image: url("./../images/common/icons/icon_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: inherit;
}

@media only screen and (min-width: 640px) {
    .cate_lists_item {
        width: calc(50% - 10px);
        min-height: 60px;
        padding: 18px 20px;
        margin-bottom: 0;
    }

    .cate_lists_item:hover {
        background-color: rgba(155, 170, 184, 0.25);
    }

    .cate_lists_item:hover::after {
        right: 20px;
    }
}

.tags_lists {
    margin-left: -5px;
    margin-right: -5px;
}

.tags_lists_item {
    color: #fff;
    font-size: 0.875rem;
    position: relative;
    padding: 10px 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 12px;
    font-weight: 500;
}

.tags_lists_item::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #B8A29B;
    transition: inherit;
}

@media screen and (min-width: 768px) {
    .tags_lists_item:hover::after {
        scale: 0 1;
    }
}

.p_lead {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.45;
}

@media screen and (min-width: 768px) {
    .p_lead {
        font-size: 1.25rem;
    }
}

.p_desc {
    line-height: 2;
    font-weight: 500;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 51px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    width: 21px;
    height: 40px;
    font-size: 0;
    position: relative;
}

.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 14px;
    border: 0;
    border-top: 2px solid #59200D;
    border-right: 2px solid #59200D;
}

.wp-pagenavi .previouspostslink::after {
    rotate: -135deg;
    left: 3px;
}

.wp-pagenavi .nextpostslink::after {
    rotate: 45deg;
    right: 3px;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #B8A29B;
    font-weight: 900;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-out;
}

@media screen and (min-width: 768px) {

    .wp-pagenavi .current:hover,
    .wp-pagenavi .page:hover {
        background-color: #59200D;
    }
}

.wp-pagenavi .current {
    background-color: #59200D;
}

.totop {
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 9;
    right: 20px;
    bottom: 20px;
    border: 2px solid #343434;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: visibility 300ms ease, opacity 200ms linear 100ms;
}

.totop.show {
    opacity: 1;
    visibility: visible;
}

.totop::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 17px;
    left: 14px;
    rotate: -45deg;
    border: 0;
    border-top: 2px solid #343434;
    border-right: 2px solid #343434;
    transition: inherit;
}

@media screen and (min-width: 768px) {
    .totop::before {
        top: 24px;
        left: 21px;
    }
}

@media screen and (min-width: 768px) {
    .totop {
        width: 60px;
        height: 60px;
        cursor: pointer;
        transition: 150ms ease-out;
    }

    .totop:hover {
        border-color: #fff;
        background-color: #343434;
    }

    .totop:hover::before {
        border-color: #fff;
    }
}

@media only screen and (max-width: 767.98px) {
    .pc {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

.main_padding {
    padding-top: 80px;
}

@media screen and (min-width: 768px) {
    .main_padding {
        padding-top: 120px;
    }
}

.js_next_sp_accor {
    position: relative;
}

.js_next_sp_accor::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    translate: 0 -50%;
    rotate: -225deg;
    transition: 150ms ease-out;
}

.js_next_sp_accor.is_open::after {
    rotate: -45deg;
}

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

.wp-block-image.aligncenter {
    margin: 0 auto;
}

.wp-block-image.alignright {
    margin-left: auto;
}