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

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

html {
    overflow-y: scroll;
}

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

body {
    color: #333333;
    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);
    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;
}

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

a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

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 buttonArrow {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}
/* --------------------
 Layout
-------------------- */
.layout {
    container: container-layout/inline-size;
    overflow-x: clip;
}

.main {
    margin: 0 auto 50px;
    max-width: calc(1200px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.main:has(.detail) {
    max-width: 100%;
    padding: 0;
}

/* --------------------
 Commons
-------------------- */
.com-banner {
    background-color: #efefef;
    padding: 11.1111111111vw 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 var(--c-pad);
    position: relative;
    width: 100%;
}

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

.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;
    width: 100%;
}

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

.com-banner__item__link__angle {
    background-color: #000000;
    border-radius: 50%;
    bottom: 3.3333333333vw;
    display: block;
    height: 5vw;
    overflow: hidden;
    position: absolute;
    right: 3.3333333333vw;
    transition: background-color 0.35s var(--cubic) 0s;
    width: 5vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-banner__item__link__angle {
        bottom: 20px;
        height: 26px;
        right: 20px;
        width: 26px;
    }
}

.com-banner__item__link__angle:before {
    background-color: #ffffff;
    bottom: 0.2777777778vw;
    content: "";
    display: block;
    height: 1.2962962963vw;
    left: 0;
    margin: auto 0;
    -webkit-mask-image: url(https://file001.shop-pro.jp/PA01517/739/assets/images/commons/com-button-angle-right.svg);
    mask-image: url(https://file001.shop-pro.jp/PA01517/739/assets/images/commons/com-button-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 0.35s var(--cubic) 0s;
    width: 3.8888888889vw;
}

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

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

.com-banner__item__link:focus .com-banner__item__link__angle {
    background-color: #ffffff;
}

.com-banner__item__link:focus .com-banner__item__link__angle:before {
    animation: buttonArrow var(--duration) ease-in-out 0s 1 normal backwards;
    background-color: #000000;
}

@media (hover: hover) and (pointer: fine) {
    .com-banner__item__link:hover .com-banner__item__link__angle {
        background-color: #ffffff;
    }

    .com-banner__item__link:hover .com-banner__item__link__angle:before {
        animation: buttonArrow var(--duration) ease-in-out 0s 1 normal backwards;
        background-color: #000000;
    }
}

.com-banner__item__link--mailmagazine .com-banner__item__link__angle {
    background-color: #ffffff;
}

.com-banner__item__link--mailmagazine .com-banner__item__link__angle:before {
    background-color: #000000;
}

.com-banner__item__link--mailmagazine:focus .com-banner__item__link__angle {
    background-color: #000000;
}

.com-banner__item__link--mailmagazine:focus .com-banner__item__link__angle:before {
    background-color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .com-banner__item__link--mailmagazine:hover .com-banner__item__link__angle {
        background-color: #000000;
    }

    .com-banner__item__link--mailmagazine:hover .com-banner__item__link__angle:before {
        background-color: #ffffff;
    }
}

.com-guide {
    margin: 0 auto;
    max-width: calc(1100px + var(--c-pad)*2);
    padding: 19.4444444444vw var(--c-pad) 16.6666666667vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .com-guide {
        padding: 70px var(--c-pad) 60px;
    }
}

.com-guide:before {
    background-image: url(https://file001.shop-pro.jp/PA01517/739/assets/images/icons/icon-black-book.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 12vw;
    margin: 0 auto 8.3333333333vw;
    width: 10vw;
}

@media (min-width: 768px) {
    .com-guide:before {
        height: 48px;
        margin: 0 auto 30px;
        width: 40px;
    }
}

.com-guide-container {
    border: 0.2777777778vw solid #000000;
    border-radius: 3.3333333333vw;
    padding: 27.7777777778vw 8.3333333333vw 11.1111111111vw;
    position: relative;
}

@media (min-width: 768px) {
    .com-guide-container {
        border-radius: 12px;
        border-width: 2px;
        padding: 100px var(--c-pad) 60px;
    }
}

.com-guide__title {
    background-color: #ffffff;
    font-size: var(--fs10);
    left: 0;
    margin: 0 auto;
    padding: 0 3.3333333333vw;
    position: absolute;
    right: 0;
    text-align: center;
    top: -3.6111111111vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-guide__title {
        padding: 0 12px;
        top: -13px;
    }
}

.com-guide__title__en {
    font-size: var(--fs10);
    line-height: 1.2;
    margin: 0 0 2.7777777778vw;
}

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

.com-guide__title__en img {
    height: 5.5555555556vw;
    width: auto;
}

@media (min-width: 768px) {
    .com-guide__title__en img {
        height: 24px;
    }
}

.com-guide__title__ja {
    font-size: 3.6111111111vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0;
}

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

.com-guide__menu {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    gap: 12.7777777778vw 8.8888888889vw;
    justify-content: center;
}

@media (min-width: 768px) {
    .com-guide__menu {
        flex-direction: row;
        gap: 28px 32px;
    }
}

.com-guide__menu a {
    color: inherit;
    display: block;
    font-size: 5.5555555556vw;
    letter-spacing: 0.06em;
    line-height: 1.34;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
}

@media (min-width: 768px) {
    .com-guide__menu a {
        font-size: var(--fs16);
    }
}

.com-guide__menu a:after {
    background-color: currentColor;
    bottom: -1.6666666667vw;
    content: "";
    display: block;
    height: 0.2777777778vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    transition: width 0.35s var(--cubic) 0s;
    width: 0%;
}

@media (min-width: 768px) {
    .com-guide__menu a:after {
        bottom: -6px;
        height: 1px;
    }
}

.com-guide__menu a:focus:after {
    width: 100%;
}

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

/* --------------------
 Header
-------------------- */
.header {
    position: relative;
    z-index: 98;
}

.header__main {
    align-items: center;
    background-color: #333333;
    display: flex;
    flex-flow: row nowrap;
    height: 82px;
    justify-content: space-between;
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 992px) {
    .header__main {
        height: 100px;
    }
}

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

.header__main__logo {
    flex: 0 0 160px;
}

@media (min-width: 768px) {
    .header__main__logo {
        flex: 0 0 240px;
    }
}

@media (min-width: 992px) {
    .header__main__logo {
        flex: 0 0 277px;
    }
}

.header__main__logo a {
    display: block;
    text-decoration: none;
}

.header__main__nav {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: flex-end;
    padding: 0 30px 0 0;
}

@media (min-width: 768px) {
    .header__main__nav {
        gap: 20px;
        padding: 0 36px 0 0;
    }
}

@media (min-width: 992px) {
    .header__main__nav {
        gap: 32px;
        padding: 4px 8px 0 0;
    }
}

.header__main__nav__menu {
    display: none;
}

@media (min-width: 992px) {
    .header__main__nav__menu {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 32px;
        justify-content: center;
    }
}

.header__main__nav__menu a {
    color: #ffffff;
    display: block;
    font-size: var(--fs16);
    letter-spacing: 0.18em;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
}

.header__main__nav__menu a:after {
    background-color: #ffffff;
    bottom: -6px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    transition: width 0.35s var(--cubic) 0s;
    width: 0%;
}

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

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

.header__main__nav__submenu {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    justify-content: flex-end;
}

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

.header__main__nav__submenu__user {
    color: #ffffff;
    display: block;
    font-size: var(--fs10);
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
}

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

.header__main__nav__submenu__user:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 24px;
    margin: 0;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 34"><circle cx="17" cy="17" r="15.72" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/><circle cx="17" cy="16.16" r="7.13" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/><path d="M7.99 30.21c0-3.39 1.87-6.34 4.63-7.88M21.01 22.13c2.97 1.48 5.01 4.54 5.01 8.08" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 34"><circle cx="17" cy="17" r="15.72" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/><circle cx="17" cy="16.16" r="7.13" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/><path d="M7.99 30.21c0-3.39 1.87-6.34 4.63-7.88M21.01 22.13c2.97 1.48 5.01 4.54 5.01 8.08" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/></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 var(--cubic) 0s;
    width: 24px;
}

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

.header__main__nav__submenu__user span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 1px;
}

.header__main__nav__submenu__user:focus:before {
    background-color: #bababa;
}

.header__main__nav__submenu__user:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .header__main__nav__submenu__user:hover:before {
        background-color: #bababa;
    }

    .header__main__nav__submenu__user:hover:after {
        width: 100%;
    }
}

.header__main__nav__submenu__cart {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs10);
    gap: 0;
    line-height: 1.2;
    padding: 0;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .header__main__nav__submenu__cart {
        align-items: flex-start;
        padding: 0 13px;
    }
}

@media (min-width: 992px) {
    .header__main__nav__submenu__cart {
        transform: translateY(8px);
    }
}

.header__main__nav__submenu__cart__title {
    display: block;
    text-align: center;
}

