@charset "UTF-8";

body:before {
    content: '';
    font-family: xxl;
}

@font-face {
    font-family: 'icomoon';
    src: url('/static/common/assets/fonts/icomoon.woff?348jxe') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

html {
    font-family: 'A1 Gothic R', sans-serif;
    font-size: 16px;
    font-weight: 400;
    min-width: 320px;
    color: #1c2940;
    background: url('/static/common/assets/img/common/bg.png') repeat;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

::-moz-selection {
    color: #fff;
    background: #1c2940;
}

::selection {
    color: #fff;
    background: #1c2940;
}

body {
    position: relative;
}

main {
    position: relative;
}

main,
article,
aside,
details,
footer,
header,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #1c2940;
    text-decoration: none;
    background-color: transparent;
}

a:focus {
    color: #838994;
}

button {
    font-family: inherit;
    font-size: 100%;
    color: inherit;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
}

input,
select,
textarea {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

a,
button {
    display: inline-block;
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

div,
p,
li,
dt,
dd,
th,
td,
pre {
    line-break: strict;
    -ms-line-break: strict;
    -webkit-line-break: strict;
    word-break: break-strict;
    -ms-word-break: break-strict;
}

ul,
ol {
    list-style: none;
}

img {
    height: auto;
    vertical-align: top;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

.light_only_ {
    display: block;
}

.dark_only_ {
    display: none;
}

.placer_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.placer_ img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

body:after {
    display: none;
    font-family: 'A1 Gothic R', 'A1 Gothic L', 'A1 Gothic M';
    content: 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!"#$%&()-=@;;+*<>[]?_/';
}

@supports (-ms-ime-align: auto) {
    wbr::before {
        content: '\200B';
    }
}

/* ---------------------------------------------------------------
    ラッパー系
--------------------------------------------------------------- */

.wrapper_ {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.fontA1GothicL,
.fontA1GothicR,
.fontA1GothicM {
    display: none;
}

.fontA1GothicL {
    font-family: 'A1 Gothic L';
}

.fontA1GothicR {
    font-family: 'A1 Gothic R';
}

.fontA1GothicM {
    font-family: 'A1 Gothic M';
}

.container_,
.contents_,
.mainframe_ {
    display: flex;
    flex: 1;
}

.page_ {
    flex: 1;
}

.page_.align_center_ {
    display: flex;
    align-items: center;
}

.page_.align_center_ .page_container_ {
    width: 100%;
}

.page_container_ {
    position: relative;
    width: 88.88889%;
    max-width: 1493.33333px;
    margin: 0 auto;
}

.page_contents_ {
    width: 87.5%;
    padding-top: 10.625rem;
    padding-bottom: 9.375rem;
    margin: 0 auto;
}

.page_container_.full_,
.page_contents_.full_ {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

/* ---------------------------------------------------------------
    フォームラッパー
--------------------------------------------------------------- */

.form_wrapper_ {
    max-width: 640px;
    margin: 0 auto;
}

/* ---------------------------------------------------------------
    フォーム部品
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
    テキストフィールド
--------------------------------------------------------------- */

.floating-input_ {
    position: relative;
}

.floating-input_ input,
.floating-input_ textarea {
    font-size: 1rem;
    line-height: 2.0001;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo !important;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.875em 1.25em 0.375em;
    border-radius: 0.375em;
    border: solid 1px #ccced3;
    background: transparent;
    transition: border-color 200ms;
    color: #1c2940;
}

.windows .floating-input_ input,
.windows .floating-input_ textarea {
    padding: 1em 1.25em 0.25em;
}

.floating-input_ input:focus,
.floating-input_ input.focused_,
.floating-input_ textarea:focus,
.floating-input_ textarea.focused_ {
    border-color: #1c2940;
}

.floating-input_ input:focus ~ label,
.floating-input_ input.focused_ ~ label,
.floating-input_ textarea:focus ~ label,
.floating-input_ textarea.focused_ ~ label {
    letter-spacing: -0.04em;
    transform: scale(0.625) translate3d(0.8em, -0.4em, 0);
}

.floating-input_ input::-webkit-input-placeholder,
.floating-input_ textarea::-webkit-input-placeholder {
    color: transparent;
}

.floating-input_ input::-moz-placeholder,
.floating-input_ textarea::-moz-placeholder {
    color: transparent;
}

.floating-input_ input:-ms-input-placeholder,
.floating-input_ textarea:-ms-input-placeholder {
    color: transparent;
}

.floating-input_ input::-ms-input-placeholder,
.floating-input_ textarea::-ms-input-placeholder {
    color: transparent;
}

.floating-input_ input::placeholder,
.floating-input_ textarea::placeholder {
    color: transparent;
}

.floating-input_ input::-ms-input-placeholder,
.floating-input_ textarea::-ms-input-placeholder {
    color: transparent;
}

.floating-input_ input:-webkit-autofill,
.floating-input_ textarea:-webkit-autofill {
    box-shadow: 0 0 0 100px #f4f4f1 inset;
}

.floating-input_ input::-ms-clear,
.floating-input_ textarea::-ms-clear {
    display: none;
}

.floating-input_ textarea {
    font-size: 1rem;
    line-height: 1.5001;
    height: 140px;
    resize: vertical;
}

.floating-input_ label {
    font-size: 1rem;
    line-height: 2.0001;
    color: #838994;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.625em 1.25em;
    border: solid 1px transparent;
    pointer-events: none;
    transform-origin: 0 0;
    transition: transform 150ms;
}

.windows .floating-input_ label {
    padding: 0.75em 1.25em 0.5em;
}

.floating-input_.has_error_ input,
.floating-input_.has_error_ textarea {
    color: #ff0000;
    border-color: #ff0000;
    background: rgba(241, 118, 118, 0.1);
}

.floating-input_.has_error_ label {
    color: #ff0000;
}

.floating-input_ .input_message_ {
    font-size: 0.75rem;
    line-height: 1.5001;
    letter-spacing: -0.04em;
    margin-top: 0.375rem;
}

.floating-input_ .input_error_ {
    font-size: 0.75rem;
    line-height: 1.5001;
    letter-spacing: -0.04em;
    margin-top: 0.375rem;
    color: #ff0000;
}

/* ---------------------------------------------------------------
    セレクトボックス
--------------------------------------------------------------- */

.floating-select_ {
    position: relative;
}

.floating-select_ select {
    font-size: 1rem;
    line-height: 2.0001;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo !important;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.875em 1.25em 0.375em;
    border-radius: 0.375em;
    border: solid 1px #ccced3;
    background: transparent;
    transition: border-color 200ms;
    color: #1c2940;
}

.windows .floating-select_ select {
    padding: 1em 1.25em 0.25em;
}

.floating-select_ select:focus,
.floating-select_ select.focused_ {
    border-color: #1c2940;
}

.floating-select_ select:focus ~ label,
.floating-select_ select.focused_ ~ label {
    letter-spacing: -0.04em;
    transform: scale(0.625) translate3d(0.8em, -0.4em, 0);
}

.floating-select_ select::-webkit-input-placeholder {
    color: transparent;
}

.floating-select_ select::-moz-placeholder {
    color: transparent;
}

.floating-select_ select:-ms-input-placeholder {
    color: transparent;
}

.floating-select_ select::-ms-input-placeholder {
    color: transparent;
}

.floating-select_ select::placeholder {
    color: transparent;
}

.floating-select_ select::-ms-input-placeholder {
    color: transparent;
}

.floating-select_ select:-webkit-autofill {
    box-shadow: 0 0 0 100px #f4f4f1 inset;
}

.floating-select_ select::-ms-expand {
    display: none;
}

.floating-select_ label {
    font-size: 1rem;
    line-height: 2.0001;
    color: #838994;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.625em 1.25em;
    border: solid 1px transparent;
    pointer-events: none;
    transform-origin: 0 0;
    transition: transform 150ms;
}

.windows .floating-select_ label {
    padding: 0.75em 1.25em 0.5em;
}

.floating-select_:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #1c2940;
    content: '\e906';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    pointer-events: none;
    transform: scale(0.6);
}

.floating-select_ .input_message_ {
    font-size: 0.75rem;
    line-height: 1.5001;
    letter-spacing: -0.04em;
    margin-top: 0.375rem;
}

.floating-select_ .input_error_ {
    font-size: 0.75rem;
    line-height: 1.5001;
    letter-spacing: -0.04em;
    margin-top: 0.375rem;
    color: #ff0000;
}

.simple-select_ {
    position: relative;
}

.simple-select_ select {
    font-size: 1rem;
    line-height: 2.0001;
    font-family: sans-serif;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.625em 1.25em;
    border-radius: 0.375em;
    border: solid 1px #ccced3;
    background: transparent;
    transition: border-color 200ms;
    color: #838994;
}

.windows .simple-select_ select {
    padding: 0.75em 1.25em 0.5em;
}

.simple-select_ select:focus,
.simple-select_ select.focused_,
.simple-select_ select.selected_ {
    color: #1c2940;
    border-color: #1c2940;
}

.simple-select_ select:-webkit-autofill {
    box-shadow: 0 0 0 100px #f4f4f1 inset;
}

.simple-select_ select::-ms-expand {
    display: none;
}

.simple-select_:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #1c2940;
    content: '\e906';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    pointer-events: none;
    transform: scale(0.6);
}

.simple-select_ .input_message_ {
    font-size: 0.75rem;
    line-height: 1.5001;
    letter-spacing: -0.04em;
    margin-top: 0.375rem;
}

.simple-select_ .input_error_ {
    font-size: 0.75rem;
    line-height: 1.5001;
    letter-spacing: -0.04em;
    margin-top: 0.375rem;
    color: #ff0000;
}

/* ---------------------------------------------------------------
    ラジオボタン
--------------------------------------------------------------- */

input[type='radio'] {
    position: absolute;
    opacity: 0;
}

input[type='radio'] + label {
    font-size: 1rem;
    line-height: 2.0001;
    display: block;
    position: relative;
    padding-left: 1.6875rem;
    cursor: pointer;
}

.windows input[type='radio'] + label {
    font-size: 1rem;
    line-height: 1.8126;
    padding-top: 0.1875rem;
}

input[type='radio'] + label:before,
input[type='radio'] + label:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0;
    margin-top: -9px;
}

input[type='radio'] + label:before {
    background: #ccced3;
}

input[type='radio'] + label:after {
    background: #1c2940;
    opacity: 0;
    transform: scale(0.01);
    transition: transform 200ms, opacity 200ms;
}

input[type='radio']:checked + label:after {
    opacity: 1;
    transform: scale(0.44444);
}

/* ---------------------------------------------------------------
    チェックボックス
--------------------------------------------------------------- */

input[type='checkbox'] {
    position: absolute;
    opacity: 0;
}

input[type='checkbox'] + label {
    font-size: 0.875rem;
    line-height: 2.0001;
    letter-spacing: -0.04em;
    position: relative;
    display: block;
    padding-left: 1.625rem;
    cursor: pointer;
}

.windows input[type='checkbox'] + label {
    font-size: 0.875rem;
    line-height: 1.85724;
    padding-top: 0.125rem;
}

input[type='checkbox'] + label:before,
input[type='checkbox'] + label:after {
    content: '';
    display: block;
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    top: 0.3125rem;
    left: 0;
}

input[type='checkbox'] + label:before {
    border-radius: 6px;
    margin-right: 10px;
    background: #ccced3;
}

input[type='checkbox'] + label:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e915';
    color: #fff;
    font-size: 1.125rem;
    opacity: 0;
    transform: scale(0.01);
    transition: transform 200ms, opacity 200ms;
    transform-origin: 40% 80%;
}

input[type='checkbox']:checked + label:before {
    background: #1c2940;
}

input[type='checkbox']:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.button_ {
    font-size: 1rem;
    line-height: 2.0001;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 64px;
    border: solid 1px;
    border-radius: 6px;
    transition: color 300ms, background 300ms;
}

.windows .button_ {
    padding-top: 0.2em;
}

.button_:disabled {
    pointer-events: none;
}

.button_.small_ {
    font-size: 0.875rem;
    line-height: 1.85724;
    height: 46px;
}

.button_.large_ {
    height: 80px;
}

.button_.bordered_ {
    color: #1c2940;
    border-color: #1c2940;
    background-color: transparent;
}

.button_.filled_ {
    color: #fff;
    border-color: #1c2940;
    background: #1c2940;
}

.text_link_ {
    font-size: 0.875rem;
    line-height: 1.28581;
    letter-spacing: -0.03em;
    color: #1c2940;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    border-bottom: solid 1px #1c2940;
    transition: opacity 200ms;
}

.tag_ {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 1.25rem;
    padding: 0 0.625rem;
    border: solid 1px #1c2940;
    border-radius: 100px;
}

.tag_ span {
    font-size: 0.625rem;
    line-height: 0.6001;
    letter-spacing: -0.03em;
    transform: translateZ(0px);
}

.windows .tag_ span {
    padding-top: 0.12em;
}

.tag_.soldout_ {
    color: #fff;
    border-color: #f17676;
    background-color: #f17676;
}

.tag_.restock_ {
    border-color: #e1e0d7;
    background-color: #e1e0d7;
}

.tags_ {
    display: flex;
}

.tags_ > li:not(:last-child),
.tags_ > .tag_:not(:last-child) {
    margin-right: 0.625rem;
}

.breadcrumb_ {
    font-size: 0.875rem;
    line-height: 2.64296;
    letter-spacing: -0.03em;
    display: flex;
}

.breadcrumb_ li {
    flex-shrink: 0;
    color: #838994;
}

.breadcrumb_ li:not(:last-child) {
    display: flex;
    align-items: center;
}

.breadcrumb_ li:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 0.78571em;
    background: #ccced3;
    margin: 0 1rem;
    transform: skew(-15deg, 0deg);
}

.breadcrumb_ li a {
    color: #838994;
}

.breadcrumb_ li.current_ {
    color: #1c2940;
}

.breadcrumb_ li.current_ a {
    color: #1c2940;
    pointer-events: none;
}

.pager_ {
    display: flex;
    justify-content: center;
}

.pager_ a {
    transition: opacity 200ms;
}

.pager_ .pager_box_ {
    position: relative;
    padding: 0 2.5rem;
}

.pager_ .prev_,
.pager_ .next_ {
    position: absolute;
    top: 0;
    width: 2.5rem;
    text-align: center;
}

.pager_ .prev_:before,
.pager_ .next_:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e901';
    line-height: 2.5rem;
}

