@charset "UTF-8";
/*! 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;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --duration: 0.35s;
    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;
    --color-dark-gray: #727272;
    --color-dark-gray-rgb: 114, 114, 114;
    --color-light-gray: #b2b2b2;
    --color-light-gray-rgb: 178, 178, 178;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --ff-copperplate: copperplate, serif;
    --ff-din: din-1451-lt-pro-engschrift, sans-serif;
    --ff-shizukardmin: tot-shizukardmin-stdn, sans-serif;
    --ff-notosans: YakuHanJP, Noto Sans JP;
    --header-height: 65px;
    --sidebar-width: 60px;
}

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

@media (min-width: 1240px) {
    :root {
        --c-pad: 120px;
    }
}

html {
    overflow-y: scroll;
    overscroll-behavior: none;
}

@media (max-width: 767px) {
    html {
        font-size: 4.4444444444vw;
    }
}

@media (max-width: 767px) {
    html.-scroll-locked {
        overflow: hidden;
    }
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-Thin.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-ExtraLight.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-Light.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-Medium.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-SemiBold.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-ExtraBold.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-Black.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

body {
    background-color: var(--color-white);
    color: var(--color-black);
    font-family: "YakuHanJP", var(--ff-shizukardmin), -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: var(--fs14);
    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);
    }
}

body.-scroll-locked {
    bottom: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: auto;
}

* {
    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;
    }
}
/* --------------------
 Animation
-------------------- */
@keyframes commonButtonAngle {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}
/* --------------------
 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-family: var(--ff-notosans);
    font-size: 4.1666666667vw;
    letter-spacing: -0.02em;
    line-height: 1.93;
}

@media (min-width: 768px) {
    :where(.entry) {
        font-size: var(--fs16);
        letter-spacing: 0.06em;
        line-height: 1.87;
    }
}

@media (max-width: 767px) {
    :where(.entry) .wp-block-columns {
        gap: 8.3333333333vw !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .wp-block-quote {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

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

@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: 5.5555555556vw;
}

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

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

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

:where(.entry) h2.wp-block-heading {
    font-size: 6.6666666667vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
}

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

:where(.entry) h3.wp-block-heading {
    font-size: 5.8333333333vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.33;
}

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

:where(.entry) h4.wp-block-heading {
    font-size: 5.5555555556vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
}

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

:where(.entry) h5.wp-block-heading,
:where(.entry) h6.wp-block-heading {
    font-size: 4.4444444444vw;
    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-left: 2.2222222222vw solid var(--color-black);
    color: #000000;
    font-size: 6.6666666667vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
    padding: 0 0 0 2.7777777778vw;
}

@media (max-width: 767px) {
    :where(.entry) .wp-block-heading.is-style-heading-h2 {
        margin-bottom: 4.4444444444vw;
        margin-top: 8.3333333333vw;
    }
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h2 {
        border-left-width: 8px;
        font-size: var(--fs36);
        padding: 0 0 0 16px;
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h3 {
    color: #000000;
    font-size: 5.8333333333vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.33;
    padding: 0 0 0 6.1111111111vw;
    position: relative;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h3 {
        font-size: var(--fs24);
        padding: 0 0 0 35px;
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h3:before {
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    display: block;
    height: 2.2222222222vw;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0.5555555556vw;
    width: 4.1666666667vw;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h3:before {
        height: 5px;
        top: 0;
        width: 25px;
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h4 {
    background-color: #efefef;
    font-size: 5.5555555556vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 4.4444444444vw;
    min-width: 27.7777777778vw;
    padding: 0.5555555556vw 4.4444444444vw;
    text-align: left;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h4 {
        font-size: var(--fs20);
        margin: 0 0 16px;
        min-width: 100px;
        padding: 2px 16px;
    }
}

:where(.entry) a:not(.wp-block-button a) {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    word-break: break-all;
}

:where(.entry) a:not(.wp-block-button a):focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) a:not(.wp-block-button a):hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-custom) .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-custom) .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: #ffffff;
    color: var(--color-black);
}

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

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-custom) .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-custom) .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-custom) .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-black);
    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-black);
        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;
    }
}

:where(.entry) .wp-block-button.is-style-button-custom .wp-element-button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--color-black);
    border: max(1px, 0.2777777778vw) solid var(--color-white);
    border-radius: 5.8333333333vw;
    box-shadow: 1.1111111111vw 1.1111111111vw 1.1111111111vw rgba(var(--color-black-rgb), 0.15);
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    font-size: 4.1666666667vw;
    height: 11.6666666667vw;
    justify-content: center;
    letter-spacing: 0.04em;
    line-height: 1;
    margin: 0;
    padding: 0 11.1111111111vw 0 5.5555555556vw;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-button.is-style-button-custom .wp-element-button {
        border-radius: 21px;
        border-width: 1px;
        box-shadow: 4px 4px 4px rgba(var(--color-black-rgb), 0.15);
        font-size: var(--fs14);
        height: 42px;
        padding: 0 45px 0 20px;
    }
}

@media (min-width: 992px) {
    :where(.entry) .wp-block-button.is-style-button-custom .wp-element-button {
        font-size: var(--fs13);
    }
}

@media (min-width: 1240px) {
    :where(.entry) .wp-block-button.is-style-button-custom .wp-element-button {
        font-size: var(--fs15);
    }
}

:where(.entry) .wp-block-button.is-style-button-custom .wp-element-button[disabled] {
    background-color: var(--color-light-gray);
    opacity: 0.5;
}

:where(.entry) .wp-block-button.is-style-button-custom .wp-element-button .com-circle {
    --color-bg: var(--color-white);
    --color-bg-hover: var(--color-black);
    --color-angle: var(--color-black);
    --color-angle-hover: var(--color-white);
    bottom: 0;
    height: 3.8888888889vw;
    left: auto;
    margin: auto 0;
    right: 3.3333333333vw;
    top: 0;
    width: 3.8888888889vw;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-button.is-style-button-custom .wp-element-button .com-circle {
        height: 20px;
        right: 12px;
        width: 20px;
    }
}

:where(.entry) .wp-block-button.is-style-button-custom .wp-element-button .com-circle:before {
    height: 0.8333333333vw;
    -webkit-mask-image: url(../images/commons/com-circle-white-angle-right-thick.svg);
    mask-image: url(../images/commons/com-circle-white-angle-right-thick.svg);
    width: 2.7777777778vw;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-button.is-style-button-custom .wp-element-button .com-circle:before {
        height: 5px;
        width: 14px;
    }
}

: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(--fs12) !important;
    }
}

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

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

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

@media (max-width: 767px) {
    :where(.entry) .has-xx-large-font-size {
        font-size: var(--fs28) !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;
    }
}

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

@media (min-width: 768px) {
    .navigation.pagination .nav-links {
        gap: 16px 28px;
    }
}

.navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links span.page-numbers {
    align-items: center;
    background-color: #e8e8e8;
    border: max(1px, 0.2777777778vw) solid transparent;
    border-radius: 5vw;
    color: #49565e;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-notosans);
    font-size: 4.4444444444vw;
    font-weight: 300;
    height: 10vw;
    justify-content: center;
    margin: 0;
    padding: 0 0.8333333333vw 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: border-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s, background-color var(--duration) var(--cubic) 0s;
    width: 10vw;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links span.page-numbers {
        border-radius: 18px;
        border-width: 2px;
        font-size: var(--fs16);
        height: 36px;
        padding: 0 3px 0;
        width: 36px;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev, .navigation.pagination .nav-links a.page-numbers.next, .navigation.pagination .nav-links span.page-numbers.prev, .navigation.pagination .nav-links span.page-numbers.next {
    background-color: transparent;
    border-color: var(--color-black);
    box-shadow: 0.4166666667vw 0.4166666667vw 0.4166666667vw rgba(0, 0, 0, 0.05);
    height: 5vw;
    width: 5vw;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.prev, .navigation.pagination .nav-links a.page-numbers.next, .navigation.pagination .nav-links span.page-numbers.prev, .navigation.pagination .nav-links span.page-numbers.next {
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
        height: 34px;
        width: 34px;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev span, .navigation.pagination .nav-links a.page-numbers.next span, .navigation.pagination .nav-links span.page-numbers.prev span, .navigation.pagination .nav-links span.page-numbers.next span {
    visibility: hidden;
}

.navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.next:before {
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    display: block;
    height: 2.2222222222vw;
    left: auto;
    margin: auto;
    -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: auto;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 1.3888888889vw;
}

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

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

.navigation.pagination .nav-links a.page-numbers.prev:focus:before, .navigation.pagination .nav-links a.page-numbers.next:focus:before, .navigation.pagination .nav-links span.page-numbers.prev:focus:before, .navigation.pagination .nav-links span.page-numbers.next:focus:before {
    background-color: #ffffff;
    opacity: 0.65;
}

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

    .navigation.pagination .nav-links a.page-numbers.prev:hover:before, .navigation.pagination .nav-links a.page-numbers.next:hover:before, .navigation.pagination .nav-links span.page-numbers.prev:hover:before, .navigation.pagination .nav-links span.page-numbers.next:hover:before {
        background-color: #ffffff;
        opacity: 0.65;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev, .navigation.pagination .nav-links span.page-numbers.prev {
    margin-right: 1.1111111111vw;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.prev, .navigation.pagination .nav-links span.page-numbers.prev {
        margin-right: 20px;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.prev:before {
    left: 0;
    -webkit-mask-image: url(../images/commons/com-pager-prev.svg);
    mask-image: url(../images/commons/com-pager-prev.svg);
    right: 0.2777777778vw;
}

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

.navigation.pagination .nav-links a.page-numbers.next, .navigation.pagination .nav-links span.page-numbers.next {
    margin-left: 1.1111111111vw;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.next, .navigation.pagination .nav-links span.page-numbers.next {
        margin-left: 20px;
    }
}

.navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.next:before {
    left: 0.2777777778vw;
    -webkit-mask-image: url(../images/commons/com-pager-next.svg);
    mask-image: url(../images/commons/com-pager-next.svg);
    right: 0;
}

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

.navigation.pagination .nav-links a.page-numbers:focus, .navigation.pagination .nav-links span.page-numbers:focus {
    background-color: var(--color-black);
    border-color: var(--color-black);
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers:hover, .navigation.pagination .nav-links span.page-numbers:hover {
        background-color: var(--color-black);
        border-color: var(--color-black);
        color: #ffffff;
    }
}

.navigation.pagination .nav-links span.current.page-numbers {
    background-color: var(--color-black);
    border-color: var(--color-black);
    color: #ffffff;
}

.navigation.pagination .nav-links span.dots.page-numbers {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0 -1.1111111111vw;
    min-width: auto;
    padding: 0;
    pointer-events: none;
    width: 5.5555555556vw;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links span.dots.page-numbers {
        margin: 0 -16px;
        width: 20px;
    }
}

.navigation.pagination .nav-links span.dots.page-numbers:before {
    background-color: #e8e8e8;
    bottom: 0;
    content: "";
    display: block;
    height: 1.1111111111vw;
    left: 50%;
    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;
    transform: translateX(-50%);
    width: 5.5555555556vw;
}

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

.post-nav-links {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 3.3333333333vw;
    justify-content: center;
    margin: 16.6666666667vw auto 0;
    text-align: center;
}

@media (min-width: 768px) {
    .post-nav-links {
        gap: 16px 28px;
        margin: 60px 0 0;
    }
}

.post-nav-links a.post-page-numbers, .post-nav-links span.post-page-numbers {
    align-items: center;
    background-color: #e8e8e8;
    border: max(1px, 0.2777777778vw) solid transparent;
    border-radius: 5vw;
    color: #49565e;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-notosans);
    font-size: 4.4444444444vw;
    font-weight: 300;
    height: 10vw;
    justify-content: center;
    margin: 0;
    padding: 0 0.8333333333vw 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: border-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s, background-color var(--duration) var(--cubic) 0s;
    width: 10vw;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers, .post-nav-links span.post-page-numbers {
        border-radius: 18px;
        border-width: 2px;
        font-size: var(--fs16);
        height: 36px;
        padding: 0 3px 0;
        width: 36px;
    }
}

.post-nav-links a.post-page-numbers.prev, .post-nav-links a.post-page-numbers.next, .post-nav-links span.post-page-numbers.prev, .post-nav-links span.post-page-numbers.next {
    background-color: transparent;
    border-color: var(--color-black);
    box-shadow: 0.4166666667vw 0.4166666667vw 0.4166666667vw rgba(0, 0, 0, 0.05);
    height: 5vw;
    width: 5vw;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.prev, .post-nav-links a.post-page-numbers.next, .post-nav-links span.post-page-numbers.prev, .post-nav-links span.post-page-numbers.next {
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
        height: 34px;
        width: 34px;
    }
}

.post-nav-links a.post-page-numbers.prev span, .post-nav-links a.post-page-numbers.next span, .post-nav-links span.post-page-numbers.prev span, .post-nav-links span.post-page-numbers.next span {
    visibility: hidden;
}

.post-nav-links a.post-page-numbers.prev:before, .post-nav-links a.post-page-numbers.next:before, .post-nav-links span.post-page-numbers.prev:before, .post-nav-links span.post-page-numbers.next:before {
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    display: block;
    height: 2.2222222222vw;
    left: auto;
    margin: auto;
    -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: auto;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 1.3888888889vw;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.prev:before, .post-nav-links a.post-page-numbers.next:before, .post-nav-links span.post-page-numbers.prev:before, .post-nav-links span.post-page-numbers.next:before {
        height: 15px;
        width: 10px;
    }
}

.post-nav-links a.post-page-numbers.prev:focus, .post-nav-links a.post-page-numbers.next:focus, .post-nav-links span.post-page-numbers.prev:focus, .post-nav-links span.post-page-numbers.next:focus {
    background-color: var(--color-black);
}

.post-nav-links a.post-page-numbers.prev:focus:before, .post-nav-links a.post-page-numbers.next:focus:before, .post-nav-links span.post-page-numbers.prev:focus:before, .post-nav-links span.post-page-numbers.next:focus:before {
    background-color: #ffffff;
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .post-nav-links a.post-page-numbers.prev:hover, .post-nav-links a.post-page-numbers.next:hover, .post-nav-links span.post-page-numbers.prev:hover, .post-nav-links span.post-page-numbers.next:hover {
        background-color: var(--color-black);
    }

    .post-nav-links a.post-page-numbers.prev:hover:before, .post-nav-links a.post-page-numbers.next:hover:before, .post-nav-links span.post-page-numbers.prev:hover:before, .post-nav-links span.post-page-numbers.next:hover:before {
        background-color: #ffffff;
        opacity: 0.65;
    }
}

.post-nav-links a.post-page-numbers.prev, .post-nav-links span.post-page-numbers.prev {
    margin-right: 1.1111111111vw;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.prev, .post-nav-links span.post-page-numbers.prev {
        margin-right: 20px;
    }
}

.post-nav-links a.post-page-numbers.prev:before, .post-nav-links span.post-page-numbers.prev:before {
    left: 0;
    -webkit-mask-image: url(../images/commons/com-pager-prev.svg);
    mask-image: url(../images/commons/com-pager-prev.svg);
    right: 0.2777777778vw;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.prev:before, .post-nav-links span.post-page-numbers.prev:before {
        right: 1px;
    }
}

.post-nav-links a.post-page-numbers.next, .post-nav-links span.post-page-numbers.next {
    margin-left: 1.1111111111vw;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.next, .post-nav-links span.post-page-numbers.next {
        margin-left: 20px;
    }
}

.post-nav-links a.post-page-numbers.next:before, .post-nav-links span.post-page-numbers.next:before {
    left: 0.2777777778vw;
    -webkit-mask-image: url(../images/commons/com-pager-next.svg);
    mask-image: url(../images/commons/com-pager-next.svg);
    right: 0;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.next:before, .post-nav-links span.post-page-numbers.next:before {
        left: 1px;
    }
}

.post-nav-links a.post-page-numbers:focus, .post-nav-links span.post-page-numbers:focus {
    background-color: var(--color-black);
    border-color: var(--color-black);
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .post-nav-links a.post-page-numbers:hover, .post-nav-links span.post-page-numbers:hover {
        background-color: var(--color-black);
        border-color: var(--color-black);
        color: #ffffff;
    }
}

.post-nav-links span.current.post-page-numbers {
    background-color: var(--color-black);
    border-color: var(--color-black);
    color: #ffffff;
}

.post-nav-links span.dots.post-page-numbers {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0 -1.1111111111vw;
    min-width: auto;
    padding: 0;
    pointer-events: none;
    width: 5.5555555556vw;
}

@media (min-width: 768px) {
    .post-nav-links span.dots.post-page-numbers {
        margin: 0 -16px;
        width: 20px;
    }
}

.post-nav-links span.dots.post-page-numbers:before {
    background-color: #e8e8e8;
    bottom: 0;
    content: "";
    display: block;
    height: 1.1111111111vw;
    left: 50%;
    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;
    transform: translateX(-50%);
    width: 5.5555555556vw;
}

@media (min-width: 768px) {
    .post-nav-links span.dots.post-page-numbers:before {
        height: 4px;
        width: 20px;
    }
}

/* --------------------
 Layout
-------------------- */
body:not(.page-front) .layout {
    padding: calc(var(--header-height) + 70px) 0 0;
}