.header__main__nav__submenu__cart__title:before {
    background-image: url(https://file001.shop-pro.jp/PA01517/739/assets/images/icons/icon-white-cart.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 20px;
}

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

@media (min-width: 992px) {
    .header__main__nav__submenu__cart__title:before {
        height: 32px;
        margin: 0 auto 8px;
        width: 32px;
    }
}

.header__main__nav__submenu__cart__title span {
    display: none;
}

@media (min-width: 992px) {
    .header__main__nav__submenu__cart__title span {
        display: block;
        font-size: var(--fs10);
        font-weight: 400;
        letter-spacing: 0.06em;
        transform: scale(0.9) translateX(0.25em);
    }
}

.header__main__nav__submenu__cart:has(.header__main__nav__submenu__cart__badge) {
    padding: 0 30px 0 0;
}

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

.header__main__nav__submenu__cart__badge {
    align-items: center;
    background-color: #d8d8d8;
    border-radius: 6px;
    bottom: 0;
    color: #333333;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs12);
    font-weight: 700;
    height: 18px;
    justify-content: center;
    left: auto;
    letter-spacing: 0.06em;
    margin: auto 0;
    min-width: 22px;
    padding: 0 2px 0 calc(2px + 0.06em);
    position: absolute;
    right: 0;
    row-gap: 0;
    text-align: center;
    top: 0;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .header__main__nav__submenu__cart__badge {
        border-radius: 12px;
        bottom: auto;
        font-size: var(--fs16);
        height: 28px;
        min-width: 36px;
        padding: 0 6px 0 calc(6px + 0.06em);
        top: 0;
    }
}

@media (min-width: 992px) {
    .header__main__nav__submenu__cart__badge {
        font-size: var(--fs18);
        height: 32px;
        min-width: 32px;
        transform: translateY(4px);
    }
}

.header__main__nav__submenu__cart__badge:before {
    background-color: #d8d8d8;
    bottom: 0;
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: "";
    display: block;
    height: 6px;
    left: -5px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 6px;
}

@media (min-width: 768px) {
    .header__main__nav__submenu__cart__badge:before {
        height: 10px;
        left: -4px;
        width: 9px;
    }
}

.header__main__nav__submenu__cart:focus {
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .header__main__nav__submenu__cart:hover {
        color: #ffffff;
    }
}

.header__info {
    align-items: center;
    background-color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    height: 88px;
    justify-content: space-between;
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 992px) {
    .header__info {
        height: 120px;
    }
}

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

.header__info__logo {
    flex: 0 0 160px;
}

@media (min-width: 768px) {
    .header__info__logo {
        flex: 0 0 240px;
    }
}

@media (min-width: 992px) {
    .header__info__logo {
        flex: 0 0 272px;
    }
}

.header__info__logo a {
    display: block;
    text-decoration: none;
}

.header__info__nav {
    display: none;
}

@media (min-width: 992px) {
    .header__info__nav {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        flex-flow: row nowrap;
        gap: 20px;
        justify-content: flex-end;
        padding-right: 4px;
    }
}

@media (min-width: 992px) {
    .header__info__nav--has-cart {
        padding: 0 38px 0 0;
    }
}

.header__info__nav__status {
    font-size: var(--fs16);
    letter-spacing: 0.18em;
}

.header__info__nav__menu {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 32px;
    justify-content: flex-end;
}

.header__info__nav__menu__user {
    color: #333333;
    display: block;
    font-size: var(--fs10);
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
}

.header__info__nav__menu__user:before {
    background-color: #333333;
    content: "";
    display: block;
    height: 34px;
    margin: 0 auto 4px;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 34"><circle cx="17" cy="17" r="15.72" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/><circle cx="17" cy="16.16" r="7.13" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/><path d="M7.99 30.21c0-3.39 1.87-6.34 4.63-7.88M21.01 22.13c2.97 1.48 5.01 4.54 5.01 8.08" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 34"><circle cx="17" cy="17" r="15.72" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/><circle cx="17" cy="16.16" r="7.13" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/><path d="M7.99 30.21c0-3.39 1.87-6.34 4.63-7.88M21.01 22.13c2.97 1.48 5.01 4.54 5.01 8.08" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/></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 var(--cubic) 0s;
    width: 34px;
}

.header__info__nav__menu__user span {
    display: block;
    transform: scale(0.9) translateX(0.25em);
}

.header__info__nav__menu__user:focus:before {
    background-color: #bababa;
}

.header__info__nav__menu__user:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .header__info__nav__menu__user:hover:before {
        background-color: #bababa;
    }

    .header__info__nav__menu__user:hover:after {
        width: 100%;
    }
}

.gburger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: var(--c-pad);
    -webkit-tap-highlight-color: transparent;
    top: 32px;
    width: 18px;
    z-index: 100;
}

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

.gburger:before {
    content: "";
    display: block;
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    z-index: 1;
}

.gburger__box {
    display: block;
    height: 18px;
    margin: 0 auto;
    position: relative;
    width: 18px;
}

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

.gburger__box__line, .gburger__box__line:before, .gburger__box__line:after {
    background-color: #ffffff;
    height: 2px;
    position: absolute;
    width: 18px;
}

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