.pager_ .prev_ {
    left: 0;
    transform: scale(-1, 1);
}

.pager_ .next_ {
    right: 0;
}

.pager_ .pages_ {
    display: flex;
    margin: 0 1rem;
}

.pager_ .pages_.for_sp_ {
    margin: 0;
}

.pager_ .pages_ li:not(:last-child) {
    margin: 0 0.15625rem;
}

.pager_ .pages_ li a,
.pager_ .pages_ li span {
    font-family: 'A1 Gothic M';
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100px;
}

.windows .pager_ .pages_ li a,
.windows .pager_ .pages_ li span {
    padding-top: 0.1em;
}

.pager_ .pages_ li span {
    color: #fff;
    background: #1c2940;
}

.pager_ .pages_ li:empty:before {
    content: '...';
    display: block;
    line-height: 2.5rem;
}

.pulldown_ {
    font-size: 1rem;
    position: relative;
}

.pulldown_ .pulldown_button_ {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0.6875rem 1.8125rem;
    border: solid 1px #ccced3;
    border-radius: 6px;
    overflow: hidden;
    white-space: pre;
}

.windows .pulldown_ .pulldown_button_ {
    padding: 0.75rem 1.8125rem 0.625rem 1.8125rem;
}

.pulldown_ .pulldown_button_:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e906';
    font-size: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -3.5px;
    transform: scale(0.7);
}

.pulldown_ .pulldown_accordion_ {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 0;
    margin-top: -1px;
    overflow: hidden;
}

.pulldown_ .pulldown_accordion_ .pulldown_accordion_frame_ {
    box-sizing: border-box;
    position: relative;
    height: 100%;
    overflow: hidden;
    border: solid 1px #ccced3;
    border-radius: 0 0 6px 6px;
    background: url('/static/common/assets/img/common/bg.png') repeat;
}

.pulldown_ .pulldown_accordion_ .scrollable_ {
    height: 100%;
}

.pulldown_ .pulldown_accordion_ .scrollable_track_ {
    border-left: solid 1px #ccced3;
    background: url('/static/common/assets/img/common/bg.png') repeat;
}

.pulldown_ .pulldown_accordion_ .scrollable_track_[data-overflow='false'] {
    display: none;
}

.pulldown_ .pulldown_accordion_ .scrollable_thumb_ {
    opacity: 1;
}

.pulldown_ .pulldown_accordion_ ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pulldown_ .pulldown_accordion_ ul li:not(:last-child) {
    border-bottom: solid 1px #ccced3;
}

.pulldown_ .pulldown_accordion_ button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.625rem 2.1875rem 0.625rem 1.875rem;
}

.pulldown_[data-direction='up'] .pulldown_button_:after {
    transform: scale(0.7, -0.7);
}

.pulldown_[data-direction='up'] .pulldown_accordion_ {
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
}

.pulldown_[data-direction='up'] .pulldown_accordion_ .pulldown_accordion_frame_ {
    border-radius: 6px 6px 0px 0;
}

.pulldown_.opened_ .pulldown_button_ {
    border-radius: 6px 6px 0px 0;
}

.pulldown_.opened_ .pulldown_button_:after {
    transform: scale(0.7, -0.7);
}

.pulldown_.opened_[data-direction='up'] .pulldown_button_ {
    border-radius: 0 0 6px 6px;
}

.pulldown_.opened_[data-direction='up'] .pulldown_button_:after {
    transform: scale(0.7, 0.7);
}

.pulldown_.opened_ .pulldown_accordion_ {
    height: auto;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    transition: margin 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), padding 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#header:before,
#header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.75rem;
    pointer-events: none;
    transform: translate3d(0, -100%, 0);
    transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#header:before {
    background: url('/static/common/assets/img/common/bg.png') repeat;
    opacity: 0.15;
}

#header:after {
    background: #f5f5f2;
    opacity: 0.8;
}

#header[data-scroll='true']::before,
#header[data-scroll='true']::after {
    transform: translate3d(0, 0, 0);
}

#header[data-scroll='true'] .header_logo_ {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.modal_opened_ #header {
    z-index: 10000;
}

#header .header_left_ a,
#header .header_right_ a {
    transition: color 200ms;
}

#header .header_container_ {
    position: relative;
    top: 66px;
    width: 88.88889%;
    max-width: 1493.33333px;
    z-index: 1;
    margin: 0 auto;
    transition: top 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.header_belt~#header .header_container_ {
    top: 116px;
}

