/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

address,
details,
picture {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
:root {
    --fs10: 0.625rem;
    --fs11: 0.6875rem;
    --fs12: 0.75rem;
    --fs13: 0.8125rem;
    --fs14: 0.875rem;
    --fs15: 0.9375rem;
    --fs16: 1rem;
    --fs17: 1.0625rem;
    --fs18: 1.125rem;
    --fs19: 1.1875rem;
    --fs20: 1.25rem;
    --fs21: 1.3125rem;
    --fs22: 1.375rem;
    --fs23: 1.4375rem;
    --fs24: 1.5rem;
    --fs25: 1.5625rem;
    --fs26: 1.625rem;
    --fs27: 1.6875rem;
    --fs28: 1.75rem;
    --fs29: 1.8125rem;
    --fs30: 1.875rem;
    --fs31: 1.9375rem;
    --fs32: 2rem;
    --fs33: 2.0625rem;
    --fs34: 2.125rem;
    --fs35: 2.1875rem;
    --fs36: 2.25rem;
    --fs37: 2.3125rem;
    --fs38: 2.375rem;
    --fs39: 2.4375rem;
    --fs40: 2.5rem;
    --container-width: 1080px;
    --c-pad: 20px;
    --duration: 0.35s;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --ff-calSans: Cal Sans, sans-serif;
    --ff-montserrat: Montserrat, sans-serif;
    --ff-zenKakuGothicNew: Zen Kaku Gothic New, sans-serif;
  /* Blues */
    --color-primary-blue: #0085d1;
    --color-primary-blue-rgb: 0, 133, 209;
    --color-secondary-blue: #239ed5;
    --color-secondary-blue-rgb: 35, 158, 213;
    --color-light-blue: #84d8f8;
    --color-light-blue-rgb: 132, 216, 248;
    --color-bright-blue: #89dbff;
    --color-bright-blue-rgb: 137, 219, 255;
    --color-pale-blue: #9ce4ff;
    --color-pale-blue-rgb: 156, 228, 255;
    --color-ultra-light-blue: #def8ff;
    --color-ultra-light-blue-rgb: 222, 248, 255;
  /* Grays */
    --color-dark-gray: #4b4b4b;
    --color-dark-gray-rgb: 75, 75, 75;
  /* Browns */
    --color-dark-brown: #553625;
    --color-dark-brown-rgb: 85, 54, 37;
    --color-dark-brown-alt: #563726;
    --color-dark-brown-alt-rgb: 86, 55, 38;
    --color-chocolate-brown: #674635;
    --color-chocolate-brown-rgb: 103, 70, 53;
    --color-medium-brown: #684b33;
    --color-medium-brown-rgb: 104, 75, 51;
    --color-light-brown: #8f593b;
    --color-light-brown-rgb: 143, 89, 59;
    --color-tan: #a27962;
    --color-tan-rgb: 162, 121, 98;
  /* Greens */
    --color-forest-green: #6faa54;
    --color-forest-green-rgb: 111, 170, 84;
    --color-light-green: #8cc671;
    --color-light-green-rgb: 140, 198, 113;
    --color-pale-green: #bbe5a1;
    --color-pale-green-rgb: 187, 229, 161;
    --color-mint-green: #d2f1c4;
    --color-mint-green-rgb: 210, 241, 196;
    --color-ultra-light-green: #e2f8d8;
    --color-ultra-light-green-rgb: 226, 248, 216;
  /* Reds & Pinks */
    --color-coral-red: #ea5c66;
    --color-coral-red-rgb: 234, 92, 102;
    --color-rose-pink: #f64973;
    --color-rose-pink-rgb: 246, 73, 115;
    --color-bright-pink: #f85e83;
    --color-bright-pink-rgb: 248, 94, 131;
    --color-soft-pink: #febed5;
    --color-soft-pink-rgb: 254, 190, 213;
    --color-vibrant-red: #ff5746;
    --color-vibrant-red-rgb: 255, 87, 70;
    --color-salmon-pink: #ff7697;
    --color-salmon-pink-rgb: 255, 118, 151;
    --color-light-pink: #ffabc9;
    --color-light-pink-rgb: 255, 171, 201;
    --color-blush-pink: #ffb0c8;
    --color-blush-pink-rgb: 255, 176, 200;
    --color-powder-pink: #ffb0cc;
    --color-powder-pink-rgb: 255, 176, 204;
    --color-pale-pink: #ffe2ec;
    --color-pale-pink-rgb: 255, 226, 236;
  /* Oranges */
    --color-burnt-orange: #fe740f;
    --color-burnt-orange-rgb: 254, 116, 15;
    --color-dark-orange: #fe8b0f;
    --color-dark-orange-rgb: 254, 139, 15;
    --color-primary-orange: #ff7234;
    --color-primary-orange-rgb: 255, 114, 52;
    --color-bright-orange: #ff8141;
    --color-bright-orange-rgb: 255, 129, 65;
    --color-peach-orange: #ff965c;
    --color-peach-orange-rgb: 255, 150, 92;
    --color-golden-orange: #ff9d03;
    --color-golden-orange-rgb: 255, 157, 3;
    --color-cream-orange: #fdba71;
    --color-cream-orange-rgb: 253, 186, 113;
  /* Yellows */
    --color-amber-yellow: #ffbb4f;
    --color-amber-yellow-rgb: 255, 187, 79;
    --color-golden-yellow: #ffc659;
    --color-golden-yellow-rgb: 255, 198, 89;
    --color-sunny-yellow: #ffdb6f;
    --color-sunny-yellow-rgb: 255, 219, 111;
    --color-bright-yellow: #ffdd75;
    --color-bright-yellow-rgb: 255, 221, 117;
    --color-light-yellow: #ffe87e;
    --color-light-yellow-rgb: 255, 232, 126;
    --color-cream-yellow: #fff6b6;
    --color-cream-yellow-rgb: 255, 246, 182;
  /* Neutrals & Whites */
    --color-beige: #dbd1c1;
    --color-beige-rgb: 219, 209, 193;
    --color-light-beige: #e8d2bb;
    --color-light-beige-rgb: 232, 210, 187;
    --color-cream: #efe8dc;
    --color-cream-rgb: 239, 232, 220;
    --color-warm-cream: #f0e3cf;
    --color-warm-cream-rgb: 240, 227, 207;
    --color-off-white: #f7f0e7;
    --color-off-white-rgb: 247, 240, 231;
    --color-pearl-white: #fbf5ec;
    --color-pearl-white-rgb: 251, 245, 236;
    --color-ivory: #fcf8f2;
    --color-ivory-rgb: 252, 248, 242;
    --color-pure-white: #ffffff;
    --color-pure-white-rgb: 255, 255, 255;
    --color-snow-white: #fffefe;
    --color-snow-white-rgb: 255, 254, 254;
}

@media (min-width: 768px) {
    :root {
        --c-pad: 30px;
    }
}

html {
    font-size: 2.1333333333vw;
    overflow-y: scroll;
}

@media (min-width: 768px) {
    html {
        font-size: 1.1111111111vw;
    }
}

body {
    color: var(--color-dark-brown-alt);
    font-family: var(--ff-zenKakuGothicNew), -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: var(--fs14);
    font-weight: 500;
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (min-width: 768px) {
    body {
        font-size: var(--fs16);
    }
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header,
footer,
main,
nav,
section {
    display: block;
}

button {
    color: inherit;
    cursor: pointer;
}

picture,
figure,
figcaption {
    display: block;
    margin: 0;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}
/* --------------------
 Accessibility
-------------------- */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

[tabindex="-1"]:focus {
    outline: 0;
}

.skip-link:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

:where(.entry) {
    font-size: 1.625rem;
    letter-spacing: 0.1em;
    line-height: 1.92;
}

@media (min-width: 768px) {
    :where(.entry) {
        font-size: 1rem;
        line-height: 2;
    }
}

:where(.entry) p {
    font-size: 1.625rem;
    letter-spacing: 0.1em;
    line-height: 1.92;
    margin: 0 0 1.25em;
}

@media (min-width: 768px) {
    :where(.entry) p {
        font-size: 1rem;
        line-height: 2;
        margin: 0 0 1.5em;
    }
}

:where(.entry) p em {
    font-size: 225%;
    font-style: normal;
    font-weight: 700;
}

:where(.entry) .wp-block-columns {
    gap: 30px 60px;
}

:where(.entry) .wp-block-group:after {
    clear: both;
    content: "";
    display: block;
}

:where(.entry) .wp-block-image figcaption {
    font-size: var(--fs11);
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-image figcaption {
        font-size: var(--fs14);
    }
}

@media (max-width: 599px) {
    :where(.entry) .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: 100%;
    }
}

:where(.entry) .wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0;
}

:where(.entry) .wp-block-gallery.has-nested-images figure.wp-block-image img {
    object-fit: contain !important;
}

:where(.entry) p.has-background {
    padding: 1.25rem;
}

@media (min-width: 768px) {
    :where(.entry) p.has-background {
        padding: 1.875rem;
    }
}

:where(.entry) h1.wp-block-heading {
    font-size: var(--fs20);
    font-weight: 700;
    line-height: 1.6;
}

@media (min-width: 768px) {
    :where(.entry) h1.wp-block-heading {
        font-size: var(--fs22);
    }
}

:where(.entry) h2.wp-block-heading {
    font-size: var(--fs18);
    font-weight: 700;
    line-height: 1.6;
}

@media (min-width: 768px) {
    :where(.entry) h2.wp-block-heading {
        font-size: var(--fs20);
    }
}

:where(.entry) h3.wp-block-heading {
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.6;
}

@media (min-width: 768px) {
    :where(.entry) h3.wp-block-heading {
        font-size: var(--fs18);
    }
}

:where(.entry) h4.wp-block-heading {
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.6;
}

@media (min-width: 768px) {
    :where(.entry) h4.wp-block-heading {
        font-size: var(--fs16);
    }
}

:where(.entry) h5.wp-block-heading,
:where(.entry) h6.wp-block-heading {
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.6;
}

@media (min-width: 768px) {
    :where(.entry) h5.wp-block-heading,
  :where(.entry) h6.wp-block-heading {
        font-size: var(--fs16);
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h2 {
    border-bottom: 0.1875rem dashed var(--color-dark-brown-alt);
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 0.8333333333rem;
    padding: 0 0 0.8333333333rem;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h2 {
        border-bottom-width: 0.125rem;
        font-size: 1.875rem;
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h3 {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 0.75rem;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h3 {
        font-size: 1.25rem;
        margin: 0 0 0.5rem;
    }
}

:where(.entry) a:not(.wp-block-button) {
    color: var(--color-bright-orange);
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) a:not(.wp-block-button):focus {
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) a:not(.wp-block-button):hover {
        -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
        text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    }
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-X) .wp-element-button:not(.has-link-color, .has-text-color, .has-background) {
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-X) .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: #ffffff;
    color: var(--color-bright-orange);
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-X) .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover {
        background-color: #ffffff;
        color: var(--color-bright-orange);
    }
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-X) .wp-element-button:is(.has-link-color, .has-text-color, .has-background) {
    border: currentColor;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-X) .wp-element-button:is(.has-link-color, .has-text-color, .has-background):focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-X) .wp-element-button:is(.has-link-color, .has-text-color, .has-background):hover {
        opacity: 0.65;
    }
}