.gburger__box__line:before {
    top: 8px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

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

.gburger.-active .gburger__box__line {
    background-color: #ffffff;
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.gburger.-active .gburger__box__line:before {
    background-color: #ffffff;
    opacity: 0;
    transform: rotate(-45deg) translate3d(-2.5714285714px, -6px, 0);
}

.gburger.-active .gburger__box__line:after {
    background-color: #ffffff;
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.gbmenu {
    background-color: #333333;
    bottom: auto;
    display: none;
    height: 100svh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

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

.gbmenu__logo {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 82px;
    justify-content: stretch;
    padding: 0 var(--c-pad);
}

.gbmenu__logo a {
    display: block;
    text-decoration: none;
    width: 160px;
}

@media (min-width: 768px) {
    .gbmenu__logo a {
        width: 212px;
    }
}

.gbmenu-scroller {
    height: calc(100% - 82px);
    overflow-y: auto;
    padding: 0 var(--c-pad) 30px;
    width: 100%;
}

.gbmenu__menu {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    justify-content: center;
    margin: 0 0 30px;
    padding: 10px 0 0;
}

.gbmenu__menu__item {
    border-right: 1px solid #ffffff;
    flex: 0 0 50%;
}

.gbmenu__menu__item:last-child {
    border-right: none;
}

.gbmenu__menu__item__user {
    color: #ffffff;
    display: block;
    font-size: var(--fs10);
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.gbmenu__menu__item__user:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 34px;
    margin: 0 auto 8px;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 34"><circle cx="17" cy="17" r="15.72" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/><circle cx="17" cy="16.16" r="7.13" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/><path d="M7.99 30.21c0-3.39 1.87-6.34 4.63-7.88M21.01 22.13c2.97 1.48 5.01 4.54 5.01 8.08" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 34"><circle cx="17" cy="17" r="15.72" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/><circle cx="17" cy="16.16" r="7.13" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/><path d="M7.99 30.21c0-3.39 1.87-6.34 4.63-7.88M21.01 22.13c2.97 1.48 5.01 4.54 5.01 8.08" style="fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px;"/></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 var(--cubic) 0s;
    width: 34px;
}

.gbmenu__menu__item__user span {
    display: block;
    font-size: var(--fs10);
    font-weight: 400;
    letter-spacing: 0.06em;
    transform: scale(0.9) translateX(0.25em);
}

.gbmenu__menu__item__user:focus {
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .gbmenu__menu__item__user:hover {
        color: #ffffff;
    }
}

.gbmenu__menu__item__cart {
    align-items: flex-start;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs10);
    gap: 12px;
    line-height: 1.2;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.gbmenu__menu__item__cart__title {
    display: block;
    text-align: center;
}

.gbmenu__menu__item__cart__title:before {
    background-image: url(https://file001.shop-pro.jp/PA01517/739/assets/images/icons/icon-white-cart.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 32px;
    margin: 0 auto 8px;
    width: 32px;
}

.gbmenu__menu__item__cart__title span {
    display: block;
    font-size: var(--fs10);
    font-weight: 400;
    letter-spacing: 0.06em;
    transform: scale(0.9) translateX(0.25em);
}

.gbmenu__menu__item__cart__badge {
    align-items: center;
    background-color: #d8d8d8;
    border-radius: 12px;
    color: #333333;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    font-weight: 700;
    height: 32px;
    justify-content: center;
    letter-spacing: 0.06em;
    min-width: 32px;
    padding: 0 6px 0 calc(6px + 0.06em);
    position: relative;
    text-align: center;
    transform: translateY(4px);
    width: -webkit-fit-content;
    width: fit-content;
}

.gbmenu__menu__item__cart__badge:before {
    background-color: #d8d8d8;
    bottom: 0;
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: "";
    display: block;
    height: 10px;
    left: -4px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 9px;
}

.gbmenu__menu__item__cart:focus {
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .gbmenu__menu__item__cart:hover {
        color: #ffffff;
    }
}

.gbmenu__guide {
    margin: 0 0 30px;
    position: relative;
}

.gbmenu__guide:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 31.2px;
    margin: 0 auto 30px;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 48"><polyline points="35.68 11.12 37.97 11.17 37.97 46.68 2.03 46.86" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/><polyline points="31.06 6.32 33.97 5.66 33.97 41.16 2.03 46.86" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/><line x1="8.51" y1="43.81" x2="8.51" y2="9.19" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/><polygon points="29.87 36.65 2.03 46.86 2.03 11.35 29.87 1.14 29.87 36.65" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/><polygon points="25.2 15.07 12.7 19.58 12.7 13.59 25.2 9.07 25.2 15.07" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/><line x1="25.2" y1="18.91" x2="12.7" y2="23.43" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/><line x1="25.2" y1="22.83" x2="12.7" y2="27.34" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 48"><polyline points="35.68 11.12 37.97 11.17 37.97 46.68 2.03 46.86" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/><polyline points="31.06 6.32 33.97 5.66 33.97 41.16 2.03 46.86" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/><line x1="8.51" y1="43.81" x2="8.51" y2="9.19" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/><polygon points="29.87 36.65 2.03 46.86 2.03 11.35 29.87 1.14 29.87 36.65" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/><polygon points="25.2 15.07 12.7 19.58 12.7 13.59 25.2 9.07 25.2 15.07" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/><line x1="25.2" y1="18.91" x2="12.7" y2="23.43" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/><line x1="25.2" y1="22.83" x2="12.7" y2="27.34" style="fill: none; stroke: %23231815; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.82px;"/></svg>');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 26px;
}

.gbmenu__guide-container {
    border: 2px solid #ffffff;
    border-radius: 12px;
    padding: 100px var(--c-pad) 60px;
    position: relative;
}

.gbmenu__guide__title {
    background-color: #333333;
    color: #ffffff;
    font-size: var(--fs10);
    left: 0;
    margin: 0 auto;
    padding: 0 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -10px;
    width: -webkit-fit-content;
    width: fit-content;
}

.gbmenu__guide__title__en {
    font-size: var(--fs10);
    line-height: 1.2;
    margin: 0 0 10px;
}

.gbmenu__guide__title__en img {
    height: 20px;
    width: auto;
}

@media (min-width: 768px) {
    .gbmenu__guide__title__en img {
        height: 24px;
    }
}

.gbmenu__guide__title__ja {
    font-size: var(--fs13);
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0;
}

.gbmenu__guide__menu {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    gap: 50px;
    justify-content: stretch;
    margin: 0;
}

.gbmenu__guide__menu a {
    color: #ffffff;
    display: block;
    font-size: var(--fs20);
    letter-spacing: 0.06em;
    line-height: 1.34;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
}

.gbmenu__guide__menu a:after {
    background-color: currentColor;
    bottom: -6px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    transition: width 0.35s var(--cubic) 0s;
    width: 0%;
}

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

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

.gbmenu__submenu {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    gap: 24px;
    justify-content: stretch;
}

.gbmenu__submenu a {
    color: #ffffff;
    display: block;
    font-size: var(--fs14);
    letter-spacing: 0.06em;
    line-height: 1.34;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
}

.gbmenu__submenu a:after {
    background-color: currentColor;
    bottom: -6px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    transition: width 0.35s var(--cubic) 0s;
    width: 0%;
}

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

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

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

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

.footer__menu {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 6.6666666667vw 2.2222222222vw;
    justify-content: flex-start;
    margin: 0 0 25vw;
}

@media (min-width: 768px) {
    .footer__menu {
        align-items: center;
        gap: 20px 28px;
        justify-content: center;
        margin: 0 0 50px;
    }
}

.footer__menu__item {
    flex: 0 0 calc(50% - 1.11111vw);
}

@media (min-width: 768px) {
    .footer__menu__item {
        flex: 0 0 auto;
    }
}

.footer__menu__item a {
    color: inherit;
    display: block;
    font-size: 3.8888888889vw;
    letter-spacing: 0.18em;
    line-height: 1.77 2;
    position: relative;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
}

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

.footer__menu__item a:after {
    background-color: currentColor;
    bottom: -1.6666666667vw;
    content: "";
    display: block;
    height: 0.2777777778vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    transition: width 0.35s var(--cubic) 0s;
    width: 0%;
}

@media (min-width: 768px) {
    .footer__menu__item a:after {
        bottom: -6px;
        height: 1px;
    }
}

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

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

.footer__logo {
    margin: 0 0 19.4444444444vw;
    text-align: center;
}

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

.footer__logo a {
    text-decoration: none;
}

.footer__logo a img {
    width: 72.2222222222vw;
}

@media (min-width: 768px) {
    .footer__logo a img {
        width: 340px;
    }
}

.footer__copyright {
    color: #565656;
    display: block;
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

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

.info {
    margin: 13.8888888889vw 0;
}

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

.info__title {
    font-size: 6.6666666667vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 2.2222222222vw;
    text-align: center;
}

@media (min-width: 768px) {
    .info__title {
        font-size: var(--fs28);
        margin: 0 0 8px;
    }
}

.info__content p {
    font-size: 3.8888888889vw;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 0 0 1.5em;
    text-align: center;
}

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

.info__content p:last-child {
    margin-bottom: 0;
}

.banner {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .banner {
        margin: 0 0 0 50%;
        transform: translateX(-50%);
        width: 100cqw;
    }
}

.banner #js-banner-slider {
    --f-carousel-gap: 36px;
    --f-carousel-slide-width: 100%;
}

@media (min-width: 768px) {
    .banner #js-banner-slider {
        --f-carousel-slide-width: 260px;
    }
}

@media (min-width: 1240px) {
    .banner #js-banner-slider {
        --f-carousel-slide-width: 300px;
    }
}

@media (max-width: 767px) {
    .banner .f-carousel__viewport {
        display: block;
    }
}

@media (max-width: 767px) {
    .banner .f-carousel__slide {
        margin: 0 0 30px;
    }

    .banner .f-carousel__slide:last-child {
        margin-bottom: 0;
    }
}

.banner__item {
    aspect-ratio: 1/1;
    border-radius: 10px;
    color: inherit;
    container: banner/inline-size;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.banner__item img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.banner__item__angle {
    background-color: #000000;
    border-radius: 50%;
    bottom: 10.7042253521cqw;
    display: block;
    height: 5.6338028169cqw;
    overflow: hidden;
    position: absolute;
    right: 6.7605633803cqw;
    transition: background-color 0.35s var(--cubic) 0s;
    width: 5.6338028169cqw;
    z-index: 1;
}

.banner__item__angle:before {
    background-color: #ffffff;
    bottom: 0.5633802817cqw;
    content: "";
    display: block;
    height: 1.4084507042cqw;
    left: 0;
    margin: auto 0;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 5"><polyline points="0 4.19 13.68 4.19 10.26 .77" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 5"><polyline points="0 4.19 13.68 4.19 10.26 .77" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/></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 0.35s var(--cubic) 0s;
    width: 4.2253521127cqw;
}

.banner__item:focus .banner__item__angle {
    background-color: #ffffff;
}

.banner__item:focus .banner__item__angle:before {
    animation: buttonArrow var(--duration) ease-in-out 0s 1 normal backwards;
    background-color: #000000;
}

@media (hover: hover) and (pointer: fine) {
    .banner__item:hover .banner__item__angle {
        background-color: #ffffff;
    }

    .banner__item:hover .banner__item__angle:before {
        animation: buttonArrow var(--duration) ease-in-out 0s 1 normal backwards;
        background-color: #000000;
    }
}

.banner__item--1 .banner__item__angle {
    background-color: #aa0202;
}

.banner__item--3 .banner__item__angle {
    background-color: #fcad11;
}

.banner__item--4 .banner__item__angle {
    right: 40px;
}

.product {
    margin: 0 auto 50px;
}

.product__title {
    font-size: 6.6666666667vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .product__title {
        font-size: var(--fs28);
        margin: 0 0 40px;
    }
}

.product__search {
    font-size: 6.6666666667vw;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .product__search {
        font-size: var(--fs28);
        margin: 0 0 40px;
    }
}

.product__search__title {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0;
}

.product__category {
    font-size: 6.6666666667vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .product__category {
        font-size: var(--fs28);
        margin: 0 0 40px;
    }
}

.product__nocategory p {
    font-size: 3.8888888889vw;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 0 0 1.5em;
}

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

.product__nocategory p:last-child {
    margin-bottom: 0;
}

.product__noresult p {
    font-size: 4.4444444444vw;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 0 0 1.5em;
    text-align: center;
}

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

.product__noresult p:last-child {
    margin-bottom: 0;
}

.product__content {
    font-size: 3.8888888889vw;
    line-height: 1.8;
    margin: 0 0 5.5555555556vw;
}

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

.product__content p {
    font-size: inherit;
    letter-spacing: 0.06em;
    line-height: inherit;
    margin: 0 0 1.5em;
}

.product__content p:last-child {
    margin-bottom: 0;
}

.product__subcategory {
    margin: 0 0 11.1111111111vw;
}

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

.product__subcategory__selector {
    display: block;
    position: relative;
}

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

.product__subcategory__selector:after {
    background-image: url(https://file001.shop-pro.jp/PA01517/739/assets/images/icons/icon-angle-bottom-lightgray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 13px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 0;
    width: 15px;
    z-index: 1;
}

.product__subcategory__selector select {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    box-shadow: none;
    color: #333333;
    cursor: pointer;
    font-size: var(--fs16);
    font-weight: 400;
    height: 50px;
    line-height: 1.2;
    padding: 14px 41px 14px 10px;
    width: 100%;
}

.product__subcategory__selector select::-ms-expand {
    display: none;
}

.product__subcategory__list {
    display: none;
}

@media (min-width: 768px) {
    .product__subcategory__list {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        gap: 8px 0;
        justify-content: flex-start;
        margin: 0;
    }
}

.product__subcategory__list__item {
    font-size: var(--fs10);
    line-height: 1;
    padding: 0 16px 4px;
    position: relative;
}

.product__subcategory__list__item:after {
    background-color: #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 2px;
}

.product__subcategory__list__item a {
    color: inherit;
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    transition: color 0.35s var(--cubic) 0s, -webkit-text-decoration-color 0.35s var(--cubic) 0s;
    transition: color 0.35s var(--cubic) 0s, text-decoration-color 0.35s var(--cubic) 0s;
    transition: color 0.35s var(--cubic) 0s, text-decoration-color 0.35s var(--cubic) 0s, -webkit-text-decoration-color 0.35s var(--cubic) 0s;
}

.product__subcategory__list__item a.-active {
    color: #aa0202;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.product__subcategory__list__item a:focus {
    color: #aa0202;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

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

.product__nav {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 2.7777777778vw 4.4444444444vw;
    justify-content: center;
    padding: 15.2777777778vw 0;
}

@media (min-width: 768px) {
    .product__nav {
        gap: 16px;
        padding: 55px 0;
    }
}

.product__nav__selector {
    display: block;
    flex: 0 0 100%;
    position: relative;
}

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

.product__nav__selector:after {
    background-image: url(https://file001.shop-pro.jp/PA01517/739/assets/images/icons/icon-angle-bottom-lightgray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 3.6111111111vw;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 5.5555555556vw;
    top: 0;
    width: 4.1666666667vw;
    z-index: 1;
}

.product__nav__selector select {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 0.2777777778vw solid #d8d8d8;
    border-radius: 3.3333333333vw;
    box-shadow: none;
    color: #333333;
    cursor: pointer;
    font-size: 4.4444444444vw;
    font-weight: 400;
    height: 13.8888888889vw;
    line-height: 1.2;
    padding: 3.8888888889vw 11.3888888889vw 3.8888888889vw 2.7777777778vw;
    width: 100%;
}

.product__nav__selector select::-ms-expand {
    display: none;
}

.product__nav__menu {
    display: none;
}

@media (min-width: 768px) {
    .product__nav__menu {
        align-items: center;
        display: flex;
        flex: 0 1 auto;
        flex-flow: row nowrap;
    }
}

.product__nav__menu__item {
    font-size: var(--fs10);
    line-height: 1;
    padding: 0 16px 4px;
    position: relative;
}

.product__nav__menu__item:after {
    background-color: #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}

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

.product__nav__menu__item a {
    color: inherit;
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    transition: color 0.35s var(--cubic) 0s, -webkit-text-decoration-color 0.35s var(--cubic) 0s;
    transition: color 0.35s var(--cubic) 0s, text-decoration-color 0.35s var(--cubic) 0s;
    transition: color 0.35s var(--cubic) 0s, text-decoration-color 0.35s var(--cubic) 0s, -webkit-text-decoration-color 0.35s var(--cubic) 0s;
}

.product__nav__menu__item a.-active {
    color: #aa0202;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.product__nav__menu__item a:focus {
    color: #aa0202;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

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

.product__nav__pickup {
    display: none;
}

@media (min-width: 768px) {
    .product__nav__pickup {
        align-items: center;
        display: flex;
        flex: 0 1 auto;
        flex-flow: row nowrap;
        gap: 24px;
    }
}

.product__nav__pickup a {
    align-items: center;
    background-color: #d8d8d8;
    border-radius: 12px;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    gap: 24px;
    height: 34px;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0;
    padding: 0px 24px 0 calc(24px + 0.06em);
    text-decoration: none;
    transition: background-color 0.35s var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.product__nav__pickup a:focus {
    background-color: #b7b7b7;
}

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

.product__nav__pickup a.product__nav__pickup__gift:before {
    background-image: url(https://file001.shop-pro.jp/PA01517/739/assets/images/icons/icon-gift.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 18px;
    margin: 0;
    width: 26px;
}

.product__nav__search {
    flex: 0 0 100%;
    position: relative;
}

@media (min-width: 768px) {
    .product__nav__search {
        flex: 0 0 330px;
    }
}

.product__nav__search form {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
}

.product__nav__search input {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #ffffff;
    border: 0.2777777778vw solid #d8d8d8;
    border-radius: 3.3333333333vw;
    font-size: 4.4444444444vw;
    height: 13.8888888889vw;
    line-height: 1.2;
    padding: 0 1.1111111111vw 0 11.1111111111vw;
    width: 100%;
}

.product__nav__search input::placeholder {
    color: #b7b7b7;
}

.product__nav__search input::-webkit-input-placeholder {
    color: #b7b7b7;
}

.product__nav__search input::-moz-placeholder {
    color: #b7b7b7;
}

.product__nav__search input:-ms-input-placeholder {
    color: #b7b7b7;
}

.product__nav__search input:-moz-placeholder {
    color: #b7b7b7;
}

@media (min-width: 768px) {
    .product__nav__search input {
        border-radius: 10px;
        border-width: 1px;
        font-size: var(--fs16);
        height: 34px;
        padding: 0 4px 0 40px;
    }
}

.product__nav__search button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-spacing: 0;
    bottom: 0;
    display: block;
    left: 0;
    padding: 0 0 0 1.1111111111vw;
    position: absolute;
    right: auto;
    top: 0;
    width: 9.4444444444vw;
}

@media (min-width: 768px) {
    .product__nav__search button {
        padding: 0 0 0 4px;
        width: 34px;
    }
}

.product__nav__search button:before {
    background-image: url(https://file001.shop-pro.jp/PA01517/739/assets/images/icons/icon-black-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 3.8888888889vw;
    margin: auto;
    width: 3.8888888889vw;
}

@media (min-width: 768px) {
    .product__nav__search button:before {
        height: 14px;
        width: 14px;
    }
}

.product__nav__search button span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 1px;
}

.product__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 44px 0;
    justify-content: flex-start;
    margin: 0 -2.7777777778vw;
}

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

.product__list__item {
    flex: 0 0 50%;
}

@media (min-width: 768px) {
    .product__list__item {
        border-right: 1px solid #333333;
        flex: 0 0 33.33333%;
    }
}

@media (max-width: 767px) {
    .product__list__item:nth-child(2n+1) {
        border-right: 1px solid #333333;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product__list__item:nth-child(3n+1) {
        border-left: 1px solid #333333;
    }
}

@media (min-width: 992px) {
    .product__list__item {
        flex: 0 0 25%;
    }

    .product__list__item:nth-child(4n+1) {
        border-left: 1px solid #333333;
    }
}

.product__list__item__link {
    color: inherit;
    display: block;
    height: 100%;
    padding: 8.3333333333vw 3.3333333333vw 8.8888888889vw;
    position: relative;
    text-decoration: none;
    width: 100%;
}

@media (min-width: 768px) {
    .product__list__item__link {
        min-height: 436px;
        padding: 12px 12px;
    }
}

.product__list__item__link__angle {
    background-color: #000000;
    border-radius: 50%;
    bottom: 2.2222222222vw;
    display: block;
    height: 4.4444444444vw;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: background-color 0.35s var(--cubic) 0s;
    width: 4.4444444444vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .product__list__item__link__angle {
        bottom: 0;
        height: 20px;
        left: auto;
        margin: 0;
        right: 8px;
        width: 20px;
    }
}

.product__list__item__link__angle:before {
    background-color: #ffffff;
    bottom: 0.5555555556vw;
    content: "";
    display: block;
    height: 1.1111111111vw;
    left: 0;
    margin: auto 0;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 5"><polyline points="0 4.19 13.68 4.19 10.26 .77" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 5"><polyline points="0 4.19 13.68 4.19 10.26 .77" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/></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;
    width: 3.3333333333vw;
}

@media (min-width: 768px) {
    .product__list__item__link__angle:before {
        bottom: 2px;
        height: 5px;
        width: 15px;
    }
}

.product__list__item__link__fig {
    align-items: center;
    aspect-ratio: 1/1;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 auto 5.5555555556vw;
    text-align: center;
    width: calc(100% - 4.44444vw);
}

@media (min-width: 768px) {
    .product__list__item__link__fig {
        margin: 0 auto 20px;
        width: calc(100% - 16px);
    }
}

.product__list__item__link__fig img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.35s var(--cubic) 0s;
}

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

.product__list__item__link__label {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: #d8be00;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 2.7777777778vw;
    font-weight: 700;
    justify-content: center;
    left: 2.2222222222vw;
    letter-spacing: 0.06em;
    line-height: 1.2;
    position: absolute;
    top: 0;
    width: 12.2222222222vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .product__list__item__link__label {
        font-size: var(--fs12);
        left: 30px;
        top: 8px;
        width: 57px;
    }
}

.product__list__item__link__new {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: #000f5b;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 2.7777777778vw;
    font-weight: 700;
    justify-content: center;
    left: 2.2222222222vw;
    letter-spacing: 0.06em;
    line-height: 1.2;
    position: absolute;
    top: 0;
    width: 12.2222222222vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .product__list__item__link__new {
        font-size: var(--fs12);
        left: 30px;
        top: 8px;
        width: 57px;
    }
}

.product__list__item__link__soldout {
    align-items: center;
    aspect-ratio: 1/1;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    justify-content: center;
    left: 0;
    letter-spacing: 0.06em;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 3.3333333333vw;
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .product__list__item__link__soldout {
        font-size: var(--fs20);
        top: 12px;
    }
}

.product__list__item__link__soldout:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 124 18"><g><path d="M.78,13s-.02-.08-.02-.12c0-.12.08-.18.2-.22l2.23-.53s.08-.02.1-.02c.12,0,.2.08.24.2.57,1.38,1.46,2.02,3.06,2.02s2.55-.49,2.55-1.66-.97-1.76-2.57-2.33l-1.38-.49c-2.51-.87-4.03-2.33-4.03-4.59C1.15,2.68,3.45.84,6.43.84c2.63,0,4.59,1.23,5.38,3.84.02.04.02.08.02.12,0,.1-.08.18-.2.22l-2.35.59s-.08.02-.12.02c-.1,0-.18-.08-.24-.2-.51-1.29-1.33-1.76-2.49-1.76-1.38,0-2.27.57-2.27,1.5s.81,1.62,2.65,2.23l1.11.38c2.85.93,4.23,2.29,4.23,4.88s-2.27,4.49-5.56,4.49c-2.93,0-4.98-1.42-5.81-4.15Z" style="fill: %23aa0202;"/><path d="M15.05,9.01c0-4.94,3.34-8.17,7.91-8.17s7.93,3.22,7.93,8.17-3.34,8.15-7.93,8.15-7.91-3.22-7.91-8.15ZM22.96,14.33c3.03,0,4.92-2.21,4.92-5.32s-1.9-5.34-4.92-5.34-4.92,2.23-4.92,5.34,1.92,5.32,4.92,5.32Z" style="fill: %23aa0202;"/><path d="M35,16.58V1.42c0-.18.1-.28.28-.28h2.33c.16,0,.28.1.28.28v12.68h7.57c.18,0,.28.12.28.28v2.21c0,.18-.1.28-.28.28h-10.18c-.18,0-.28-.1-.28-.28Z" style="fill: %23aa0202;"/><path d="M49.3,16.58V1.42c0-.18.1-.28.28-.28h5.22c5.22,0,7.95,2.91,7.95,7.87s-2.73,7.85-7.95,7.85h-5.22c-.18,0-.28-.1-.28-.28ZM59.74,9.01c0-3.3-1.78-5.14-5.26-5.14h-2.29v10.26h2.29c3.48,0,5.26-1.84,5.26-5.12Z" style="fill: %23aa0202;"/><path d="M74.33,9.01c0-4.94,3.34-8.17,7.91-8.17s7.93,3.22,7.93,8.17-3.34,8.15-7.93,8.15-7.91-3.22-7.91-8.15ZM82.24,14.33c3.03,0,4.92-2.21,4.92-5.32s-1.9-5.34-4.92-5.34-4.92,2.23-4.92,5.34,1.92,5.32,4.92,5.32Z" style="fill: %23aa0202;"/><path d="M93.94,10.45V1.42c0-.18.12-.28.28-.28h2.33c.18,0,.28.1.28.28v8.52c0,3.08,1.5,4.39,3.48,4.39s3.48-1.31,3.48-4.39V1.42c0-.18.12-.28.28-.28h2.35c.16,0,.28.1.28.28v9.04c0,5-3.3,6.7-6.39,6.7s-6.37-1.7-6.37-6.7Z" style="fill: %23aa0202;"/><path d="M115.23,16.58V3.87h-4.87c-.16,0-.26-.12-.26-.28V1.42c0-.18.1-.28.26-.28h12.6c.18,0,.28.1.28.28v2.18c0,.16-.1.28-.28.28h-4.83v12.72c0,.18-.12.28-.3.28h-2.33c-.16,0-.28-.1-.28-.28Z" style="fill: %23aa0202;"/></g></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4vw;
    margin: 0 auto;
    max-width: 34.4444444444vw;
    width: 100%;
}

@media (min-width: 768px) {
    .product__list__item__link__soldout:before {
        height: 18px;
        max-width: 124px;
    }
}

.product__list__item__link__soldout span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 1px;
}

.product__list__item__link__title {
    font-size: 3.6111111111vw;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 2.2222222222vw;
    text-align: center;
    word-break: break-all;
}

@media (min-width: 768px) {
    .product__list__item__link__title {
        font-size: var(--fs16);
        margin: 0 0 8px;
    }
}

.product__list__item__link__title img {
    display: none !important;
}

.product__list__item__link__tag {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 1.1111111111vw;
    justify-content: center;
    margin: 0 0 3.3333333333vw;
}

@media (min-width: 768px) {
    .product__list__item__link__tag {
        gap: 4px;
        margin: 0 0 20px;
    }
}

.product__list__item__link__tag span {
    background-color: #d8d8d8;
    border-radius: 2.7777777778vw;
    display: block;
    font-size: 2.7777777778vw;
    font-weight: 400;
    line-height: 1.4;
    padding: 0.5555555556vw 3.3333333333vw 0.2777777778vw;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .product__list__item__link__tag span {
        border-radius: 10px;
        font-size: var(--fs15);
        min-width: 106px;
        padding: 1px 12px 2px;
    }
}

.product__list__item__link__price {
    font-size: 3.0555555556vw;
    letter-spacing: 0.06em;
    line-height: 1.62;
    margin: 0;
    text-align: center;
    word-break: break-all;
}

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

.product__list__item__link:focus .product__list__item__link__angle {
    background-color: #aa0202;
}

.product__list__item__link:focus .product__list__item__link__angle:before {
    animation: buttonArrow var(--duration) ease-in-out 0s 1 normal backwards;
}

.product__list__item__link:focus .product__list__item__link__fig img {
    transform: scale(1.1);
}

@media (hover: hover) and (pointer: fine) {
    .product__list__item__link:hover .product__list__item__link__angle {
        background-color: #aa0202;
    }

    .product__list__item__link:hover .product__list__item__link__angle:before {
        animation: buttonArrow var(--duration) ease-in-out 0s 1 normal backwards;
    }

    .product__list__item__link:hover .product__list__item__link__fig img {
        transform: scale(1.1);
    }
}

.product__list__item:has(.product__list__item__link__soldout) .product__list__item__link__fig img {
    opacity: 0.3;
}

.product__pager {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 5.5555555556vw;
    justify-content: center;
    margin: 16.6666666667vw 0 0;
}

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

.product__pager__item {
    width: 200px;
}

.product__pager__item a, .product__pager__item span {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #333333;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    height: 40px;
    justify-content: center;
    letter-spacing: 0.08;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.product__pager__item span {
    opacity: 0.45;
    pointer-events: none;
}

.product__pager__item a {
    transition: background-color 0.35s var(--cubic) 0s, color 0.35s var(--cubic) 0s;
}

.product__pager__item a:focus {
    background-color: #333333;
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .product__pager__item a:hover {
        background-color: #333333;
        color: #ffffff;
    }
}

.detail {
    margin: 0 auto;
    padding: 3.3333333333vw 0 0;
    width: calc(100% - 40px);
}

@media (min-width: 768px) {
    .detail {
        border-top: 1px solid #000000;
        padding: 40px 0 0;
        width: calc(100% - var(--c-pad)*2);
    }
}

.detail-container {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 8.3333333333vw;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

@media (min-width: 768px) {
    .detail-container {
        flex-wrap: nowrap;
        gap: 30px;
    }
}

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

.detail__gallery {
    align-items: stretch;
    display: flex;
    flex: 0 0 100%;
    flex-flow: column nowrap;
    gap: 3.3333333333vw;
    justify-content: stretch;
}

@media (min-width: 768px) {
    .detail__gallery {
        flex: 0 0 46.1538461538%;
        gap: 20px;
    }
}

@media (min-width: 992px) {
    .detail__gallery {
        flex: 0 0 50%;
        flex-flow: row nowrap;
    }
}

@media (min-width: 1240px) {
    .detail__gallery {
        flex: 0 0 53.8461538462%;
    }
}

.detail__gallery__nav {
    align-items: stretch;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    gap: 2.2222222222vw;
    justify-content: center;
    order: 2;
    padding: 0 5.5555555556vw;
}

@media (min-width: 768px) {
    .detail__gallery__nav {
        gap: 8px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .detail__gallery__nav {
        flex: 0 0 100px;
        flex-flow: column nowrap;
        gap: 20px 8;
        justify-content: stretch;
        order: 1;
    }
}

@media (min-width: 1240px) {
    .detail__gallery__nav {
        flex: 0 0 140px;
    }
}

.detail__gallery__nav button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    transition: opacity 0.35s var(--cubic) 0s;
    width: calc(25% - 1.66667vw);
}

@media (min-width: 768px) {
    .detail__gallery__nav button {
        width: calc(25% - 6px);
    }
}

@media (min-width: 992px) {
    .detail__gallery__nav button {
        width: 100%;
    }
}

.detail__gallery__nav button:before {
    border: 1px solid #cecece;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.detail__gallery__nav button img {
    aspect-ratio: 140/190;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .detail__gallery__nav button:hover {
        opacity: 0.65;
    }
}

.detail__gallery__slider {
    flex: 0 0 auto;
    order: 1;
}

@media (min-width: 992px) {
    .detail__gallery__slider {
        flex: 1 1 auto;
        order: 2;
    }
}

.detail__gallery__slider .splide__slide img {
    width: 100%;
}

.detail__main {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .detail__main {
        flex: 0 0 calc(53.84615% - 30px);
    }
}

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

@media (min-width: 1240px) {
    .detail__main {
        flex: 0 0 calc(46.15385% - 50px);
    }
}

.detail__main__category {
    border-bottom: 0.2777777778vw solid #333333;
    border-top: 0.2777777778vw solid #333333;
    margin: 0 0 20px;
    padding: 3.3333333333vw 0;
}

@media (min-width: 768px) {
    .detail__main__category {
        border-bottom: none;
        border-top: none;
        padding: 0;
    }
}

.detail__main__category ul {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 4.4444444444vw;
    justify-content: flex-start;
    list-style: none;
    margin: 0 0 1.6666666667vw;
    padding: 0;
}

@media (min-width: 768px) {
    .detail__main__category ul {
        gap: 16px;
        margin: 0 0 6px;
    }
}

.detail__main__category ul:last-child {
    margin-bottom: 0;
}

.detail__main__category ul > li {
    font-size: var(--fs10);
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
}

.detail__main__category ul > li:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 7"><path d="M.14,6.65v-1.12l3.3-1.22,2.1-.78v-.06l-2.1-.78L.14,1.46V.35l6.72,2.65v1.01L.14,6.65Z" style="fill: %23969696;"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.9444444444vw 1.9444444444vw;
    bottom: auto;
    content: "";
    height: 1.9444444444vw;
    left: auto;
    position: absolute;
    right: -3.1944444444vw;
    top: 1.6666666667vw;
    width: 1.9444444444vw;
}

@media (min-width: 768px) {
    .detail__main__category ul > li:after {
        background-size: 7px 7px;
        height: 7px;
        right: -11.5px;
        top: 6px;
        width: 7px;
    }
}

.detail__main__category ul > li a {
    color: #969696;
    font-size: 3.8888888889vw;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-underline-offset: 1.1111111111vw;
    transition: -webkit-text-decoration-color 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s, -webkit-text-decoration-color 0.35s var(--cubic) 0s;
}

@media (min-width: 768px) {
    .detail__main__category ul > li a {
        font-size: var(--fs14);
        text-underline-offset: 6px;
    }
}

.detail__main__category ul > li a:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

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

.detail__main__category ul > li:last-child:after {
    display: none;
}

.detail__main__info {
    background-color: #f7f7f7;
    border-radius: 2.5vw;
    padding: 11.1111111111vw 5.5555555556vw 5.5555555556vw;
}

@media (min-width: 768px) {
    .detail__main__info {
        border-radius: 12px;
        padding: 30px 30px 20px;
    }
}

@media (min-width: 1240px) {
    .detail__main__info {
        padding: 45px 45px 20px;
    }
}

.detail__main__info__head {
    margin: 0 0 6.6666666667vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__main__info__head {
        margin: 0 0 40px;
        text-align: left;
    }
}

.detail__main__info__head__title {
    font-size: 6.6666666667vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0 0 8.8888888889vw;
}

@media (min-width: 768px) {
    .detail__main__info__head__title {
        font-size: 2.4rem;
        margin: 0 0 16px;
    }
}

@media (min-width: 992px) {
    .detail__main__info__head__title {
        font-size: 2.7rem;
    }
}

@media (min-width: 1240px) {
    .detail__main__info__head__title {
        font-size: 3rem;
    }
}

.detail__main__info__head__title img {
    display: none !important;
}

.detail__main__info__head__subtitle {
    font-size: 3.8888888889vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0;
}

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

.detail__main__info__price {
    margin: 0 0 5.5555555556vw;
}

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

.detail__main__info__price__sale {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .detail__main__info__price__sale {
        align-items: stretch;
        flex-direction: column;
        justify-content: stretch;
    }
}

.detail__main__info__price__sale__tax {
    font-size: 3.8888888889vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0;
    width: 36.1111111111vw;
}

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

.detail__main__info__price__sale__amount {
    font-size: 10vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0;
    width: calc(100% - 36.11111vw);
}

@media (min-width: 768px) {
    .detail__main__info__price__sale__amount {
        font-size: 2.4rem;
        width: auto;
    }
}

@media (min-width: 992px) {
    .detail__main__info__price__sale__amount {
        font-size: 2.7rem;
    }
}

@media (min-width: 1240px) {
    .detail__main__info__price__sale__amount {
        font-size: 3rem;
    }
}

.detail__main__info__price__sale__amount .__small {
    font-size: 4.4444444444vw;
    margin: 0 0 0 1.1111111111vw;
}

@media (min-width: 768px) {
    .detail__main__info__price__sale__amount .__small {
        font-size: var(--fs28);
        margin: 0 0 0 4px;
    }
}

.detail__main__info__checkout {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 5.5555555556vw 0;
    justify-content: flex-start;
    margin: 0 0 11.1111111111vw;
}

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

.detail__main__info__checkout__quantity {
    flex: 0 0 100%;
    padding: 0;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__quantity {
        flex: 0 0 200px;
    }
}

@media (min-width: 1240px) {
    .detail__main__info__checkout__quantity {
        flex: 0 0 50%;
        padding: 0 20px 0 0;
    }
}

.detail__main__info__checkout__quantity__field {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    position: relative;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__quantity__field {
        align-items: stretch;
    }
}

.detail__main__info__checkout__quantity__field label {
    display: block;
    font-size: 3.8888888889vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    margin: 0;
    width: 36.1111111111vw;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__quantity__field label {
        font-size: var(--fs14);
        width: 55px;
    }
}

.detail__main__info__checkout__quantity__field input[type=number] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #333333;
    border-radius: 3.3333333333vw;
    font-size: 10vw;
    height: 16.6666666667vw;
    line-height: 1.05;
    padding: 0.2777777778vw 4.4444444444vw 1.3888888889vw;
    text-align: right;
    width: calc(100% - 46.66667vw);
}

.detail__main__info__checkout__quantity__field input[type=number]::-webkit-outer-spin-button, .detail__main__info__checkout__quantity__field input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__quantity__field input[type=number] {
        border-radius: 12px;
        font-size: var(--fs24);
        height: 52px;
        padding: 1px 8px 5px;
        text-align: center;
        width: calc(100% - 93px);
    }
}

.detail__main__info__checkout__quantity__field__action {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0 0 0 0.5555555556vw;
    width: 10.5555555556vw;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__quantity__field__action {
        padding: 0 0 0 2px;
        width: 38px;
    }
}

.detail__main__info__checkout__quantity__field__action__plus, .detail__main__info__checkout__quantity__field__action__minus {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.8888888889vw 1.6666666667vw;
    border: none;
    display: block;
    height: 6.1111111111vw;
    padding: 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__quantity__field__action__plus, .detail__main__info__checkout__quantity__field__action__minus {
        background-size: 14px 6px;
        height: 22px;
    }
}

.detail__main__info__checkout__quantity__field__action__plus span, .detail__main__info__checkout__quantity__field__action__minus span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 1px;
}

.detail__main__info__checkout__quantity__field__action__plus:active, .detail__main__info__checkout__quantity__field__action__minus:active {
    background-color: #d8d8d8;
}

.detail__main__info__checkout__quantity__field__action__plus {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 6"><polygon points="13.11 5.52 7 1.45 .89 5.52 .44 4.85 7 .48 13.56 4.85 13.11 5.52" style="fill: %23333;"/></svg>');
}

.detail__main__info__checkout__quantity__field__action__minus {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 6"><polygon points="7 5.52 .44 1.15 .89 .48 7 4.55 13.11 .48 13.56 1.15 7 5.52" style="fill: %23333;"/></svg>');
}

.detail__main__info__checkout__quantity__unit {
    font-size: 3.8888888889vw;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0;
}

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

.detail__main__info__checkout__links {
    align-self: center;
    flex: 0 0 100%;
    padding: 5.5555555556vw 0 0;
}

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

@media (min-width: 1240px) {
    .detail__main__info__checkout__links {
        flex: 0 0 50%;
    }
}

.detail__main__info__checkout__links ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__links ul {
        margin: 0;
        width: 100%;
    }
}

.detail__main__info__checkout__links ul > li {
    font-size: var(--fs10);
    line-height: 1;
    margin: 0 0 1.6666666667vw;
    padding: 0;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__links ul > li {
        margin: 0 0 8px;
    }
}

.detail__main__info__checkout__links ul > li:last-child {
    margin-bottom: 0;
}

.detail__main__info__checkout__links ul > li a {
    color: inherit;
    font-size: var(--fs12);
    letter-spacing: 0.06em;
    line-height: 1.2;
    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 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s, -webkit-text-decoration-color 0.35s var(--cubic) 0s;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__links ul > li a {
        font-size: var(--fs10);
    }
}

.detail__main__info__checkout__links ul > li a:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

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

.detail__main__info__checkout__action {
    flex: 0 0 100%;
    padding: 10px 0 0;
}

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

.detail__main__info__checkout__action__cart {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #333333;
    border: none;
    border-radius: 0;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 5vw;
    gap: 3.3333333333vw;
    height: 22.2222222222vw;
    justify-content: center;
    letter-spacing: 0.08em;
    padding: 0;
    transition: background-color 0.35s var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__action__cart {
        font-size: var(--fs16);
        gap: 12px;
        height: 70px;
    }
}

@media (min-width: 992px) {
    .detail__main__info__checkout__action__cart {
        font-size: var(--fs18);
        height: 80px;
    }
}

.detail__main__info__checkout__action__cart:before {
    background-image: url(https://file001.shop-pro.jp/PA01517/739/assets/images/icons/icon-white-cart.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 8.8888888889vw;
    width: 8.8888888889vw;
}

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

.detail__main__info__checkout__action__cart:focus {
    background-color: #969696;
}

@media (hover: hover) and (pointer: fine) {
    .detail__main__info__checkout__action__cart:hover {
        background-color: #969696;
    }
}

.detail__main__info__checkout__action__cart[disabled] {
    opacity: 0.45;
    pointer-events: none;
}

.detail__main__info__checkout__option {
    flex: 0 0 100%;
}

.detail__main__info__checkout__option__text__label {
    font-size: 3.8888888889vw;
    line-height: 1.71;
    margin: 0 0 1.1111111111vw;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__option__text__label {
        font-size: var(--fs14);
        margin: 0 0 4px;
    }
}

.detail__main__info__checkout__option__text__field input[type=text] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #333333;
    border-radius: 3.3333333333vw;
    font-size: 5vw;
    font-weight: 400;
    height: auto;
    line-height: 1.2;
    padding: 2.2222222222vw 3.3333333333vw 3.3333333333vw;
    text-align: left;
    width: 100%;
}

.detail__main__info__checkout__option__text__field input[type=text]::placeholder {
    color: #cccccc;
    font-weight: 400;
}

.detail__main__info__checkout__option__text__field input[type=text]::-webkit-input-placeholder {
    color: #cccccc;
    font-weight: 400;
}

.detail__main__info__checkout__option__text__field input[type=text]::-moz-placeholder {
    color: #cccccc;
    font-weight: 400;
}

.detail__main__info__checkout__option__text__field input[type=text]:-ms-input-placeholder {
    color: #cccccc;
    font-weight: 400;
}

.detail__main__info__checkout__option__text__field input[type=text]:-moz-placeholder {
    color: #cccccc;
    font-weight: 400;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__option__text__field input[type=text] {
        border-radius: 12px;
        font-size: var(--fs20);
        padding: 8px 12px 12px;
    }
}

.detail__main__info__checkout__option__table--2 #option_tbl {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%;
}

.detail__main__info__checkout__option__table--2 #option_tbl tr > th, .detail__main__info__checkout__option__table--2 #option_tbl tr > td {
    background-color: #ffffff;
    border-left: 0.2777777778vw solid #333333;
    border-top: 0.2777777778vw solid #333333;
    font-size: 3.8888888889vw;
    font-weight: 400;
    padding: 2.2222222222vw;
    text-align: left;
    vertical-align: top;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__option__table--2 #option_tbl tr > th, .detail__main__info__checkout__option__table--2 #option_tbl tr > td {
        border-left-width: 1px;
        border-top-width: 1px;
        font-size: var(--fs14);
        padding: 8px;
    }
}