.header_belt.visible~#header .header_container_ {
    top: 66px;
}

#header .header_logo_ {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga';
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    font-size: 5.5rem;
    line-height: 0.3751;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -1rem;
    margin-left: -2.75rem;
    transition: opacity 500ms;
}

#header .header_logo_.hidden_ {
    opacity: 0;
    pointer-events: none;
}

#header .header_bar_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
}

#header .header_left_,
#header .header_right_ {
    display: flex;
    align-items: center;
}

#header .header_left_ {
    margin-left: -15px;
}

#header .header_middle_ .modal_ {
    z-index: initial;
}

#header .header_right_ {
    margin-right: -12px;
    z-index: 1;
}

#header .header_links_ {
    font-size: 1rem;
    line-height: 2.1876;
    display: flex;
    align-items: center;
    margin-left: 1.5625em;
}

#header .header_links_ li:not(:last-child) {
    margin-right: 1.875em;
}

#header .menu_button_ {
    padding: 15px;
    transition: color 200ms;
}

#header .menu_button_:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6875rem;
    line-height: 0.59269;
    display: block;
    content: '\e90c';
}

#header .mypage_,
#header .favorite_,
#header .cart_button_ {
    font-size: 1.125rem;
    line-height: 1.0001;
    display: flex;
    align-items: center;
}

#header .mypage_:before,
/* #header .favorite_:before, */
#header .cart_button_:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header .mypage_ {
    padding: 15px;
    margin-right: 4px;
}

#header .mypage_:before {
    content: '\e90e';
}

#header .favorite_ {
    padding: 15px 6px;
    margin-right: 4px;
}

#header .favorite_ svg {
   width: 18px;
   height: auto;
}

/* #header .favorite_:before {
    content: '\e905';
} */

#header .cart_button_ {
    padding: 15px 12px;
    transition: color 200ms;
}

#header .cart_button_:before {
    content: '\e902';
}

#header .cart_item_num_holder_ {
    font-family: 'A1 Gothic M';
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 19px;
    height: 19px;
    margin-left: 5px;
}

#header .cart_item_num_holder_::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: red;
    transform: scale(0);
}

#header .cart_item_num_holder_ .cart_item_num_ {
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    opacity: 0;
}

.windows #header .cart_item_num_holder_ .cart_item_num_ {
    padding-top: 0.25em;
}

#header .cart_item_num_holder_[data-animated='false']::before {
    transform: none;
}

#header .cart_item_num_holder_[data-animated='false'] .cart_item_num_ {
    opacity: 1;
}

#header .cart_item_num_holder_[data-animated='true']::before {
    -webkit-animation: cartin 400ms cubic-bezier(0.74, 0.25, 0.44, 1) forwards;
    animation: cartin 400ms cubic-bezier(0.74, 0.25, 0.44, 1) forwards;
}

#header .cart_item_num_holder_[data-animated='true'] .cart_item_num_ {
    opacity: 1;
    transition: opacity 300ms ease 200ms;
}

@-webkit-keyframes cartin {
    0% {
        transform: scale(0);
    }

    60% {
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes cartin {
    0% {
        transform: scale(0);
    }

    60% {
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

#header .num_font_loader_ {
    display: none !important;
}

#footer {
    position: relative;
    margin-top: auto;
}

#footer a {
    transition: color 200ms;
}

#footer .footer_container_ {
    position: relative;
    width: 88.88889%;
    max-width: 1493.33333px;
    margin: 0 auto;
    margin: 0 auto;
}

#footer .footer_upper_ {
    display: flex;
    align-items: flex-end;
}

#footer .footer_logo_ {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga';
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    font-size: 11.125rem;
    line-height: 0.3765;
    margin-right: 7rem;
    margin-bottom: 1.875rem;
}

#footer #footer_img {
    width: auto;
    height: 9.125rem;
}

#footer .footer_lower_ {
    position: relative;
    padding: 1.5rem 0 1.625rem;
    border-top: solid 1px #ccced3;
}

#footer .flooter_lower_block1_ {
    position: absolute;
    top: -3.4375rem;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
}

#footer .flooter_lower_block2_ {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

#footer .footer_sns_ {
    display: flex;
}

#footer .footer_sns_ li {
    display: flex;
    align-items: center;
}

#footer .footer_sns_ li:nth-child(1) {
    margin-right: 1.125rem;
}

#footer .footer_sns_ li:nth-child(2) {
    margin-right: 1.5rem;
}

#footer .footer_sns_ li:nth-child(3) {
    margin-right: 1.3125rem;
}

#footer .footer_sns_ li a {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga';
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    font-size: 1rem;
    line-height: 1.0001;
    padding: 8px;
    transition: color 200ms;
}

#footer .footer_sns_ li a.line_ {
    font-size: 1.875rem;
    line-height: 0.36677;
}

#footer .footer_oversea_ {
    display: flex;
    margin-right: 2rem;
}

#footer .footer_oversea_ li {
    display: flex;
    align-items: center;
}

#footer .footer_oversea_ li:not(:last-child):after {
    content: '';
    display: inline-block;
    height: 0.6875rem;
    border-right: solid 1px #ccced3;
    margin: 0 0.9375rem;
    transform: skew(-15deg, 0deg);
}

#footer .footer_oversea_ li a {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
    color: #838994;
    transition: color 200ms;
}

#footer .footer_oversea_ li a:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e91a';
    font-size: 91.66667%;
    margin-left: 0.4375rem;
}

#footer .footer_links_ {
    display: flex;
    flex-wrap: wrap;
}

#footer .footer_links_ li:not(:last-child) {
    margin-right: 1.9375rem;
}

#footer .footer_links_ li a {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
}

#footer .footer_right_ {
    display: flex;
}

#footer .footer_language_ {
    display: flex;
    margin-right: 1.8125rem;
}

#footer .footer_language_ li {
    display: flex;
    align-items: center;
}

#footer .footer_language_ li:not(:last-child):after {
    content: '';
    display: inline-block;
    height: 0.6875rem;
    border-right: solid 1px #ccced3;
    margin: 0 0.375rem;
    transform: skew(-15deg, 0deg);
}

#footer .footer_language_ li a {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
    display: block;
    padding: 0 10px;
}

[lang='ja'] #footer .footer_language_ li a[hreflang='ja'],
[lang='en'] #footer .footer_language_ li a[hreflang='en'] {
    color: #838994;
    pointer-events: none;
}

#footer .footer_copyright_ {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
}

#navmenu .search_ {
    position: relative;
    margin-bottom: 56px;
}

#navmenu .search_ .search_goods_ {
    position: relative;
}

#navmenu .search_ .search_input_ {
    position: relative;
}

#navmenu .search_ .search_input_ input[type='text'] {
    font-size: 1rem;
    line-height: 1.5001;
    box-sizing: border-box;
    width: 100%;
    padding-top: 1em;
    padding-left: 1.125em;
    padding-right: 3em;
    padding-bottom: 0.875em;
    background: #fff;
    border-radius: 6px;
}

#navmenu .search_ .search_input_ input[type='text'].focused_ + label {
    display: none;
}

#navmenu .search_ .search_input_ label {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.02em;
    color: #838994;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.41667em;
    padding-left: 1.5em;
    padding-bottom: 1.08333em;
    pointer-events: none;
}

#navmenu .search_ button {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    height: 100%;
    transition: color 200ms;
}

#navmenu .search_ button:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    content: '\e912';
    padding: 0 1.25rem;
}

#navmenu .search_ .search_btn_ {
    padding: .9375rem  1.25rem 0 1.25rem;
}

#navmenu .search_ .search_link_ {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
}

#navmenu .navs_ {
    position: relative;
    overflow: hidden;
}

#navmenu .navs_slide_ {
    display: flex;
    width: 100%;
}

.modal_opened_ #navmenu .navs_slide_ {
    transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#navmenu .navs_slide_item_ {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0 1.125rem;
}

#navmenu .nav_category_ .back_ {
    font-size: 0.75rem;
    line-height: 2.91677;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: -0.75rem;
    margin-bottom: 1.6875rem;
    transition: color 200ms;
}

#navmenu .nav_category_ .back_:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: '\e901';
    font-size: 83.33333%;
    transform: scale(-1, 1);
    margin-right: 0.8em;
    transition: transform 200ms;
}

#navmenu .nav_category_ ul {
    display: flex;
    flex-direction: column;
}

#navmenu .nav_category_ ul a {
    font-family: 'A1 Gothic M';
    display: block;
    transition: color 200ms;
}

#navmenu .nav_category_ ul a.color-red {
    color: #f00;
}

#navmenu .navs_slide_item_:not(:first-child) .nav_category_ div[data-genre] {
    display: none;
}

#navmenu .navs_slide_item_:not(:first-child) .nav_category_ div[data-genre].show_ {
    display: block;
}

#navmenu .nav_items_ em,
#navmenu .nav_contents_ em {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
    color: #838994;
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #e5e7e9;
}

#navmenu .nav_items_ ul,
#navmenu .nav_contents_ ul {
    gap: 12px;
}

#navmenu .nav_items_ a,
#navmenu .nav_contents_ a {
    font-size: 1rem;
    line-height: 2.0001;
    letter-spacing: 0em;
}

#navmenu .nav_items_ a[data-genre],
#navmenu .nav_contents_ a[data-genre] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navmenu .nav_items_ a[data-genre]:after,
#navmenu .nav_contents_ a[data-genre]:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.125rem;
    content: '\e901';
    margin-right: 0.4375rem;
    transition: transform 200ms;
}

