@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;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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;
}

details {
    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;
    --serif: "Noto Serif JP", serif;
    --color-text: #000000;
    --color-text-rgb: 0, 0, 0;
    --color-theme: #91bd22;
    --color-theme-rgb: 145, 189, 34;
    --color-link: #717c14;
    --color-link-rgb: 113, 124, 20;
    --color-error: #de0000;
    --color-error-rgb: 222, 0, 0;
    --header-height: 70px;
    --global-contact-width: 384px;
}

@media (min-width: 992px) {
    :root {
        --header-height: 140px;
        --global-contact-width: 160px;
    }
}

body {
    background-color: #f4f2ee;
    color: var(--color-text);
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: var(--fs14);
    font-weight: 300;
    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;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}

p {
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
}

span,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.1em;
}

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
-------------------- */
.js-fadeIn {
    opacity: 0;
}

/* --------------------
 Layout
-------------------- */
.layout {
    padding: var(--header-height) 0 0;
    position: relative;
}

.layout:before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: var(--header-height);
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.main {
    display: block;
    margin: 0 0 100px;
}

/* トップページ */
/* 商品詳細ページ */
/* 当サイトについて */
/* 商品一覧 */
/* ご利用ガイド */
/* 利用規約 */
/* プライバシーポリシー */
/* 特定商取引法に基づく表記 */
#page_help_tradelaw .com-page-head__title {
    font-size: var(--fs28);
}

@media (min-width: 768px) {
    #page_help_tradelaw .com-page-head__title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #page_help_tradelaw .com-page-head__title {
        font-size: 3rem;
    }
}

/* お問合せ */
/* お問い合わせ(完了) */
/* ログイン */
/* 商品購入ログイン */
#page_shopping_login .shopping_login {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
    justify-content: stretch;
}

@media (min-width: 768px) {
    #page_shopping_login .shopping_login {
        flex-direction: row;
        justify-content: center;
    }
}

#page_shopping_login .shopping_login__item {
    flex-grow: 1;
    width: 100%;
}

@media (min-width: 768px) {
    #page_shopping_login .shopping_login__item {
        width: calc(33.33333% - 26.66667px);
    }
}

@media (min-width: 768px) {
    #page_shopping_login .shopping_login__item:first-child {
        width: calc(66.66667% - 26.66667px);
    }
}

/* 各種完了画面 */
.ec-reportHeading {
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .ec-reportHeading {
        text-align: center;
    }
}

.ec-reportHeading h2 {
    font-size: var(--fs20);
}

@media only screen and (min-width: 768px) {
    .ec-reportHeading h2 {
    font-size: var(--fs32);
    }
}

.ec-reportDescription {
    text-align: left;
}