:where(.entry) .wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background) {
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) .wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: var(--color-bright-orange);
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover {
        background-color: var(--color-bright-orange);
        color: #ffffff;
    }
}

:where(.entry) .wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background) {
    border: currentColor;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) .wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background):focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background):hover {
        opacity: 0.65;
    }
}

@media (max-width: 767px) {
    :where(.entry) .wp-block-button.is-style-button-a {
        width: 100%;
    }
}

:where(.entry) .wp-block-button.is-style-button-a .wp-element-button {
    background-color: var(--color-bright-orange);
    border: 0.1875rem solid var(--color-bright-orange);
    border-radius: 1.25rem;
    color: var(--color-pure-white);
    display: block;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    padding: 1.875rem 4.375rem 1.875rem 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-button.is-style-button-a .wp-element-button {
        border-width: 0.125rem;
        display: inline-block;
        font-size: 1.375rem;
        padding: 1.25rem 5rem 1.25rem 1.25rem;
        text-align: left;
    }
}

:where(.entry) .wp-block-button.is-style-button-a .wp-element-button:after {
    background-color: var(--color-pure-white);
    bottom: 0;
    content: "";
    display: block;
    height: 2.125rem;
    left: auto;
    margin: auto;
    -webkit-mask-image: url(../images/icons/icon-black-right-arrow.webp);
    mask-image: url(../images/icons/icon-black-right-arrow.webp);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    opacity: 1;
    position: absolute;
    right: 1.25rem;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 2.125rem;
    z-index: 1;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-button.is-style-button-a .wp-element-button:after {
        height: 1.375rem;
        width: 1.375rem;
    }
}

:where(.entry) .wp-block-button.is-style-button-a .wp-element-button:focus {
    background-color: var(--color-pure-white);
    color: var(--color-bright-orange);
}

:where(.entry) .wp-block-button.is-style-button-a .wp-element-button:focus:after {
    background-color: var(--color-bright-orange);
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button.is-style-button-a .wp-element-button:hover {
        background-color: var(--color-pure-white);
        color: var(--color-bright-orange);
    }

    :where(.entry) .wp-block-button.is-style-button-a .wp-element-button:hover:after {
        background-color: var(--color-bright-orange);
    }
}