#navmenu .nav_notice_ {
    margin-bottom: 36px;
}

#navmenu .nav_notice_:has(label) {
    position: relative;
    box-sizing: border-box;
    height: 90px;
    padding-bottom: 40px;
    overflow: hidden;
    interpolate-size: allow-keywords;
    transition: height 500ms;
}

#navmenu .nav_notice_:has(label)::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, #f5f5f2, transparent);
    transition: transform 500ms;
}

#navmenu .nav_notice_:has(input:checked) {
    height: auto;
}

#navmenu .nav_notice_:has(input:checked) label .button::after {
    display: none;
}

#navmenu .nav_notice_:has(input:checked)::after {
    transform: translate3d(0, 100%, 0);
}

#navmenu .nav_notice_ ul {
    gap: 12px;
}

#navmenu .nav_notice_ a {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
}

#navmenu .nav_notice_ a .date {
    display: block;
    font-size: 83.33333%;
    font-weight: 400;
    line-height: 1.2;
}

#navmenu .nav_notice_ input {
    display: none;
}

#navmenu .nav_notice_ label {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    cursor: pointer;
    z-index: 1;
}

#navmenu .nav_notice_ label .button {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: solid 1px #1c2940;
    padding: 0;
    border-radius: 50%;
    margin: auto;
}

#navmenu .nav_notice_ label .button::before,
#navmenu .nav_notice_ label .button::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    background: #1c2940;
}

#navmenu .nav_notice_ label .button::before {
    width: 7px;
    height: 1px;
}

#navmenu .nav_notice_ label .button::after {
    width: 1px;
    height: 7px;
}

#navmenu .nav_notice_ label::before,
#navmenu .nav_notice_ label::after {
    content: '';
    position: absolute;
    inset: 0 auto;
    width: calc(50% - 21px);
    height: 1px;
    background: #e5e7e9;
    margin: auto;
}

#navmenu .nav_notice_ label::before {
    left: 0;
}

#navmenu .nav_notice_ label::after {
    right: 0;
}

#navmenu .nav_items_ {
    margin-bottom: 64px;
}

#navmenu .nav_contents_ {
    margin-bottom: 36px;
}

#navmenu .nav_sub_contents_ {
    margin-bottom: 24px;
}

#navmenu .nav_sub_contents_ ul {
    gap: 8px;
}

#navmenu .nav_sub_contents_ a {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
}

#navmenu .nav_sub_contents_ a.shoplist {
    font-size: 1rem;
    line-height: 2.0001;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
}

#navmenu .nav_sub_contents_ a.shoplist::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga';
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    content: '\e920';
    font-size: 18px;
    margin-left: 8px;
}

#navmenu .nav_links_ {
    padding-top: 24px;
    border-top: solid 1px #e5e7e9;
    margin-bottom: 24px;
}

#navmenu .nav_links_ ul {
    gap: 8px;
}

#navmenu .nav_links_ a {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
    color: #838994;
}

#navmenu .nav_mypage_ {
    padding-top: 24px;
    border-top: solid 1px #e5e7e9;
    margin-bottom: 48px;
}

#navmenu .nav_mypage_ ul {
    gap: 8px;
}

#navmenu .nav_mypage_ a {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
}

#navmenu .nav_mypage_ a.mypage {
    display: flex;
    align-items: flex-start;
}

#navmenu .nav_mypage_ a.mypage::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga';
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    content: '\e90e';
    font-size: 17px;
    margin-left: 0.5em;
}

#navmenu .nav_sns_ ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

#navmenu .nav_sns_ a {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga';
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    font-size: 0.8125rem;
    display: block;
    line-height: 20px;
    transition: color 200ms;
}

#navmenu .nav_sns_ a.line_ {
    font-size: 1.5rem;
}

#cart_modal .cart_empty_ {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'A1 Gothic M';
    font-size: 1rem;
    line-height: 2.0001;
}

#cart_modal .cart_inner_ {
    display: flex;
    flex-direction: column;
}

#cart_modal .cart_header_ {
    flex-shrink: 0;
}

#cart_modal .cart_items_ {
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    min-height: 18.125rem;
    overflow: hidden;
}

#cart_modal .cart_items_ .scrollable_ {
    flex: 1;
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto;
}

#cart_modal .cart_items_ .scrollable_track_ {
    position: relative;
    opacity: 1;
}

#cart_modal .cart_check_ {
    flex-shrink: 0;
}

#cart_modal .cart_title_ {
    font-size: 1.25rem;
    line-height: 2.2001;
    margin-bottom: 1rem;
}

#cart_modal .cart_error_ {
    padding: 1rem;
    border: solid 1px #ccced3;
    margin-bottom: 2.5rem;
}

#cart_modal .cart_error_ p {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
}

#cart_modal .cart_error_ .head_ {
    text-indent: -1em;
    padding-left: 1em;
}

#cart_modal .cart_error_ .red_ {
    color: #ff0000;
}

#cart_modal .cart_items_ {
    border-bottom: solid 1px #e5e7e9;
}

#cart_modal .cart_items_ ul {
    padding-bottom: 3.625rem;
}

#cart_modal .cart_items_ li:not(:last-child) {
    margin-bottom: 1.25rem;
}

#cart_modal .item_ {
    display: flex;
    justify-content: space-between;
}

#cart_modal .item_left_ {
    width: 34.5%;
    margin-right: 1.375rem;
}

#cart_modal .item_right_ {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

#cart_modal .item_image_ {
    position: relative;
    padding-top: 131.03448%;
}

#cart_modal .item_grid_ {
    display: -ms-grid;
    -ms-grid-rows: auto auto auto 1fr;
    -ms-grid-columns: 1fr auto;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: 1fr auto;
    width: 100%;
}

#cart_modal .item_title_ {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    font-size: 0.875rem;
    line-height: 1.85724;
    letter-spacing: -0.03em;
}

#cart_modal .item_data_ {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    display: flex;
    align-items: center;
}

#cart_modal .item_color_ {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
}

#cart_modal .item_color_:after {
    content: '|';
    color: #e1e1e1;
    margin: 0 1em;
}

#cart_modal .item_size_ {
    font-size: 0.75rem;
    line-height: 2.16677;
    letter-spacing: -0.04em;
}

#cart_modal .item_price_ {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    font-size: 0.75rem;
    line-height: 2.5001;
    letter-spacing: 0.04em;
}

#cart_modal .item_quantity_ {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    display: flex;
    align-items: flex-end;
    margin-top: 3.4375rem;
}

#cart_modal .item_counter_ {
    display: flex;
    justify-content: space-between;
    border: solid 1px #e5e7e9;
    border-radius: 6px;
}

#cart_modal .item_counter_ button {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.625rem;
    padding: 0 1em;
}

#cart_modal .item_counter_ input {
    font-size: 0.875rem;
    line-height: 2.14296;
    letter-spacing: -0.03em;
    font-family: 'A1 Gothic R' !important;
    width: 3.5em;
    text-align: center;
}

#cart_modal .item_delete_ {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / span 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    display: flex;
    align-items: flex-end;
}

#cart_modal .item_delete_ div {
    display: flex;
    align-items: center;
    height: 1.875rem;
}

#cart_modal .additional_ {
    padding-top: 1.6875rem;
    padding-bottom: 1.9375rem;
    border-bottom: solid 1px #e5e7e9;
}

#cart_modal .additional_ dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cart_modal .additional_ dl:not(:last-child) {
    margin-bottom: 0.1875rem;
}

#cart_modal .additional_ dl dd {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: 0.04em;
}

#cart_modal .additional_ dl dd:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e910';
    font-size: 10px;
    margin-right: 0.5em;
}
.additional_gift_ {
    font-size: .875rem;
    line-height: 1.55566;
    letter-spacing: -0.03em;
    margin-bottom: .9375rem;
}
.additional_gift_link_ {
    color: #0000ff;
}

.cart_restriction_ {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 1.6875rem 0;
    border-bottom: 1px solid #e5e7e9;
}
.cart_restriction_item_ {
    width: 100%;
}
.cart_restriction_link_ {
    display: block;
    font-size: .75rem;
    text-align: center;
    padding: .75rem .9375rem;
    border: 1px solid #1c2940;
}
.header_novelty {}
.header_novelty_list {
    display: flex;
    flex-direction: column;
    gap: .9375rem;
}
.header_novelty_item {
    display: flex;
    align-items: center;
    gap: 1.375rem;
}
.header_novelty_photo {
    width: 15%;
}
.header_novelty_image {
    width: 100%;
    height: auto;
}
.header_novelty_detail {}
.header_novelty_name {
    font-size: .875rem;
}
.block-cart--amazonpay-description {
    font-size: .875rem;
    line-height: 1.5001;
    letter-spacing: -0.03em;
    margin-bottom: .9375rem;
}

#cart_modal .campaign_ {
    padding-top: 1.6875rem;
    padding-bottom: 1.9375rem;
    border-bottom: solid 1px #e5e7e9;
}

.header_campaign {
    display: flex;
    flex-direction: column;
    gap: .9375rem;
}
.header_campaign_heading {
    font-size: .9375rem;
}
.header_campaign_detail {}
.header_campaign_list {
    display: flex;
    flex-direction: column;
    gap: .9375rem;
}
.header_campaign_item {
    font-size: .875rem;
}

#cart_modal .subtotal_ {
    padding-top: 2.875rem;
    padding-bottom: 1.4375rem;
}

#cart_modal .subtotal_ table {
    width: 100%;
}