.detail__main__info__checkout__option__table--2 #option_tbl tr > th:last-child, .detail__main__info__checkout__option__table--2 #option_tbl tr > td:last-child {
    border-right: 0.2777777778vw solid #333333;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__option__table--2 #option_tbl tr > th:last-child, .detail__main__info__checkout__option__table--2 #option_tbl tr > td:last-child {
        border-right-width: 1px;
    }
}

.detail__main__info__checkout__option__table--2 #option_tbl tr:last-child > th, .detail__main__info__checkout__option__table--2 #option_tbl tr:last-child > td {
    border-bottom: 0.2777777778vw solid #333333;
}

@media (min-width: 768px) {
    .detail__main__info__checkout__option__table--2 #option_tbl tr:last-child > th, .detail__main__info__checkout__option__table--2 #option_tbl tr:last-child > td {
        border-bottom-width: 1px;
    }
}

.detail__main__info__checkout__option__table--2 #option_tbl .cell_2 > div {
    display: inline !important;
}

.detail__main__info__checkout__option__table--2 #option_tbl .cell_2 > div input[type=radio] {
    margin: 0;
}

.detail__main__info__checkout__option__table--2 #option_tbl .cell_2 label {
    display: inline !important;
    margin: 0;
    padding: 0 0 0 4px;
}