/* --------------------
 Commons
-------------------- */
.com-link {
    align-items: center;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    height: 36px;
    justify-content: flex-start;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 0 46px 0 0;
    position: relative;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.com-link:before {
    border: 1px solid var(--color-text);
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 36px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 36px;
}

.com-link:after {
    background-color: var(--color-text);
    bottom: 0;
    content: "";
    display: block;
    height: 36px;
    margin: auto 0;
    -webkit-mask-image: url(../images/commons/com-link-arrow-right.svg);
    mask-image: url(../images/commons/com-link-arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 20px 14px;
    mask-size: 20px 14px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 36px;
}

.com-link:focus {
    color: var(--color-theme);
}

.com-link:focus:before {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
}

.com-link:focus:after {
    background-color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .com-link:hover {
        color: var(--color-theme);
    }

    .com-link:hover:before {
        background-color: var(--color-theme);
        border-color: var(--color-theme);
    }

    .com-link:hover:after {
        background-color: #ffffff;
    }
}

.com-contact {
    background-image: url(../images/commons/com-contact-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.com-contact-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 16px;
    width: 100%;
}

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

.com-contact__title {
    font-family: var(--serif);
    font-size: var(--fs24);
    font-weight: 200;
    letter-spacing: 0.125em;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 0 0 0 0.2em;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__title {
        font-size: var(--fs32);
    }
}

@media (min-width: 992px) {
    .com-contact__title {
        font-size: var(--fs40);
    }
}

@media (min-width: 1240px) {
    .com-contact__title {
        font-size: 2.75rem;
    }
}

.com-contact__content {
    margin: 0 0 40px;
}

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

.com-contact__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__content p {
        font-size: var(--fs19);
    }
}

.com-contact__list {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 0 50px;
    margin: 0 auto;
    max-width: 760px;
    width: 100%;
}

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

.com-contact__list__tel {
    align-items: center;
    border-bottom: 1px solid var(--color-text);
    border-top: 1px solid var(--color-text);
    display: flex;
    gap: 12px;
    height: 100px;
    justify-content: center;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .com-contact__list__tel {
        height: 120px;
        width: calc(50% - 25px);
    }
}

.com-contact__list__tel:before {
    background-image: url(../images/icons/icon-black-mobile.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 76px;
    margin: 0;
    transform: translateY(-5px);
    width: 48px;
}

.com-contact__list__tel__main__number {
    margin: 0 0 4px;
}

.com-contact__list__tel__main__number a {
    display: block;
    font-size: var(--fs10);
    line-height: 1.2;
    margin: 0 auto;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.com-contact__list__tel__main__note p {
    font-size: var(--fs15);
    letter-spacing: 0.107em;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__list__tel__main__note p {
        font-size: var(--fs17);
    }
}

.com-contact__list__tel__main__note p ._ls-2 {
    letter-spacing: 0;
}

.com-contact__list__email {
    border-bottom: 1px solid var(--color-text);
    width: 100%;
}

@media (min-width: 768px) {
    .com-contact__list__email {
        border-top: 1px solid var(--color-text);
        width: calc(50% - 25px);
    }
}

.com-contact__list__email__link {
    align-items: center;
    color: inherit;
    display: flex;
    font-family: var(--serif);
    font-size: var(--fs20);
    gap: 16px;
    height: 100px;
    justify-content: center;
    letter-spacing: 0.12em;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    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;
}

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

.com-contact__list__email__link:before {
    background-color: var(--color-text);
    content: "";
    display: block;
    height: 38px;
    margin: 0;
    -webkit-mask-image: url(../images/icons/icon-black-email.svg);
    mask-image: url(../images/icons/icon-black-email.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 52px;
}

.com-contact__list__email__link span {
    display: block;
    padding: 0 48px 0 0;
    position: relative;
}

.com-contact__list__email__link span:before {
    border: 1px solid var(--color-text);
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 36px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 36px;
}

.com-contact__list__email__link span:after {
    background-color: var(--color-text);
    bottom: 0;
    content: "";
    display: block;
    height: 36px;
    margin: auto 0;
    -webkit-mask-image: url(../images/commons/com-link-arrow-right.svg);
    mask-image: url(../images/commons/com-link-arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 20px 14px;
    mask-size: 20px 14px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 36px;
}

.com-contact__list__email__link:focus {
    background-color: var(--color-theme);
    color: #ffffff;
}

.com-contact__list__email__link:focus:before {
    background-color: #ffffff;
    border-color: #ffffff;
}

.com-contact__list__email__link:focus span:before {
    border-color: #ffffff;
}

.com-contact__list__email__link:focus span:after {
    background-color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .com-contact__list__email__link:hover {
        background-color: var(--color-theme);
        color: #ffffff;
    }

    .com-contact__list__email__link:hover:before {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .com-contact__list__email__link:hover span:before {
        border-color: #ffffff;
    }

    .com-contact__list__email__link:hover span:after {
        background-color: #ffffff;
    }
}

.com-page-head {
    height: 90px;
    position: relative;
}

@media (min-width: 768px) {
    .com-page-head {
        height: 180px;
    }
}

@media (min-width: 992px) {
    .com-page-head {
        height: 250px;
    }
}

.com-page-head:before {
    background-color: #ffffff;
    bottom: auto;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 0;
}

.com-page-head:after {
    background-image: url(../images/commons/com-page-head.webp);
    background-position: 75% center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-page-head:after {
        background-position: center;
        border-radius: 48px 0 0 0;
        left: 30px;
    }
}

@media (min-width: 1240px) {
    .com-page-head:after {
        left: 50px;
    }
}

.com-page-head-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 16px;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .com-page-head-container {
        align-items: flex-end;
        padding: 0 30px;
    }
}

.com-page-head__title {
    color: #ffffff;
    font-size: var(--fs28);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    text-align: right;
    text-shadow: 0 0 5px black;
}

@media (min-width: 768px) {
    .com-page-head__title {
        font-size: 3.25rem;
        margin: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .com-page-head__title {
        font-size: 4.5rem;
        margin: 0 0 30px;
    }
}

.com-breadcrumb {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 5px 0;
    justify-content: flex-start;
    list-style: none;
    margin: 0 auto 30px;
    max-width: 1260px;
    padding: 12px 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-breadcrumb {
        margin: 0 auto 40px;
        padding: 24px 30px;
    }
}

.com-breadcrumb > li {
    font-size: var(--fs12);
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0 24px 0 0;
    position: relative;
}

.com-breadcrumb > li:after {
    background-image: url(../images/commons/com-breadcrumb-triangle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 9px;
    margin: auto 0;
    position: absolute;
    right: 6px;
    top: 3px;
    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: inherit;
    display: block;
    font-size: inherit;
    letter-spacing: 0.1em;
    line-height: 1.2;
    position: relative;
}

.com-breadcrumb > li a {
    text-decoration: underline;
    text-decoration-color: var(--color-text);
    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;
}

.com-breadcrumb > li a:focus {
    color: var(--color-theme);
    text-decoration-color: rgba(var(--color-text-rgb), 0);
}

@media (hover: hover) and (pointer: fine) {
    .com-breadcrumb > li a:hover {
        color: var(--color-theme);
        text-decoration-color: rgba(var(--color-text-rgb), 0);
    }
}

.com-category {
    align-items: center;
    background-color: var(--color-theme);
    border: 1px solid rgba(var(--color-text-rgb), 0.5);
    border-radius: 16px;
    color: var(--color-text);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs12);
    justify-content: center;
    line-height: 1.2;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-category {
        font-size: var(--fs14);
    }
}

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

.com-work-category {
    align-items: center;
    background-color: var(--color-theme);
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs12);
    justify-content: center;
    line-height: 1.2;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-work-category {
        font-size: var(--fs14);
    }
}

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

.com-pager {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 12px 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .com-pager {
        gap: 10px 16px;
    }
}

.com-pager__item__link, .com-pager__item__dots {
    align-items: center;
    background: none;
    border: 1px solid var(--color-text);
    border-radius: 15px;
    color: var(--color-text);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: inherit;
    height: 30px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    min-width: 30px;
    padding: 0 5px 0.035em;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .com-pager__item__link, .com-pager__item__dots {
        font-size: var(--fs18);
    }
}

.com-pager__item__link img, .com-pager__item__link span, .com-pager__item__dots img, .com-pager__item__dots span {
    vertical-align: middle;
}

.com-pager__item__link {
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, border-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;
}

.com-pager__item__link:focus {
    background-color: var(--color-theme);
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item__link:hover {
        background-color: var(--color-theme);
        color: #ffffff;
    }
}

.com-pager__item__dots {
    border: none;
    min-width: 12px;
    width: 12px;
}

.com-pager__item__dots:before {
    background-color: var(--color-text);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    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;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.com-pager__item__dots span {
    display: block;
    font-size: var(--fs10);
    overflow: hidden;
    visibility: hidden;
    width: var(--fs10);
}

.com-pager__item--active .com-pager__item__link, .com-pager__item--active .com-pager__item__dots {
    background-color: var(--color-theme);
    color: #ffffff;
    pointer-events: none;
}

.com-pager__item--first .com-pager__item__link:before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-first.svg);
    mask-image: url(../images/commons/com-pager-first.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;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.com-pager__item--prev .com-pager__item__link:before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-prev.svg);
    mask-image: url(../images/commons/com-pager-prev.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;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 8px;
}

.com-pager__item--next .com-pager__item__link:before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-next.svg);
    mask-image: url(../images/commons/com-pager-next.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;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 8px;
}

.com-pager__item--last .com-pager__item__link:before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-last.svg);
    mask-image: url(../images/commons/com-pager-last.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;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.com-pager__item--first .com-pager__item__link, .com-pager__item--prev .com-pager__item__link, .com-pager__item--next .com-pager__item__link, .com-pager__item--last .com-pager__item__link {
    background-color: var(--color-text);
}

.com-pager__item--first .com-pager__item__link span, .com-pager__item--prev .com-pager__item__link span, .com-pager__item--next .com-pager__item__link span, .com-pager__item--last .com-pager__item__link span {
    display: block;
    font-size: var(--fs10);
    overflow: hidden;
    visibility: hidden;
    width: var(--fs10);
}

.com-pager__item--first .com-pager__item__link:focus, .com-pager__item--prev .com-pager__item__link:focus, .com-pager__item--next .com-pager__item__link:focus, .com-pager__item--last .com-pager__item__link:focus {
    background-color: #ffffff;
}

.com-pager__item--first .com-pager__item__link:focus:before, .com-pager__item--prev .com-pager__item__link:focus:before, .com-pager__item--next .com-pager__item__link:focus:before, .com-pager__item--last .com-pager__item__link:focus:before {
    background-color: var(--color-text);
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item--first .com-pager__item__link:hover, .com-pager__item--prev .com-pager__item__link:hover, .com-pager__item--next .com-pager__item__link:hover, .com-pager__item--last .com-pager__item__link:hover {
        background-color: #ffffff;
    }

    .com-pager__item--first .com-pager__item__link:hover:before, .com-pager__item--prev .com-pager__item__link:hover:before, .com-pager__item--next .com-pager__item__link:hover:before, .com-pager__item--last .com-pager__item__link:hover:before {
        background-color: var(--color-text);
    }
}

/* EC CUBE用 */
.com-form-table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .com-form-table {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .com-form-table > tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .com-form-table > tbody > tr {
        border-bottom: 1px solid #ccc;
        display: block;
        padding: 12px 0;
        width: 100%;
    }

    .com-form-table > tbody > tr:first-child {
        border-top: 1px solid #ccc;
    }
}

.com-form-table > tbody > tr > th, .com-form-table > tbody > tr > td {
    font-size: var(--fs14);
    padding: 4px 0;
    text-align: left;
    vertical-align: top;
    width: auto;
}

@media (max-width: 767px) {
    .com-form-table > tbody > tr > th, .com-form-table > tbody > tr > td {
        display: block;
        width: 100%;
    }

    .com-form-table > tbody > tr > th:last-child, .com-form-table > tbody > tr > td:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .com-form-table > tbody > tr > th, .com-form-table > tbody > tr > td {
        border-bottom: 1px solid #ccc;
        font-size: var(--fs16);
        padding: 20px 0;
    }
}

.com-form-table > tbody > tr > th {
    font-weight: 400;
}

@media (min-width: 768px) {
    .com-form-table > tbody > tr > th {
        min-width: 30%;
        padding-right: 16px;
        width: 30%;
    }
}

.com-form-table > tbody > tr > th .ec-label {
    margin: 0;
}

@media (min-width: 768px) {
    .com-form-table > tbody > tr:first-child > th, .com-form-table > tbody > tr:first-child > td {
        border-top: 1px solid #ccc;
    }
}

@media (min-width: 768px) {
    .com-form-table > tbody > tr:has(> th + td > .ec-input, > th + td > .ec-halfInput, > th + td > .ec-zipInput, > th + td > .ec-select, > th + td > .ec-telInput) > th {
        padding: 26px 0;
    }
}

@media (max-width: 767px) {
    .com-form-table--confirm > tbody > tr {
        padding: 16px 0;
    }
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
    background: var(--color-link);
}

.ec-zipInputHelp a {
    color: var(--color-link);
}

.ec-link {
    color: var(--color-link);
}

.ec-navlistRole .ec-navlistRole__item a {
  transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.ec-navlistRole .ec-navlistRole__item a:focus {
  background-color: var(--color-theme);
}
.ec-navlistRole .active a {
  background-color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine)  {
    .ec-navlistRole .ec-navlistRole__item a:hover {
        background-color: rgba(var(--color-theme-rgb),0.2);
    }
}

@media (hover: hover) and (pointer: fine)  {
    .ec-navlistRole .active .ec-navlistRole__item a:hover {
        background-color: var(--color-theme);
        opacity: 0.8;
    }
}

.history__item__head__actions__item a._dl {
    background-color: var(--color-theme);
}

/* --------------------
 Header
-------------------- */
.header {
    background-color: white;
    height: var(--header-height);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 99;
}

@media (max-width: 991px) {
    .header {
        position: fixed !important;
        transform: none !important;
    }
}

@media (min-width: 992px) {
    .header--fixed {
        background-color: rgba(255, 255, 255, 0.5);
    }
}

.header-container {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 16px;
    width: 100%;
}

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

.header__logo {
    align-self: center;
    font-size: var(--fs10);
    margin: 0;
    transform: translate(-8px, -2px);
}

@media (min-width: 992px) {
    .header__logo {
        align-self: flex-end;
        padding: 0 0 24px;
        transform: none;
    }
}

.header__logo a {
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__logo a img {
    width: 160px;
}

@media (min-width: 992px) {
    .header__logo a img {
        width: 200px;
    }
}

@media (min-width: 1240px) {
    .header__logo a img {
        width: 250px;
    }
}

.header__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .header__logo a:hover {
        opacity: 0.65;
    }
}

.header__nav {
    align-self: center;
    padding: 0 38px 0 0;
}

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

@media (min-width: 992px) {
    .header__nav {
        align-self: flex-end;
        padding: 0;
    }
}

.header__nav__submenu {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .header__nav__submenu {
        gap: 16px;
    }
}

@media (min-width: 992px) {
    .header__nav__submenu {
        gap: 24px;
        margin: 0 0 24px;
    }
}

.header__nav__submenu__item__link {
    color: inherit;
    display: block;
    font-size: 0.5rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .header__nav__submenu__item__link {
        font-size: var(--fs12);
        padding: 4px 0;
    }
}

@media (min-width: 992px) {
    .header__nav__submenu__item__link {
        font-size: var(--fs14);
        font-weight: inherit;
        letter-spacing: 0.1em;
    }
}

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

.header__nav__submenu__item__link:before {
    background-color: var(--color-text);
    content: "";
    display: block;
    height: 24px;
    margin: 0 0 8px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    min-width: 36px;
    text-align: center;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .header__nav__submenu__item__link:before {
        height: 27px;
    }
}

@media (min-width: 992px) {
    .header__nav__submenu__item__link:before {
        margin: 0 0 8px;
    }
}

@media (min-width: 1240px) {
    .header__nav__submenu__item__link:before {
        height: 30px;
    }
}

.header__nav__submenu__item__link:focus {
    color: var(--color-theme);
}

.header__nav__submenu__item__link:focus:before {
    background-color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__submenu__item__link:hover {
        color: var(--color-theme);
    }

    .header__nav__submenu__item__link:hover:before {
        background-color: var(--color-theme);
    }
}

.header__nav__submenu__item--mypage .header__nav__submenu__item__link:before {
    -webkit-mask-image: url(../images/icons/icon-black-pen.svg);
    mask-image: url(../images/icons/icon-black-pen.svg);
    -webkit-mask-size: 29px 24px;
    mask-size: 29px 24px;
}

@media (min-width: 768px) {
    .header__nav__submenu__item--mypage .header__nav__submenu__item__link:before {
        -webkit-mask-size: 33px 27px;
        mask-size: 33px 27px;
    }
}

@media (min-width: 1240px) {
    .header__nav__submenu__item--mypage .header__nav__submenu__item__link:before {
        -webkit-mask-size: 36px 30px;
        mask-size: 36px 30px;
    }
}

.header__nav__submenu__item--entry .header__nav__submenu__item__link:before {
    -webkit-mask-image: url(../images/icons/icon-black-pen.svg);
    mask-image: url(../images/icons/icon-black-pen.svg);
    -webkit-mask-size: 29px 24px;
    mask-size: 29px 24px;
}

@media (min-width: 768px) {
    .header__nav__submenu__item--entry .header__nav__submenu__item__link:before {
        -webkit-mask-size: 33px 27px;
        mask-size: 33px 27px;
    }
}

@media (min-width: 1240px) {
    .header__nav__submenu__item--entry .header__nav__submenu__item__link:before {
        -webkit-mask-size: 36px 30px;
        mask-size: 36px 30px;
    }
}

.header__nav__submenu__item--login .header__nav__submenu__item__link:before {
    -webkit-mask-image: url(../images/icons/icon-black-user.svg);
    mask-image: url(../images/icons/icon-black-user.svg);
    -webkit-mask-size: 20px 23px;
    mask-size: 20px 23px;
}

@media (min-width: 768px) {
    .header__nav__submenu__item--login .header__nav__submenu__item__link:before {
        -webkit-mask-size: 22px 26px;
        mask-size: 22px 26px;
    }
}

@media (min-width: 1240px) {
    .header__nav__submenu__item--login .header__nav__submenu__item__link:before {
        -webkit-mask-size: 24px 28px;
        mask-size: 24px 28px;
    }
}

.header__nav__submenu__item--logout .header__nav__submenu__item__link:before {
    -webkit-mask-image: url(../images/icons/icon-black-user.svg);
    mask-image: url(../images/icons/icon-black-user.svg);
    -webkit-mask-size: 20px 23px;
    mask-size: 20px 23px;
}

@media (min-width: 768px) {
    .header__nav__submenu__item--logout .header__nav__submenu__item__link:before {
        -webkit-mask-size: 22px 26px;
        mask-size: 22px 26px;
    }
}

@media (min-width: 1240px) {
    .header__nav__submenu__item--logout .header__nav__submenu__item__link:before {
        -webkit-mask-size: 24px 28px;
        mask-size: 24px 28px;
    }
}

.header__nav__submenu__item--search {
    align-items: center;
    display: flex;
}


@media (max-width: 991px) {
    .header__nav__submenu__item--search {
        display: none;
    }
}

.mbnav__cart .searchform {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 375px;
}

.header__nav__submenu__item--search .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search,
.mbnav__cart .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: var(--color-theme);
    border-bottom: 1px solid #000000;
    border-bottom-left-radius: 50px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-top-left-radius: 50px;
    border-top-right-radius: inherit;
    box-sizing: border-box;
}

.header__nav__submenu__item--search .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before,
.mbnav__cart .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    border-top-color: #000000;
    inset: 0 0.4em 0 auto;
    margin: auto 0;
}

.header__nav__submenu__item--search .ec-headerSearch .ec-headerSearch__category .ec-select select,
.mbnav__cart .ec-headerSearch .ec-headerSearch__category .ec-select select {
    color: #000000;
}

.header__nav__submenu__item--search .ec-headerSearch .ec-headerSearch__keyword,
.mbnav__cart .ec-headerSearch .ec-headerSearch__keyword {
    border: 1px solid #000000;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.header__nav__submenu__item--search .ec-headerSearch .ec-headerSearch__keyword input[type=search],
.mbnav__cart .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    height: 100%;
}

@media screen and (min-width: 768px) {
    .header__nav__submenu__item--search .ec-headerSearch .ec-headerSearch__keyword input[type=search], .mbnav__cart .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
        height: 36px;
    }
}


.header__nav__submenu__item--search .header__nav__submenu__item__link:before {
    -webkit-mask-image: url(../images/icons/icon-black-search.svg);
    mask-image: url(../images/icons/icon-black-search.svg);
    -webkit-mask-size: 23px 23px;
    mask-size: 23px 23px;
}

@media (min-width: 768px) {
    .header__nav__submenu__item--search .header__nav__submenu__item__link:before {
        -webkit-mask-size: 26px 26px;
        mask-size: 26px 26px;
    }
}

@media (min-width: 1240px) {
    .header__nav__submenu__item--search .header__nav__submenu__item__link:before {
        -webkit-mask-size: 28px 28px;
        mask-size: 28px 28px;
    }
}

@media (max-width: 991px) {
    .header__nav__submenu__item--cart {
        display: none;
    }
}

.header__nav__submenu__item__cart {
    color: inherit;
    display: block;
    font-size: 0.5rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 4px 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .header__nav__submenu__item__cart {
        font-size: var(--fs12);
        padding: 4px 0;
    }
}

@media (min-width: 992px) {
    .header__nav__submenu__item__cart {
        font-size: var(--fs14);
        font-weight: inherit;
        letter-spacing: 0.1em;
    }
}

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

.header__nav__submenu__item__cart:before {
    background-color: var(--color-text);
    content: "";
    display: block;
    height: 24px;
    margin: 0 0 8px;
    -webkit-mask-image: url(../images/icons/icon-black-cart.svg);
    mask-image: url(../images/icons/icon-black-cart.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 26px 23px;
    mask-size: 26px 23px;
    min-width: 36px;
    text-align: center;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .header__nav__submenu__item__cart:before {
        height: 27px;
        -webkit-mask-size: 29px 26px;
        mask-size: 29px 26px;
    }
}

@media (min-width: 992px) {
    .header__nav__submenu__item__cart:before {
        margin: 0 0 8px;
    }
}

@media (min-width: 1240px) {
    .header__nav__submenu__item__cart:before {
        height: 30px;
        -webkit-mask-size: 32px 28px;
        mask-size: 32px 28px;
    }
}

.header__nav__submenu__item__cart__badge {
    align-items: center;
    background-color: var(--color-theme);
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs11);
    height: 18px;
    justify-content: center;
    letter-spacing: 0;
    min-width: 18px;
    padding: 0 0.3em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: auto;
    z-index: 1;
}

@media (min-width: 992px) {
    .header__nav__submenu__item__cart__badge {
        right: -2px;
        top: -2px;
    }
}

.header__nav__submenu__item__cart:focus {
    color: var(--color-theme);
}

.header__nav__submenu__item__cart:focus:before {
    background-color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__submenu__item__cart:hover {
        color: var(--color-theme);
    }

    .header__nav__submenu__item__cart:hover:before {
        background-color: var(--color-theme);
    }
}

.header__nav__menu {
    display: none;
}

@media (min-width: 992px) {
    .header__nav__menu {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        gap: 36px;
        justify-content: flex-end;
    }
}

@media (min-width: 1240px) {
    .header__nav__menu {
        gap: 48px;
    }
}

.header__nav__menu__item {
    padding: 0 0 28px;
    position: relative;
}

.header__nav__menu__item > a, .header__nav__menu__item > button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    display: block;
    font-size: var(--fs14);
    font-weight: inherit;
    letter-spacing: 0.2em;
    line-height: 1.2;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 1240px) {
    .header__nav__menu__item > a, .header__nav__menu__item > button {
        font-size: var(--fs16);
    }
}

.header__nav__menu__item > a:focus, .header__nav__menu__item > button:focus {
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item > a:hover, .header__nav__menu__item > button:hover {
        color: var(--color-theme);
    }
}

.header__nav__menu__item__sub {
    display: none;
    left: 50%;
    padding: 0 12px 12px;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.header__nav__menu__item__sub-inner {
    background-color: rgba(255, 255, 255, 0.79);
    padding: 16px 12px 20px;
}

.header__nav__menu__item__sub__item {
    margin: 0 0 12px;
}

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

.header__nav__menu__item__sub__item a {
    color: inherit;
    display: block;
    font-size: var(--fs14);
    letter-spacing: 0.025em;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

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

.header__nav__menu__item__sub__item a:focus {
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item__sub__item a:hover {
        color: var(--color-theme);
    }
}

.header__nav__menu__item:has(.header__nav__menu__item__sub) button:after {
    background-image: url(../images/commons/com-header-menu-triangle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -18px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.header__nav__menu__item:has(.header__nav__menu__item__sub) button.-active:after {
    background-color: var(--color-theme);
    transform: translateY(3px);
}

.header__nav__burger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: var(--color-text);
    cursor: pointer;
    display: block;
    font-weight: 500;
    height: 57.4px;
    left: auto;
    margin: auto;
    padding: 10px 0 8px;
    position: absolute;
    right: 5px;
    top: 8px;
    width: 48px;
    z-index: 100;
}

@media (min-width: 768px) {
    .header__nav__burger {
        height: 58.4px;
        right: 19px;
    }
}

@media (min-width: 992px) {
    .header__nav__burger {
        display: none;
    }
}

.header__nav__burger__box {
    display: block;
    height: 17px;
    margin: 0 auto 10px;
    position: relative;
    width: 26px;
}

@media (min-width: 768px) {
    .header__nav__burger__box {
        height: 17px;
        margin: 0 auto 11px;
        width: 32px;
    }
}

.header__nav__burger__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__nav__burger__box__line {
        margin: 0px 0 0;
        top: 0.5px;
    }
}

.header__nav__burger__box__line, .header__nav__burger__box__line:before, .header__nav__burger__box__line:after {
    background-color: var(--color-theme);
    height: 1px;
    position: absolute;
    width: 26px;
}

@media (min-width: 768px) {
    .header__nav__burger__box__line, .header__nav__burger__box__line:before, .header__nav__burger__box__line:after {
        height: 1px;
        width: 32px;
    }
}

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

.header__nav__burger__box__line:before {
    top: 8px;
    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: 8px;
    }
}

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

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

.header__nav__burger.-active .header__nav__burger__box__line {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

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

.header__nav__burger.-active .header__nav__burger__box__line:before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-3.7142857143px, -7px, 0);
}

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

.header__nav__burger.-active .header__nav__burger__box__line:after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

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

.header__nav__burger__label {
    display: block;
    font-size: var(--fs10);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

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

.gcontact {
    bottom: -6px;
    left: 0;
    padding: 0 16px 0 0;
    position: absolute;
    right: auto;
    top: auto;
    width: var(--global-contact-width);
    z-index: 98;
}

@media (max-width: 991px) {
    .gcontact {
        position: fixed !important;
    }
}

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

@media (min-width: 992px) {
    .gcontact {
        bottom: auto;
        left: auto;
        right: 20px;
        top: 100svh;
        transform: translateY(-100%);
    }
}

@media (min-width: 992px) {
    .gcontact--fixed {
        bottom: 50%;
        position: fixed;
        top: auto;
        transform: translateY(50%);
    }
}

.gcontact a {
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.gcontact a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .gcontact a:hover {
        opacity: 0.65;
    }
}

.mbnav {
    background-color: #f4f2ee;
    bottom: 0;
    display: none;
    left: 0;
    padding: var(--header-height) 0 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
}

@media (min-width: 992px) {
    .mbnav {
        display: none !important;
    }
}

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

.mbnav-scroller-container {
    padding: 0;
}

.mbnav__menu__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.mbnav__menu__item > a, .mbnav__menu__item > button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    display: block;
    font-size: var(--fs16);
    font-weight: inherit;
    letter-spacing: 0.2em;
    line-height: 1.2;
    padding: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

.mbnav__menu__item > a:focus, .mbnav__menu__item > button:focus {
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__menu__item > a:hover, .mbnav__menu__item > button:hover {
        color: var(--color-theme);
    }
}

.mbnav__menu__item__sub {
    background-color: #ffffff;
    display: none;
}

.mbnav__menu__item__sub__item {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.mbnav__menu__item__sub__item a {
    color: inherit;
    display: block;
    font-size: var(--fs16);
    letter-spacing: 0.025em;
    line-height: 1.2;
    padding: 16px 16px 16px 40px;
    text-align: left;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.mbnav__menu__item__sub__item a:focus {
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__menu__item__sub__item a:hover {
        color: var(--color-theme);
    }
}

.mbnav__menu__item:has(.mbnav__menu__item__sub) button {
    padding-right: 44px;
}

.mbnav__menu__item:has(.mbnav__menu__item__sub) button:after {
    background-image: url(../images/commons/com-header-menu-triangle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 10px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.mbnav__menu__item:has(.mbnav__menu__item__sub) button.-active:after {
    transform: rotate(-90deg);
}

.mbnav__cart {
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
    padding: 30px 20px;
}

.mbnav__cart a {
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    gap: 12px;
    height: 40px;
    justify-content: center;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 375px;
    text-decoration: none;
    transition: border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, 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;
    width: 100%;
}

.mbnav__cart a:before {
    background-color: var(--color-text);
    content: "";
    height: 26px;
    -webkit-mask-image: url(../images/icons/icon-black-cart.svg);
    mask-image: url(../images/icons/icon-black-cart.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 29px;
}

.mbnav__cart a:focus {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
    color: #ffffff;
}

.mbnav__cart a:focus:before {
    background-color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__cart a:hover {
        background-color: var(--color-theme);
        border-color: var(--color-theme);
        color: #ffffff;
    }

    .mbnav__cart a:hover:before {
        background-color: #ffffff;
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    padding: 50px 0 20px;
}

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

.footer-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 16px;
    width: 100%;
}

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

.footer__main {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 30px 50px;
}

@media (min-width: 992px) {
    .footer__main {
        align-items: stretch;
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer__main__info {
    flex-grow: 0;
    flex-shrink: 0;
    width: 200px;
}

@media (min-width: 1240px) {
    .footer__main__info {
        width: 330px;
    }
}

.footer__main__info__logo {
    align-self: flex-end;
    font-size: var(--fs10);
    margin: 0 0 24px;
    text-align: center;
}

.footer__main__info__logo a {
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.footer__main__info__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__info__logo a:hover {
        opacity: 0.65;
    }
}

.footer__main__info__company__name {
    font-size: var(--fs15);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 4px;
    text-align: center;
}

@media (min-width: 1240px) {
    .footer__main__info__company__name {
        font-size: var(--fs17);
    }
}

.footer__main__info__company__address {
    display: block;
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

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

.footer__main__nav {
    width: 100%;
}

@media (min-width: 992px) {
    .footer__main__nav {
        padding: 8px 0 0;
        width: auto;
    }
}

@media (min-width: 1240px) {
    .footer__main__nav {
        padding: 16px 0 0;
    }
}

.footer__main__nav__menu {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 auto 36px;
    max-width: 420px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__main__nav__menu {
        flex-wrap: nowrap;
        gap: 28px;
        margin: 0 0 36px;
        max-width: none;
        width: auto;
    }
}

@media (min-width: 992px) {
    .footer__main__nav__menu {
        justify-content: flex-end;
    }
}

.footer__main__nav__menu__item {
    width: calc(33.33333% - 13.33333px);
}

@media (min-width: 768px) {
    .footer__main__nav__menu__item {
        width: auto;
    }
}

.footer__main__nav__menu__item > a, .footer__main__nav__menu__item > span {
    color: inherit;
    display: block;
    font-size: var(--fs13);
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .footer__main__nav__menu__item > a, .footer__main__nav__menu__item > span {
        font-size: var(--fs14);
    }
}

@media (min-width: 1240px) {
    .footer__main__nav__menu__item > a, .footer__main__nav__menu__item > span {
        font-size: var(--fs16);
    }
}

.footer__main__nav__menu__item > a:before, .footer__main__nav__menu__item > span:before {
    background-color: var(--color-theme);
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: auto;
    transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 0;
    z-index: 0;
}

.footer__main__nav__menu__item > a:focus:before {
    width: 100%;
}

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

.footer__main__nav__menu__item:not(:has(.footer__main__nav__menu__item__sub)) > a {
    padding: 0 18px 0 0;
}

@media (min-width: 1240px) {
    .footer__main__nav__menu__item:not(:has(.footer__main__nav__menu__item__sub)) > a {
        margin-right: 16px;
    }
}

.footer__main__nav__menu__item:not(:has(.footer__main__nav__menu__item__sub)) > a:after {
    background-image: url(../images/commons/com-foomter-menu-triangle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 10px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 4px;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 8px;
}

@media (min-width: 768px) {
    .footer__main__nav__menu__item:not(:has(.footer__main__nav__menu__item__sub)) > a:after {
        height: 12px;
        width: 10px;
    }
}

.footer__main__nav__menu__item:not(:has(.footer__main__nav__menu__item__sub)) > a:focus:after {
    transform: translateX(3px);
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__nav__menu__item:not(:has(.footer__main__nav__menu__item__sub)) > a:hover:after {
        transform: translateX(3px);
    }
}

.footer__main__nav__menu__item__sub {
    padding: 12px 0 0;
}

.footer__main__nav__menu__item__sub__item {
    margin: 0 0 12px;
}

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

.footer__main__nav__menu__item__sub__item a {
    color: inherit;
    display: block;
    font-size: var(--fs13);
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .footer__main__nav__menu__item__sub__item a {
        font-size: var(--fs14);
    }
}

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

.footer__main__nav__menu__item__sub__item a:before {
    background-color: var(--color-theme);
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: auto;
    transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 0;
    z-index: 0;
}

.footer__main__nav__menu__item__sub__item a:focus:before {
    width: 100%;
}

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

.footer__main__nav__submenu {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 12px 20px;
    justify-content: center;
    margin: 0 0 36px;
}

@media (min-width: 768px) {
    .footer__main__nav__submenu {
        align-items: stretch;
        flex-direction: row;
        gap: 28px;
    }
}

@media (min-width: 992px) {
    .footer__main__nav__submenu {
        justify-content: flex-end;
    }
}

.footer__main__nav__submenu__item a {
    color: inherit;
    display: block;
    font-size: var(--fs13);
    line-height: 1.2;
    padding: 0 18px 0 0;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .footer__main__nav__submenu__item a {
        font-size: var(--fs14);
    }
}

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

.footer__main__nav__submenu__item a:before {
    background-color: var(--color-theme);
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: auto;
    transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 0;
    z-index: 0;
}

.footer__main__nav__submenu__item a:after {
    background-image: url(../images/commons/com-foomter-menu-triangle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 10px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 4px;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 8px;
}

@media (min-width: 768px) {
    .footer__main__nav__submenu__item a:after {
        height: 12px;
        width: 10px;
    }
}

.footer__main__nav__submenu__item a:focus:before {
    width: 100%;
}

.footer__main__nav__submenu__item a:focus:after {
    transform: translateX(3px);
}

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

    .footer__main__nav__submenu__item a:hover:after {
        transform: translateX(3px);
    }
}

.footer__copyright {
    display: block;
    font-size: var(--fs10);
    font-weight: inherit;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
}

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

@media (min-width: 992px) {
    .footer__copyright {
        text-align: right;
    }
}

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