#cart_modal .subtotal_ table th,
#cart_modal .subtotal_ table td {
    vertical-align: middle;
}

#cart_modal .subtotal_ table th {
    font-size: 0.875rem;
    line-height: 1.85724;
    letter-spacing: -0.03em;
    text-align: left;
}

#cart_modal .subtotal_ table td {
    text-align: right;
}

#cart_modal .subtotal_ table td .amount_ {
    font-size: 1rem;
    line-height: 2.0001;
    letter-spacing: 0.03em;
}

#cart_modal .subtotal_ table td .cart_payment_details_ {
    font-size: 1rem;
    line-height: 1.66677;
    letter-spacing: 0.03em;
}

#cart_modal .subtotal_ table td .small_ {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
    color: #838994;
}

#cart_modal .button_ {
    width: 100%;
}

#cart_modal .update_ {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
    height: 34px;
    color: #1c2940;
    background: #e5e7e9;
    border: none;
    margin-bottom: 0.625rem;
}

#cart_modal .continue_ {
    margin-bottom: 0.625rem;
}

#cart_modal .checkout_ {
    margin-bottom: 0.75rem;
}

#cart_modal .attention_ {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
    color: #838994;
    text-indent: -1em;
    padding-left: 1em;
}

.modal_ {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
    transition: left 0ms 500ms;
}

.modal_[data-visible='true'] {
    left: 0;
    transition: left 0ms;
}

.modal_[data-visible='true'] .modal_back_close_ {
    opacity: 0.5;
}

.modal_[data-visible='true'] .modal_touch_close_ {
    opacity: 1;
    transform: scale(1);
    transition: opacity 200ms 500ms, transform 200ms cubic-bezier(0.77, 0, 0.175, 1) 500ms;
}

.modal_[data-visible='true'] .modal_window_ {
    opacity: 1;
    height: 100%;
}

.modal_[data-pointer='false'] .modal_back_close_ {
    cursor: default;
}

.modal_opened_ {
    overflow: hidden;
}

.modal_back_close_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    cursor: none;
    opacity: 0;
    transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.modal_pointer_,
.modal_touch_close_ {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    margin: -28px 0 0 -28px;
    opacity: 0;
    transform: scale(0.01);
}

.modal_pointer_:before,
.modal_touch_close_:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e903';
    color: #000;
    font-size: 12px;
}

.modal_pointer_ {
    position: fixed;
    z-index: 30000;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.01);
    transition: opacity 100ms 100ms, transform 200ms cubic-bezier(0.77, 0, 0.175, 1);
}

.modal_pointer_.show_ {
    opacity: 1;
    transform: scale(1);
    transition: opacity 100ms, transform 200ms cubic-bezier(0.77, 0, 0.175, 1);
}

.modal_touch_close_ {
    position: absolute;
    bottom: 40px;
    transition: opacity 200ms, transform 200ms cubic-bezier(0.77, 0, 0.175, 1);
}

@supports (-ms-ime-align: auto) {
    .modal_touch_close_ {
        display: none;
    }
}

.modal_window_ {
    position: relative;
    background: url('/static/common/assets/img/common/bg.png') repeat;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    transition: height 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.modal_header_ {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 22px;
    background: url('/static/common/assets/img/common/bg.png') repeat;
    z-index: 1;
}

.modal_header_ .modal_header_inner_ {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88.71795vw;
    height: 50px;
    margin: 0 auto;
}

.modal_header_ .modal_header_close_ {
    position: absolute;
    bottom: 0;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    padding: 15px;
}

.modal_header_ .modal_header_close_:before,
.modal_header_ .modal_header_close_:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28.284px;
    height: 1px;
    background: #1c2940;
}

.modal_header_ .modal_header_close_:before {
    transform: translateX(-50%) rotate(45deg);
}

.modal_header_ .modal_header_close_:after {
    transform: translateX(-50%) rotate(-45deg);
}

.modal_header_ .modal_header_close_:first-child {
    left: 0;
    margin-left: -12px;
}

.modal_header_ .modal_header_close_:last-child {
    right: 0;
    margin-right: -12px;
}

.modal_header_ .modal_title_ {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga';
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    font-size: 5.5rem;
    line-height: 0.3751;
}

.modal_container_ {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.modal_container_ > .scrollable_track_ {
    z-index: 2;
}

.modal_content_ {
    width: 88.71795vw;
    padding-top: 110px;
    padding-bottom: 22px;
    margin: 0 auto;
    box-sizing: content-box;
}

.left_modal_ .modal_touch_close_ {
    right: -112px;
}

.right_modal_ .modal_touch_close_ {
    left: -84px;
}

.center_modal_ .modal_touch_close_ {
    display: block !important;
    left: 50%;
    bottom: -90px;
}

.center_modal_ .modal_window_ {
    opacity: 1;
    transition: height 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scrollable_ {
    position: relative;
    height: 100%;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollable_::-webkit-scrollbar {
    display: none;
}

.has-custom-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.has-custom-scrollbar::-webkit-scrollbar {
    display: none;
}

.scrollable_track_ {
    position: absolute;
    box-sizing: border-box;
    display: none;
    top: 0;
    right: 0;
    padding: 3px;
    height: 100%;
    opacity: 0;
    transition: opacity 200ms;
}

.scrollable_track_.show_ {
    opacity: 1;
}

.scrollable_track_[data-visible='true'] {
    display: block;
}

.scrollable_thumb_ {
    position: relative;
    width: 6px;
    border-radius: 10px;
    background: #c1c1c1;
    cursor: pointer;
    transition: background 200ms;
}

.scrollable_thumb_.dragging_ {
    background-color: #909090 !important;
}

body > .scrollable_track_ {
    position: fixed;
    z-index: 9999;
}

.sticky_content_ {
    position: sticky;
}

.buy_container_ {
    position: relative;
    width: 88.88889%;
    max-width: 1493.33333px;
    margin: 0 auto;
}

.buy_content_ {
    display: flex;
    padding-top: 10.625rem;
    padding-bottom: 9.375rem;
}

.buy_main_ {
    flex: 1;
    padding: 0 5.55556vw;
}

.buy_aside_ {
    width: 25rem;
    padding-left: 5rem;
    margin-left: 5.55556vw;
    border-left: solid 1px #e5e7e9;
}

.buy_cart_ {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
    margin-top: -7.5rem;
}

.buy_cart_ .cart_opener_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    height: 54px;
    padding: 0 5.64103%;
    margin-left: -6.35838%;
    border-top: solid 1px #ccced3;
    border-bottom: solid 1px #ccced3;
    background: rgba(131, 137, 148, 0.1);
}

.buy_cart_ .cart_opener_ .title_ {
    display: flex;
    align-items: center;
}

.buy_cart_ .cart_opener_ .title_ span {
    font-size: 1rem;
    line-height: 2.0001;
    letter-spacing: -0.02em;
    display: block;
    padding-top: 0.12em;
}

.buy_cart_ .cart_opener_ .title_:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e902';
    font-size: 17px;
    margin-right: 0.5em;
}

.buy_cart_ .cart_opener_ .title_:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: '\e906';
    font-size: 10px;
    transform: scale(0.7);
    margin-left: 1em;
}

.buy_cart_ .cart_opener_ .total_ {
    font-size: 1rem;
    line-height: 2.0001;
    letter-spacing: 0.03em;
    padding-top: 0.12em;
}

.buy_cart_ .cart_opener_[aria-expanded='true'] .title_:after {
    transform: scale(0.7, -0.7);
}

.buy_cart_ .cart_accordion_ .cart_items_ {
    padding-bottom: 3.75rem;
    border-bottom: solid 1px #e5e7e9;
}

.buy_cart_ .cart_accordion_ .cart_items_ li:not(:last-child) {
    margin-bottom: 0.625rem;
}

.buy_cart_ .cart_accordion_ .item_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buy_cart_ .cart_accordion_ .item_left_ {
    width: 15.25%;
    margin-right: 1.0625rem;
}

.buy_cart_ .cart_accordion_ .item_center_ {
    flex: 1;
}

.buy_cart_ .cart_accordion_ .item_image_ {
    position: relative;
    display: block;
    padding-top: 131.03448%;
}

.buy_cart_ .cart_accordion_ .item_title_ {
    font-size: 0.875rem;
    line-height: 1.85724;
    letter-spacing: -0.03em;
}

.buy_cart_ .cart_accordion_ .item_data_ {
    display: flex;
    align-items: center;
}

.buy_cart_ .cart_accordion_ .item_color_ {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
}

.buy_cart_ .cart_accordion_ .item_color_:after {
    content: '|';
    color: #e1e1e1;
    margin: 0 1em;
}

.buy_cart_ .cart_accordion_ .item_size_ {
    font-size: 0.75rem;
    line-height: 2.16677;
    letter-spacing: -0.04em;
}

.buy_cart_ .cart_accordion_ .item_price_ {
    font-size: 0.75rem;
    line-height: 2.5001;
    letter-spacing: 0.04em;
}

.buy_cart_ .cart_accordion_ .sub_total_ {
    padding: 1.25rem 0;
    border-bottom: solid 1px #e5e7e9;
}

.buy_cart_ .cart_accordion_ .sub_total_ table {
    width: 100%;
}

.buy_cart_ .cart_accordion_ .sub_total_ table th,
.buy_cart_ .cart_accordion_ .sub_total_ table td {
    vertical-align: middle;
}

.buy_cart_ .cart_accordion_ .sub_total_ table th {
    font-size: 0.875rem;
    line-height: 2.28581;
    letter-spacing: -0.02em;
    text-align: left;
}