:where(.entry) .wp-block-list.is-style-list-a {
    list-style: none;
    margin: 0 0 1.875rem;
    padding: 0;
}

:where(.entry) .wp-block-list.is-style-list-a > li {
    background-color: #ffebd7;
    border-radius: 1.25rem;
    color: var(--color-bright-orange);
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 1.875rem 1.875rem 0 0;
    padding: 1.25rem;
    width: 100%;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-list.is-style-list-a > li {
        display: inline-block;
        font-size: 1.375rem;
        width: auto;
    }
}

:where(.entry) .wp-block-table .wp-element-caption {
    margin: 1.5em 0;
}

@media (max-width: 767px) {
    :where(.entry) .has-small-font-size {
        font-size: var(--fs16) !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .has-medium-font-size {
        font-size: var(--fs18) !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .has-large-font-size {
        font-size: var(--fs22) !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .has-x-large-font-size {
        font-size: var(--fs30) !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .has-xx-large-font-size {
        font-size: var(--fs40) !important;
    }
}

:where(.entry) a:has(> img) {
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) a:has(> img):focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) a:has(> img):hover {
        opacity: 0.75;
    }
}

:where(.entry) .wp-block-separator {
    border: none;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0;
}

:where(.entry) .wp-block-separator.is-dashed {
    border-style: dashed;
}

:where(.entry) .wp-block-spacer {
    margin-bottom: 0;
    margin-top: 0;
}

/* --------------------
 Layout
-------------------- */
.layout {
    overflow: hidden;
}

/* --------------------
 Commons
-------------------- */
.com-page-head {
    background-image: url(../images/commons/com-page-head-bg-mb.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 26.25rem;
    margin: 0 0 3.125rem;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .com-page-head {
        background-image: url(../images/commons/com-page-head-bg.webp);
        height: 22.71875rem;
        margin: 0;
    }
}

.com-page-head-container {
    margin: 0 auto;
    max-width: 37.5rem;
    width: 100%;
}

@media (min-width: 768px) {
    .com-page-head-container {
        max-width: 67.5rem;
    }
}

.com-page-head__title {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
    padding: 15.625rem 0 0 7.5rem;
    position: relative;
}

@media (min-width: 768px) {
    .com-page-head__title {
        font-size: 2.5rem;
        padding: 11.625rem 0 0 5.9375rem;
    }
}

.com-page-head__title:before {
    background-image: url(../images/pages/news/news-page-head-icon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -2.5rem;
    content: "";
    display: block;
    height: 8.9375rem;
    left: -1.25rem;
    position: absolute;
    width: 7.15rem;
}

@media (min-width: 768px) {
    .com-page-head__title:before {
        bottom: -1.25rem;
        height: 6.875rem;
        width: 5.5rem;
    }
}

.com-page-head__subtitle {
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 1rem 0 0;
    padding: 0 0 0 7.8125rem;
    position: relative;
}

@media (min-width: 768px) {
    .com-page-head__subtitle {
        font-size: 0.9375rem;
        margin: 1rem 0 0;
        padding: 0 0 0 6.25rem;
    }
}

.navigation.pagination .nav-links {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 0.375rem 0.5rem;
    justify-content: center;
    margin: 5rem auto 0;
    text-align: center;
}

.navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links span.page-numbers {
    align-items: center;
    background-color: rgba(var(--color-bright-orange-rgb), 0);
    border: none;
    border-radius: 2.5rem;
    color: var(--color-dark-brown-alt);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-montserrat);
    font-size: 1.75rem;
    font-weight: 700;
    height: 4.0625rem;
    justify-content: center;
    margin: 0;
    padding: 0 0.5rem;
    position: relative;
    text-align: center;
    text-box: trim-both cap alphabetic;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s, background-color var(--duration) var(--cubic) 0s;
    width: 4.0625rem;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links span.page-numbers {
        border-radius: 1.5625rem;
        font-size: 1.5rem;
        height: 3.125rem;
        width: 3.125rem;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev, .navigation.pagination .nav-links span.page-numbers.prev {
    background-color: var(--color-warm-cream);
}

.navigation.pagination .nav-links a.page-numbers.prev span, .navigation.pagination .nav-links span.page-numbers.prev span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    visibility: hidden;
    width: 1px;
}

.navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.prev:before {
    background-color: #75513e;
    bottom: 0;
    content: "";
    display: block;
    height: 1.7875rem;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/icons/icon-black-left-arrow.webp);
    mask-image: url(../images/icons/icon-black-left-arrow.webp);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 1.7875rem;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.prev:before {
        height: 1.375rem;
        width: 1.375rem;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev:focus:before, .navigation.pagination .nav-links span.page-numbers.prev:focus:before {
    background-color: var(--color-pure-white);
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers.prev:hover:before, .navigation.pagination .nav-links span.page-numbers.prev:hover:before {
        background-color: var(--color-pure-white);
    }
}

.navigation.pagination .nav-links a.page-numbers.next, .navigation.pagination .nav-links span.page-numbers.next {
    background-color: var(--color-warm-cream);
}

.navigation.pagination .nav-links a.page-numbers.next span, .navigation.pagination .nav-links span.page-numbers.next span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    visibility: hidden;
    width: 1px;
}

.navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.next:before {
    background-color: #75513e;
    bottom: 0;
    content: "";
    display: block;
    height: 1.7875rem;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/icons/icon-black-right-arrow.webp);
    mask-image: url(../images/icons/icon-black-right-arrow.webp);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 1.7875rem;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.next:before {
        height: 1.375rem;
        width: 1.375rem;
    }
}

.navigation.pagination .nav-links a.page-numbers.next:focus:before, .navigation.pagination .nav-links span.page-numbers.next:focus:before {
    background-color: var(--color-pure-white);
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers.next:hover:before, .navigation.pagination .nav-links span.page-numbers.next:hover:before {
        background-color: var(--color-pure-white);
    }
}

.navigation.pagination .nav-links a.page-numbers:focus, .navigation.pagination .nav-links span.page-numbers:focus {
    background-color: rgba(var(--color-bright-orange-rgb), 1);
    color: var(--color-pure-white);
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers:hover, .navigation.pagination .nav-links span.page-numbers:hover {
        background-color: rgba(var(--color-bright-orange-rgb), 1);
        color: var(--color-pure-white);
        text-decoration: none;
    }
}

.navigation.pagination .nav-links span.current.page-numbers {
    background-color: rgba(var(--color-bright-orange-rgb), 1);
    color: var(--color-pure-white);
}

.navigation.pagination .nav-links span.dots.page-numbers {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    pointer-events: none;
}

.navigation.pagination .nav-links span.dots.page-numbers:before {
    background-color: var(--color-dark-brown-alt);
    bottom: 0;
    content: "";
    display: block;
    height: 0.46875rem;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-dots.svg);
    mask-image: url(../images/commons/com-pager-dots.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.34375rem;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links span.dots.page-numbers:before {
        height: 0.3125rem;
        width: 1.5625rem;
    }
}

/* --------------------
 Header
-------------------- */
.header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.header-container {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 85rem;
    padding: 0 2.25rem;
    width: 100%;
}

@media (min-width: 768px) {
    .header-container {
        padding: 0;
    }
}

.header__logo {
    padding: 2.5rem 0 0 0;
}

@media (min-width: 768px) {
    .header__logo {
        padding: 2.75rem 0 0 1rem;
    }
}

.header__logo a {
    color: inherit;
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.header__logo a span {
    display: none;
}

@media (min-width: 768px) {
    .header__logo a span {
        display: block;
        margin: 0 0 1.25rem;
    }
}

.header__logo img {
    height: 5rem;
    opacity: 0.7;
    width: auto;
}

@media (min-width: 768px) {
    .header__logo img {
        height: 5.625rem;
    }
}

.header__nav {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    padding: 1.125rem 1.25rem 0 0;
}

@media (min-width: 768px) {
    .header__nav {
        padding: 2.25rem 0 0;
    }
}

.header__nav__sns {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin: 0 2rem 0 0;
    order: 1;
    padding: 1.5rem 0 0;
}

@media (min-width: 768px) {
    .header__nav__sns {
        margin: 0 1.875rem 0 0;
        order: 2;
        padding: 0;
    }
}

.header__nav__sns a {
    display: block;
    line-height: 1;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

.header__nav__sns a:focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__sns a:hover {
        opacity: 0.75;
    }
}

.header__nav__sns a img {
    width: 4rem;
}

@media (min-width: 768px) {
    .header__nav__sns a img {
        width: 2.25rem;
    }
}

.header__nav__tel {
    margin: 0 2.375rem 0 0;
    order: 2;
    padding: 1.25rem 0 0;
}

@media (min-width: 768px) {
    .header__nav__tel {
        margin: 0 1rem 0 0;
        order: 1;
        padding: 0.25rem 0 0;
    }
}

.header__nav__tel a {
    color: inherit;
    display: block;
    font-family: var(--ff-montserrat);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.header__nav__tel a:before {
    background-image: url(../images/icons/icon-circle-tel-brown.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4.375rem;
    margin: 0;
    width: 4.375rem;
}

@media (min-width: 768px) {
    .header__nav__tel a:before {
        display: none;
    }
}

.header__nav__tel a span {
    display: none;
}

@media (min-width: 768px) {
    .header__nav__tel a span {
        display: inline;
    }
}

.header__nav__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 3rem;
    margin: auto;
    order: 3;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 3rem;
    z-index: 100;
}

.header__nav__burger:before {
    content: "";
    display: block;
    height: 3rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    z-index: -1;
}

.header__nav__burger__box {
    display: block;
    height: 3.5rem;
    margin: 0 auto;
    position: relative;
    width: 3.75rem;
}

@media (min-width: 768px) {
    .header__nav__burger__box {
        height: 2.1875rem;
        width: 2.5rem;
    }
}

.header__nav__burger__box__line {
    border-radius: 0.125rem;
    display: block;
    margin: 0.375rem 0 0;
    top: 0.125rem;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

@media (min-width: 768px) {
    .header__nav__burger__box__line {
        top: 0.09375rem;
    }
}

.header__nav__burger__box__line, .header__nav__burger__box__line:before, .header__nav__burger__box__line:after {
    background-color: var(--color-dark-brown-alt);
    height: 0.25rem;
    position: absolute;
    width: 3.75rem;
}

@media (min-width: 768px) {
    .header__nav__burger__box__line, .header__nav__burger__box__line:before, .header__nav__burger__box__line:after {
        height: 0.1875rem;
        width: 2.5rem;
    }
}

.header__nav__burger__box__line:before, .header__nav__burger__box__line:after {
    content: "";
    display: block;
}

.header__nav__burger__box__line:before {
    top: 1rem;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

@media (min-width: 768px) {
    .header__nav__burger__box__line:before {
        top: 0.5625rem;
    }
}

.header__nav__burger__box__line:after {
    top: 2rem;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

@media (min-width: 768px) {
    .header__nav__burger__box__line:after {
        top: 1.125rem;
    }
}

.header__nav__burger__label {
    display: block;
    font-family: var(--ff-montserrat);
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .header__nav__burger__label {
        font-size: 0.75rem;
    }
}

.header__nav__burger.-active .header__nav__burger__box__line {
    background-color: var(--color-dark-brown);
    transform: translate3d(0, 1rem, 0) rotate(45deg);
}

@media (min-width: 768px) {
    .header__nav__burger.-active .header__nav__burger__box__line {
        transform: translate3d(0, 0.5625rem, 0) rotate(45deg);
    }
}

.header__nav__burger.-active .header__nav__burger__box__line:before {
    background-color: var(--color-dark-brown);
    opacity: 0;
    transform: rotate(-45deg) translate3d(-0.5357142857rem, -0.75rem, 0);
}

@media (min-width: 768px) {
    .header__nav__burger.-active .header__nav__burger__box__line:before {
        transform: rotate(-45deg) translate3d(-0.3571428571rem, -0.375rem, 0);
    }
}

.header__nav__burger.-active .header__nav__burger__box__line:after {
    background-color: var(--color-dark-brown);
    transform: translate3d(0, -2rem, 0) rotate(-90deg);
}

@media (min-width: 768px) {
    .header__nav__burger.-active .header__nav__burger__box__line:after {
        transform: translate3d(0, -1.125rem, 0) rotate(-90deg);
    }
}

:has(.page-front) .gheader {
    transform: translateY(-100%);
}

.gheader {
    background-image: url(../images/commons/com-header-bg-mb.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 51.5625rem 9.5rem;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101;
}

@media (min-width: 768px) {
    .gheader {
        background: none;
    }
}

.gheader.-initialized {
    display: block;
}

@media (max-width: 767px) {
    .gheader.-opened {
        background: none;
    }
}

.gheader-container {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0 2.25rem 0 2.25rem;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .gheader-container {
        padding: 0 2.5rem 3.125rem;
    }
}

.gheader-container:before {
    background-image: url(../images/commons/com-gheader-bg-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: none;
    height: 8rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 19.5rem;
    z-index: 0;
}

@media (min-width: 768px) {
    .gheader-container:before {
        display: block;
    }
}

.gheader-container:after {
    background-image: url(../images/commons/com-gheader-bg-02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: none;
    height: 7rem;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 27.875rem;
    z-index: 0;
}

@media (min-width: 768px) {
    .gheader-container:after {
        display: block;
    }
}

.gheader__logo {
    padding: 1.625rem 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .gheader__logo {
        padding: 1.25rem 0 0 0;
    }
}

.gheader__logo a {
    color: inherit;
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.gheader__logo img {
    height: 5rem;
    opacity: 0.7;
    width: auto;
}

@media (min-width: 768px) {
    .gheader__logo img {
        height: 3.75rem;
    }
}

.gheader__nav {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    padding: 1.625rem 0 0;
    position: relative;
    z-index: 1;
}

.gheader__nav__sns {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin: 0 2rem 0 0;
    order: 1;
}

@media (min-width: 768px) {
    .gheader__nav__sns {
        order: 2;
    }
}

.gheader__nav__sns a {
    display: block;
    line-height: 1;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

.gheader__nav__sns a:focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    .gheader__nav__sns a:hover {
        opacity: 0.75;
    }
}

.gheader__nav__sns a img {
    width: 4rem;
}

@media (min-width: 768px) {
    .gheader__nav__sns a img {
        width: 2.25rem;
    }
}

.gheader__nav__tel {
    margin: 0 2.375rem 0 0;
    order: 2;
    padding: 0.25rem 0 0;
}

@media (min-width: 768px) {
    .gheader__nav__tel {
        margin: 0 1rem 0 0;
        order: 1;
    }
}

.gheader__nav__tel a {
    color: inherit;
    display: block;
    font-family: var(--ff-montserrat);
    font-size: 1.5rem;
    font-weight: 600;
    height: 4.375rem;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 4.375rem;
}

@media (min-width: 768px) {
    .gheader__nav__tel a {
        height: auto;
        width: auto;
    }
}

.gheader__nav__tel a:before {
    background-image: url(../images/icons/icon-circle-tel-brown.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4.375rem;
    margin: 0;
    width: 4.375rem;
}

@media (min-width: 768px) {
    .gheader__nav__tel a:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .gheader__nav__tel a span {
        display: none;
    }
}

.gheader__nav__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 4.125rem;
    margin: 0;
    order: 3;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    transform: translateY(0.3125rem);
    width: 3.75rem;
    z-index: 100;
}

@media (min-width: 768px) {
    .gheader__nav__burger {
        height: 3rem;
        transform: none;
        width: 3rem;
    }
}

.gheader__nav__burger:before {
    content: "";
    display: block;
    height: 4.125rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.75rem;
    z-index: -1;
}

@media (min-width: 768px) {
    .gheader__nav__burger:before {
        height: 3rem;
        width: 3rem;
    }
}

.gheader__nav__burger__box {
    display: block;
    height: 3.125rem;
    margin: 0 auto;
    position: relative;
    width: 3.75rem;
}

@media (min-width: 768px) {
    .gheader__nav__burger__box {
        height: 2.1875rem;
        width: 2.5rem;
    }
}

.gheader__nav__burger__box__line {
    border-radius: 0.125rem;
    display: block;
    margin: 0;
    top: 0.125rem;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

@media (min-width: 768px) {
    .gheader__nav__burger__box__line {
        margin: 0.375rem 0 0;
        top: 0.09375rem;
    }
}

.gheader__nav__burger__box__line, .gheader__nav__burger__box__line:before, .gheader__nav__burger__box__line:after {
    background-color: var(--color-dark-brown-alt);
    height: 0.25rem;
    position: absolute;
    width: 3.75rem;
}

@media (min-width: 768px) {
    .gheader__nav__burger__box__line, .gheader__nav__burger__box__line:before, .gheader__nav__burger__box__line:after {
        height: 0.1875rem;
        width: 2.5rem;
    }
}

.gheader__nav__burger__box__line:before, .gheader__nav__burger__box__line:after {
    content: "";
    display: block;
}

.gheader__nav__burger__box__line:before {
    top: 1rem;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

@media (min-width: 768px) {
    .gheader__nav__burger__box__line:before {
        top: 0.5625rem;
    }
}

.gheader__nav__burger__box__line:after {
    top: 2rem;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

@media (min-width: 768px) {
    .gheader__nav__burger__box__line:after {
        top: 1.125rem;
    }
}

.gheader__nav__burger__label {
    display: block;
    font-family: var(--ff-montserrat);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .gheader__nav__burger__label {
        font-size: 0.75rem;
        font-weight: 600;
    }
}

.gheader__nav__burger.-active .gheader__nav__burger__box__line {
    background-color: var(--color-dark-brown);
    transform: translate3d(0, 1rem, 0) rotate(45deg);
}

@media (min-width: 768px) {
    .gheader__nav__burger.-active .gheader__nav__burger__box__line {
        transform: translate3d(0, 0.5625rem, 0) rotate(45deg);
    }
}

.gheader__nav__burger.-active .gheader__nav__burger__box__line:before {
    background-color: var(--color-dark-brown);
    opacity: 0;
    transform: rotate(-45deg) translate3d(-0.5357142857rem, -0.75rem, 0);
}

@media (min-width: 768px) {
    .gheader__nav__burger.-active .gheader__nav__burger__box__line:before {
        transform: rotate(-45deg) translate3d(-0.3571428571rem, -0.375rem, 0);
    }
}

.gheader__nav__burger.-active .gheader__nav__burger__box__line:after {
    background-color: var(--color-dark-brown);
    transform: translate3d(0, -2rem, 0) rotate(-90deg);
}

@media (min-width: 768px) {
    .gheader__nav__burger.-active .gheader__nav__burger__box__line:after {
        transform: translate3d(0, -1.125rem, 0) rotate(-90deg);
    }
}

.bmenu {
    background: var(--color-pearl-white);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.bmenu-scroller {
    height: 100%;
    overflow-y: auto;
}

.bmenu-scroller-container {
    margin: 0 auto;
    max-width: 40.625rem;
    padding: 10rem 0 5rem;
    width: 100%;
}

@media (min-width: 768px) {
    .bmenu-scroller-container {
        max-width: 75rem;
        padding: 3.125rem 0 1.875rem;
    }
}

.bmenu__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 8.125rem;
    justify-content: center;
    margin: 0 0 3.75rem;
}

@media (min-width: 768px) {
    .bmenu__head {
        margin: 0 0 1.875rem;
    }
}

.bmenu__head__logo {
    width: -webkit-fit-content;
    width: fit-content;
}

.bmenu__head__logo a {
    color: var(--color-medium-brown);
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-decoration: none;
}

@media (min-width: 768px) {
    .bmenu__head__logo a {
        font-size: 0.875rem;
    }
}

.bmenu__head__logo a span {
    display: block;
    margin: 0 0 1.75rem;
    text-align: center;
}

@media (min-width: 768px) {
    .bmenu__head__logo a span {
        display: none;
    }
}

.bmenu__head__logo img {
    height: 7.5rem;
    opacity: 0.7;
    width: auto;
}

@media (min-width: 768px) {
    .bmenu__head__logo img {
        height: 4.5rem;
    }
}

.bmenu__nav {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 4.375rem 6.875rem;
    justify-content: space-between;
    margin: 0;
}

@media (min-width: 768px) {
    .bmenu__nav {
        flex-wrap: nowrap;
    }
}

.bmenu__nav__menu {
    align-items: stretch;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row wrap;
    gap: 0rem 3.75rem;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .bmenu__nav__menu {
        border-bottom: 0.1875rem dashed #dcc6b9;
    }
}

@media (min-width: 768px) {
    .bmenu__nav__menu {
        flex: 1 1 auto;
        flex-wrap: nowrap;
        padding: 2.8125rem 0 0;
    }
}

.bmenu__nav__menu__list {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list {
        flex: 0 0 calc(50% - 1.875rem);
    }
}

.bmenu__nav__menu__list__item {
    border-top: 0.1875rem dashed #dcc6b9;
    position: relative;
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list__item {
        border-top-width: 0.125rem;
    }
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list__item:last-child {
        border-bottom: 0.125rem dashed #dcc6b9;
    }
}

.bmenu__nav__menu__list__item__icon {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 3.25rem;
    justify-content: center;
    left: 0.625rem;
    position: absolute;
    top: 1.75rem;
    width: 3.5rem;
}

.bmenu__nav__menu__list__item__icon .--icon-01 {
    width: 3.25rem;
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list__item__icon .--icon-01 {
        width: 2.5rem;
    }
}

.bmenu__nav__menu__list__item__icon .--icon-02 {
    width: 3.9rem;
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list__item__icon .--icon-02 {
        width: 3rem;
    }
}

.bmenu__nav__menu__list__item__icon .--icon-03 {
    width: 4.0625rem;
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list__item__icon .--icon-03 {
        width: 3.125rem;
    }
}

.bmenu__nav__menu__list__item__icon .--icon-04 {
    width: 4.55rem;
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list__item__icon .--icon-04 {
        width: 3.5rem;
    }
}

.bmenu__nav__menu__list__item__icon .--icon-05 {
    width: 4.3875rem;
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list__item__icon .--icon-05 {
        width: 3.375rem;
    }
}

.bmenu__nav__menu__list__item__icon .--icon-06 {
    width: 3.575rem;
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list__item__icon .--icon-06 {
        width: 2.75rem;
    }
}

.bmenu__nav__menu__list__item > a {
    color: var(--color-dark-brown-alt);
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 2.5625rem 0 2.5625rem 6.25rem;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list__item > a {
        font-size: 1.3125rem;
        padding: 2.5625rem 0 2.5625rem 5.625rem;
    }
}

.bmenu__nav__menu__list__item > a:focus {
    color: var(--color-vibrant-red);
}

@media (hover: hover) and (pointer: fine) {
    .bmenu__nav__menu__list__item > a:hover {
        color: var(--color-vibrant-red);
    }
}

.bmenu__nav__menu__list__item__sub {
    padding: 0 0 3rem 6.25rem;
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list__item__sub {
        padding: 0 0 3rem 5.625rem;
    }
}

.bmenu__nav__menu__list__item__sub__item {
    margin: 0 0 1.75rem;
}

.bmenu__nav__menu__list__item__sub__item:last-child {
    margin-bottom: 0;
}

.bmenu__nav__menu__list__item__sub__item a {
    color: var(--color-dark-brown-alt);
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 1.8125rem;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list__item__sub__item a {
        font-size: 1.125rem;
        padding: 0 0 0 1.5rem;
    }
}

.bmenu__nav__menu__list__item__sub__item a:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0.9375rem;
    left: 0;
    position: absolute;
    top: 0.3125rem;
    width: 0.9375rem;
}

@media (min-width: 768px) {
    .bmenu__nav__menu__list__item__sub__item a:before {
        height: 0.625rem;
        top: 0.25rem;
        width: 0.625rem;
    }
}

.bmenu__nav__menu__list__item__sub__item a:focus {
    color: var(--color-vibrant-red);
}

@media (hover: hover) and (pointer: fine) {
    .bmenu__nav__menu__list__item__sub__item a:hover {
        color: var(--color-vibrant-red);
    }
}

.bmenu__nav__menu__list__item__sub__item:nth-child(1) a:before {
    background-color: var(--color-peach-orange);
}

.bmenu__nav__menu__list__item__sub__item:nth-child(2) a:before {
    background-color: var(--color-bright-blue);
}

.bmenu__nav__menu__list__item__sub__item:nth-child(3) a:before {
    background-color: var(--color-light-yellow);
}

.bmenu__nav__menu__list__item__sub__item:nth-child(4) a:before {
    background-color: var(--color-powder-pink);
}

.bmenu__nav__post {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .bmenu__nav__post {
        flex: 0 0 19.375rem;
    }
}

.bmenu__nav__post__title {
    color: var(--color-dark-brown);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 1.875rem;
    text-align: center;
}

@media (min-width: 768px) {
    .bmenu__nav__post__title {
        font-size: 1.125rem;
        margin: 0 0 1.3125rem;
    }
}

.bmenu__nav__post__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .bmenu__nav__post__list {
        gap: 0.5rem;
    }
}

.bmenu__nav__post__list__item {
    flex: 0 0 calc(50% - 0.5rem);
}

@media (min-width: 768px) {
    .bmenu__nav__post__list__item {
        flex: 0 0 100%;
    }
}

.bmenu__nav__post__list__item a {
    background-color: var(--color-light-beige);
    border: 0.125rem solid var(--color-light-beige);
    border-radius: 1.875rem;
    color: var(--color-dark-brown);
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    padding: 0.875rem 1.25rem;
    position: relative;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .bmenu__nav__post__list__item a {
        font-size: 1rem;
    }
}

.bmenu__nav__post__list__item a:after {
    background-color: var(--color-dark-brown);
    bottom: 0;
    content: "";
    display: block;
    height: 1.625rem;
    left: auto;
    margin: auto;
    -webkit-mask-image: url(../images/icons/icon-black-right-arrow.webp);
    mask-image: url(../images/icons/icon-black-right-arrow.webp);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 1.5rem;
    top: 0;
    width: 1.625rem;
    z-index: 1;
}

@media (min-width: 768px) {
    .bmenu__nav__post__list__item a:after {
        height: 1.25rem;
        width: 1.25rem;
    }
}

.bmenu__nav__post__list__item a:focus {
    background-color: var(--color-pure-white);
}

@media (hover: hover) and (pointer: fine) {
    .bmenu__nav__post__list__item a:hover {
        background-color: var(--color-pure-white);
    }
}

.bmenu__info {
    margin: 0 0 1.5625rem;
    text-align: center;
}

.bmenu__info a {
    color: var(--color-dark-brown);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 0 3.125rem 0 0;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s, border-bottom-color var(--duration) var(--cubic) 0s;
}

.bmenu__info a:after {
    background-color: var(--color-dark-brown);
    content: "";
    display: block;
    height: 1.3125rem;
    -webkit-mask-image: url(../images/icons/icon-brown-external-link.svg);
    mask-image: url(../images/icons/icon-brown-external-link.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0.75rem;
    top: -0.125rem;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 1.6875rem;
}

.bmenu__info a:focus {
    border-bottom-color: var(--color-bright-orange);
    color: var(--color-bright-orange);
}

.bmenu__info a:focus:after {
    background-color: var(--color-bright-orange);
}

@media (hover: hover) and (pointer: fine) {
    .bmenu__info a:hover {
        border-bottom-color: var(--color-bright-orange);
        color: var(--color-bright-orange);
    }

    .bmenu__info a:hover:after {
        background-color: var(--color-bright-orange);
    }
}

.bmenu__copyright {
    color: var(--color-tan);
    display: block;
    font-family: var(--ff-montserrat);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

/* --------------------
 Footer
-------------------- */
.com-pagatop {
    margin: 0 auto;
    max-width: 40.625rem;
    position: relative;
}

@media (min-width: 768px) {
    .com-pagatop {
        max-width: 75rem;
    }
}

.com-pagatop button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    bottom: 1.875rem;
    color: var(--color-dark-brown);
    display: block;
    font-size: 1.375rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    line-height: 1;
    margin: 0 0 0 auto;
    padding: 0 2.8125rem 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-pagatop button {
        font-size: 1.125rem;
        padding: 0 2.25rem 0 0;
    }
}

.com-pagatop button:after {
    background-color: var(--color-dark-brown);
    bottom: 0;
    content: "";
    display: block;
    height: 1.75rem;
    -webkit-mask-image: url(../images/icons/icon-black-top-arrow.svg);
    mask-image: url(../images/icons/icon-black-top-arrow.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 1.75rem;
}

.com-pagatop button:focus {
    color: var(--color-bright-orange);
}

.com-pagatop button:focus:after {
    background-color: var(--color-bright-orange);
}

@media (hover: hover) and (pointer: fine) {
    .com-pagatop button:hover {
        color: var(--color-bright-orange);
    }

    .com-pagatop button:hover:after {
        background-color: var(--color-bright-orange);
    }
}

.footer {
    background: var(--color-pearl-white);
    overflow: hidden;
    padding: 6.25rem 0 13.75rem;
    position: relative;
}

@media (min-width: 768px) {
    .footer {
        padding: 4.0625rem 0 4.375rem;
    }
}

.footer:before {
    background-image: url(../images/commons/com-footer-sns-bg.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: none;
    height: 30.6875rem;
    position: absolute;
    right: 0;
    top: -17.5rem;
    width: 28.5rem;
}

@media (min-width: 768px) {
    .footer:before {
        display: block;
    }
}

.footer-container {
    margin: 0 auto;
    max-width: 40.625rem;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-container {
        max-width: 75rem;
    }
}

.footer__head {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 1.875rem 1.875rem;
    justify-content: space-between;
    margin: 0 0 5rem;
}

@media (min-width: 768px) {
    .footer__head {
        flex-wrap: nowrap;
        gap: 8.125rem;
        justify-content: flex-start;
        margin: 0 0 1.875rem;
    }
}

.footer__head__logo {
    margin: 0 auto 2.5rem;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .footer__head__logo {
        margin: 0;
    }
}

.footer__head__logo a {
    color: var(--color-medium-brown);
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-decoration: none;
}

@media (min-width: 768px) {
    .footer__head__logo a {
        font-size: 0.875rem;
    }
}

.footer__head__logo a span {
    display: block;
    margin: 0 0 2.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__head__logo a span {
        margin: 0 0 1.75rem;
    }
}

.footer__head__logo img {
    height: 8.875rem;
    opacity: 0.7;
    width: auto;
}

@media (min-width: 768px) {
    .footer__head__logo img {
        height: 5.9375rem;
    }
}

@media (min-width: 768px) {
    .footer__head__contact {
        padding: 1.875rem 0 0;
    }
}

.footer__head__contact__address {
    color: var(--color-dark-brown);
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.4;
    margin: 0 0 1rem;
}

@media (min-width: 768px) {
    .footer__head__contact__address {
        font-size: 1rem;
        margin: 0 0 0.75rem;
    }
}

.footer__head__contact__tel {
    color: var(--color-dark-brown);
    font-family: var(--ff-montserrat);
    font-size: 3.25rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0 0 1.25rem;
}

@media (min-width: 768px) {
    .footer__head__contact__tel {
        font-size: 2.625rem;
        margin: 0 0 0.75rem;
    }
}

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

.footer__head__contact__fax {
    color: var(--color-dark-brown);
    font-family: var(--ff-montserrat);
    font-size: 1.375rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .footer__head__contact__fax {
        font-size: 1rem;
    }
}

.footer__head__sns {
    padding: 0.625rem 1.5625rem 0 0;
}

@media (min-width: 768px) {
    .footer__head__sns {
        display: none;
    }
}

.footer__head__sns a {
    align-items: center;
    background-color: var(--color-pure-white);
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    height: 5.625rem;
    justify-content: center;
    width: 5.625rem;
}

.footer__head__sns a img {
    width: 3.125rem;
}

.footer__sns {
    display: none;
}

@media (min-width: 768px) {
    .footer__sns {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
}

.footer__sns__link {
    align-items: center;
    color: var(--color-dark-brown-alt);
    display: flex;
    flex-flow: row nowrap;
    gap: 1.25rem;
    justify-content: flex-end;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

.footer__sns__link__content p {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.62;
    margin: 0;
    text-align: right;
}

.footer__sns__link__icon {
    align-items: center;
    background-color: var(--color-pure-white);
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    height: 4.0625rem;
    justify-content: center;
    width: 4.0625rem;
}

.footer__sns__link__icon img {
    width: 2.375rem;
}

.footer__sns__link:focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    .footer__sns__link:hover {
        opacity: 0.75;
    }
}

.footer__nav {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 4.375rem 6.875rem;
    justify-content: space-between;
    margin: 0 0 7.5rem;
}

@media (min-width: 768px) {
    .footer__nav {
        flex-wrap: nowrap;
        margin: 0 0 5.25rem;
    }
}

.footer__nav__menu {
    align-items: stretch;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row wrap;
    gap: 0 3.75rem;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .footer__nav__menu {
        border-bottom: 0.125rem dashed #dcc6b9;
    }
}

@media (min-width: 768px) {
    .footer__nav__menu {
        flex: 1 1 auto;
        flex-wrap: nowrap;
        padding: 2.8125rem 0 0;
    }
}

.footer__nav__menu__list {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .footer__nav__menu__list {
        flex: 0 0 calc(50% - 1.875rem);
    }
}

.footer__nav__menu__list__item {
    border-top: 0.125rem dashed #dcc6b9;
    position: relative;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item:last-child {
        border-bottom: 0.125rem dashed #dcc6b9;
    }
}

.footer__nav__menu__list__item__icon {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 4.225rem;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 1.125rem;
    width: 4.55rem;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item__icon {
        height: 3.25rem;
        width: 3.5rem;
    }
}

.footer__nav__menu__list__item__icon .--icon-01 {
    width: 3.25rem;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item__icon .--icon-01 {
        width: 2.5rem;
    }
}

.footer__nav__menu__list__item__icon .--icon-02 {
    width: 3.9rem;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item__icon .--icon-02 {
        width: 3rem;
    }
}

.footer__nav__menu__list__item__icon .--icon-03 {
    width: 4.0625rem;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item__icon .--icon-03 {
        width: 3.125rem;
    }
}

.footer__nav__menu__list__item__icon .--icon-04 {
    width: 4.55rem;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item__icon .--icon-04 {
        width: 3.5rem;
    }
}

.footer__nav__menu__list__item__icon .--icon-05 {
    width: 4.3875rem;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item__icon .--icon-05 {
        width: 3.375rem;
    }
}

.footer__nav__menu__list__item__icon .--icon-06 {
    width: 3.575rem;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item__icon .--icon-06 {
        width: 2.75rem;
    }
}

.footer__nav__menu__list__item > a {
    color: var(--color-dark-brown-alt);
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 2.3125rem 0 2.3125rem 6.25rem;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item > a {
        font-size: 1.3125rem;
        padding: 1.9375rem 0 1.9375rem 4.875rem;
    }
}

.footer__nav__menu__list__item > a:focus {
    color: var(--color-vibrant-red);
}

@media (hover: hover) and (pointer: fine) {
    .footer__nav__menu__list__item > a:hover {
        color: var(--color-vibrant-red);
    }
}

.footer__nav__menu__list__item__sub {
    padding: 0 0 2.3125rem 6.25rem;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item__sub {
        padding: 0 0 2.3125rem 5rem;
    }
}

.footer__nav__menu__list__item__sub__item {
    margin: 0 0 1.375rem;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item__sub__item {
        margin: 0 0 1.125rem;
    }
}

.footer__nav__menu__list__item__sub__item:last-child {
    margin-bottom: 0;
}

.footer__nav__menu__list__item__sub__item a {
    color: var(--color-dark-brown-alt);
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 1.5rem;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item__sub__item a {
        font-size: 1.125rem;
    }
}

.footer__nav__menu__list__item__sub__item a:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0.9375rem;
    left: 0;
    position: absolute;
    top: 0.375rem;
    width: 0.9375rem;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item__sub__item a:before {
        height: 0.625rem;
        width: 0.625rem;
    }
}

.footer__nav__menu__list__item__sub__item a:focus {
    color: var(--color-vibrant-red);
}

@media (hover: hover) and (pointer: fine) {
    .footer__nav__menu__list__item__sub__item a:hover {
        color: var(--color-vibrant-red);
    }
}

.footer__nav__menu__list__item__sub__item:nth-child(1) a:before {
    background-color: var(--color-peach-orange);
}

.footer__nav__menu__list__item__sub__item:nth-child(2) a:before {
    background-color: var(--color-bright-blue);
}

.footer__nav__menu__list__item__sub__item:nth-child(3) a:before {
    background-color: var(--color-light-yellow);
}

.footer__nav__menu__list__item__sub__item:nth-child(4) a:before {
    background-color: var(--color-powder-pink);
}

.footer__nav__post {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .footer__nav__post {
        flex: 0 0 19.375rem;
    }
}

.footer__nav__post__title {
    color: var(--color-dark-brown);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 1.875rem;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__nav__post__title {
        font-size: 1.125rem;
        margin: 0 0 1.3125rem;
    }
}

.footer__nav__post__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .footer__nav__post__list {
        gap: 0.5rem;
    }
}

.footer__nav__post__list__item {
    flex: 0 0 calc(50% - 0.625rem);
}

@media (min-width: 768px) {
    .footer__nav__post__list__item {
        flex: 0 0 100%;
    }
}

.footer__nav__post__list__item a {
    background-color: var(--color-light-beige);
    border: 0.125rem solid var(--color-light-beige);
    border-radius: 1.25rem;
    color: var(--color-dark-brown);
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    padding: 1.5rem 1.75rem;
    position: relative;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__nav__post__list__item a {
        border-radius: 1.875rem;
        font-size: 1rem;
        padding: 0.875rem 1.25rem;
    }
}

.footer__nav__post__list__item a:after {
    background-color: var(--color-dark-brown);
    bottom: 0;
    content: "";
    display: block;
    height: 1.5rem;
    left: auto;
    margin: auto;
    -webkit-mask-image: url(../images/icons/icon-black-right-arrow.webp);
    mask-image: url(../images/icons/icon-black-right-arrow.webp);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 1.875rem;
    top: 0;
    width: 1.5rem;
    z-index: 1;
}

@media (min-width: 768px) {
    .footer__nav__post__list__item a:after {
        height: 1.25rem;
        right: 1.5rem;
        width: 1.25rem;
    }
}

.footer__nav__post__list__item a:focus {
    background-color: var(--color-pure-white);
}

@media (hover: hover) and (pointer: fine) {
    .footer__nav__post__list__item a:hover {
        background-color: var(--color-pure-white);
    }
}

.footer__info {
    margin: 0 0 1.5625rem;
    text-align: center;
}

.footer__info a {
    color: var(--color-dark-brown);
    display: inline-block;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 0 4.375rem 0 0;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s, border-bottom-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .footer__info a {
        font-size: 1rem;
        padding: 0 3.125rem 0 0;
    }
}

.footer__info a:after {
    background-color: var(--color-dark-brown);
    content: "";
    display: block;
    height: 1.96875rem;
    -webkit-mask-image: url(../images/icons/icon-brown-external-link.svg);
    mask-image: url(../images/icons/icon-brown-external-link.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0.75rem;
    top: -0.125rem;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 2.53125rem;
}

@media (min-width: 768px) {
    .footer__info a:after {
        height: 1.3125rem;
        width: 1.6875rem;
    }
}

.footer__info a:focus {
    border-bottom-color: var(--color-bright-orange);
    color: var(--color-bright-orange);
}

.footer__info a:focus:after {
    background-color: var(--color-bright-orange);
}

@media (hover: hover) and (pointer: fine) {
    .footer__info a:hover {
        border-bottom-color: var(--color-bright-orange);
        color: var(--color-bright-orange);
    }

    .footer__info a:hover:after {
        background-color: var(--color-bright-orange);
    }
}

.footer__copyright {
    color: var(--color-tan);
    display: block;
    font-family: var(--ff-montserrat);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__copyright {
        font-size: 0.75rem;
    }
}