.detail__main__info__checkout__option__table--2 #option_tbl .cell_2 label br {
    display: none;
}

.detail__main__info__content {
    font-size: 3.8888888889vw;
    line-height: 1.71;
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .detail__main__info__content {
        font-size: var(--fs14);
        margin: 0 0 40px;
    }
}

.detail__main__info__content p {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 1.75em;
}

.detail__main__info__content p:last-child {
    margin-bottom: 0;
}

.detail__main__info__content a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    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 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s, -webkit-text-decoration-color 0.35s var(--cubic) 0s;
}

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

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

.detail__main__info__content ul {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 2.2222222222vw;
    justify-content: stretch;
    list-style: none;
    margin: 0.5em 0 1.75em;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__main__info__content ul {
        gap: 8px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.detail__main__info__content ul > br {
    display: none;
}

.detail__main__info__content ul > li {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .detail__main__info__content ul > li {
        min-width: 270px;
    }
}

.detail__main__info__content ul > li a {
    background-color: #ffffff;
    border: 0.2777777778vw solid #333333;
    color: inherit;
    display: block;
    font-size: 4.4444444444vw;
    letter-spacing: 0.06em;
    line-height: 1.4;
    padding: 1.6666666667vw 12.7777777778vw 1.6666666667vw 3.3333333333vw;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s var(--cubic) 0s;
}

@media (min-width: 768px) {
    .detail__main__info__content ul > li a {
        border-width: 1px;
        font-size: var(--fs16);
        padding: 6px 46px 6px 12px;
    }
}

.detail__main__info__content ul > li a:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M13.23,6.96v.06L1.26,13.2l-.5-.98,10.16-5.2v-.05L.77,1.78l.5-.98,11.97,6.16Z" style="fill: %23adadad;"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 3.8888888889vw;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 3.3333333333vw;
    top: 0;
    width: 3.8888888889vw;
}

@media (min-width: 768px) {
    .detail__main__info__content ul > li a:after {
        height: 14px;
        right: 12px;
        width: 14px;
    }
}

.detail__main__info__content ul > li a:focus {
    background-color: #d8d8d8;
}

@media (hover: hover) and (pointer: fine) {
    .detail__main__info__content ul > li a:hover {
        background-color: #d8d8d8;
    }
}

.detail__main__info__related__title {
    font-size: 3.8888888889vw;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 4.4444444444vw;
    padding: 0 0 0 4.4444444444vw;
    position: relative;
}

@media (min-width: 768px) {
    .detail__main__info__related__title {
        font-size: var(--fs14);
        margin: 0 0 16px;
        padding: 0 0 0 16px;
    }
}

.detail__main__info__related__title:before {
    background-color: #333333;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 3.0555555556vw;
    left: 0;
    position: absolute;
    top: 0.8333333333vw;
    width: 3.3333333333vw;
}

@media (min-width: 768px) {
    .detail__main__info__related__title:before {
        height: 11px;
        top: 3px;
        width: 12px;
    }
}

.detail__main__info__related__list {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 2.2222222222vw;
    justify-content: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__main__info__related__list {
        gap: 8px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.detail__main__info__related__list > li {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .detail__main__info__related__list > li {
        min-width: 270px;
    }
}

.detail__main__info__related__list > li a {
    background-color: #ffffff;
    border: 0.2777777778vw solid #333333;
    color: inherit;
    display: block;
    font-size: 4.4444444444vw;
    letter-spacing: 0.06em;
    line-height: 1.4;
    padding: 1.6666666667vw 12.7777777778vw 1.6666666667vw 3.3333333333vw;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s var(--cubic) 0s;
}

@media (min-width: 768px) {
    .detail__main__info__related__list > li a {
        border-width: 1px;
        font-size: var(--fs16);
        padding: 6px 46px 6px 12px;
    }
}

.detail__main__info__related__list > li a:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M13.23,6.96v.06L1.26,13.2l-.5-.98,10.16-5.2v-.05L.77,1.78l.5-.98,11.97,6.16Z" style="fill: %23adadad;"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 3.8888888889vw;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 3.3333333333vw;
    top: 0;
    width: 3.8888888889vw;
}

@media (min-width: 768px) {
    .detail__main__info__related__list > li a:after {
        height: 14px;
        right: 12px;
        width: 14px;
    }
}

.detail__main__info__related__list > li a:focus {
    background-color: #d8d8d8;
}

@media (hover: hover) and (pointer: fine) {
    .detail__main__info__related__list > li a:hover {
        background-color: #d8d8d8;
    }
}

.detail__content {
    padding: 16.6666666667vw 5.5555555556vw;
}

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

.detail__content p {
    font-size: 3.8888888889vw;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 0 0 1.5em;
    text-align: center;
}

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

.detail__content p:last-child {
    margin-bottom: 0;
}

.note {
    border-bottom: 0.2777777778vw solid #000000;
    border-top: 0.2777777778vw solid #000000;
    margin: 8.3333333333vw auto 0;
    max-width: 1300px;
    padding: 5.5555555556vw 5.5555555556vw;
    width: 100%;
}

@media (min-width: 768px) {
    .note {
        border-bottom-width: 1px;
        border-top-width: 1px;
        margin: 30px auto 0;
        padding: 20px var(--c-pad);
    }
}

.note p {
    font-size: 3.8888888889vw;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 1.5em;
    text-align: center;
}

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

.note p:last-child {
    margin-bottom: 0;
}

.sk {
    margin: 0 0 16.6666666667vw;
}

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

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

.sk__title {
    font-size: 6.6666666667vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 5.5555555556vw;
}

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

.sk__item {
    margin: 0 0 11.1111111111vw;
}

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

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

.sk__item__title {
    font-size: 4.4444444444vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 2.2222222222vw;
}

@media (min-width: 768px) {
    .sk__item__title {
        font-size: var(--fs16);
        margin: 0 0 8px;
    }
}

.sk__item__fig {
    margin: 0 0 5.5555555556vw;
}

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

.sk__item__content {
    font-size: 3.8888888889vw;
    letter-spacing: 0.06em;
    line-height: 1.8;
    padding: 0 0 0 1em;
}

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

.sk__item__content p {
    font-size: inherit;
    letter-spacing: 0.06em;
    line-height: inherit;
    margin: 0 0 1.5em;
}

.sk__item__content p:last-child {
    margin-bottom: 0;
}

.sk-row {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 11.1111111111vw;
}

@media (min-width: 768px) {
    .sk-row {
        gap: 40px 30px;
    }
}

.sk-row__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .sk-row__item {
        flex: 0 0 calc(50% - 15px);
    }
}

.privacy {
    margin: 0 0 16.6666666667vw;
}

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

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

.privacy__title {
    font-size: 6.6666666667vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 5.5555555556vw;
}

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

.privacy__content {
    font-size: 3.8888888889vw;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .privacy__content {
        font-size: var(--fs14);
        margin: 0 0 40px;
    }
}

.privacy__content p {
    font-size: inherit;
    letter-spacing: 0.06em;
    line-height: inherit;
    margin: 0 0 1.5em;
}

.privacy__content p:last-child {
    margin-bottom: 0;
}

.privacy__item {
    margin: 0 0 11.1111111111vw;
}

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

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

.privacy__item__title {
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 2.2222222222vw;
}

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

.privacy__item__content {
    font-size: 3.8888888889vw;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

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

.privacy__item__content p {
    font-size: inherit;
    letter-spacing: 0.06em;
    line-height: inherit;
    margin: 0 0 1.5em;
}

.privacy__item__content p:last-child {
    margin-bottom: 0;
}

.guide {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.guide__title {
    align-items: center;
    background-color: #f2f2f2;
    color: #000000;
    display: flex;
    flex-flow: row wrap;
    gap: 3.3333333333vw 5.5555555556vw;
    justify-content: flex-start;
    margin: 0 0 5.5555555556vw;
    padding: 5.5555555556vw 5.5555555556vw;
}

@media (min-width: 768px) {
    .guide__title {
        gap: 20px;
        margin: 0 0 20px;
        padding: 20px 30px;
    }
}

@media (min-width: 992px) {
    .guide__title {
        padding: 20px 40px;
    }
}

.guide__title__en {
    font-family: var(--line);
    font-size: var(--fs10);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 8.3333333333vw;
    position: relative;
}

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

.guide__title__en:before {
    background-image: url(../images/icons/icon-black-book.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 6.6666666667vw;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 5.5555555556vw;
}

@media (min-width: 768px) {
    .guide__title__en:before {
        height: 34px;
        width: 28px;
    }
}

.guide__title__ja {
    font-size: 4.4444444444vw;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

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

.guide__item-wrapper {
    font-feature-settings: normal;
}

.guide__item {
    margin: 0 0 60px;
}

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

.guide__item__title {
    background-color: #333333;
    color: #ffffff;
    font-size: 5.5555555556vw;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 8.3333333333vw;
    padding: 3.3333333333vw 4.4444444444vw;
}

@media (min-width: 768px) {
    .guide__item__title {
        font-size: var(--fs36);
        margin: 0 0 30px;
        padding: 18px 30px;
    }
}

@media (min-width: 992px) {
    .guide__item__title {
        padding: 18px 40px;
    }
}

@media (max-width: 767px) {
    .guide__item__title--a {
        font-size: 5.2777777778vw;
    }
}

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

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

.guide__item__contents p {
    font-size: 3.8888888889vw;
    line-height: 1.75;
    margin: 1.5em 0;
}

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

.guide__item__contents p:first-child {
    margin-top: 0;
}

.guide__item__contents p:last-child {
    margin-bottom: 0;
}

.guide__item__contents p a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: -webkit-text-decoration-color 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s, -webkit-text-decoration-color 0.35s var(--cubic) 0s;
}

.guide__item__contents p a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .guide__item__contents p a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.guide__item__contents .--title {
    border-left: 2.2222222222vw solid #f2f2f2;
    font-size: 5vw;
    font-weight: 400;
    line-height: 1.4;
    margin: 11.1111111111vw 0 4.4444444444vw;
    padding: 1.1111111111vw 0 1.1111111111vw 3.3333333333vw;
}

@media (min-width: 768px) {
    .guide__item__contents .--title {
        border-left-width: 10px;
        font-size: var(--fs24);
        margin: 40px 0 20px;
        padding: 8px 0 8px 20px;
    }
}

.guide__item__contents .--title:first-child {
    margin-top: 0;
}

.guide__item__contents .--subtitle {
    font-size: 3.8888888889vw;
    font-weight: 400;
    line-height: 1.75;
    margin: 8.3333333333vw 0 2.2222222222vw;
    padding: 0 0 0 7.2222222222vw;
    position: relative;
}

@media (min-width: 768px) {
    .guide__item__contents .--subtitle {
        font-size: var(--fs16);
        margin: 30px 0 8px;
        padding: 0 0 0 32px;
    }
}

.guide__item__contents .--subtitle:first-child {
    margin-top: 0;
}

.guide__item__contents .--subtitle:before {
    background-color: #f2f2f2;
    bottom: 0;
    content: "";
    display: block;
    height: 1.3888888889vw;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 4.4444444444vw;
}

@media (min-width: 768px) {
    .guide__item__contents .--subtitle:before {
        height: 10px;
        width: 20px;
    }
}

@media (min-width: 768px) {
    .guide__item__contents .--subtitle.--a:before {
        height: 5px;
    }
}

.guide__item__contents .--subtitle + p {
    margin-top: 0;
}

.guide__item__contents > img {
    margin: 3.3333333333vw 0;
}

@media (min-width: 768px) {
    .guide__item__contents > img {
        margin: 12px 0;
    }
}

@media (max-width: 767px) {
    .guide__item__contents img.--kuronekoyamato {
        height: 7.7777777778vw;
        width: auto;
    }
}

@media (max-width: 767px) {
    .guide__item__contents img.--amazonpay {
        height: 9.3333333333vw;
        width: auto;
    }
}

.guide__item__contents__credit {
    background-color: #f2f2f2;
    padding: 6.6666666667vw 5.5555555556vw;
    text-align: center;
}

@media (min-width: 768px) {
    .guide__item__contents__credit {
        padding: 36px 30px;
    }
}

.guide__item__contents__shipping {
    padding: 0 0 12px;
    width: 100%;
}

@media (max-width: 991px) {
    .guide__item__contents__shipping {
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .guide__item__contents__shipping {
        margin: 0 auto;
        max-width: 1200px;
        padding: 0;
    }
}

.guide__item__contents__shipping table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .guide__item__contents__shipping table {
        table-layout: fixed;
    }
}

.guide__item__contents__shipping table > thead > tr > th, .guide__item__contents__shipping table > thead > tr > td {
    border-right: 2px solid #dddddd;
    color: #444444;
    font-size: 3.8888888889vw;
    font-weight: 300;
    line-height: 1.6;
    padding: 0 2.2222222222vw;
    text-align: right;
    vertical-align: top;
}

@media (min-width: 768px) {
    .guide__item__contents__shipping table > thead > tr > th, .guide__item__contents__shipping table > thead > tr > td {
        font-size: var(--fs16);
        padding: 0 4px;
    }
}

.guide__item__contents__shipping table > thead > tr > th:first-child, .guide__item__contents__shipping table > thead > tr > td:first-child {
    border-left: 2px solid #dddddd;
}

.guide__item__contents__shipping table > thead > tr > th {
    background-color: #d9d9d9;
}

.guide__item__contents__shipping table > thead > tr > td {
    background-color: #f2f2f2;
}

.guide__item__contents__shipping table > thead > tr:first-child > th, .guide__item__contents__shipping table > thead > tr:first-child > td {
    border-top: 2px solid #dddddd;
}

.guide__item__contents__shipping table > thead > tr:last-child > th, .guide__item__contents__shipping table > thead > tr:last-child > td {
    border-bottom: 2px solid #dddddd;
}

.guide__item__contents__shipping table > tbody > tr > th, .guide__item__contents__shipping table > tbody > tr > td {
    background-color: #ffffff;
    border-bottom: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    color: #444444;
    font-size: 3.8888888889vw;
    font-weight: 300;
    line-height: 1.6;
    padding: 0 2.2222222222vw;
    text-align: right;
    vertical-align: top;
}

@media (min-width: 768px) {
    .guide__item__contents__shipping table > tbody > tr > th, .guide__item__contents__shipping table > tbody > tr > td {
        font-size: var(--fs16);
        padding: 0 4px;
    }
}

.guide__item__contents__shipping table > tbody > tr > th:first-child, .guide__item__contents__shipping table > tbody > tr > td:first-child {
    border-left: 2px solid #dddddd;
}

.guide__item__contents__shipping table > tbody > tr > th {
    background-color: #d9d9d9;
}

.guide__item__contents__shipping table > tbody > tr:first-child > th, .guide__item__contents__shipping table > tbody > tr:first-child > td {
    border-top: 2px solid #dddddd;
}

.guide__item__contents__trade {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.guide__item__contents__trade table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    table-layout: fixed;
    width: 100%;
}

.guide__item__contents__trade table > tbody > tr > th, .guide__item__contents__trade table > tbody > tr > td {
    border-bottom: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
    font-size: 3.8888888889vw;
    line-height: 1.6;
    padding: 2.2222222222vw;
    text-align: left;
    vertical-align: top;
    width: auto;
}

@media (min-width: 768px) {
    .guide__item__contents__trade table > tbody > tr > th, .guide__item__contents__trade table > tbody > tr > td {
        font-size: var(--fs16);
        padding: 12px 20px;
    }
}

.guide__item__contents__trade table > tbody > tr > th:first-child, .guide__item__contents__trade table > tbody > tr > td:first-child {
    border-left: 1px solid #a3a3a3;
}

.guide__item__contents__trade table > tbody > tr > th {
    background-color: #efefef;
    font-weight: 400;
    width: 33.3333333333vw;
}

@media (min-width: 768px) {
    .guide__item__contents__trade table > tbody > tr > th {
        width: 240px;
    }
}

@media (min-width: 992px) {
    .guide__item__contents__trade table > tbody > tr > th {
        width: 280px;
    }
}

.guide__item__contents__trade table > tbody > tr > td a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: -webkit-text-decoration-color 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s, -webkit-text-decoration-color 0.35s var(--cubic) 0s;
}

.guide__item__contents__trade table > tbody > tr > td a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .guide__item__contents__trade table > tbody > tr > td a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.guide__item__contents__trade table > tbody > tr:first-child > th, .guide__item__contents__trade table > tbody > tr:first-child > td {
    border-top: 1px solid #a3a3a3;
}