.buy_cart_ .cart_accordion_ .sub_total_ table td {
    text-align: right;
}

.buy_cart_ .cart_accordion_ .sub_total_ table td .amount_ {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: 0.04em;
}

.buy_cart_ .cart_accordion_ .sub_total_ table td .small_ {
    color: #838994;
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
}

.buy_cart_ .cart_accordion_ .total_ {
    padding: 1.25rem 0;
}

.buy_cart_ .cart_accordion_ .total_ table {
    width: 100%;
}

.buy_cart_ .cart_accordion_ .total_ table th,
.buy_cart_ .cart_accordion_ .total_ table td {
    vertical-align: middle;
}

.buy_cart_ .cart_accordion_ .total_ table th {
    font-size: 1rem;
    line-height: 2.0001;
    text-align: left;
}

.buy_cart_ .cart_accordion_ .total_ table td {
    font-size: 1rem;
    line-height: 2.0001;
    letter-spacing: 0.03em;
    text-align: right;
}

#oversea_modal .modal_welcome_ {
    font-size: 2.25rem;
    line-height: 1.22232;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 4rem;
}

#oversea_modal .modal_text_en_ {
    font-size: 0.875rem;
    line-height: 1.57153;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 0.5rem;
}

#oversea_modal .modal_text_ja_ {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.02em;
    color: #838994;
    text-align: center;
    margin-bottom: 4.625rem;
}

#oversea_modal .modal_online_stores_ {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 2.625rem;
    display: flex;
    align-items: center;
}

#oversea_modal .modal_online_stores_:before,
#oversea_modal .modal_online_stores_:after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background: #e5e7e9;
}

#oversea_modal .modal_online_stores_ span {
    margin: 0 0.66667em;
}

#oversea_modal .modal_buttons_ .button_ {
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 560px) {
    .sp_only_ {
        display: none;
    }

    .pager_ .pages_.for_sp_ {
        display: none;
    }

    .modal_header_ {
        padding-top: 34px;
    }

    .modal_header_ .modal_header_inner_ {
        width: auto;
        margin: 0 40px;
    }

    .modal_content_ {
        width: 83.33333vw;
        padding-top: 122px;
        padding-bottom: 28px;
        margin: 0 auto;
    }

    .buy_cart_ .cart_opener_ {
        width: 100vw;
        padding: 0 8.33333vw;
        margin-left: -8.33333vw;
    }

    #oversea_modal .modal_buttons_ {
        display: flex;
        justify-content: center;
    }

    #oversea_modal .modal_buttons_ .button_ {
        width: auto;
        padding-left: 2em;
        padding-right: 2em;
        margin-bottom: 0;
    }

    #oversea_modal .modal_buttons_ .button_:not(:last-child) {
        margin-right: 1rem;
    }
}

@media screen and (min-width: 769px) {
    .tb_only_ {
        display: none;
    }

    .modal_content_ {
        width: auto;
        padding-top: 122px;
        padding-bottom: 34px;
        margin: 0 85px;
    }

    .buy_cart_ .cart_opener_ {
        width: calc(100% + 184px);
        padding: 0 92px;
        margin-left: -92px;
    }
}

@media screen and (min-width: 1024px) {
    #footer .footer_oversea_ li a {
        padding: 0.1875rem 0;
    }

    #navmenu .modal_content_ {
        box-sizing: border-box;
        width: 25rem;
        padding: 2.5rem 2rem 2.25rem;
        margin: 0;
    }

    #cart_modal .cart_inner_ {
        box-sizing: border-box;
        height: 100vh;
    }

    #cart_modal .cart_header_ {
        padding-top: 6.75rem;
    }

    #cart_modal .cart_check_ {
        padding-bottom: 3.75rem;
    }

    #cart_modal .cart_amazonpay_ {
        padding-bottom: 2.5rem;
    }

    .modal_[data-visible='true'] .modal_window_ {
        transform: translate3d(0, 0, 0);
    }

    .modal_window_ {
        overflow: initial;
    }

    .modal_header_ {
        display: none;
    }

    .modal_content_ {
        padding-top: 38px;
        padding-bottom: 34px;
    }

    .left_modal_ .modal_window_ {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transform: translate3d(-100%, 0, 0);
    }

    .right_modal_ .modal_window_ {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transform: translate3d(100%, 0, 0);
    }

    .right_modal_ .modal_content_ {
        width: 340px;
        padding: 0 55px;
        margin: 0;
    }

    .center_modal_ .modal_window_ {
        position: absolute;
        inset: 0 0 0 0;
        margin: auto;
        width: 77.77778%;
        max-width: 1306.66667px;
        opacity: 0;
        transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    .center_modal_ .modal_content_ {
        box-sizing: border-box;
        width: 100%;
        padding: 4.25rem 5rem;
        margin: 0 auto;
    }

    .buy_cart_ .cart_opener_ {
        display: none;
    }

    #oversea_modal .modal_window_ {
        width: 50rem;
        height: 37.5rem;
        max-height: 90vh;
    }
}

@media screen and (min-width: 1280px) {
    .right_modal_ .modal_content_ {
        width: 25rem;
        padding: 0 calc((100vw - 1280 / 1440 * min(100vw, 1680px)) / 2) 0 5rem;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 1.11111vw;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 18.66667px;
    }
}

@media screen and (max-width: 1679.8px) {
    body:before {
        font-family: xl;
    }
}

@media screen and (max-width: 1439.8px) {
    body:before {
        font-family: lg;
    }
}

@media screen and (max-width: 1279.8px) {
    body:before {
        font-family: md;
    }

    .page_container_ {
        width: auto;
        margin: 0 55px;
    }

    .page_contents_ {
        width: auto;
        margin: 0 55px;
    }

    #header .header_container_ {
        width: auto;
        margin: 0 55px;
    }

    #footer .footer_container_ {
        width: auto;
        margin: 0 55px;
    }

    #cart_modal .item_quantity_ {
        margin-top: 2.5rem;
    }

    .buy_container_ {
        width: auto;
        margin: 0 55px;
    }

    .buy_main_ {
        padding: 0 55px;
    }

    .buy_aside_ {
        width: 340px;
        padding-left: 55px;
        margin-left: 55px;
    }
}

@media screen and (max-width: 1180px) {
    .buy_main_ {
        padding: 0;
    }
}

@media screen and (max-width: 1023.8px) {
    body:before {
        font-family: sm;
    }

    .page_container_ {
        width: auto;
        margin: 0 48px;
    }

    .page_contents_ {
        margin: 0 48px;
    }

    #header .header_container_ {
        width: auto;
        margin: 0 48px;
    }

    #header .header_middle_ {
        z-index: 2;
    }

    #header .header_links_ {
        display: none;
    }

    #footer .footer_container_ {
        width: auto;
        margin: 0 48px;
    }

    #footer .footer_lower_ {
        padding: 20px 0 30px;
    }

    #footer .flooter_lower_block2_ {
        align-items: flex-end;
    }

    #footer .footer_oversea_ {
        position: absolute;
        top: 85px;
        margin-right: 0;
    }

    #footer .footer_links_ {
        width: 250px;
    }

    #footer .footer_links_ li {
        margin-top: 10px;
    }

    #cart_modal .cart_empty_ {
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100vh - 14px);
    }

    #cart_modal .cart_empty_ p {
        margin-top: -4em;
    }

    #cart_modal .cart_items_ {
        flex-shrink: 0;
    }

    #cart_modal .item_left_ {
        width: 138px;
    }

    #cart_modal .item_quantity_ {
        margin-top: 3.125rem;
    }

    .modal_ {
        padding: 7px;
    }

    .modal_back_close_ {
        pointer-events: none;
    }

    .modal_pointer_ {
        display: none;
    }

    .center_modal_ .modal_touch_close_ {
        display: none !important;
    }

    .buy_container_ {
        flex-direction: column-reverse;
        margin: 0 92px;
    }

    .buy_content_ {
        flex-direction: column-reverse;
    }

    .buy_aside_ {
        width: auto;
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 60px;
        border: none;
    }

    .buy_cart_ {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
    }

    .buy_cart_ .cart_accordion_ {
        height: 0;
        overflow: hidden;
    }

    .buy_cart_ .cart_accordion_.animated_ {
        transition: height 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    .buy_cart_ .cart_accordion_[aria-hidden='false'] {
        height: auto;
    }

    .buy_cart_ .cart_accordion_ .cart_items_ {
        padding: 2.5rem 0;
    }

    .buy_cart_ .cart_accordion_ .item_left_ {
        width: 138px;
    }

    .buy_cart_ .cart_accordion_ .total_ {
        padding: 20px 0 70px;
        border-bottom: solid 1px #e5e7e9;
    }
}