@media (min-width: 768px) {
    body:not(.page-front) .layout {
        padding: 32px 0 0;
    }
}

/* --------------------
 Commons
-------------------- */
.com-link {
    align-items: stretch;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-din);
    font-size: 5.8333333333vw;
    gap: 2.7777777778vw;
    justify-content: flex-start;
    letter-spacing: 0;
    line-height: 1.2;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-link {
        font-size: var(--fs21);
        gap: 10px;
    }
}

.com-link__line {
    position: relative;
    width: 25vw;
}

@media (min-width: 768px) {
    .com-link__line {
        width: 90px;
    }
}

.com-link__line:before {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: max(1px, 0.2777777778vw);
    left: 0;
    margin: auto 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

@media (min-width: 768px) {
    .com-link__line:before {
        height: 1px;
    }
}

.com-link__line__circle {
    bottom: 0;
    content: "";
    display: block;
    height: 3.6111111111vw;
    left: var(--left, 0px);
    margin: auto 0;
    opacity: var(--opacity, 1);
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    transform: translate3d(-50%, 0, 0);
    transition: left var(--duration) var(--cubic) 0s;
    width: 3.6111111111vw;
}

@media (min-width: 768px) {
    .com-link__line__circle {
        height: 13px;
        width: 13px;
    }
}

.com-link__line__circle:before {
    background-color: var(--color-black);
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: left var(--duration) var(--cubic) 0s, right var(--duration) var(--cubic) 0s, top var(--duration) var(--cubic) 0s, bottom var(--duration) var(--cubic) 0s;
}

.com-link__line__circle:after {
    border: max(1px, 0.2777777778vw) solid var(--color-white);
    border-radius: 50%;
    bottom: -0.2777777778vw;
    content: "";
    display: block;
    left: -0.2777777778vw;
    position: absolute;
    right: -0.2777777778vw;
    top: -0.2777777778vw;
    transition: left var(--duration) var(--cubic) 0s, right var(--duration) var(--cubic) 0s, top var(--duration) var(--cubic) 0s, bottom var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .com-link__line__circle:after {
        border-width: 1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        top: -1px;
    }
}

.com-link:focus .com-link__line__circle {
    left: 100%;
}

.com-link:focus .com-link__line__circle:before {
    bottom: 0.5555555556vw;
    left: 0.5555555556vw;
    right: 0.5555555556vw;
    top: 0.5555555556vw;
}

@media (min-width: 768px) {
    .com-link:focus .com-link__line__circle:before {
        bottom: 2px;
        left: 2px;
        right: 2px;
        top: 2px;
    }
}

.com-link:focus .com-link__line__circle:after {
    bottom: -0.8333333333vw;
    left: -0.8333333333vw;
    right: -0.8333333333vw;
    top: -0.8333333333vw;
}

@media (min-width: 768px) {
    .com-link:focus .com-link__line__circle:after {
        bottom: -3px;
        left: -3px;
        right: -3px;
        top: -3px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .com-link:hover .com-link__line__circle {
        left: 100%;
    }

    .com-link:hover .com-link__line__circle:before {
        bottom: 0.5555555556vw;
        left: 0.5555555556vw;
        right: 0.5555555556vw;
        top: 0.5555555556vw;
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .com-link:hover .com-link__line__circle:before {
        bottom: 2px;
        left: 2px;
        right: 2px;
        top: 2px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .com-link:hover .com-link__line__circle:after {
        bottom: -0.8333333333vw;
        left: -0.8333333333vw;
        right: -0.8333333333vw;
        top: -0.8333333333vw;
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .com-link:hover .com-link__line__circle:after {
        bottom: -3px;
        left: -3px;
        right: -3px;
        top: -3px;
    }
}

.com-circle {
    background-color: var(--color-bg, var(--color-black));
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 3.3333333333vw;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 3.3333333333vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-circle {
        height: 26px;
        width: 26px;
    }
}

.com-circle:before {
    background-color: var(--color-angle, var(--color-white));
    bottom: 0.2777777778vw;
    content: "";
    display: block;
    height: 0.8333333333vw;
    left: 0;
    margin: auto 0;
    -webkit-mask-image: url(../images/commons/com-circle-white-angle-right.svg);
    mask-image: url(../images/commons/com-circle-white-angle-right.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;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 2.7777777778vw;
}

@media (min-width: 768px) {
    .com-circle:before {
        bottom: 2px;
        height: 6px;
        width: 20px;
    }
}

a:has(.com-circle):focus .com-circle,
button:has(.com-circle):focus .com-circle {
    background-color: var(--color-bg-hover, var(--color-white));
}

a:has(.com-circle):focus .com-circle:before,
button:has(.com-circle):focus .com-circle:before {
    animation: commonButtonAngle var(--duration) ease-in-out 0s 1 normal backwards;
    background-color: var(--color-angle-hover, var(--color-black));
}

@media (hover: hover) and (pointer: fine) {
    a:has(.com-circle):hover .com-circle,
  button:has(.com-circle):hover .com-circle {
        background-color: var(--color-bg-hover, var(--color-white));
    }

    a:has(.com-circle):hover .com-circle:before,
  button:has(.com-circle):hover .com-circle:before {
        animation: commonButtonAngle var(--duration) ease-in-out 0s 1 normal backwards;
        background-color: var(--color-angle-hover, var(--color-black));
    }
}

.com-banner {
    background-color: #f2f2f2;
    padding: 8.3333333333vw 0;
}

@media (min-width: 768px) {
    .com-banner {
        padding: 30px 0;
    }
}

.com-banner-container {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 6.6666666667vw 11.1111111111vw;
    justify-content: center;
    margin: 0 auto;
    max-width: calc(940px + var(--c-pad)*2);
    padding: 0 5.5555555556vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .com-banner-container {
        gap: 24px 40px;
        padding: 0 var(--c-pad);
    }
}

.com-banner__item {
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .com-banner__item {
        flex: 0 0 calc(50% - 20px);
    }
}

.com-banner__item__link {
    display: block;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .com-banner__item__link {
        width: -webkit-fit-content;
        width: fit-content;
    }
}

@media (max-width: 767px) {
    .com-banner__item__link img {
        width: 100%;
    }
}

.com-banner__item__link:focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    .com-banner__item__link:hover {
        opacity: 0.75;
    }
}

.com-banner__item__link--onlineshop .com-circle {
    bottom: 14.25%;
    left: 47.25%;
    right: auto;
}

.com-banner__item__link--mailmagazine {
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
}

.com-banner__item__link--mailmagazine .com-circle {
    --color-bg: var(--color-white);
    --color-bg-hover: var(--color-black);
    --color-angle: var(--color-black);
    --color-angle-hover: var(--color-white);
    bottom: 20px;
    right: 24px;
}

.com-breadcrumb {
    background-color: #efefef;
    font-size: 3.8888888889vw;
    gap: 1.3888888889vw 0;
    list-style: none;
    margin: 0;
    max-width: calc(1200px + var(--c-pad)*2);
    padding: 4.4444444444vw 5.5555555556vw;
}

@media (min-width: 768px) {
    .com-breadcrumb {
        background-color: transparent;
        font-size: var(--fs14);
        gap: 5px 0;
        margin: 0 auto 70px;
        padding: 0 var(--c-pad);
    }
}

.com-breadcrumb > li {
    display: inline-block;
    font-size: inherit;
    line-height: 1.2;
    margin: 0;
    padding: 0.05em 6.6666666667vw 0 0;
    position: relative;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .com-breadcrumb > li {
        padding: 0 30px 0 0;
    }
}

.com-breadcrumb > li:after {
    border-right: max(1px, 0.2777777778vw) solid #000;
    border-top: max(1px, 0.2777777778vw) solid #000;
    bottom: auto;
    content: "";
    display: block;
    height: 2.2222222222vw;
    margin: auto 0;
    position: absolute;
    right: 4.1666666667vw;
    top: calc(50% - 0.55556vw);
    transform: rotate(45deg) translateY(-50%);
    width: 2.2222222222vw;
}

@media (min-width: 768px) {
    .com-breadcrumb > li:after {
        border-right-width: 1px;
        border-top-width: 1px;
        height: 8px;
        right: 15px;
        top: calc(50% - 2px);
        width: 8px;
    }
}

.com-breadcrumb > li:last-child {
    padding-right: 0;
}

.com-breadcrumb > li:last-child:after {
    display: none;
}

.com-breadcrumb > li > a, .com-breadcrumb > li > span {
    color: var(--color-black);
    display: inline;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.com-breadcrumb > li > a {
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.com-breadcrumb > li > a:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .com-breadcrumb > li > a:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

.com-breadcrumb > li.--home {
    font-size: 4.4444444444vw;
    line-height: 1;
}

@media (min-width: 768px) {
    .com-breadcrumb > li.--home {
        font-size: var(--fs16);
    }
}

.com-breadcrumb > li.--home img {
    transform: translateY(-0.5555555556vw);
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 4.4444444444vw;
}

@media (min-width: 768px) {
    .com-breadcrumb > li.--home img {
        transform: translateY(-2px);
        width: 16px;
    }
}

.com-breadcrumb > li.--home a:focus img {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    .com-breadcrumb > li.--home a:hover img {
        opacity: 0.75;
    }
}

/* --------------------
 Header
-------------------- */
.header {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: auto;
    height: 65px;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s, transform var(--duration) var(--cubic) 0s;
    width: auto;
    z-index: 99;
}

@media (min-width: 768px) {
    .header {
        background-color: black;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        bottom: 0;
        height: auto;
        padding: 20px 0 0;
        right: auto;
        transition: background-color var(--duration) var(--cubic) 0s;
        width: 60px;
    }
}

@media (max-width: 767px) {
    .page-front .header--scrolled {
        transform: translateY(0%);
    }
}

.header--colored, .header.-active {
    background-color: rgba(0, 0, 0, 0.95);
}

@media (min-width: 768px) {
    .header--colored, .header.-active {
        background-color: black;
    }
}

@media (max-width: 767px) {
    .page-front .header:not(.header--colored, .header.-active) {
        transform: translateY(-100%);
    }
}

@media (min-width: 768px) {
    .page-front .header:not(.header--colored, .header.-active) {
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.header__logo {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 65px;
    justify-content: flex-start;
    padding: 0 var(--c-pad);
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .header__logo {
        display: block;
        height: 46px;
        padding: 0 0 0 7px;
        width: 100%;
    }
}

.header__logo a {
    display: block;
    font-size: var(--fs10);
    margin: 0;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .header__logo a {
        height: 100%;
        width: 46px;
    }
}

@media (max-width: 767px) {
    .header__logo a img {
        height: 38px;
        width: auto;
    }
}

@media (min-width: 768px) {
    .header__logo a img {
        -webkit-clip-path: polygon(26px 0, 72px 0, 72px 100%, 26px 100%);
        clip-path: polygon(26px 0, 72px 0, 72px 100%, 26px 100%);
        left: -26px;
        max-width: none;
        position: absolute;
        top: 0;
        width: 210px;
    }
}

.header-scroller {
    height: calc(100% - 65px);
    overflow-y: auto;
}

@media (min-width: 768px) {
    .header-scroller {
        height: calc(100% - 46px);
    }
}

.header__nav {
    display: none;
    margin: 0 auto;
    padding: 60px 0 30px;
    white-space: nowrap;
    width: 220px;
}

@media (min-width: 768px) {
    .header__nav {
        padding: 30px 0;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.header__nav__menu {
    border-bottom: 1px solid var(--color-white);
    margin: 0 0 30px;
    padding: 0 0 30px;
}

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

.header__nav__menu__item {
    margin: 0 0 30px;
}

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

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

.header__nav__menu__item > a {
    color: var(--color-white);
    display: block;
    font-size: var(--fs18);
    letter-spacing: 0.06em;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.header__nav__menu__item > a:after {
    background-color: var(--color-white);
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    right: auto;
    top: auto;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0%;
}

.header__nav__menu__item > a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item > a:hover:after {
        width: 100%;
    }
}

.header__nav__menu__item__sub {
    display: none;
}

@media (min-width: 768px) {
    .header__nav__menu__item__sub {
        display: block;
        padding: 12px 0 0;
    }
}

.header__nav__menu__item__sub__item {
    margin: 0 0 8px;
    position: relative;
}

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

.header__nav__menu__item__sub__item a {
    color: var(--color-white);
    display: block;
    font-size: var(--fs14);
    letter-spacing: 0.06em;
    line-height: 1.2;
    padding: 0 0 0 12px;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.header__nav__menu__item__sub__item a:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 1px;
    left: 2px;
    position: absolute;
    top: 6px;
    width: 4px;
}

.header__nav__menu__item__sub__item a:after {
    background-color: var(--color-white);
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    right: auto;
    top: auto;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0%;
}

.header__nav__menu__item__sub__item a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item__sub__item a:hover:after {
        width: 100%;
    }
}

.header__nav__submenu__item {
    margin: 0 0 30px;
}

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

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

.header__nav__submenu__item > a {
    color: var(--color-white);
    display: block;
    font-size: var(--fs18);
    letter-spacing: 0.06em;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.header__nav__submenu__item > a:after {
    background-color: var(--color-white);
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    right: auto;
    top: auto;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0%;
}

.header__nav__submenu__item > a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__submenu__item > a:hover:after {
        width: 100%;
    }
}

.header__burger, .header__close {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 19px;
    left: auto;
    margin: auto;
    padding: 0;
    position: absolute;
    right: auto;
    -webkit-tap-highlight-color: transparent;
    top: auto;
    transform: translateZ(0);
    width: 16px;
    z-index: 100;
}

@media (min-width: 768px) {
    .header__burger, .header__close {
        height: 27px;
        width: 20px;
    }
}

.header__burger:before, .header__close:before {
    background-color: transparent;
    border-radius: 50%;
    content: "";
    display: block;
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color height var(--cubic) 0s, width var(--duration) var(--cubic) 0s;
    width: 48px;
}

@media (min-width: 768px) {
    .header__burger:before, .header__close:before {
        background-color: var(--color-black-rgb, 0);
    }
}

.header__burger__box, .header__close__box {
    display: block;
    height: 19px;
    margin: 0 auto;
    position: relative;
    width: 16px;
}

@media (min-width: 768px) {
    .header__burger__box, .header__close__box {
        height: 27px;
        width: 20px;
    }
}

.header__burger__box__line, .header__close__box__line {
    display: block;
    margin: 0px 0 0;
    top: 0.5px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

@media (min-width: 768px) {
    .header__burger__box__line, .header__close__box__line {
        margin: 0px 0 0;
        top: 0.5px;
    }
}

.header__burger__box__line, .header__burger__box__line:before, .header__burger__box__line:after, .header__close__box__line, .header__close__box__line:before, .header__close__box__line:after {
    background-color: var(--color-white);
    height: 1px;
    position: absolute;
    width: 16px;
}

@media (min-width: 768px) {
    .header__burger__box__line, .header__burger__box__line:before, .header__burger__box__line:after, .header__close__box__line, .header__close__box__line:before, .header__close__box__line:after {
        height: 1px;
        width: 20px;
    }
}

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

.header__burger__box__line:before, .header__close__box__line:before {
    top: 9px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

@media (min-width: 768px) {
    .header__burger__box__line:before, .header__close__box__line:before {
        top: 13px;
    }
}

.header__burger__box__line:after, .header__close__box__line:after {
    top: 18px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

@media (min-width: 768px) {
    .header__burger__box__line:after, .header__close__box__line:after {
        top: 26px;
    }
}

@media (min-width: 768px) {
    .header__burger.-active:before, .header__close.-active:before {
        background-color: rgba(var(--color-black-rgb), 0.1);
        height: 32px;
        width: 32px;
    }
}

.header__burger.-active .header__burger__box__line, .header__burger.-active .header__close__box__line, .header__close.-active .header__burger__box__line, .header__close.-active .header__close__box__line {
    background-color: var(--color-white);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}

@media (min-width: 768px) {
    .header__burger.-active .header__burger__box__line, .header__burger.-active .header__close__box__line, .header__close.-active .header__burger__box__line, .header__close.-active .header__close__box__line {
        transform: translate3d(0, 13px, 0) rotate(45deg);
    }
}

.header__burger.-active .header__burger__box__line:before, .header__burger.-active .header__close__box__line:before, .header__close.-active .header__burger__box__line:before, .header__close.-active .header__close__box__line:before {
    background-color: var(--color-white);
    opacity: 0;
    transform: rotate(-45deg) translate3d(-2.2857142857px, -8px, 0);
}

@media (min-width: 768px) {
    .header__burger.-active .header__burger__box__line:before, .header__burger.-active .header__close__box__line:before, .header__close.-active .header__burger__box__line:before, .header__close.-active .header__close__box__line:before {
        transform: rotate(-45deg) translate3d(-2.8571428571px, -12px, 0);
    }
}

.header__burger.-active .header__burger__box__line:after, .header__burger.-active .header__close__box__line:after, .header__close.-active .header__burger__box__line:after, .header__close.-active .header__close__box__line:after {
    background-color: var(--color-white);
    transform: translate3d(0, -18px, 0) rotate(-90deg);
}

@media (min-width: 768px) {
    .header__burger.-active .header__burger__box__line:after, .header__burger.-active .header__close__box__line:after, .header__close.-active .header__burger__box__line:after, .header__close.-active .header__close__box__line:after {
        transform: translate3d(0, -26px, 0) rotate(-90deg);
    }
}

.header__burger {
    bottom: auto;
    left: auto;
    right: var(--c-pad);
    top: 23px;
}

@media (min-width: 768px) {
    .header__burger {
        bottom: 0;
        left: 20px;
        right: auto;
        top: 0;
    }
}

.header__close {
    display: none;
    right: 24px;
    top: 30px;
}

@media (max-width: 767px) {
    .header__close {
        display: none !important;
    }
}

.side {
    background-color: black;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    display: none;
    left: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 60px;
    z-index: 99;
}

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

.side.-active, .side--colored {
    background-color: black;
}

@media (min-width: 768px) {
    .page-front .side:not(.side--colored, .side.-active) {
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.side__item {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 50%;
    justify-content: center;
    position: relative;
}

.side__item:after {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 20px;
}

.side__item:last-child:after {
    display: none;
}

.side__item__onlineshop, .side__item__mailmagazine {
    display: block;
    text-align: center;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 100%;
}

.side__item__onlineshop:before, .side__item__mailmagazine:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    margin: 0 auto 12px;
}

.side__item__onlineshop:focus, .side__item__mailmagazine:focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    .side__item__onlineshop:hover, .side__item__mailmagazine:hover {
        opacity: 0.75;
    }
}

.side__item__onlineshop:before {
    background-image: url(../images/icons/icon-white-cart.svg);
    height: 30px;
    transform: translateX(-3px);
    width: 30px;
}

.side__item__mailmagazine:before {
    background-image: url(../images/icons/icon-white-email.svg);
    height: 20px;
    width: 28px;
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: var(--color-white);
    padding: 11.1111111111vw 0 0;
}

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

.footer__note {
    margin: 0 0 5.5555555556vw;
}

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

.footer__note-container {
    margin: 0 auto;
    max-width: calc(1160px + var(--c-pad)*2);
    padding: 0 5.5555555556vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__note-container {
        padding: 0 var(--c-pad);
    }
}

.footer__note__title {
    font-size: 5vw;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.6;
    margin: 0 0 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__note__title {
        font-size: var(--fs18);
        margin: 0 0 20px;
    }
}

.footer__note__title:before {
    background-image: url(../images/icons/icon-stop.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 18.6111111111vw;
    margin: 0 auto 20px;
    width: 12.7777777778vw;
}

@media (min-width: 768px) {
    .footer__note__title:before {
        height: 58px;
        width: 40px;
    }
}

.footer__note__content p {
    font-size: 3.0555555556vw;
    letter-spacing: 0.12em;
    line-height: 2;
    margin: 0;
}

@media (min-width: 768px) {
    .footer__note__content p {
        font-size: var(--fs13);
        line-height: 1.69;
        text-align: center;
    }
}

.footer__info {
    margin: 0 0 6.6666666667vw;
}

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

.footer__info-container {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 0 11.1111111111vw;
    margin: 0 auto;
    padding: 0 5.5555555556vw;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__info-container {
        gap: 0 40px;
        padding: 0 var(--c-pad);
    }
}

@media (min-width: 992px) {
    .footer__info-container {
        gap: 60px;
    }
}

.footer__info__logo {
    align-items: center;
    border-bottom: max(1px, 0.2777777778vw) solid var(--color-black);
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 16.6666666667vw 5.5555555556vw;
    position: relative;
}

@media (min-width: 768px) {
    .footer__info__logo {
        border-bottom: none;
        border-top: 1px solid var(--color-black);
        flex: 0 0 calc(33.33333% - 26.66667px);
        height: 140px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .footer__info__logo {
        flex: 0 0 calc(33.33333% - 40px);
    }
}

.footer__info__logo:after {
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    display: none;
    margin: 0;
    position: absolute;
    right: -5.5555555556vw;
    top: 0;
    width: max(1px, 0.2777777778vw);
}

@media (min-width: 768px) {
    .footer__info__logo:after {
        display: block;
        right: -20px;
        width: 1px;
    }
}

@media (min-width: 992px) {
    .footer__info__logo:after {
        right: -30px;
    }
}

.footer__info__logo a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 77.7777777778vw;
}

@media (min-width: 768px) {
    .footer__info__logo a {
        max-width: 336px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.footer__info__logo a:focus {
    opacity: 0.75;
}

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

.footer__info__access {
    align-items: center;
    border-bottom: max(1px, 0.2777777778vw) solid var(--color-black);
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 13.8888888889vw 0;
    position: relative;
}

@media (min-width: 768px) {
    .footer__info__access {
        border-bottom: none;
        border-top: 1px solid var(--color-black);
        flex: 0 0 calc(33.33333% - 26.66667px);
        height: 140px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .footer__info__access {
        flex: 0 0 calc(33.33333% - 40px);
    }
}

.footer__info__access:after {
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    display: none;
    margin: 0;
    position: absolute;
    right: -5.5555555556vw;
    top: 0;
    width: max(1px, 0.2777777778vw);
}

@media (min-width: 768px) {
    .footer__info__access:after {
        display: block;
        right: -20px;
        width: 1px;
    }
}

@media (min-width: 992px) {
    .footer__info__access:after {
        right: -30px;
    }
}

.footer__info__access__title {
    font-family: var(--ff-copperplate);
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__info__access__title {
        font-size: var(--fs12);
        margin: 0 0 8px;
        text-align: left;
    }
}

.footer__info__access__address {
    display: block;
    font-size: 5.5555555556vw;
    letter-spacing: -0.02em;
    margin: 0 0 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__info__access__address {
        font-size: var(--fs14);
        margin: 0 0 8px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .footer__info__access__address {
        font-size: var(--fs16);
    }
}

.footer__info__access__action a {
    align-items: center;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: 3.8888888889vw;
    gap: 2.2222222222vw;
    justify-content: flex-start;
    margin: 0 auto;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .footer__info__access__action a {
        font-size: var(--fs14);
        gap: 8px;
        margin: 0 0 0 auto;
    }
}

.footer__info__access__action a .com-circle {
    inset: auto;
    position: relative;
}

@media (max-width: 767px) {
    .footer__info__access__action a .com-circle {
        height: 7.2222222222vw;
        width: 7.2222222222vw;
    }
}

@media (max-width: 767px) {
    .footer__info__access__action a .com-circle:before {
        bottom: 0.5555555556vw;
        height: 1.6666666667vw;
        width: 5.5555555556vw;
    }
}

.footer__info__contact {
    align-items: center;
    border-bottom: max(1px, 0.2777777778vw) solid var(--color-black);
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 13.8888888889vw 0;
    position: relative;
}

@media (min-width: 768px) {
    .footer__info__contact {
        border-bottom: none;
        border-top: 1px solid var(--color-black);
        flex: 0 0 calc(33.33333% - 26.66667px);
        height: 140px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .footer__info__contact {
        flex: 0 0 calc(33.33333% - 40px);
    }
}

.footer__info__contact__title {
    font-family: var(--ff-copperplate);
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__info__contact__title {
        font-size: var(--fs12);
        margin: 0 0 8px;
        text-align: left;
    }
}

.footer__info__contact__tel {
    display: flex;
    flex-flow: row wrap;
    font-size: 5.5555555556vw;
    gap: 0 8.3333333333vw;
    justify-content: center;
    letter-spacing: -0.02em;
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .footer__info__contact__tel {
        font-size: var(--fs14);
        gap: 0 30px;
        margin: 0 0 8px;
    }
}

@media (min-width: 992px) {
    .footer__info__contact__tel {
        font-size: var(--fs16);
    }
}

.footer__info__contact__tel span {
    display: block;
    flex: 0 0 100%;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__info__contact__tel span {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .footer__info__contact__tel span {
        flex: 0 0 auto;
    }
}

.footer__info__contact__tel span:after {
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    display: none;
    height: 3.3333333333vw;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: -4.1666666667vw;
    top: 0;
    width: max(1px, 0.2777777778vw);
}

@media (min-width: 768px) {
    .footer__info__contact__tel span:after {
        height: 12px;
        right: -15px;
        width: 1px;
    }
}

@media (min-width: 992px) {
    .footer__info__contact__tel span:after {
        display: block;
    }
}

.footer__info__contact__tel span:last-child:after {
    display: none;
}

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

.footer__info__contact__action a {
    align-items: center;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: 3.8888888889vw;
    gap: 2.2222222222vw;
    justify-content: flex-start;
    margin: 0 auto;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .footer__info__contact__action a {
        font-size: var(--fs14);
        gap: 8px;
        margin: 0 0 0 auto;
    }
}

.footer__info__contact__action a .com-circle {
    inset: auto;
    position: relative;
}

@media (max-width: 767px) {
    .footer__info__contact__action a .com-circle {
        height: 7.2222222222vw;
        width: 7.2222222222vw;
    }
}

@media (max-width: 767px) {
    .footer__info__contact__action a .com-circle:before {
        bottom: 0.5555555556vw;
        height: 1.6666666667vw;
        width: 5.5555555556vw;
    }
}

.footer__nav {
    background-color: #efefef;
    border-radius: 6.1111111111vw;
    margin: 0 auto;
    padding: 13.8888888889vw 5.5555555556vw 11.1111111111vw;
    width: calc(100% - 11.11111vw);
}

@media (min-width: 768px) {
    .footer__nav {
        border-radius: 0;
        margin: 0;
        padding: 30px var(--c-pad) 20px;
        width: 100%;
    }
}

.footer__nav__menu {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    gap: 8.3333333333vw 20px;
    justify-content: center;
    margin: 0 0 8.3333333333vw;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__nav__menu {
        gap: 12px 20px;
        margin: 0 0 16px;
    }
}

@media (min-width: 768px) {
    .footer__nav__menu {
        flex-direction: row;
    }
}

@media (min-width: 1240px) {
    .footer__nav__menu {
        gap: 12px 30px;
    }
}

.footer__nav__menu a {
    color: inherit;
    font-size: 5.5555555556vw;
    letter-spacing: -0.02em;
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .footer__nav__menu a {
        font-size: var(--fs14);
        letter-spacing: 0.06em;
    }
}

@media (min-width: 1240px) {
    .footer__nav__menu a {
        font-size: var(--fs15);
    }
}

.footer__nav__menu a:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .footer__nav__menu a:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

.footer__nav__submenu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 4.4444444444vw 8.3333333333vw;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__nav__submenu {
        gap: 20px 30px;
    }
}

.footer__nav__submenu a {
    align-items: center;
    background-color: #ffffff;
    border-radius: 5.8333333333vw;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: 5.5555555556vw;
    height: 11.6666666667vw;
    justify-content: center;
    letter-spacing: 0.06em;
    line-height: 1.2;
    min-width: 56.6666666667vw;
    padding: 0 3.3333333333vw;
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__nav__submenu a {
        border-radius: 21px;
        font-size: var(--fs14);
        height: 32px;
        min-width: 204px;
        padding: 0 12px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.footer__nav__submenu a:focus {
    background-color: #b2b2b2;
}

@media (hover: hover) and (pointer: fine) {
    .footer__nav__submenu a:hover {
        background-color: #b2b2b2;
    }
}

.footer__copyright {
    color: #afafaf;
    display: block;
    font-family: var(--ff-din);
    font-size: 3.8888888889vw;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.2;
    padding: 3.3333333333vw 5.5555555556vw;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__copyright {
        font-size: var(--fs12);
        padding: 12px var(--c-pad);
    }
}