@media screen and (max-width: 768.8px) {
    body:before {
        font-family: tb;
    }

    .page_.align_center_ .page_container_ {
        width: 83.33333%;
    }

    .page_container_ {
        width: 83.33333%;
        margin: 0 auto;
    }

    .page_contents_ {
        margin: 0;
    }

    input[type='checkbox'] + label:after {
        font-size: 16px;
    }

    .pager_ .pages_ li a {
        width: 35px;
    }

    #header .header_container_ {
        width: 83.33333%;
        margin: 0 auto;
    }

    #footer .footer_container_ {
        width: 83.33333%;
        margin: 0 auto;
    }

    #footer .footer_upper_ {
        justify-content: space-between;
        padding-right: 1.25rem;
    }

    #footer .footer_logo_ {
        font-size: 9.375rem;
    }

    #footer .footer_logo_ {
        margin-right: 0;
        margin-bottom: 1.25rem;
    }

    #footer #footer_img {
        height: 7.5rem;
    }

    #footer .footer_lower_ {
        display: block;
        padding: 20px 0 26px;
    }

    #footer .flooter_lower_block1_ {
        position: static;
        flex-direction: row;
        margin-bottom: 7px;
    }

    #footer .footer_sns_ {
        margin-left: -8px;
    }

    #footer .footer_sns_ li:nth-child(1) {
        margin-right: 13px;
    }

    #footer .footer_sns_ li:nth-child(2) {
        margin-right: 18px;
    }

    #footer .footer_sns_ li:nth-child(3) {
        margin-right: 16px;
    }

    #footer .footer_oversea_ {
        position: static;
    }

    #footer .footer_right_ {
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
    }

    #footer .footer_language_ {
        margin-right: -7px;
    }

    #navmenu .navs_slide_item_ {
        padding: 0 1.3125rem;
    }

    #navmenu .nav_items_ em,
    #navmenu .nav_contents_ em {
        font-size: 0.75rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    #navmenu .nav_items_ em,
    #navmenu .nav_contents_ em {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    #navmenu .nav_items_ ul,
    #navmenu .nav_contents_ ul {
        gap: 20px;
    }

    #navmenu .nav_items_ a,
    #navmenu .nav_contents_ a {
        font-size: 1.125rem;
        line-height: 1.55566;
        letter-spacing: -0.02em;
    }

    #navmenu .nav_items_ a[data-genre]:after,
    #navmenu .nav_contents_ a[data-genre]:after {
        margin-right: 0;
    }

    #navmenu .nav_notice_ {
        margin-bottom: 50px;
    }

    #navmenu .nav_notice_ a {
        font-size: 1rem;
        line-height: 1.2501;
        letter-spacing: -0.02em;
    }

    #navmenu .nav_items_ {
        margin-bottom: 50px;
    }

    #navmenu .nav_contents_ {
        margin-bottom: 50px;
    }

    #navmenu .nav_sub_contents_ ul {
        gap: 7px;
    }

    #navmenu .nav_sub_contents_ a {
        font-size: 0.75rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    #navmenu .nav_sub_contents_ a.shoplist {
        font-size: 1.125rem;
        line-height: 1.55566;
        letter-spacing: 0em;
    }

    #navmenu .nav_sub_contents_ a.shoplist::after {
        font-size: 16px;
    }

    #navmenu .nav_links_ ul {
        gap: 4px;
    }

    #navmenu .nav_links_ a {
        font-size: 0.75rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    #navmenu .nav_mypage_ ul {
        gap: 4px;
    }

    #navmenu .nav_mypage_ a {
        font-size: 0.75rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    .buy_container_ {
        width: 83.33333%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 559.8px) {
    body:before {
        font-family: sp;
    }

    .pc_only_ {
        display: none;
    }

    .page_.align_center_ .page_container_ {
        width: 88.71795%;
    }

    .page_container_ {
        width: 88.71795%;
        margin: 0 auto;
    }

    .page_contents_ {
        padding-top: 130px;
        padding-bottom: 100px;
        margin: 0;
    }

    .floating-input_ .input_message_ {
        font-size: 0.625rem;
        line-height: 1.5001;
        letter-spacing: -0.03em;
    }

    .floating-input_ .input_message_ {
        margin-top: 6px;
    }

    .floating-input_ .input_error_ {
        font-size: 0.625rem;
        line-height: 1.5001;
        letter-spacing: -0.03em;
    }

    .floating-input_ .input_error_ {
        margin-top: 6px;
    }

    .floating-select_ .input_message_ {
        font-size: 0.625rem;
        line-height: 1.5001;
        letter-spacing: -0.03em;
    }

    .floating-select_ .input_message_ {
        margin-top: 6px;
    }

    .floating-select_ .input_error_ {
        font-size: 0.625rem;
        line-height: 1.5001;
        letter-spacing: -0.03em;
    }

    .floating-select_ .input_error_ {
        margin-top: 6px;
    }

    .simple-select_ .input_message_ {
        font-size: 0.625rem;
        line-height: 1.5001;
        letter-spacing: -0.03em;
    }

    .simple-select_ .input_message_ {
        margin-top: 6px;
    }

    .simple-select_ .input_error_ {
        font-size: 0.625rem;
        line-height: 1.5001;
        letter-spacing: -0.03em;
    }

    .simple-select_ .input_error_ {
        margin-top: 6px;
    }

    input[type='radio'] + label {
        font-size: 0.875rem;
        line-height: 1.85724;
        letter-spacing: -0.04em;
    }

    input[type='radio'] + label {
        padding-top: 2px;
        padding-left: 27px;
    }

    .windows input[type='radio'] + label {
        font-size: 0.875rem;
        line-height: 1.71439;
        letter-spacing: -0.04em;
    }

    .windows input[type='radio'] + label {
        padding-top: 2px;
    }

    input[type='radio'] + label:before,
    input[type='radio'] + label:after {
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }

    input[type='checkbox'] + label {
        font-size: 0.75rem;
        line-height: 2.33343;
        letter-spacing: -0.04em;
    }

    input[type='checkbox'] + label {
        padding-left: 23px;
    }

    .windows input[type='checkbox'] + label {
        font-size: 0.75rem;
        line-height: 2.16677;
        letter-spacing: -0.04em;
    }

    .windows input[type='checkbox'] + label {
        padding-top: 2px;
    }

    input[type='checkbox'] + label:before,
    input[type='checkbox'] + label:after {
        width: 1rem;
        height: 1rem;
        top: 0.375rem;
    }

    .button_ {
        font-size: 0.875rem;
        line-height: 1.42867;
    }

    .button_ {
        height: 54px;
    }

    .button_.small_ {
        font-size: 0.75rem;
        line-height: 2.0001;
    }

    .button_.small_ {
        height: 40px;
    }

    .button_.large_ {
        height: 64px;
    }

    .text_link_ {
        font-size: 0.75rem;
        line-height: 1.33343;
        letter-spacing: -0.04em;
    }

    .tag_ span {
        font-size: 0.625rem;
        line-height: 0.6001;
        letter-spacing: -0.03em;
    }

    .tags_ > li:not(:last-child),
    .tags_ > .tag_:not(:last-child) {
        margin-right: 0.25rem;
    }

    .breadcrumb_ {
        font-size: 0.75rem;
        line-height: 2.0001;
    }

    .breadcrumb_ li:not(:last-child):after {
        margin: 0 0.625rem;
    }

    .pager_ .pager_box_ {
        padding: 0 30px;
    }

    .pager_ .prev_,
    .pager_ .next_ {
        width: 30px;
        text-align: right;
    }

    .pager_ .pages_.for_pc_ {
        display: none;
    }

    .pager_ .pages_ li:not(:last-child) {
        margin: 0 1px;
    }

    .pager_ .pages_ li a {
        width: 32px;
    }

    .pulldown_ {
        font-size: 0.875rem;
        letter-spacing: -0.02em;
    }

    .pulldown_ .pulldown_button_ {
        padding: 7px 19px;
    }

    .windows .pulldown_ .pulldown_button_ {
        padding: 7px 19px 6px 19px;
    }

    .pulldown_ .pulldown_button_:after {
        right: 15px;
    }

    .pulldown_ .pulldown_accordion_ button {
        padding: 0.625rem 1.75rem 0.625rem 1.25rem;
    }

    #header:before,
    #header:after {
        height: 89px;
    }

    #header[data-scroll='true'] {
        margin-top: -17px;
    }

    .modal_opened_ #header[data-scroll='true'] {
        margin-top: 0;
        transition-duration: 100ms;
    }

    #header .header_container_ {
        width: 88.71795%;
        margin: 0 auto;
    }

    #header .header_container_ {
        top: 53px;
    }

    .header_belt~#header .header_container_ {
        top: 103px;
    }

    .header_belt.visible~#header .header_container_ {
        top: 53px;
    }

    #header .header_logo_ {
        font-size: 3.75rem;
        line-height: 0.36677;
    }

    #header .header_logo_ {
        margin-top: -11px;
        margin-left: -30px;
    }

    #header .header_right_ {
        margin-right: -7px;
    }

    #header .menu_button_:before {
        font-size: 0.875rem;
        line-height: 1.0001;
    }

    #header .menu_button_:before {
        content: '\e904';
    }

    #header .mypage_ {
        margin-right: 0;
    }

    #footer .footer_container_ {
        width: 88.71795%;
        margin: 0 auto;
    }

    #footer .footer_logo_ {
        font-size: 5.6875rem;
        line-height: 0.37373;
    }

    #footer #footer_img {
        height: 6.3125rem;
    }

    #footer .footer_sns_ li a {
        font-size: 0.875rem;
        line-height: 1.0001;
    }

    #footer .footer_sns_ li a.line_ {
        font-size: 1.625rem;
        line-height: 0.53856;
    }

    #footer .footer_oversea_ li:not(:last-child):after {
        margin: 0 11px;
    }

    #footer .footer_oversea_ li a {
        font-size: 0.625rem;
        line-height: 3.0001;
        letter-spacing: -0.03em;
    }

    #footer .footer_oversea_ li a:after {
        font-size: 10px;
        margin-left: 5px;
    }

    #footer .footer_links_ {
        width: 200px;
    }

    #footer .footer_links_ li {
        margin-top: 10px;
    }

    #footer .footer_links_ li:not(:last-child) {
        margin-right: 21px;
    }

    #footer .footer_links_ li a {
        font-size: 0.625rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    #footer .footer_language_ li:not(:last-child):after {
        height: 9px;
        margin: 0 3px 0 0;
    }

    #footer .footer_language_ li a {
        font-size: 0.625rem;
        line-height: 4.0001;
        letter-spacing: -0.03em;
    }

    #footer .footer_copyright_ {
        font-size: 0.625rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    #cart_modal .cart_empty_ {
        font-size: 0.875rem;
        line-height: 1.42867;
    }

    #cart_modal .cart_empty_ {
        height: calc(100vh - 12px);
    }

    #cart_modal .cart_error_ {
        margin-bottom: 1.875rem;
    }

    #cart_modal .cart_error_ p {
        font-size: 0.75rem;
        line-height: 1.66677;
        letter-spacing: -0.03em;
    }

    #cart_modal .cart_items_ ul {
        padding-bottom: 1.875rem;
    }

    #cart_modal .cart_items_ li:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    #cart_modal .item_left_ {
        width: 24.85549%;
    }

    #cart_modal .item_right_ {
        align-items: flex-start;
    }

    #cart_modal .item_grid_ {
        display: -ms-grid;
        -ms-grid-rows: auto auto auto;
        -ms-grid-columns: 1fr auto;
        display: grid;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr auto;
    }

    #cart_modal .item_title_ {
        font-size: 0.75rem;
        line-height: 1.5001;
        letter-spacing: -0.04em;
    }

    #cart_modal .item_title_ {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / span 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / span 1;
    }

    #cart_modal .item_data_ {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / span 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / span 1;
    }

    #cart_modal .item_color_ {
        font-size: 0.75rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    #cart_modal .item_size_ {
        font-size: 0.75rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    #cart_modal .item_price_ {
        font-size: 0.75rem;
        line-height: 2.66677;
        letter-spacing: 0.04em;
    }

    #cart_modal .item_price_ {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / span 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / span 1;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    #cart_modal .item_quantity_ {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / span 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / span 1;
        margin-top: 1.25rem;
    }

    #cart_modal .item_counter_ input {
        font-size: 0.75rem;
        line-height: 2.5001;
    }

    #cart_modal .item_delete_ {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / span 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / span 1;
        align-items: center;
        justify-content: flex-end;
    }

    #cart_modal .additional_ dl dd {
        font-size: 0.75rem;
        line-height: 1.66677;
        letter-spacing: 0.04em;
    }

    #cart_modal .subtotal_ table th {
        font-size: 0.875rem;
        line-height: 1.71439;
        letter-spacing: -0.02em;
    }

    #cart_modal .subtotal_ table td .small_ {
        font-size: 0.75rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    .modal_ {
        padding: 6px;
    }

    .modal_header_ .modal_title_ {
        font-size: 3.75rem;
        line-height: 0.36677;
    }

    .scrollable_track_ {
        padding: 4px;
    }

    .scrollable_thumb_ {
        width: 5px;
    }

    .buy_container_ {
        width: 88.71795%;
        margin: 0 auto;
    }

    .buy_content_ {
        padding: 130px 0 100px;
    }

    .buy_aside_ {
        margin-bottom: 33px;
    }

    .buy_cart_ .cart_opener_ .title_ span {
        font-size: 0.875rem;
        line-height: 1.71439;
        letter-spacing: -0.02em;
    }

    .buy_cart_ .cart_opener_ .total_ {
        font-size: 1rem;
        line-height: 2.0001;
        letter-spacing: 0.03em;
    }

    .buy_cart_ .cart_accordion_ .cart_items_ {
        padding: 2rem 0;
    }

    .buy_cart_ .cart_accordion_ .item_left_ {
        width: 18.78613%;
    }

    .buy_cart_ .cart_accordion_ .item_title_ {
        font-size: 0.75rem;
        line-height: 1.5001;
        letter-spacing: -0.04em;
    }

    .buy_cart_ .cart_accordion_ .item_color_ {
        font-size: 0.75rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    .buy_cart_ .cart_accordion_ .item_size_ {
        font-size: 0.75rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    .buy_cart_ .cart_accordion_ .item_price_ {
        font-size: 0.75rem;
        line-height: 2.66677;
        letter-spacing: 0.04em;
    }

    .buy_cart_ .cart_accordion_ .sub_total_ table th {
        font-size: 0.75rem;
        line-height: 2.66677;
        letter-spacing: -0.03em;
    }

    .buy_cart_ .cart_accordion_ .sub_total_ table td .amount_ {
        font-size: 0.75rem;
        line-height: 1.66677;
        letter-spacing: -0.03em;
    }

    .buy_cart_ .cart_accordion_ .sub_total_ table td .small_ {
        font-size: 0.625rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    .buy_cart_ .cart_accordion_ .total_ {
        padding: 20px 0 70px;
    }

    .buy_cart_ .cart_accordion_ .total_ table th {
        font-size: 0.875rem;
        line-height: 2.28581;
        letter-spacing: -0.02em;
    }

    .buy_cart_ .cart_accordion_ .total_ table td {
        font-size: 1rem;
        line-height: 2.0001;
        letter-spacing: 0.03em;
    }

    #oversea_modal .modal_welcome_ {
        font-size: 1.375rem;
        line-height: 1.36374;
        letter-spacing: -0.02em;
    }

    #oversea_modal .modal_welcome_ {
        margin-bottom: 30px;
    }

    #oversea_modal .modal_text_en_ {
        font-size: 0.875rem;
        line-height: 1.71439;
        letter-spacing: -0.02em;
    }

    #oversea_modal .modal_text_en_ {
        margin-bottom: 20px;
    }

    #oversea_modal .modal_text_ja_ {
        font-size: 0.625rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    #oversea_modal .modal_text_ja_ {
        margin-bottom: 48px;
    }

    #oversea_modal .modal_online_stores_ {
        font-size: 0.75rem;
        line-height: 2.0001;
        letter-spacing: -0.03em;
    }

    #oversea_modal .modal_online_stores_ {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 371px) {
    #oversea_modal .modal_text_en_,
    #oversea_modal .modal_text_ja_ {
        text-align: left;
    }

    #oversea_modal .modal_text_en_ br,
    #oversea_modal .modal_text_ja_ br {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    wbr::before {
        content: '\200B';
    }

    .button_.bordered_:hover {
        color: #fff;
        background: #1c2940;
    }

    .button_.filled_:hover {
        color: #fff;
        border-color: #838994;
        background: #838994;
    }

    .text_link_:hover {
        opacity: 0.7;
    }

    .pager_ a:hover {
        opacity: 0.7;
    }

    #header .header_left_ a:hover,
    #header .header_right_ a:hover {
        color: #838994;
    }

    #header .menu_button_:hover {
        color: #838994;
    }

    #header .cart_button_:hover {
        color: #838994;
    }

    #footer a:hover {
        color: #838994;
    }

    #footer .footer_oversea_ li a:hover {
        color: #1c2940;
    }

    #navmenu .search_ button:hover {
        color: #838994;
    }

    #navmenu .nav_category_ .back_:hover {
        color: #838994;
    }

    #navmenu .nav_category_ .back_:hover:before {
        transform: translate3d(-0.3em, 0, 0) scale(-1, 1);
    }

    #navmenu .nav_category_ ul a:hover {
        color: #838994;
    }

    #navmenu .nav_items_ a[data-genre]:hover:after,
    #navmenu .nav_contents_ a[data-genre]:hover:after {
        transform: translate3d(0.2em, 0, 0);
    }

    #navmenu .nav_links_ a:hover {
        color: #1c2940 !important;
    }

    #navmenu .nav_sns_ a:hover {
        color: #838994;
    }

    .modal_touch_close_ {
        display: none;
    }

    .scrollable_thumb_:hover {
        background-color: #a0a0a0;
    }
}

@media (hover: hover) {
    .button_.bordered_:hover {
        color: #fff;
        background: #1c2940;
    }

    .button_.filled_:hover {
        color: #fff;
        border-color: #838994;
        background: #838994;
    }

    .text_link_:hover {
        opacity: 0.7;
    }

    .pager_ a:hover {
        opacity: 0.7;
    }

    #header .header_left_ a:hover,
    #header .header_right_ a:hover {
        color: #838994;
    }

    #header .menu_button_:hover {
        color: #838994;
    }

    #header .cart_button_:hover {
        color: #838994;
    }

    #footer a:hover {
        color: #838994;
    }

    #footer .footer_oversea_ li a:hover {
        color: #1c2940;
    }

    #navmenu .search_ button:hover {
        color: #838994;
    }

    #navmenu .nav_category_ .back_:hover {
        color: #838994;
    }

    #navmenu .nav_category_ .back_:hover:before {
        transform: translate3d(-0.3em, 0, 0) scale(-1, 1);
    }

    #navmenu .nav_category_ ul a:hover {
        color: #838994;
    }

    #navmenu .nav_items_ a[data-genre]:hover:after,
    #navmenu .nav_contents_ a[data-genre]:hover:after {
        transform: translate3d(0.2em, 0, 0);
    }

    #navmenu .nav_links_ a:hover {
        color: #1c2940 !important;
    }

    #navmenu .nav_sns_ a:hover {
        color: #838994;
    }

    .modal_touch_close_ {
        display: none;
    }

    .scrollable_thumb_:hover {
        background-color: #a0a0a0;
    }
}
