@charset "UTF-8";

:root {
    --color-icon: #535353;
    --width-product: 184px
}

@font-face {
    font-family: "Linux Libertine";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/LinLibertine_R.woff) format("woff")
}

@font-face {
    font-family: "Linux Libertine";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/LinLibertine_RB.woff) format("woff")
}

html {
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar
}

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

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

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@-webkit-keyframes ball_scale {

    0%,
    80% {
        opacity: 1;
        transform: scale(1)
    }

    45% {
        opacity: .7;
        transform: scale(.1)
    }
}

@keyframes ball_scale {

    0%,
    80% {
        opacity: 1;
        transform: scale(1)
    }

    45% {
        opacity: .7;
        transform: scale(.1)
    }
}

@-webkit-keyframes key-hamburger-01 {
    0% {
        transform: translateY(8px) rotate(45deg)
    }

    50% {
        transform: translateY(8px) rotate(0)
    }

    to {
        transform: translateY(0) rotate(0)
    }
}

@keyframes key-hamburger-01 {
    0% {
        transform: translateY(8px) rotate(45deg)
    }

    50% {
        transform: translateY(8px) rotate(0)
    }

    to {
        transform: translateY(0) rotate(0)
    }
}

@-webkit-keyframes key-hamburger-02 {
    0% {
        transform: translateY(-8px) rotate(-45deg)
    }

    50% {
        transform: translateY(-8px) rotate(0)
    }

    to {
        transform: translateY(0) rotate(0)
    }
}

@keyframes key-hamburger-02 {
    0% {
        transform: translateY(-8px) rotate(-45deg)
    }

    50% {
        transform: translateY(-8px) rotate(0)
    }

    to {
        transform: translateY(0) rotate(0)
    }
}

@-webkit-keyframes active-key-hamburger-01 {
    0% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(8px) rotate(0)
    }

    to {
        transform: translateY(8px) rotate(45deg)
    }
}

@keyframes active-key-hamburger-01 {
    0% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(8px) rotate(0)
    }

    to {
        transform: translateY(8px) rotate(45deg)
    }
}

@-webkit-keyframes active-key-hamburger-03 {
    0% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-8px) rotate(0)
    }

    to {
        transform: translateY(-8px) rotate(-45deg)
    }
}

@keyframes active-key-hamburger-03 {
    0% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-8px) rotate(0)
    }

    to {
        transform: translateY(-8px) rotate(-45deg)
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    0% {
        pointer-events: visible;
        opacity: 1
    }

    to {
        display: none;
        pointer-events: none;
        opacity: 0
    }
}

@keyframes fadeout {
    0% {
        pointer-events: visible;
        opacity: 1
    }

    to {
        display: none;
        pointer-events: none;
        opacity: 0
    }
}

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%
}

*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted
}

a,
mark {
    color: #000
}

a,
abbr[title] {
    text-decoration: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    outline: 0;
    opacity: 1;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

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

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

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

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

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

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

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

img {
    border-style: none;
    max-width: 100%;
    height: auto
}

progress {
    vertical-align: baseline
}

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

audio,
canvas,
progress,
video {
    display: inline-block
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

body {
    font-size: 1.3rem;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    min-width: 1024px;
    line-height: 1.5
}

a.no-animate:hover {
    opacity: 1
}

a:visited {
    color: #000
}

a:hover,
button:hover {
    opacity: .5
}

a.is-underline,
span.is-underline {
    text-decoration: underline
}

button {
    outline: 0;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Times New Roman", "Linux Libertine", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.u-hidden {
    display: none;
    visibility: hidden
}

.u-vhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

.u-ff-sans {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif !important
}

.u-ff-serif {
    font-family: "Times New Roman", "Linux Libertine", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important
}

.u-fs8 {
    font-size: .8rem !important
}

.u-fs9 {
    font-size: .9rem !important
}

.u-fs10 {
    font-size: 1rem !important
}

.u-fs11 {
    font-size: 1.1rem !important
}

.u-fs12 {
    font-size: 1.2rem !important
}

.u-fs13 {
    font-size: 1.3rem !important
}

.u-fs14 {
    font-size: 1.4rem !important
}

.u-fs15 {
    font-size: 1.5rem !important
}

.u-fs16 {
    font-size: 1.6rem !important
}

.u-fs17 {
    font-size: 1.7rem !important
}

.u-fs18 {
    font-size: 1.8rem !important
}

.u-fs19 {
    font-size: 1.9rem !important
}

.u-fs20 {
    font-size: 2rem !important
}

.u-fs21 {
    font-size: 2.1rem !important
}

.u-fs22 {
    font-size: 2.2rem !important
}

.u-fs23 {
    font-size: 2.3rem !important
}

.u-fs24 {
    font-size: 2.4rem !important
}

.u-fs25 {
    font-size: 2.5rem !important
}

.u-fs26 {
    font-size: 2.6rem !important
}

.u-fs27 {
    font-size: 2.7rem !important
}

.u-fs28 {
    font-size: 2.8rem !important
}

.u-fs29 {
    font-size: 2.9rem !important
}

.u-fs30 {
    font-size: 3rem !important
}

.u-fs31 {
    font-size: 3.1rem !important
}

.u-fs32 {
    font-size: 3.2rem !important
}

.u-fwb {
    font-weight: 700 !important
}

.u-fwn {
    font-weight: 400 !important
}

.u-fwl {
    font-weight: lighter !important
}

.u-mt0 {
    margin-top: 0 !important
}

.u-mb0 {
    margin-bottom: 0 !important
}

.u-mr0 {
    margin-right: 0 !important
}

.u-ml0 {
    margin-left: 0 !important
}

.u-mt1 {
    margin-top: 1px !important
}

.u-mb1 {
    margin-bottom: 1px !important
}

.u-mr1 {
    margin-right: 1px !important
}

.u-ml1 {
    margin-left: 1px !important
}

.u-mt2 {
    margin-top: 2px !important
}

.u-mb2 {
    margin-bottom: 2px !important
}

.u-mr2 {
    margin-right: 2px !important
}

.u-ml2 {
    margin-left: 2px !important
}

.u-mt3 {
    margin-top: 3px !important
}

.u-mb3 {
    margin-bottom: 3px !important
}

.u-mr3 {
    margin-right: 3px !important
}

.u-ml3 {
    margin-left: 3px !important
}

.u-mt4 {
    margin-top: 4px !important
}

.u-mb4 {
    margin-bottom: 4px !important
}

.u-mr4 {
    margin-right: 4px !important
}

.u-ml4 {
    margin-left: 4px !important
}

.u-mt5 {
    margin-top: 5px !important
}

.u-mb5 {
    margin-bottom: 5px !important
}

.u-mr5 {
    margin-right: 5px !important
}

.u-ml5 {
    margin-left: 5px !important
}

.u-mt6 {
    margin-top: 6px !important
}

.u-mb6 {
    margin-bottom: 6px !important
}

.u-mr6 {
    margin-right: 6px !important
}

.u-ml6 {
    margin-left: 6px !important
}

.u-mt7 {
    margin-top: 7px !important
}

.u-mb7 {
    margin-bottom: 7px !important
}

.u-mr7 {
    margin-right: 7px !important
}

.u-ml7 {
    margin-left: 7px !important
}

.u-mt8 {
    margin-top: 8px !important
}

.u-mb8 {
    margin-bottom: 8px !important
}

.u-mr8 {
    margin-right: 8px !important
}

.u-ml8 {
    margin-left: 8px !important
}

.u-mt9 {
    margin-top: 9px !important
}

.u-mb9 {
    margin-bottom: 9px !important
}

.u-mr9 {
    margin-right: 9px !important
}

.u-ml9 {
    margin-left: 9px !important
}

.u-mt10 {
    margin-top: 10px !important
}

.u-mb10 {
    margin-bottom: 10px !important
}

.u-mr10 {
    margin-right: 10px !important
}

.u-ml10 {
    margin-left: 10px !important
}

.u-mt11 {
    margin-top: 11px !important
}

.u-mb11 {
    margin-bottom: 11px !important
}

.u-mr11 {
    margin-right: 11px !important
}

.u-ml11 {
    margin-left: 11px !important
}

.u-mt12 {
    margin-top: 12px !important
}

.u-mb12 {
    margin-bottom: 12px !important
}

.u-mr12 {
    margin-right: 12px !important
}

.u-ml12 {
    margin-left: 12px !important
}

.u-mt13 {
    margin-top: 13px !important
}

.u-mb13 {
    margin-bottom: 13px !important
}

.u-mr13 {
    margin-right: 13px !important
}

.u-ml13 {
    margin-left: 13px !important
}

.u-mt14 {
    margin-top: 14px !important
}

.u-mb14 {
    margin-bottom: 14px !important
}

.u-mr14 {
    margin-right: 14px !important
}

.u-ml14 {
    margin-left: 14px !important
}

.u-mt15 {
    margin-top: 15px !important
}

.u-mb15 {
    margin-bottom: 15px !important
}

.u-mr15 {
    margin-right: 15px !important
}

.u-ml15 {
    margin-left: 15px !important
}

.u-mt16 {
    margin-top: 16px !important
}

.u-mb16 {
    margin-bottom: 16px !important
}

.u-mr16 {
    margin-right: 16px !important
}

.u-ml16 {
    margin-left: 16px !important
}

.u-mt17 {
    margin-top: 17px !important
}

.u-mb17 {
    margin-bottom: 17px !important
}

.u-mr17 {
    margin-right: 17px !important
}

.u-ml17 {
    margin-left: 17px !important
}

.u-mt18 {
    margin-top: 18px !important
}

.u-mb18 {
    margin-bottom: 18px !important
}

.u-mr18 {
    margin-right: 18px !important
}

.u-ml18 {
    margin-left: 18px !important
}

.u-mt19 {
    margin-top: 19px !important
}

.u-mb19 {
    margin-bottom: 19px !important
}

.u-mr19 {
    margin-right: 19px !important
}

.u-ml19 {
    margin-left: 19px !important
}

.u-mt20 {
    margin-top: 20px !important
}

.u-mb20 {
    margin-bottom: 20px !important
}

.u-mr20 {
    margin-right: 20px !important
}

.u-ml20 {
    margin-left: 20px !important
}

.u-mt21 {
    margin-top: 21px !important
}

.u-mb21 {
    margin-bottom: 21px !important
}

.u-mr21 {
    margin-right: 21px !important
}

.u-ml21 {
    margin-left: 21px !important
}

.u-mt22 {
    margin-top: 22px !important
}

.u-mb22 {
    margin-bottom: 22px !important
}

.u-mr22 {
    margin-right: 22px !important
}

.u-ml22 {
    margin-left: 22px !important
}

.u-mt23 {
    margin-top: 23px !important
}

.u-mb23 {
    margin-bottom: 23px !important
}

.u-mr23 {
    margin-right: 23px !important
}

.u-ml23 {
    margin-left: 23px !important
}

.u-mt24 {
    margin-top: 24px !important
}

.u-mb24 {
    margin-bottom: 24px !important
}

.u-mr24 {
    margin-right: 24px !important
}

.u-ml24 {
    margin-left: 24px !important
}

.u-mt25 {
    margin-top: 25px !important
}

.u-mb25 {
    margin-bottom: 25px !important
}

.u-mr25 {
    margin-right: 25px !important
}

.u-ml25 {
    margin-left: 25px !important
}

.u-mt26 {
    margin-top: 26px !important
}

.u-mb26 {
    margin-bottom: 26px !important
}

.u-mr26 {
    margin-right: 26px !important
}

.u-ml26 {
    margin-left: 26px !important
}

.u-mt27 {
    margin-top: 27px !important
}

.u-mb27 {
    margin-bottom: 27px !important
}

.u-mr27 {
    margin-right: 27px !important
}

.u-ml27 {
    margin-left: 27px !important
}

.u-mt28 {
    margin-top: 28px !important
}

.u-mb28 {
    margin-bottom: 28px !important
}

.u-mr28 {
    margin-right: 28px !important
}

.u-ml28 {
    margin-left: 28px !important
}

.u-mt29 {
    margin-top: 29px !important
}

.u-mb29 {
    margin-bottom: 29px !important
}

.u-mr29 {
    margin-right: 29px !important
}

.u-ml29 {
    margin-left: 29px !important
}

.u-mt30 {
    margin-top: 30px !important
}

.u-mb30 {
    margin-bottom: 30px !important
}

.u-mr30 {
    margin-right: 30px !important
}

.u-ml30 {
    margin-left: 30px !important
}

.u-mt31 {
    margin-top: 31px !important
}

.u-mb31 {
    margin-bottom: 31px !important
}

.u-mr31 {
    margin-right: 31px !important
}

.u-ml31 {
    margin-left: 31px !important
}

.u-mt32 {
    margin-top: 32px !important
}

.u-mb32 {
    margin-bottom: 32px !important
}

.u-mr32 {
    margin-right: 32px !important
}

.u-ml32 {
    margin-left: 32px !important
}

.u-mt33 {
    margin-top: 33px !important
}

.u-mb33 {
    margin-bottom: 33px !important
}

.u-mr33 {
    margin-right: 33px !important
}

.u-ml33 {
    margin-left: 33px !important
}

.u-mt34 {
    margin-top: 34px !important
}

.u-mb34 {
    margin-bottom: 34px !important
}

.u-mr34 {
    margin-right: 34px !important
}

.u-ml34 {
    margin-left: 34px !important
}

.u-mt35 {
    margin-top: 35px !important
}

.u-mb35 {
    margin-bottom: 35px !important
}

.u-mr35 {
    margin-right: 35px !important
}

.u-ml35 {
    margin-left: 35px !important
}

.u-mt36 {
    margin-top: 36px !important
}

.u-mb36 {
    margin-bottom: 36px !important
}

.u-mr36 {
    margin-right: 36px !important
}

.u-ml36 {
    margin-left: 36px !important
}

.u-mt37 {
    margin-top: 37px !important
}

.u-mb37 {
    margin-bottom: 37px !important
}

.u-mr37 {
    margin-right: 37px !important
}

.u-ml37 {
    margin-left: 37px !important
}

.u-mt38 {
    margin-top: 38px !important
}

.u-mb38 {
    margin-bottom: 38px !important
}

.u-mr38 {
    margin-right: 38px !important
}

.u-ml38 {
    margin-left: 38px !important
}

.u-mt39 {
    margin-top: 39px !important
}

.u-mb39 {
    margin-bottom: 39px !important
}

.u-mr39 {
    margin-right: 39px !important
}

.u-ml39 {
    margin-left: 39px !important
}

.u-mt40 {
    margin-top: 40px !important
}

.u-mb40 {
    margin-bottom: 40px !important
}

.u-mr40 {
    margin-right: 40px !important
}

.u-ml40 {
    margin-left: 40px !important
}

.u-mt41 {
    margin-top: 41px !important
}

.u-mb41 {
    margin-bottom: 41px !important
}

.u-mr41 {
    margin-right: 41px !important
}

.u-ml41 {
    margin-left: 41px !important
}

.u-mt42 {
    margin-top: 42px !important
}

.u-mb42 {
    margin-bottom: 42px !important
}

.u-mr42 {
    margin-right: 42px !important
}

.u-ml42 {
    margin-left: 42px !important
}

.u-mt43 {
    margin-top: 43px !important
}

.u-mb43 {
    margin-bottom: 43px !important
}

.u-mr43 {
    margin-right: 43px !important
}

.u-ml43 {
    margin-left: 43px !important
}

.u-mt44 {
    margin-top: 44px !important
}

.u-mb44 {
    margin-bottom: 44px !important
}

.u-mr44 {
    margin-right: 44px !important
}

.u-ml44 {
    margin-left: 44px !important
}

.u-mt45 {
    margin-top: 45px !important
}

.u-mb45 {
    margin-bottom: 45px !important
}

.u-mr45 {
    margin-right: 45px !important
}

.u-ml45 {
    margin-left: 45px !important
}

.u-mt46 {
    margin-top: 46px !important
}

.u-mb46 {
    margin-bottom: 46px !important
}

.u-mr46 {
    margin-right: 46px !important
}

.u-ml46 {
    margin-left: 46px !important
}

.u-mt47 {
    margin-top: 47px !important
}

.u-mb47 {
    margin-bottom: 47px !important
}

.u-mr47 {
    margin-right: 47px !important
}

.u-ml47 {
    margin-left: 47px !important
}

.u-mt48 {
    margin-top: 48px !important
}

.u-mb48 {
    margin-bottom: 48px !important
}

.u-mr48 {
    margin-right: 48px !important
}

.u-ml48 {
    margin-left: 48px !important
}

.u-mt49 {
    margin-top: 49px !important
}

.u-mb49 {
    margin-bottom: 49px !important
}

.u-mr49 {
    margin-right: 49px !important
}

.u-ml49 {
    margin-left: 49px !important
}

.u-mt50 {
    margin-top: 50px !important
}

.u-mb50 {
    margin-bottom: 50px !important
}

.u-mr50 {
    margin-right: 50px !important
}

.u-ml50 {
    margin-left: 50px !important
}

.u-mt51 {
    margin-top: 51px !important
}

.u-mb51 {
    margin-bottom: 51px !important
}

.u-mr51 {
    margin-right: 51px !important
}

.u-ml51 {
    margin-left: 51px !important
}

.u-mt52 {
    margin-top: 52px !important
}

.u-mb52 {
    margin-bottom: 52px !important
}

.u-mr52 {
    margin-right: 52px !important
}

.u-ml52 {
    margin-left: 52px !important
}

.u-mt53 {
    margin-top: 53px !important
}

.u-mb53 {
    margin-bottom: 53px !important
}

.u-mr53 {
    margin-right: 53px !important
}

.u-ml53 {
    margin-left: 53px !important
}

.u-mt54 {
    margin-top: 54px !important
}

.u-mb54 {
    margin-bottom: 54px !important
}

.u-mr54 {
    margin-right: 54px !important
}

.u-ml54 {
    margin-left: 54px !important
}

.u-mt55 {
    margin-top: 55px !important
}

.u-mb55 {
    margin-bottom: 55px !important
}

.u-mr55 {
    margin-right: 55px !important
}

.u-ml55 {
    margin-left: 55px !important
}

.u-mt56 {
    margin-top: 56px !important
}

.u-mb56 {
    margin-bottom: 56px !important
}

.u-mr56 {
    margin-right: 56px !important
}

.u-ml56 {
    margin-left: 56px !important
}

.u-mt57 {
    margin-top: 57px !important
}

.u-mb57 {
    margin-bottom: 57px !important
}

.u-mr57 {
    margin-right: 57px !important
}

.u-ml57 {
    margin-left: 57px !important
}

.u-mt58 {
    margin-top: 58px !important
}

.u-mb58 {
    margin-bottom: 58px !important
}

.u-mr58 {
    margin-right: 58px !important
}

.u-ml58 {
    margin-left: 58px !important
}

.u-mt59 {
    margin-top: 59px !important
}

.u-mb59 {
    margin-bottom: 59px !important
}

.u-mr59 {
    margin-right: 59px !important
}

.u-ml59 {
    margin-left: 59px !important
}

.u-mt60 {
    margin-top: 60px !important
}

.u-mb60 {
    margin-bottom: 60px !important
}

.u-mr60 {
    margin-right: 60px !important
}

.u-ml60 {
    margin-left: 60px !important
}

.u-mt61 {
    margin-top: 61px !important
}

.u-mb61 {
    margin-bottom: 61px !important
}

.u-mr61 {
    margin-right: 61px !important
}

.u-ml61 {
    margin-left: 61px !important
}

.u-mt62 {
    margin-top: 62px !important
}

.u-mb62 {
    margin-bottom: 62px !important
}

.u-mr62 {
    margin-right: 62px !important
}

.u-ml62 {
    margin-left: 62px !important
}

.u-mt63 {
    margin-top: 63px !important
}

.u-mb63 {
    margin-bottom: 63px !important
}

.u-mr63 {
    margin-right: 63px !important
}

.u-ml63 {
    margin-left: 63px !important
}

.u-mt64 {
    margin-top: 64px !important
}

.u-mb64 {
    margin-bottom: 64px !important
}

.u-mr64 {
    margin-right: 64px !important
}

.u-ml64 {
    margin-left: 64px !important
}

.u-mt65 {
    margin-top: 65px !important
}

.u-mb65 {
    margin-bottom: 65px !important
}

.u-mr65 {
    margin-right: 65px !important
}

.u-ml65 {
    margin-left: 65px !important
}

.u-mt66 {
    margin-top: 66px !important
}

.u-mb66 {
    margin-bottom: 66px !important
}

.u-mr66 {
    margin-right: 66px !important
}

.u-ml66 {
    margin-left: 66px !important
}

.u-mt67 {
    margin-top: 67px !important
}

.u-mb67 {
    margin-bottom: 67px !important
}

.u-mr67 {
    margin-right: 67px !important
}

.u-ml67 {
    margin-left: 67px !important
}

.u-mt68 {
    margin-top: 68px !important
}

.u-mb68 {
    margin-bottom: 68px !important
}

.u-mr68 {
    margin-right: 68px !important
}

.u-ml68 {
    margin-left: 68px !important
}

.u-mt69 {
    margin-top: 69px !important
}

.u-mb69 {
    margin-bottom: 69px !important
}

.u-mr69 {
    margin-right: 69px !important
}

.u-ml69 {
    margin-left: 69px !important
}

.u-mt70 {
    margin-top: 70px !important
}

.u-mb70 {
    margin-bottom: 70px !important
}

.u-mr70 {
    margin-right: 70px !important
}

.u-ml70 {
    margin-left: 70px !important
}

.u-mt71 {
    margin-top: 71px !important
}

.u-mb71 {
    margin-bottom: 71px !important
}

.u-mr71 {
    margin-right: 71px !important
}

.u-ml71 {
    margin-left: 71px !important
}

.u-mt72 {
    margin-top: 72px !important
}

.u-mb72 {
    margin-bottom: 72px !important
}

.u-mr72 {
    margin-right: 72px !important
}

.u-ml72 {
    margin-left: 72px !important
}

.u-mt73 {
    margin-top: 73px !important
}

.u-mb73 {
    margin-bottom: 73px !important
}

.u-mr73 {
    margin-right: 73px !important
}

.u-ml73 {
    margin-left: 73px !important
}

.u-mt74 {
    margin-top: 74px !important
}

.u-mb74 {
    margin-bottom: 74px !important
}

.u-mr74 {
    margin-right: 74px !important
}

.u-ml74 {
    margin-left: 74px !important
}

.u-mt75 {
    margin-top: 75px !important
}

.u-mb75 {
    margin-bottom: 75px !important
}

.u-mr75 {
    margin-right: 75px !important
}

.u-ml75 {
    margin-left: 75px !important
}

.u-mt76 {
    margin-top: 76px !important
}

.u-mb76 {
    margin-bottom: 76px !important
}

.u-mr76 {
    margin-right: 76px !important
}

.u-ml76 {
    margin-left: 76px !important
}

.u-mt77 {
    margin-top: 77px !important
}

.u-mb77 {
    margin-bottom: 77px !important
}

.u-mr77 {
    margin-right: 77px !important
}

.u-ml77 {
    margin-left: 77px !important
}

.u-mt78 {
    margin-top: 78px !important
}

.u-mb78 {
    margin-bottom: 78px !important
}

.u-mr78 {
    margin-right: 78px !important
}

.u-ml78 {
    margin-left: 78px !important
}

.u-mt79 {
    margin-top: 79px !important
}

.u-mb79 {
    margin-bottom: 79px !important
}

.u-mr79 {
    margin-right: 79px !important
}

.u-ml79 {
    margin-left: 79px !important
}

.u-mt80 {
    margin-top: 80px !important
}

.u-mb80 {
    margin-bottom: 80px !important
}

.u-mr80 {
    margin-right: 80px !important
}

.u-ml80 {
    margin-left: 80px !important
}

.u-mt81 {
    margin-top: 81px !important
}

.u-mb81 {
    margin-bottom: 81px !important
}

.u-mr81 {
    margin-right: 81px !important
}

.u-ml81 {
    margin-left: 81px !important
}

.u-mt82 {
    margin-top: 82px !important
}

.u-mb82 {
    margin-bottom: 82px !important
}

.u-mr82 {
    margin-right: 82px !important
}

.u-ml82 {
    margin-left: 82px !important
}

.u-mt83 {
    margin-top: 83px !important
}

.u-mb83 {
    margin-bottom: 83px !important
}

.u-mr83 {
    margin-right: 83px !important
}

.u-ml83 {
    margin-left: 83px !important
}

.u-mt84 {
    margin-top: 84px !important
}

.u-mb84 {
    margin-bottom: 84px !important
}

.u-mr84 {
    margin-right: 84px !important
}

.u-ml84 {
    margin-left: 84px !important
}

.u-mt85 {
    margin-top: 85px !important
}

.u-mb85 {
    margin-bottom: 85px !important
}

.u-mr85 {
    margin-right: 85px !important
}

.u-ml85 {
    margin-left: 85px !important
}

.u-mt86 {
    margin-top: 86px !important
}

.u-mb86 {
    margin-bottom: 86px !important
}

.u-mr86 {
    margin-right: 86px !important
}

.u-ml86 {
    margin-left: 86px !important
}

.u-mt87 {
    margin-top: 87px !important
}

.u-mb87 {
    margin-bottom: 87px !important
}

.u-mr87 {
    margin-right: 87px !important
}

.u-ml87 {
    margin-left: 87px !important
}

.u-mt88 {
    margin-top: 88px !important
}

.u-mb88 {
    margin-bottom: 88px !important
}

.u-mr88 {
    margin-right: 88px !important
}

.u-ml88 {
    margin-left: 88px !important
}

.u-mt89 {
    margin-top: 89px !important
}

.u-mb89 {
    margin-bottom: 89px !important
}

.u-mr89 {
    margin-right: 89px !important
}

.u-ml89 {
    margin-left: 89px !important
}

.u-mt90 {
    margin-top: 90px !important
}

.u-mb90 {
    margin-bottom: 90px !important
}

.u-mr90 {
    margin-right: 90px !important
}

.u-ml90 {
    margin-left: 90px !important
}

.u-mt91 {
    margin-top: 91px !important
}

.u-mb91 {
    margin-bottom: 91px !important
}

.u-mr91 {
    margin-right: 91px !important
}

.u-ml91 {
    margin-left: 91px !important
}

.u-mt92 {
    margin-top: 92px !important
}

.u-mb92 {
    margin-bottom: 92px !important
}

.u-mr92 {
    margin-right: 92px !important
}

.u-ml92 {
    margin-left: 92px !important
}

.u-mt93 {
    margin-top: 93px !important
}

.u-mb93 {
    margin-bottom: 93px !important
}

.u-mr93 {
    margin-right: 93px !important
}

.u-ml93 {
    margin-left: 93px !important
}

.u-mt94 {
    margin-top: 94px !important
}

.u-mb94 {
    margin-bottom: 94px !important
}

.u-mr94 {
    margin-right: 94px !important
}

.u-ml94 {
    margin-left: 94px !important
}

.u-mt95 {
    margin-top: 95px !important
}

.u-mb95 {
    margin-bottom: 95px !important
}

.u-mr95 {
    margin-right: 95px !important
}

.u-ml95 {
    margin-left: 95px !important
}

.u-mt96 {
    margin-top: 96px !important
}

.u-mb96 {
    margin-bottom: 96px !important
}

.u-mr96 {
    margin-right: 96px !important
}

.u-ml96 {
    margin-left: 96px !important
}

.u-mt97 {
    margin-top: 97px !important
}

.u-mb97 {
    margin-bottom: 97px !important
}

.u-mr97 {
    margin-right: 97px !important
}

.u-ml97 {
    margin-left: 97px !important
}

.u-mt98 {
    margin-top: 98px !important
}

.u-mb98 {
    margin-bottom: 98px !important
}

.u-mr98 {
    margin-right: 98px !important
}

.u-ml98 {
    margin-left: 98px !important
}

.u-mt99 {
    margin-top: 99px !important
}

.u-mb99 {
    margin-bottom: 99px !important
}

.u-mr99 {
    margin-right: 99px !important
}

.u-ml99 {
    margin-left: 99px !important
}

.u-pb0 {
    padding-bottom: 0 !important
}

.u-pr0 {
    padding-right: 0 !important
}

.u-pl0 {
    padding-left: 0 !important
}

.u-pb1 {
    padding-bottom: 1px !important
}

.u-pr1 {
    padding-right: 1px !important
}

.u-pl1 {
    padding-left: 1px !important
}

.u-pb2 {
    padding-bottom: 2px !important
}

.u-pr2 {
    padding-right: 2px !important
}

.u-pl2 {
    padding-left: 2px !important
}

.u-pb3 {
    padding-bottom: 3px !important
}

.u-pr3 {
    padding-right: 3px !important
}

.u-pl3 {
    padding-left: 3px !important
}

.u-pb4 {
    padding-bottom: 4px !important
}

.u-pr4 {
    padding-right: 4px !important
}

.u-pl4 {
    padding-left: 4px !important
}

.u-pb5 {
    padding-bottom: 5px !important
}

.u-pr5 {
    padding-right: 5px !important
}

.u-pl5 {
    padding-left: 5px !important
}

.u-pb6 {
    padding-bottom: 6px !important
}

.u-pr6 {
    padding-right: 6px !important
}

.u-pl6 {
    padding-left: 6px !important
}

.u-pb7 {
    padding-bottom: 7px !important
}

.u-pr7 {
    padding-right: 7px !important
}

.u-pl7 {
    padding-left: 7px !important
}

.u-pb8 {
    padding-bottom: 8px !important
}

.u-pr8 {
    padding-right: 8px !important
}

.u-pl8 {
    padding-left: 8px !important
}

.u-pb9 {
    padding-bottom: 9px !important
}

.u-pr9 {
    padding-right: 9px !important
}

.u-pl9 {
    padding-left: 9px !important
}

.u-pb10 {
    padding-bottom: 10px !important
}

.u-pr10 {
    padding-right: 10px !important
}

.u-pl10 {
    padding-left: 10px !important
}

.u-pb11 {
    padding-bottom: 11px !important
}

.u-pr11 {
    padding-right: 11px !important
}

.u-pl11 {
    padding-left: 11px !important
}

.u-pb12 {
    padding-bottom: 12px !important
}

.u-pr12 {
    padding-right: 12px !important
}

.u-pl12 {
    padding-left: 12px !important
}

.u-pb13 {
    padding-bottom: 13px !important
}

.u-pr13 {
    padding-right: 13px !important
}

.u-pl13 {
    padding-left: 13px !important
}

.u-pb14 {
    padding-bottom: 14px !important
}

.u-pr14 {
    padding-right: 14px !important
}

.u-pl14 {
    padding-left: 14px !important
}

.u-pb15 {
    padding-bottom: 15px !important
}

.u-pr15 {
    padding-right: 15px !important
}

.u-pl15 {
    padding-left: 15px !important
}

.u-pb16 {
    padding-bottom: 16px !important
}

.u-pr16 {
    padding-right: 16px !important
}

.u-pl16 {
    padding-left: 16px !important
}

.u-pb17 {
    padding-bottom: 17px !important
}

.u-pr17 {
    padding-right: 17px !important
}

.u-pl17 {
    padding-left: 17px !important
}

.u-pb18 {
    padding-bottom: 18px !important
}

.u-pr18 {
    padding-right: 18px !important
}

.u-pl18 {
    padding-left: 18px !important
}

.u-pb19 {
    padding-bottom: 19px !important
}

.u-pr19 {
    padding-right: 19px !important
}

.u-pl19 {
    padding-left: 19px !important
}

.u-pb20 {
    padding-bottom: 20px !important
}

.u-pr20 {
    padding-right: 20px !important
}

.u-pl20 {
    padding-left: 20px !important
}

.u-pb21 {
    padding-bottom: 21px !important
}

.u-pr21 {
    padding-right: 21px !important
}

.u-pl21 {
    padding-left: 21px !important
}

.u-pb22 {
    padding-bottom: 22px !important
}

.u-pr22 {
    padding-right: 22px !important
}

.u-pl22 {
    padding-left: 22px !important
}

.u-pb23 {
    padding-bottom: 23px !important
}

.u-pr23 {
    padding-right: 23px !important
}

.u-pl23 {
    padding-left: 23px !important
}

.u-pb24 {
    padding-bottom: 24px !important
}

.u-pr24 {
    padding-right: 24px !important
}

.u-pl24 {
    padding-left: 24px !important
}

.u-pb25 {
    padding-bottom: 25px !important
}

.u-pr25 {
    padding-right: 25px !important
}

.u-pl25 {
    padding-left: 25px !important
}

.u-pb26 {
    padding-bottom: 26px !important
}

.u-pr26 {
    padding-right: 26px !important
}

.u-pl26 {
    padding-left: 26px !important
}

.u-pb27 {
    padding-bottom: 27px !important
}

.u-pr27 {
    padding-right: 27px !important
}

.u-pl27 {
    padding-left: 27px !important
}

.u-pb28 {
    padding-bottom: 28px !important
}

.u-pr28 {
    padding-right: 28px !important
}

.u-pl28 {
    padding-left: 28px !important
}

.u-pb29 {
    padding-bottom: 29px !important
}

.u-pr29 {
    padding-right: 29px !important
}

.u-pl29 {
    padding-left: 29px !important
}

.u-pb30 {
    padding-bottom: 30px !important
}

.u-pr30 {
    padding-right: 30px !important
}

.u-pl30 {
    padding-left: 30px !important
}

.u-pb31 {
    padding-bottom: 31px !important
}

.u-pr31 {
    padding-right: 31px !important
}

.u-pl31 {
    padding-left: 31px !important
}

.u-pb32 {
    padding-bottom: 32px !important
}

.u-pr32 {
    padding-right: 32px !important
}

.u-pl32 {
    padding-left: 32px !important
}

.u-pb33 {
    padding-bottom: 33px !important
}

.u-pr33 {
    padding-right: 33px !important
}

.u-pl33 {
    padding-left: 33px !important
}

.u-pb34 {
    padding-bottom: 34px !important
}

.u-pr34 {
    padding-right: 34px !important
}

.u-pl34 {
    padding-left: 34px !important
}

.u-pb35 {
    padding-bottom: 35px !important
}

.u-pr35 {
    padding-right: 35px !important
}

.u-pl35 {
    padding-left: 35px !important
}

.u-pb36 {
    padding-bottom: 36px !important
}

.u-pr36 {
    padding-right: 36px !important
}

.u-pl36 {
    padding-left: 36px !important
}

.u-pb37 {
    padding-bottom: 37px !important
}

.u-pr37 {
    padding-right: 37px !important
}

.u-pl37 {
    padding-left: 37px !important
}

.u-pb38 {
    padding-bottom: 38px !important
}

.u-pr38 {
    padding-right: 38px !important
}

.u-pl38 {
    padding-left: 38px !important
}

.u-pb39 {
    padding-bottom: 39px !important
}

.u-pr39 {
    padding-right: 39px !important
}

.u-pl39 {
    padding-left: 39px !important
}

.u-pb40 {
    padding-bottom: 40px !important
}

.u-pr40 {
    padding-right: 40px !important
}

.u-pl40 {
    padding-left: 40px !important
}

.u-pb41 {
    padding-bottom: 41px !important
}

.u-pr41 {
    padding-right: 41px !important
}

.u-pl41 {
    padding-left: 41px !important
}

.u-pb42 {
    padding-bottom: 42px !important
}

.u-pr42 {
    padding-right: 42px !important
}

.u-pl42 {
    padding-left: 42px !important
}

.u-pb43 {
    padding-bottom: 43px !important
}

.u-pr43 {
    padding-right: 43px !important
}

.u-pl43 {
    padding-left: 43px !important
}

.u-pb44 {
    padding-bottom: 44px !important
}

.u-pr44 {
    padding-right: 44px !important
}

.u-pl44 {
    padding-left: 44px !important
}

.u-pb45 {
    padding-bottom: 45px !important
}

.u-pr45 {
    padding-right: 45px !important
}

.u-pl45 {
    padding-left: 45px !important
}

.u-pb46 {
    padding-bottom: 46px !important
}

.u-pr46 {
    padding-right: 46px !important
}

.u-pl46 {
    padding-left: 46px !important
}

.u-pb47 {
    padding-bottom: 47px !important
}

.u-pr47 {
    padding-right: 47px !important
}

.u-pl47 {
    padding-left: 47px !important
}

.u-pb48 {
    padding-bottom: 48px !important
}

.u-pr48 {
    padding-right: 48px !important
}

.u-pl48 {
    padding-left: 48px !important
}

.u-pb49 {
    padding-bottom: 49px !important
}

.u-pr49 {
    padding-right: 49px !important
}

.u-pl49 {
    padding-left: 49px !important
}

.u-pb50 {
    padding-bottom: 50px !important
}

.u-pb55 {
    padding-bottom: 55px !important
}

.u-pb60 {
    padding-bottom: 60px !important
}

.u-pb65 {
    padding-bottom: 65px !important
}

.u-pb70 {
    padding-bottom: 70px !important
}

.u-pb75 {
    padding-bottom: 75px !important
}

.u-pb80 {
    padding-bottom: 80px !important
}

.u-pb85 {
    padding-bottom: 85px !important
}

.u-pb90 {
    padding-bottom: 90px !important
}

.u-pb95 {
    padding-bottom: 95px !important
}

.u-pb100 {
    padding-bottom: 100px !important
}

.u-lh0 {
    line-height: 0 !important
}

.u-lh20 {
    line-height: 2px !important
}

.u-lh21 {
    line-height: 2.1px !important
}

.u-lh22 {
    line-height: 2.2px !important
}

.u-lh23 {
    line-height: 2.3px !important
}

.u-lh24 {
    line-height: 2.4px !important
}

.u-lh25 {
    line-height: 2.5px !important
}

.u-lh26 {
    line-height: 2.6px !important
}

.u-lh27 {
    line-height: 2.7px !important
}

.u-lh28 {
    line-height: 2.8px !important
}

.u-lh29 {
    line-height: 2.9px !important
}

.u-lh30 {
    line-height: 3px !important
}

.u-lh31 {
    line-height: 3.1px !important
}

.u-lh32 {
    line-height: 3.2px !important
}

.u-lh33 {
    line-height: 3.3px !important
}

.u-lh34 {
    line-height: 3.4px !important
}

.u-lh35 {
    line-height: 3.5px !important
}

.u-lh36 {
    line-height: 3.6px !important
}

.u-lh37 {
    line-height: 3.7px !important
}

.u-lh38 {
    line-height: 3.8px !important
}

.u-lh39 {
    line-height: 3.9px !important
}

.u-lh40 {
    line-height: 4px !important
}

.u-lh41 {
    line-height: 4.1px !important
}

.u-lh42 {
    line-height: 4.2px !important
}

.u-lh43 {
    line-height: 4.3px !important
}

.u-lh44 {
    line-height: 4.4px !important
}

.u-lh45 {
    line-height: 4.5px !important
}

.u-lh46 {
    line-height: 4.6px !important
}

.u-lh47 {
    line-height: 4.7px !important
}

.u-lh48 {
    line-height: 4.8px !important
}

.u-lh49 {
    line-height: 4.9px !important
}

.u-lh50 {
    line-height: 5px !important
}

.u-c-accent,
.u-c-attention {
    color: #f96b6b !important
}

.u-c-black {
    color: #000 !important
}

.u-fix-flex {
    flex: 1 1
}

html.is-gnavcontents.is-modal .m-gnav-contents {
    overflow-y: hidden !important
}

.wovn-tenso-dialog {
    box-sizing: content-box
}

:root input::placeholder,
_::-webkit-full-page-media,
_:future {
    line-height: 1.7 !important
}

.js-lazy-img {
    width: 100%;
    opacity: 0
}

.js-lazy-img.fade-in {
    -webkit-animation: fadein .5s cubic-bezier(.215, .61, .355, 1) both;
    animation: fadein .5s cubic-bezier(.215, .61, .355, 1) both
}

.js-lazy-video {
    width: 100%;
    min-width: 100%;
    min-height: 50px
}

.m-anim-loading {
    display: flex;
    align-items: center;
    justify-content: center
}

.anim-loading {
    text-align: center
}

.anim-loading>div:nth-child(1) {
    -webkit-animation: ball_scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: ball_scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.anim-loading>div:nth-child(2) {
    -webkit-animation: ball_scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: ball_scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.anim-loading>div:nth-child(3) {
    -webkit-animation: ball_scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: ball_scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.anim-loading>div {
    width: 8px;
    height: 8px;
    margin: 2px;
    background-color: #c9c9c9;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.m-form .select.select-attention svg {
    fill: #c00
}

.svg--gnav-arrow,
.svg--insta-arrow,
.svg--pagetop-arrow,
.svg--ranking-more,
.svg--size-more,
.svg-rotate-180,
.svg-rotate-270,
.svg-rotate-90 {
    transition: transform .3s cubic-bezier(.215, .61, .355, 1)
}

.m-userarea {
    width: 100%;
    word-break: break-all;
    font-variant-ligatures: none
}

.m-userarea.is-base-width {
    width: 1024px;
    margin: 0 auto
}

.m-pi img,
.m-userarea img {
    width: auto;
    height: auto
}

.m-accordion--custom.is-active .m-accordion__arrow,
.m-accordion--custom[open] .m-accordion__arrow {
    transform: rotate(-90deg)
}

.m-accordion--custom.is-active .m-accordion__content,
.m-accordion--custom[open] .m-accordion__content {
    position: static;
    visibility: visible
}

.m-accordion--custom .m-accordion__arrow {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955);
    transform: rotate(90deg)
}

.m-accordion--custom .m-accordion__arrow .svg--insta-arrow,
.m-accordion--custom .m-accordion__arrow .svg--ranking-more,
.m-accordion--custom .m-accordion__arrow .svg--size-more,
.m-accordion--custom .m-accordion__arrow .svg-icon-arrow {
    fill: #fff
}

.m-accordion--custom .m-accordion__content {
    position: absolute;
    visibility: hidden
}

.m-accordion--custom .m-accordion__radio-inner {
    padding: 16px 0
}

.m-accordion--custom .m-accordion__radio-title,
.m-always-popup {
    display: flex;
    align-items: center
}

.m-accordion--custom .m-accordion__radio-title--vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.m-accordion--custom .m-accordion__radio-content {
    position: absolute;
    visibility: hidden
}

.m-accordion--custom .m-accordion__form {
    margin-top: 16px
}

.m-accordion--custom .m-accordion__text {
    margin-top: 8px
}

.m-accordion--custom .m-accordion__attention {
    margin-top: 8px;
    font-weight: 700
}

.m-always-popup {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 10;
    justify-content: center;
    padding: 8px 20px 8px 10px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    opacity: 0;
    transition: bottom .3s cubic-bezier(.215, .61, .355, 1)
}

.m-always-popup__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem
}

.m-always-popup__icon svg {
    --color-icon: none
}

.m-always-popup__title {
    display: block;
    margin-left: 13px;
    font-size: 2.6rem
}

.anim-hamburger {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 18px
}

.anim-hamburger.anim-init span:nth-of-type(1),
.anim-hamburger.anim-init span:nth-of-type(3) {
    -webkit-animation: none;
    animation: none
}

.anim-hamburger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: transform .4s, background-color .4s
}

.anim-hamburger span:nth-of-type(1) {
    top: 0;
    -webkit-animation: key-hamburger-01 .3s forwards;
    animation: key-hamburger-01 .3s forwards
}

.anim-hamburger span:nth-of-type(2) {
    top: 8px;
    opacity: 1;
    transition: opacity .15s .15s;
    transform: translateY(0) rotate(0)
}

.anim-hamburger span:nth-of-type(3) {
    bottom: 0;
    -webkit-animation: key-hamburger-02 .3s forwards;
    animation: key-hamburger-02 .3s forwards
}

.anim-hamburger.is-active span {
    background-color: #c9c9c9
}

.anim-hamburger.is-active span:nth-of-type(1) {
    -webkit-animation: active-key-hamburger-01 .3s forwards;
    animation: active-key-hamburger-01 .3s forwards
}

.anim-hamburger.is-active span:nth-of-type(2),
.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__title.is-active .js-accordion-toggle span:nth-of-type(1),
.l-contents.is-products .products-list__nav .widget-item__title.is-active .widget-item__title-toggle span:nth-of-type(1) {
    opacity: 0
}

.anim-hamburger.is-active span:nth-of-type(3) {
    -webkit-animation: active-key-hamburger-03 .3s forwards;
    animation: active-key-hamburger-03 .3s forwards
}

.anim-scale {
    position: relative;
    width: 28px;
    height: 30px
}

.anim-scale .svg-icon-cart {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .2s .15s
}

.anim-scale__close {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.anim-scale__close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.anim-scale.is-active .svg-icon-cart,
.anim-scale__close {
    transition: transform .3s;
    transform: scale3d(0, 0, 1)
}

.anim-scale.is-active .anim-scale__close {
    transition: transform .2s .15s;
    transform: scale3d(1, 1, 1)
}

.m-badge {
    display: inline-block;
    padding: 3px 8px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: #f96b6b;
    border-radius: 3px
}

.m-breadcrumb {
    width: 1024px;
    padding-top: 20px;
    margin: 0 auto;
    font-size: 1.1rem
}

.btn,
.m-breadcrumb.is-auto {
    width: 100%;
    margin: 0
}

.m-breadcrumb ul li {
    display: inline;
    line-height: 1;
    color: #888;
    text-indent: -.05rem;
    letter-spacing: .05rem;
    list-style: none
}

.m-breadcrumb ul li a {
    color: #888
}

.m-breadcrumb ul li span {
    margin: 0 7px
}

.btn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    font-size: inherit;
    line-height: normal;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0
}

.btn.btn-primary {
    color: #fff;
    background: #f96b6b
}

.btn.btn-action,
.btn.btn-primary,
.btn.btn-secondary {
    text-align: center;
    text-indent: .1rem;
    letter-spacing: .1rem;
    border-radius: 3px
}

.btn.btn-secondary {
    color: #000;
    background: #dadada;
    border: 1px solid #c9c9c9
}

.m-mypage-modal-content .btn.btn--zip-search,
.mypage-contents .btn.btn--zip-search {
    color: #000;
    text-align: center;
    text-indent: .1rem;
    letter-spacing: .1rem;
    background: #dadada;
    border-radius: 3px
}

.btn.btn-action {
    color: #fff;
    background: #535353
}

.btn.btn-circle-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-color: #535353;
    border-radius: 50%
}

.btn.btn-circle-more span {
    font-size: 1.2rem;
    color: #fff;
    text-align: center
}

.btn.btn-bg-white {
    background-color: #fff
}

.btn.btn-bg-black,
.btn.btn-bg-lightblack {
    background-color: #000
}

.btn.btn-bg-darkgray {
    background-color: #535353
}

.btn.btn-bg-gray {
    background-color: #888
}

.btn.btn-bg-silver {
    background-color: #c9c9c9
}

.btn.btn-bg-lightgray,
.m-mypage-modal-content .btn.btn--zip-search,
.mypage-contents .btn.btn--zip-search {
    background-color: #dadada
}

.btn.btn-bg-gold {
    background-color: #999168
}

.btn.btn-bg-clay {
    background-color: #768d99
}

.btn.btn-border-gray {
    border: 1px solid #888
}

.btn.btn-border-silver,
.m-mypage-modal-content .btn.btn--zip-search,
.mypage-contents .btn.btn--zip-search {
    border: 1px solid #c9c9c9
}

.btn.btn-border-lightgray {
    border: 1px solid #dadada
}

.btn.btn-icon-right {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn.btn-icon-right span {
    margin-right: 10px;
    font-size: 1.4rem;
    line-height: 1.3;
    vertical-align: middle
}

.btn.btn-ls {
    text-indent: .55rem;
    letter-spacing: .55rem
}

.btn.btn-strong {
    font-weight: 700
}

.btn.btn-w-xxs {
    width: 80px
}

.btn.btn-w-xs,
.m-mypage-modal-content .btn.btn--zip-search,
.mypage-contents .btn.btn--zip-search {
    width: 120px
}

.btn.btn-w-sm,
.m-mypage-modal-content .btn.btn--in-panel,
.mypage-contents .btn.btn--in-panel {
    width: 160px
}

.btn.btn-w-md,
.m-mypage-modal-content .btn.btn--in-form,
.mypage-contents .btn.btn--in-form {
    width: 198px
}

.btn.btn-w-lg,
.m-mypage-modal-content .btn.btn--in-modal-form,
.mypage-contents .btn.btn--in-modal-form {
    width: 230px
}

.btn.btn-w-xl {
    width: 420px
}

.btn.btn-w-max {
    width: 100%
}

.btn.btn-w-padding {
    padding: 0 10px
}

.btn.btn-h-xxs {
    height: 28px;
    line-height: 28px
}

.btn.btn-h-xs {
    height: 30px;
    line-height: 30px
}

.btn.btn-h-sm {
    height: 36px;
    line-height: 36px
}

.btn.btn-h-md,
.m-mypage-modal-content .btn.btn--in-form,
.m-mypage-modal-content .btn.btn--in-panel,
.mypage-contents .btn.btn--in-form,
.mypage-contents .btn.btn--in-panel {
    height: 40px;
    line-height: 40px
}

.btn.btn-h-lg,
.m-mypage-modal-content .btn.btn--in-modal-form,
.m-mypage-modal-content .btn.btn--zip-search,
.mypage-contents .btn.btn--in-modal-form,
.mypage-contents .btn.btn--zip-search {
    height: 50px;
    line-height: 50px
}

.btn.btn-h-xl {
    height: 56px;
    line-height: 56px
}

.btn.btn-fav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%
}

.btn.btn-fav--gray {
    background-color: #f5f5f5
}

.btn.btn-sns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 72px;
    background-color: #fff
}

.btn.btn-sns .btn-sns__icon {
    margin-right: 13px
}

.btn-activation,
.btn.btn-sns .btn-sns__text {
    font-size: 1.4rem
}

.btn-activation {
    width: 200px;
    height: 50px;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: .1rem;
    background-color: #535353;
    border-radius: 3px;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1), background .3s cubic-bezier(.25, .46, .45, .94)
}

.m-cart__inner {
    display: flex;
    justify-content: space-between
}

.m-cart__left {
    width: 600px
}

.m-cart__right {
    width: 370px
}

.m-cart__right .js-fixed-cart.is-fixed {
    position: fixed
}

.m-cart__wrap {
    width: inherit
}

.m-cart__items {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 90px
}

.m-cart-item {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    line-height: 18px;
    border-bottom: 1px solid #dadada
}

.m-cart-item:first-child {
    border-top: 1px solid #dadada
}

.m-cart-item__left {
    display: flex;
    flex-direction: column
}

.m-cart-item__img {
    line-height: 0
}

.m-cart-item__img-src {
    width: 76px;
    height: 100px
}

.m-cart-item__badge {
    margin-top: 10px
}

.m-cart-item__summary {
    display: flex;
    flex-flow: column nowrap;
    width: 296px;
    font-size: 1.2rem;
    line-height: 18px
}

.m-cart-item__label {
    margin-bottom: 14px
}

.m-cart-item__brand,
.m-cart-item__colorsize {
    margin-bottom: 8px
}

.m-cart-item__price {
    margin-top: 6px;
    font-weight: 700
}

.m-cart-item__coupon {
    font-weight: 700
}

.m-cart-item__coupon span,
.m-cart-item__price span {
    margin-left: 15px
}

.m-cart-item__coupon span:first-child,
.m-cart-item__price span:first-child,
.m-form .is-space-5>div.select:first-child,
.m-form .is-space-5>label.select:first-child {
    margin-left: 0
}

.m-cart-item__coupon.is-fixed,
.m-cart-item__price.is-fixed {
    text-decoration: line-through
}

.m-cart-item__coupon {
    margin-top: 6px
}

.m-cart-item__coupon-endtime {
    font-weight: 400
}

.m-cart-item__stock {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 176px;
    font-size: 1.2rem
}

.m-cart-item__status {
    padding: 15px 0
}

.m-cart-item__quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0
}

.m-cart .no-result {
    font-size: 1.4rem;
    color: #888;
    text-align: center;
    padding: 60px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada
}

.m-cart-amount,
.m-cart__checkout {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between
}

.m-cart__checkout {
    margin: 0 0 38px;
    border: 1px solid #888
}

.m-cart-amount {
    padding: 30px 25px 0
}

.m-cart-amount__wrap {
    margin-bottom: 14px
}

.m-cart-amount__wrap p {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    text-indent: .08rem;
    letter-spacing: .08rem
}

.m-cart-amount__wrap p span {
    font-size: 1.4rem;
    font-weight: 400
}

.m-cart-amount__num {
    margin: 40px 0 30px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center
}

.m-cart-amount__price {
    margin-bottom: 10px
}

.m-cart-amount__campaign {
    margin-bottom: 20px;
    color: #f96b6b
}

.m-cart-amount__coupon {
    color: #f96b6b
}

.m-cart-amount__coupon p span {
    font-size: 1.4rem;
    text-indent: -.15rem;
    letter-spacing: .15rem
}

.m-cart-amount__fee_message,
.m-cart-amount__usergrade {
    margin: 30px 0 0;
    font-size: 1.4rem;
    text-align: center
}

.m-cart-amount__usergrade p {
    line-height: 26px
}

.m-cart-amount__fee_message {
    padding: 12px 0;
    border-top: 1px solid #f96b6b;
    border-bottom: 1px solid #f96b6b
}

.m-cart-amount__fee_message p {
    line-height: 16px;
    color: #f96b6b
}

.m-cart-amount__message {
    margin: 0 25px 60px;
    background: #f5f5f5
}

.m-cart-amount__message p {
    padding: 14px 0;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: center
}

.m-cart-amount__message p span {
    color: #f96b6b
}

.m-cart-message {
    padding: 0 20px;
    margin: 30px 0 0
}

.m-cart-message__icon,
.m-gnav-contents-content .tab-content .category-list-item__child-item a {
    display: inline
}

.m-cart-message__description {
    display: inline;
    font-size: 1.2rem;
    font-weight: bolder
}

.m-cart-purchase {
    display: flex;
    flex-flow: column nowrap;
    padding: 30px 20px;
    margin-top: 14px;
    font-size: 1.6rem;
    background: #f5f5f5
}

.m-cart-purchase a {
    margin-bottom: 15px
}

.m-cart-purchase a:last-child {
    margin-bottom: 0
}

.m-cart__recommend-title {
    margin-bottom: 20px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .1rem
}

.m-cart__recommend-title span {
    font-weight: 700
}

.m-cart__recommend-more-button {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    background: 0 0
}

.m-cart__recommend-more-button a {
    border-radius: 50%
}

.m-cart__recommend-more-button a:hover {
    opacity: 1
}

.m-cart__recommend-more-button a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    width: 460px;
    height: 1px;
    cursor: default;
    content: '';
    background: #dadada;
    transform: translateX(-50%)
}

.m-cart__recommend-more-button span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    padding-right: 20px;
    font-family: "Times New Roman", "Linux Libertine", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8rem;
    font-weight: lighter;
    color: #dadada;
    text-decoration: none;
    letter-spacing: .1rem;
    background-image: linear-gradient(to right, #000 50%, #fff 50%);
    background-position: 0 0;
    background-size: 200% auto;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #dadada;
    transition: background-position .3s cubic-bezier(.455, .03, .515, .955), color .3s .1s cubic-bezier(.455, .03, .515, .955), background-color .3s .3s cubic-bezier(.455, .03, .515, .955)
}

.m-cart__recommend-more-button span:hover {
    color: #535353;
    background-color: #fff;
    background-position: -100% 0;
    transition: background-position .3s cubic-bezier(.455, .03, .515, .955), color .3s .1s cubic-bezier(.455, .03, .515, .955), background-color .3s linear
}

.m-cart__recommend-more-button span:hover::before {
    border-top: solid thin #dadada;
    border-right: solid thin #dadada
}

.m-cart__recommend-more-button span::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    content: '';
    border: 0;
    border-top: solid thin #5a5b5b;
    border-right: solid thin #5a5b5b;
    transition: border .2s .1s cubic-bezier(.455, .03, .515, .955);
    transform: rotate(45deg)
}

.m-cart__include {
    text-align: center
}

.m-cart__include a {
    font-size: 1.4rem
}

.m-cart-checkout {
    width: inherit
}

.m-cart-checkout-message {
    background: #f5f5f5
}

.m-cart-checkout-message__price-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 20px;
    font-size: 1.2rem
}

.m-cart-checkout-message__field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 18px
}

.m-cart-checkout-message__field__price {
    font-size: 2.4rem
}

.m-cart-checkout-message__field__price span {
    font-size: 1.2rem
}

.m-cart-checkout__field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 22px
}

.m-cart-checkout__field--strong {
    font-weight: 700
}

.m-cart-checkout__price-detail {
    margin: 0 20px 6px;
    font-size: 1.2rem
}

.m-cart-checkout__price-title {
    padding-bottom: 20px;
    margin: 0 20px;
    font-size: 1.4rem;
    border-bottom: 1px solid #dadada
}

.m-cart-checkout__price-total {
    padding: 32px 30px 34px;
    margin-bottom: 30px;
    font-size: 1.6rem;
    background-color: #f5f5f5
}

.m-cart-checkout-item+.m-cart-checkout-item {
    margin-top: 12px
}

.m-cart-checkout-item--paidy {
    margin-bottom: -24px
}

.m-coordinate-item~.m-coordinate-item {
    margin-top: 16px
}

.m-decoration {
    position: absolute;
    display: block;
    line-height: 0
}

.m-decoration--01 {
    bottom: 0;
    left: calc(100% + 60px);
    width: 91px;
    height: 90px
}

.m-decoration--02 {
    bottom: 0;
    left: 50%;
    width: 111px;
    height: 145px;
    transform: translateX(-50%) translateX(-390px)
}

.m-decoration--03 {
    bottom: 0;
    left: 50%;
    width: 123px;
    height: 189px;
    transform: translateX(-50%) translateX(360px)
}

.m-diagnosis {
    padding: 60px 0 120px
}

.m-diagnosis__title {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 51px;
    text-align: center
}

.m-diagnosis__title-accent {
    color: #eb5757
}

.m-diagnosis__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 580px;
    margin: 12px auto 0
}

.m-diagnosis__description {
    margin-bottom: 60px;
    font-size: 2rem;
    line-height: 32px;
    text-align: center
}

.m-diagnosis-question {
    align-self: stretch
}

.m-diagnosis-question[data-diagnosis] {
    display: none;
    opacity: 0
}

.m-diagnosis-question[data-diagnosis].is-active {
    display: block;
    -webkit-animation: fadein 1.5s cubic-bezier(.215, .61, .355, 1) both;
    animation: fadein 1.5s cubic-bezier(.215, .61, .355, 1) both
}

.m-diagnosis-question+.m-diagnosis-question {
    margin-top: 75px
}

.m-diagnosis-question__title {
    display: flex;
    flex-direction: column;
    align-items: center
}

.m-diagnosis-question__title-number {
    font-family: "Hiragino Mincho Pro";
    font-size: 6rem;
    color: #f49197;
    border-bottom: 1px solid #f49197
}

.m-diagnosis-question__title-text {
    margin-top: 30px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 33px
}

.m-diagnosis-question__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 35px;
    gap: 30px
}

.m-diagnosis-question__button {
    width: 100%;
    padding: 22px 0;
    font-size: 2rem;
    line-height: 26px;
    color: #000;
    background-color: rgba(244, 145, 151, .3);
    border-radius: 10px
}

.m-diagnosis-question__button.is-active {
    color: #fff;
    background-color: #f49197
}

.m-diagnosis__answer {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 75px;
    opacity: 0
}

.m-diagnosis__answer.is-active,
.m-diagnosis__result.is-active {
    -webkit-animation: fadein 1.5s cubic-bezier(.215, .61, .355, 1) both;
    animation: fadein 1.5s cubic-bezier(.215, .61, .355, 1) both
}

.m-diagnosis__answer.is-active {
    display: flex
}

.m-diagnosis__answer-button {
    align-self: stretch;
    padding: 32px 0;
    margin-top: 16px;
    font-size: 2.5rem;
    line-height: 26px;
    color: #fff;
    background-color: #000;
    border-radius: 10px
}

.m-diagnosis__result {
    display: none;
    margin-top: 104px;
    opacity: 0
}

.m-diagnosis__result.is-active {
    display: block
}

.m-diagnosis__result-icon {
    display: flex;
    justify-content: center;
    height: 20px;
    margin-bottom: 14px
}

.m-diagnosis__result-icon i {
    border-top: 20px solid rgba(244, 145, 151, .3);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent
}

.m-diagnosis__result-item {
    display: none
}

.m-diagnosis__result-item.is-active,
.m-form__attention.js-address-length-error.is-err,
.m-form__attention.js-ajax-err-field.is-err {
    display: block
}

.m-diagnosis__result-title {
    font-size: 3rem;
    color: #eb5757;
    text-align: center
}

.m-diagnosis__result-content {
    margin-top: 27px
}

.m-flash-message {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000;
    display: none;
    min-width: 400px;
    max-width: calc(1024px*.8);
    padding: 20px 30px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    word-break: keep-all;
    background-color: rgba(83, 83, 83, .8);
    border-radius: 5px;
    opacity: 0;
    transform: translateX(-50%)
}

.m-flash-message__text {
    margin-bottom: 16px
}

.m-flash-message__button {
    font-size: 1.6rem
}

.m-form__field {
    width: 100%;
    display: flex
}

.m-form__cell {
    display: flex
}

.m-form__cell--vertical,
.m-form__field--vertical {
    flex-direction: column
}

.m-form__cell--space,
.m-form__field--space {
    justify-content: space-between
}

.m-form__cell--v-center,
.m-form__field--v-center {
    align-items: center
}

.m-form__cell--h-center,
.m-form__field--h-center {
    justify-content: center
}

.m-form__cell--default>.m-form__cell,
.m-form__field--default>.m-form__cell {
    align-self: flex-start
}

.m-form .is-space-5>div,
.m-form .is-space-5>label {
    padding: 0 2.5px
}

.m-form .is-space-5>div:first-child,
.m-form .is-space-5>label:first-child {
    padding-left: 0
}

.m-form .is-space-5>div:last-child,
.m-form .is-space-5>label:last-child {
    padding-right: 0
}

.m-form .is-space-5>div:only-child,
.m-form .is-space-5>label:only-child {
    padding-right: 2.5px
}

.m-form .is-space-5>div.select,
.m-form .is-space-5>label.select {
    padding: 0;
    margin: 0 5px
}

.m-form .is-space-5>div.select:last-child,
.m-form .is-space-5>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-5>div.select:only-child,
.m-form .is-space-5>label.select:only-child {
    padding-right: 0;
    margin-right: 5px
}

.m-form .is-ratio-5p {
    flex-basis: 5%;
    min-width: 5%;
    max-width: 5%
}

.m-form .is-space-10>div,
.m-form .is-space-10>label {
    padding: 0 5px
}

.m-form .is-space-10>div:first-child,
.m-form .is-space-10>label:first-child {
    padding-left: 0
}

.m-form .is-space-10>div:last-child,
.m-form .is-space-10>label:last-child {
    padding-right: 0
}

.m-form .is-space-10>div:only-child,
.m-form .is-space-10>label:only-child {
    padding-right: 5px
}

.m-form .is-space-10>div.select,
.m-form .is-space-10>label.select {
    padding: 0;
    margin: 0 10px
}

.m-form .is-space-10>div.select:first-child,
.m-form .is-space-10>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-10>div.select:last-child,
.m-form .is-space-10>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-10>div.select:only-child,
.m-form .is-space-10>label.select:only-child {
    padding-right: 0;
    margin-right: 10px
}

.m-form .is-ratio-10p {
    flex-basis: 10%;
    min-width: 10%;
    max-width: 10%
}

.m-form .is-space-15>div,
.m-form .is-space-15>label {
    padding: 0 7.5px
}

.m-form .is-space-15>div:first-child,
.m-form .is-space-15>label:first-child {
    padding-left: 0
}

.m-form .is-space-15>div:last-child,
.m-form .is-space-15>label:last-child {
    padding-right: 0
}

.m-form .is-space-15>div:only-child,
.m-form .is-space-15>label:only-child {
    padding-right: 7.5px
}

.m-form .is-space-15>div.select,
.m-form .is-space-15>label.select {
    padding: 0;
    margin: 0 15px
}

.m-form .is-space-15>div.select:first-child,
.m-form .is-space-15>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-15>div.select:last-child,
.m-form .is-space-15>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-15>div.select:only-child,
.m-form .is-space-15>label.select:only-child {
    padding-right: 0;
    margin-right: 15px
}

.m-form .is-ratio-15p {
    flex-basis: 15%;
    min-width: 15%;
    max-width: 15%
}

.m-form .is-space-20>div,
.m-form .is-space-20>label {
    padding: 0 10px
}

.m-form .is-space-20>div:first-child,
.m-form .is-space-20>label:first-child {
    padding-left: 0
}

.m-form .is-space-20>div:last-child,
.m-form .is-space-20>label:last-child {
    padding-right: 0
}

.m-form .is-space-20>div:only-child,
.m-form .is-space-20>label:only-child {
    padding-right: 10px
}

.m-form .is-space-20>div.select,
.m-form .is-space-20>label.select {
    padding: 0;
    margin: 0 20px
}

.m-form .is-space-20>div.select:first-child,
.m-form .is-space-20>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-20>div.select:last-child,
.m-form .is-space-20>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-20>div.select:only-child,
.m-form .is-space-20>label.select:only-child {
    padding-right: 0;
    margin-right: 20px
}

.m-form .is-ratio-20p {
    flex-basis: 20%;
    min-width: 20%;
    max-width: 20%
}

.m-form .is-space-25>div,
.m-form .is-space-25>label {
    padding: 0 12.5px
}

.m-form .is-space-25>div:first-child,
.m-form .is-space-25>label:first-child {
    padding-left: 0
}

.m-form .is-space-25>div:last-child,
.m-form .is-space-25>label:last-child {
    padding-right: 0
}

.m-form .is-space-25>div:only-child,
.m-form .is-space-25>label:only-child {
    padding-right: 12.5px
}

.m-form .is-space-25>div.select,
.m-form .is-space-25>label.select {
    padding: 0;
    margin: 0 25px
}

.m-form .is-space-25>div.select:first-child,
.m-form .is-space-25>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-25>div.select:last-child,
.m-form .is-space-25>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-25>div.select:only-child,
.m-form .is-space-25>label.select:only-child {
    padding-right: 0;
    margin-right: 25px
}

.m-form .is-ratio-25p {
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%
}

.m-form .is-space-30>div,
.m-form .is-space-30>label {
    padding: 0 15px
}

.m-form .is-space-30>div:first-child,
.m-form .is-space-30>label:first-child {
    padding-left: 0
}

.m-form .is-space-30>div:last-child,
.m-form .is-space-30>label:last-child {
    padding-right: 0
}

.m-form .is-space-30>div:only-child,
.m-form .is-space-30>label:only-child {
    padding-right: 15px
}

.m-form .is-space-30>div.select,
.m-form .is-space-30>label.select {
    padding: 0;
    margin: 0 30px
}

.m-form .is-space-30>div.select:first-child,
.m-form .is-space-30>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-30>div.select:last-child,
.m-form .is-space-30>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-30>div.select:only-child,
.m-form .is-space-30>label.select:only-child {
    padding-right: 0;
    margin-right: 30px
}

.m-form .is-ratio-30p {
    flex-basis: 30%;
    min-width: 30%;
    max-width: 30%
}

.m-form .is-space-35>div,
.m-form .is-space-35>label {
    padding: 0 17.5px
}

.m-form .is-space-35>div:first-child,
.m-form .is-space-35>label:first-child {
    padding-left: 0
}

.m-form .is-space-35>div:last-child,
.m-form .is-space-35>label:last-child {
    padding-right: 0
}

.m-form .is-space-35>div:only-child,
.m-form .is-space-35>label:only-child {
    padding-right: 17.5px
}

.m-form .is-space-35>div.select,
.m-form .is-space-35>label.select {
    padding: 0;
    margin: 0 35px
}

.m-form .is-space-35>div.select:first-child,
.m-form .is-space-35>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-35>div.select:last-child,
.m-form .is-space-35>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-35>div.select:only-child,
.m-form .is-space-35>label.select:only-child {
    padding-right: 0;
    margin-right: 35px
}

.m-form .is-ratio-35p {
    flex-basis: 35%;
    min-width: 35%;
    max-width: 35%
}

.m-form .is-space-40>div,
.m-form .is-space-40>label {
    padding: 0 20px
}

.m-form .is-space-40>div:first-child,
.m-form .is-space-40>label:first-child {
    padding-left: 0
}

.m-form .is-space-40>div:last-child,
.m-form .is-space-40>label:last-child {
    padding-right: 0
}

.m-form .is-space-40>div:only-child,
.m-form .is-space-40>label:only-child {
    padding-right: 20px
}

.m-form .is-space-40>div.select,
.m-form .is-space-40>label.select {
    padding: 0;
    margin: 0 40px
}

.m-form .is-space-40>div.select:first-child,
.m-form .is-space-40>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-40>div.select:last-child,
.m-form .is-space-40>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-40>div.select:only-child,
.m-form .is-space-40>label.select:only-child {
    padding-right: 0;
    margin-right: 40px
}

.m-form .is-ratio-40p {
    flex-basis: 40%;
    min-width: 40%;
    max-width: 40%
}

.m-form .is-space-45>div,
.m-form .is-space-45>label {
    padding: 0 22.5px
}

.m-form .is-space-45>div:first-child,
.m-form .is-space-45>label:first-child {
    padding-left: 0
}

.m-form .is-space-45>div:last-child,
.m-form .is-space-45>label:last-child {
    padding-right: 0
}

.m-form .is-space-45>div:only-child,
.m-form .is-space-45>label:only-child {
    padding-right: 22.5px
}

.m-form .is-space-45>div.select,
.m-form .is-space-45>label.select {
    padding: 0;
    margin: 0 45px
}

.m-form .is-space-45>div.select:first-child,
.m-form .is-space-45>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-45>div.select:last-child,
.m-form .is-space-45>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-45>div.select:only-child,
.m-form .is-space-45>label.select:only-child {
    padding-right: 0;
    margin-right: 45px
}

.m-form .is-ratio-45p {
    flex-basis: 45%;
    min-width: 45%;
    max-width: 45%
}

.m-form .is-space-50>div,
.m-form .is-space-50>label {
    padding: 0 25px
}

.m-form .is-space-50>div:first-child,
.m-form .is-space-50>label:first-child {
    padding-left: 0
}

.m-form .is-space-50>div:last-child,
.m-form .is-space-50>label:last-child {
    padding-right: 0
}

.m-form .is-space-50>div:only-child,
.m-form .is-space-50>label:only-child {
    padding-right: 25px
}

.m-form .is-space-50>div.select,
.m-form .is-space-50>label.select {
    padding: 0;
    margin: 0 50px
}

.m-form .is-space-50>div.select:first-child,
.m-form .is-space-50>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-50>div.select:last-child,
.m-form .is-space-50>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-50>div.select:only-child,
.m-form .is-space-50>label.select:only-child {
    padding-right: 0;
    margin-right: 50px
}

.m-form .is-ratio-50p {
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%
}

.m-form .is-space-55>div,
.m-form .is-space-55>label {
    padding: 0 27.5px
}

.m-form .is-space-55>div:first-child,
.m-form .is-space-55>label:first-child {
    padding-left: 0
}

.m-form .is-space-55>div:last-child,
.m-form .is-space-55>label:last-child {
    padding-right: 0
}

.m-form .is-space-55>div:only-child,
.m-form .is-space-55>label:only-child {
    padding-right: 27.5px
}

.m-form .is-space-55>div.select,
.m-form .is-space-55>label.select {
    padding: 0;
    margin: 0 55px
}

.m-form .is-space-55>div.select:first-child,
.m-form .is-space-55>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-55>div.select:last-child,
.m-form .is-space-55>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-55>div.select:only-child,
.m-form .is-space-55>label.select:only-child {
    padding-right: 0;
    margin-right: 55px
}

.m-form .is-ratio-55p {
    flex-basis: 55%;
    min-width: 55%;
    max-width: 55%
}

.m-form .is-space-60>div,
.m-form .is-space-60>label {
    padding: 0 30px
}

.m-form .is-space-60>div:first-child,
.m-form .is-space-60>label:first-child {
    padding-left: 0
}

.m-form .is-space-60>div:last-child,
.m-form .is-space-60>label:last-child {
    padding-right: 0
}

.m-form .is-space-60>div:only-child,
.m-form .is-space-60>label:only-child {
    padding-right: 30px
}

.m-form .is-space-60>div.select,
.m-form .is-space-60>label.select {
    padding: 0;
    margin: 0 60px
}

.m-form .is-space-60>div.select:first-child,
.m-form .is-space-60>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-60>div.select:last-child,
.m-form .is-space-60>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-60>div.select:only-child,
.m-form .is-space-60>label.select:only-child {
    padding-right: 0;
    margin-right: 60px
}

.m-form .is-ratio-60p {
    flex-basis: 60%;
    min-width: 60%;
    max-width: 60%
}

.m-form .is-space-65>div,
.m-form .is-space-65>label {
    padding: 0 32.5px
}

.m-form .is-space-65>div:first-child,
.m-form .is-space-65>label:first-child {
    padding-left: 0
}

.m-form .is-space-65>div:last-child,
.m-form .is-space-65>label:last-child {
    padding-right: 0
}

.m-form .is-space-65>div:only-child,
.m-form .is-space-65>label:only-child {
    padding-right: 32.5px
}

.m-form .is-space-65>div.select,
.m-form .is-space-65>label.select {
    padding: 0;
    margin: 0 65px
}

.m-form .is-space-65>div.select:first-child,
.m-form .is-space-65>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-65>div.select:last-child,
.m-form .is-space-65>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-65>div.select:only-child,
.m-form .is-space-65>label.select:only-child {
    padding-right: 0;
    margin-right: 65px
}

.m-form .is-ratio-65p {
    flex-basis: 65%;
    min-width: 65%;
    max-width: 65%
}

.m-form .is-space-70>div,
.m-form .is-space-70>label {
    padding: 0 35px
}

.m-form .is-space-70>div:first-child,
.m-form .is-space-70>label:first-child {
    padding-left: 0
}

.m-form .is-space-70>div:last-child,
.m-form .is-space-70>label:last-child {
    padding-right: 0
}

.m-form .is-space-70>div:only-child,
.m-form .is-space-70>label:only-child {
    padding-right: 35px
}

.m-form .is-space-70>div.select,
.m-form .is-space-70>label.select {
    padding: 0;
    margin: 0 70px
}

.m-form .is-space-70>div.select:first-child,
.m-form .is-space-70>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-70>div.select:last-child,
.m-form .is-space-70>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-70>div.select:only-child,
.m-form .is-space-70>label.select:only-child {
    padding-right: 0;
    margin-right: 70px
}

.m-form .is-ratio-70p {
    flex-basis: 70%;
    min-width: 70%;
    max-width: 70%
}

.m-form .is-space-75>div,
.m-form .is-space-75>label {
    padding: 0 37.5px
}

.m-form .is-space-75>div:first-child,
.m-form .is-space-75>label:first-child {
    padding-left: 0
}

.m-form .is-space-75>div:last-child,
.m-form .is-space-75>label:last-child {
    padding-right: 0
}

.m-form .is-space-75>div:only-child,
.m-form .is-space-75>label:only-child {
    padding-right: 37.5px
}

.m-form .is-space-75>div.select,
.m-form .is-space-75>label.select {
    padding: 0;
    margin: 0 75px
}

.m-form .is-space-75>div.select:first-child,
.m-form .is-space-75>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-75>div.select:last-child,
.m-form .is-space-75>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-75>div.select:only-child,
.m-form .is-space-75>label.select:only-child {
    padding-right: 0;
    margin-right: 75px
}

.m-form .is-ratio-75p {
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%
}

.m-form .is-space-80>div,
.m-form .is-space-80>label {
    padding: 0 40px
}

.m-form .is-space-80>div:first-child,
.m-form .is-space-80>label:first-child {
    padding-left: 0
}

.m-form .is-space-80>div:last-child,
.m-form .is-space-80>label:last-child {
    padding-right: 0
}

.m-form .is-space-80>div:only-child,
.m-form .is-space-80>label:only-child {
    padding-right: 40px
}

.m-form .is-space-80>div.select,
.m-form .is-space-80>label.select {
    padding: 0;
    margin: 0 80px
}

.m-form .is-space-80>div.select:first-child,
.m-form .is-space-80>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-80>div.select:last-child,
.m-form .is-space-80>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-80>div.select:only-child,
.m-form .is-space-80>label.select:only-child {
    padding-right: 0;
    margin-right: 80px
}

.m-form .is-ratio-80p {
    flex-basis: 80%;
    min-width: 80%;
    max-width: 80%
}

.m-form .is-space-85>div,
.m-form .is-space-85>label {
    padding: 0 42.5px
}

.m-form .is-space-85>div:first-child,
.m-form .is-space-85>label:first-child {
    padding-left: 0
}

.m-form .is-space-85>div:last-child,
.m-form .is-space-85>label:last-child {
    padding-right: 0
}

.m-form .is-space-85>div:only-child,
.m-form .is-space-85>label:only-child {
    padding-right: 42.5px
}

.m-form .is-space-85>div.select,
.m-form .is-space-85>label.select {
    padding: 0;
    margin: 0 85px
}

.m-form .is-space-85>div.select:first-child,
.m-form .is-space-85>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-85>div.select:last-child,
.m-form .is-space-85>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-85>div.select:only-child,
.m-form .is-space-85>label.select:only-child {
    padding-right: 0;
    margin-right: 85px
}

.m-form .is-ratio-85p {
    flex-basis: 85%;
    min-width: 85%;
    max-width: 85%
}

.m-form .is-space-90>div,
.m-form .is-space-90>label {
    padding: 0 45px
}

.m-form .is-space-90>div:first-child,
.m-form .is-space-90>label:first-child {
    padding-left: 0
}

.m-form .is-space-90>div:last-child,
.m-form .is-space-90>label:last-child {
    padding-right: 0
}

.m-form .is-space-90>div:only-child,
.m-form .is-space-90>label:only-child {
    padding-right: 45px
}

.m-form .is-space-90>div.select,
.m-form .is-space-90>label.select {
    padding: 0;
    margin: 0 90px
}

.m-form .is-space-90>div.select:first-child,
.m-form .is-space-90>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-90>div.select:last-child,
.m-form .is-space-90>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-90>div.select:only-child,
.m-form .is-space-90>label.select:only-child {
    padding-right: 0;
    margin-right: 90px
}

.m-form .is-ratio-90p {
    flex-basis: 90%;
    min-width: 90%;
    max-width: 90%
}

.m-form .is-space-95>div,
.m-form .is-space-95>label {
    padding: 0 47.5px
}

.m-form .is-space-95>div:first-child,
.m-form .is-space-95>label:first-child {
    padding-left: 0
}

.m-form .is-space-95>div:last-child,
.m-form .is-space-95>label:last-child {
    padding-right: 0
}

.m-form .is-space-95>div:only-child,
.m-form .is-space-95>label:only-child {
    padding-right: 47.5px
}

.m-form .is-space-95>div.select,
.m-form .is-space-95>label.select {
    padding: 0;
    margin: 0 95px
}

.m-form .is-space-95>div.select:first-child,
.m-form .is-space-95>label.select:first-child {
    margin-left: 0
}

.m-form .is-space-95>div.select:last-child,
.m-form .is-space-95>label.select:last-child {
    margin-right: 0
}

.m-form .is-space-95>div.select:only-child,
.m-form .is-space-95>label.select:only-child {
    padding-right: 0;
    margin-right: 95px
}

.m-form .is-ratio-95p {
    flex-basis: 95%;
    min-width: 95%;
    max-width: 95%
}

.m-form .is-ratio-grow {
    flex-grow: 1
}

.m-form .is-ratio-fix {
    flex-shrink: 0;
    flex-grow: 0
}

.m-form .is-fix-flex {
    flex: 1 1
}

.m-form__attention {
    display: flex;
    flex-direction: column;
    padding: 10px 18px;
    margin-top: 20px;
    background-color: #fbdede;
    border: 1px solid #c00
}

.m-form .checkbox input[type=checkbox],
.m-form .checkbox--color input[type=checkbox],
.m-form .checkbox--ichimatsu input[type=checkbox],
.m-form__attention.js-address-length-error,
.m-form__attention.js-ajax-err-field,
.m-form__attention.js-ajax-err-field .m-form__attention-item {
    display: none
}

.m-form__attention.js-address-length-error.is-err .m-form__attention-item {
    display: inline-flex !important
}

.m-form__attention.js-ajax-err-field .m-form__attention-item.is-ajax-err {
    display: inline-flex
}

.m-form__attention-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 4px 0;
    color: #c00
}

.m-form__attention-item:first-of-type {
    margin-top: 0
}

.m-form__attention-item:last-of-type {
    margin-bottom: 0
}

.m-form__attention-item:only-of-type {
    margin: 0
}

.m-form__attention-text {
    font-size: 1.4rem
}

.m-form__attention-icon {
    flex-shrink: 0;
    margin-right: 10px
}

.m-form__submit {
    display: flex;
    justify-content: center;
    margin-top: 90px
}

.m-form__submit.is-vertical {
    flex-direction: column;
    align-items: center
}

.m-form__submit.is-vertical .btn~.btn {
    margin-top: 40px;
    margin-left: 0
}

.m-form__submit.is-social {
    margin-top: 60px
}

.m-form__submit .btn~.btn {
    margin-left: 20px
}

.m-form-regist {
    width: 100%;
    max-width: 1024px;
    padding: 60px 0 90px;
    margin: 0 auto;
    background: #f5f5f5
}

.m-form-regist--no-padding {
    padding: 0
}

.m-form-regist.is-amazon .m-form-regist__inner {
    width: 900px;
    padding-bottom: 90px;
    background: #fff
}

.m-form-regist.is-amazon .m-form-regist__title {
    padding-bottom: 60px;
    background: #f5f5f5
}

.m-form-regist.is-amazon .m-form-regist__contents {
    width: 500px;
    margin: 60px auto 0
}

.m-form-regist.is-social {
    padding-bottom: 0
}

.m-form-regist.is-social .m-form-regist__social-login {
    padding-top: 0;
    margin-bottom: 0
}

.m-form-regist__inner {
    width: 500px;
    margin: 0 auto
}

.m-form-regist__title {
    display: flex;
    justify-content: center;
    margin-bottom: 60px
}

.m-form-regist__title-text {
    position: relative;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 2rem;
    font-weight: 400
}

.m-form-regist__title-required {
    position: absolute;
    top: 50%;
    right: -12px;
    font-size: 1.2rem;
    color: #c00;
    transform: translate(100%, -50%)
}

.m-form-regist-section {
    padding: 50px 0;
    border-bottom: 1px solid #dadada
}

.m-form-regist-section--no-border {
    padding-bottom: 0;
    border-bottom: none
}

.m-form-regist-section:first-child {
    padding-top: 0
}

.m-form-regist-section:only-of-type {
    padding: 0;
    border-bottom: none
}

.m-form-regist-field {
    display: flex;
    flex-direction: column
}

.m-form-regist-field+.m-form-regist-field {
    margin-top: 30px
}

.m-form-regist-widget,
.m-form-regist__name {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.m-form-regist .is-hidden {
    display: none;
    visibility: hidden
}

.m-form-regist__name {
    margin-bottom: 10px;
    font-size: 1.2rem
}

.m-form-regist__name-assist {
    margin-left: 12px;
    color: #888
}

.m-form-regist__form {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.m-form-regist__form--left {
    justify-content: flex-start
}

.m-form-regist__form-item {
    flex-grow: 1
}

.m-form-regist__form-configured {
    margin-left: 20px;
    font-size: 1.4rem
}

.m-form-regist__form-unit {
    padding: 0 11px;
    font-size: 1.4rem
}

.m-form-regist__note,
.m-form-regist__note-item+.m-form-regist__note-item {
    margin-top: 20px
}

.m-form-regist__note-item {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #888
}

.m-form-regist__panel {
    padding: 40px;
    margin-top: 60px;
    background: #fff
}

.m-form-regist__social {
    padding-top: 40px;
    text-align: center
}

.m-form-regist__social-text {
    margin-bottom: 30px;
    font-size: 1.2rem;
    text-align: center
}

.m-form-regist__social-button {
    display: flex;
    justify-content: center
}

.m-form-regist__agreement {
    margin-bottom: 30px;
    line-height: 0
}

.m-form-regist__agreement-action {
    margin-bottom: 8px
}

.m-form-regist__agreement-readme {
    font-size: 1.2rem;
    line-height: 1.5;
    text-indent: 27px
}

.m-form-regist__agreement-readme a,
.m-form-regist__agreement-readme span {
    cursor: pointer
}

.m-form-regist__agreement-description {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 1.5;
    word-break: break-all
}

.m-form-confirm {
    width: 730px;
    margin: 0 auto
}

.m-form-confirm__title {
    margin-bottom: 60px
}

.m-form-confirm__title-text {
    margin-bottom: 20px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-align: center
}

.m-form-confirm__title-ruby {
    font-size: 1.4rem;
    text-align: center
}

.m-form-confirm__contents {
    padding: 0 100px;
    border: 1px solid #dadada
}

.m-form-confirm-section {
    padding: 60px 0
}

.m-form-confirm-field {
    margin-bottom: 30px;
    font-size: 1.2rem
}

.m-form-confirm-field:last-child {
    margin-bottom: 0
}

.m-form-confirm-field__title {
    margin-bottom: 4px;
    font-weight: 700
}

.m-form-confirm-field__value {
    padding-left: 1rem
}

.m-form .input {
    font-size: 1.4rem;
    line-height: 1 !important;
    color: #000;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 0;
    outline: 0;
    transition: border .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.m-form .input::-moz-placeholder {
    color: #c9c9c9
}

.m-form .input::placeholder {
    color: #c9c9c9
}

.m-form .input:focus {
    border: 1px solid #3b96fc
}

.m-form .input.input-attention {
    color: #c00;
    border: 1px solid #c00
}

.m-form .input.input-attention::-moz-placeholder {
    color: #c00
}

.m-form .input.input-attention::placeholder {
    color: #c00
}

.m-form .input.input-attention:focus {
    color: #c00;
    box-shadow: 0 0 0 1px #c00 inset
}

.m-form .input.input-attention-accent {
    color: #f96b6b;
    border: 1px solid #f96b6b
}

.m-form .input.input-attention-accent::-moz-placeholder {
    color: #f96b6b
}

.m-form .input.input-attention-accent::placeholder {
    color: #f96b6b
}

.m-form .input.input-attention-accent:focus {
    color: #f96b6b;
    box-shadow: 0 0 0 1px #f96b6b inset
}

.m-form .input.input-w-xxs {
    width: 60px
}

.m-form .input.input-w-xs {
    width: 120px
}

.m-form .input.input-w-sm {
    width: 140px
}

.m-form .input.input-w-md {
    width: 154px
}

.m-form .input.input-w-lg {
    width: 180px
}

.m-form .input.input-w-xl {
    width: 576px
}

.m-form .input.input-w-max {
    width: 100%
}

.m-form .input.input-h-xs {
    height: 20px;
    line-height: 20px
}

.m-form .input.input-h-sm {
    height: 28px;
    line-height: 28px;
    padding: 0 4px
}

.m-form .input.input-h-md {
    height: 30px;
    line-height: 30px;
    padding: 0 6px
}

.m-form .input.input-h-lg {
    height: 40px;
    line-height: 40px;
    padding: 0 16px
}

.m-form .input.input-h-xl {
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    font-size: 1.6rem
}

.m-form .input:disabled {
    color: #666;
    background: #ececec
}

.m-form .textarea {
    font-size: 1.4rem;
    color: #000;
    vertical-align: middle;
    resize: none;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 0;
    outline: 0;
    transition: border .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.m-form .textarea::-moz-placeholder {
    color: #c9c9c9
}

.m-form .textarea::placeholder {
    color: #c9c9c9
}

.m-form .select select:focus,
.m-form .textarea:focus {
    border: 1px solid #3b96fc
}

.m-form .textarea.textarea-attention {
    color: #c00;
    border: 1px solid #c00
}

.m-form .textarea.textarea-attention::-moz-placeholder {
    color: #c00
}

.m-form .textarea.textarea-attention::placeholder {
    color: #c00
}

.m-form .select.select-attention select:focus,
.m-form .textarea.textarea-attention:focus {
    color: #c00;
    box-shadow: 0 0 0 1px #c00 inset
}

.m-form .textarea.textarea-w-max {
    width: 100%
}

.m-form .textarea.textarea-h-md {
    height: 220px;
    padding: 10px 16px;
    font-size: 1.6rem
}

.m-form .input-search {
    position: relative;
    width: 100%
}

.m-form .input-search .input {
    position: relative;
    padding-right: 84px;
    overflow: hidden;
    font-size: 1.4rem;
    text-overflow: ellipsis
}

.m-form .input-search .input:not(:-moz-placeholder-shown)+.input-search__reset {
    pointer-events: visible;
    cursor: pointer;
    opacity: 1
}

.m-form .input-search .input:focus+.input-search__reset,
.m-form .input-search .input:not(:placeholder-shown)+.input-search__reset {
    pointer-events: visible;
    cursor: pointer;
    opacity: 1
}

.m-form .input-search .input::-ms-clear {
    display: none
}

.m-form .input-search .input-search__reset {
    position: absolute;
    top: 1px;
    right: 45px;
    width: 40px;
    height: 38px;
    pointer-events: none;
    cursor: text;
    background-color: #fff;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.m-form .input-search a,
.m-form .input-search button[type=submit] {
    position: absolute;
    top: 1px;
    right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: calc(100% - 2px);
    line-height: calc(100% - 2px);
    text-align: center;
    background: #f5f5f5
}

.m-form .range {
    width: 100%
}

.m-form .range .input-range {
    width: calc(100% - 14px);
    height: 14px
}

.m-form .range .input-range .ui-slider {
    position: relative;
    top: 50%;
    left: 7px;
    height: 1px;
    background: #eaeaea
}

.m-form .range .input-range .ui-slider-range {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background: #c9c9c9
}

.m-form .range .input-range .ui-slider-handle {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 14px;
    height: 14px;
    touch-action: none;
    cursor: pointer;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    outline: 0;
    transform: translate3d(-46%, -46%, 0)
}

.m-form .range .select-range {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px
}

.m-form .range .select-range .input,
.m-form .range .select-range .select {
    width: calc((100% - 26px)/2)
}

.m-form .range .select-range span {
    display: inline-block;
    margin: 0 7px;
    font-size: 1.2rem;
    color: #c9c9c9;
    text-align: center
}

.m-form .select {
    position: relative;
    display: inline-block
}

.m-form .select svg {
    position: absolute;
    top: 45%;
    right: 10px;
    pointer-events: none;
    transform: rotate(-90deg) translateX(50%);
    fill: #888
}

.m-form .select select {
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 0;
    outline: 0;
    transition: border .3s cubic-bezier(.455, .03, .515, .955), box-shadow .3s cubic-bezier(.455, .03, .515, .955)
}

.m-form .select.select-attention {
    color: #c00
}

.m-form .select.select-attention select {
    border: 1px solid #c00
}

.m-form .select.is-disabled {
    opacity: .8
}

.m-form .select.select-w-xs {
    width: 50px
}

.m-form .select.select-w-sm {
    width: 60px
}

.m-form .select.select-w-md {
    width: 90px
}

.m-form .select.select-w-lg {
    width: 110px
}

.m-form .select.select-w-xl {
    width: 158px
}

.m-form .select.select-w-max {
    width: 100%
}

.m-form .select.select-h-xs {
    height: 20px;
    line-height: 20px
}

.m-form .select.select-h-sm select,
.m-form .select.select-h-xs select {
    padding: 0 28px 0 6px
}

.m-form .select.select-h-sm {
    height: 28px;
    line-height: 28px
}

.m-form .select.select-h-md {
    height: 30px;
    line-height: 30px
}

.m-form .select.select-h-md select {
    padding: 0 20px 0 6px
}

.m-form .select.select-h-lg {
    height: 40px;
    line-height: 40px
}

.m-form .select.select-h-lg svg,
.m-form .select.select-h-xl svg {
    right: 20px
}

.m-form .select.select-h-lg select {
    padding: 0 40px 0 16px
}

.m-form .select.select-h-xl {
    height: 50px;
    line-height: 50px
}

.m-form .select--regist-form select,
.m-form .select--regist-form-md select,
.m-form .select--regist-form-sm select,
.m-form .select.select-h-xl select {
    padding: 0 55px 0 16px;
    font-size: 1.6rem
}

.m-form .checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer
}

.m-form .checkbox.checkbox-attention span {
    box-shadow: 0 0 0 1px #c00 inset
}

.m-form .checkbox input[type=checkbox]:checked+span svg,
.m-form .radio-custom input[type=radio]:checked+.radio__elm::after {
    opacity: 1
}

.m-form .checkbox svg {
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    fill: #535353
}

.m-form .checkbox span {
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #dadada inset;
    transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955)
}

.m-form .checkbox p {
    font-size: 1.2rem;
    line-height: 1
}

.m-form .checkbox-colortips {
    display: inline-flex;
    flex-flow: row wrap;
    gap: 16px 12px;
    font-size: 0;
    line-height: 0
}

.m-form .checkbox--color {
    width: 16px;
    height: 16px
}

.m-form .checkbox--color input[type=checkbox]:checked+span,
.m-form .checkbox--ichimatsu input[type=checkbox]:checked+span {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #888
}

.m-form .checkbox--color input[type=checkbox]:checked+span.is-border {
    box-shadow: 0 0 0 1px #dadada inset, 0 0 0 2px #fff, 0 0 0 3px #888
}

.m-form .checkbox--color span,
.m-form .checkbox--ichimatsu span {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #fff
}

.m-form .checkbox--color span.is-border {
    box-shadow: 0 0 0 1px #dadada inset, 0 0 0 2px #fff, 0 0 0 3px #fff
}

.m-form .checkbox--ichimatsu {
    position: relative;
    order: 1;
    width: 16px;
    height: 16px
}

.m-form .checkbox--ichimatsu svg {
    position: absolute;
    top: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
    opacity: 1
}

.m-form .checkbox--ichimatsu span {
    line-height: 0
}

.m-form .radio input[type=radio] {
    width: 20px;
    margin: 0
}

.m-form .radio-custom {
    position: relative;
    display: flex;
    align-items: flex-start;
    cursor: pointer
}

.m-form .radio-custom input[type=radio] {
    display: none
}

.m-form .radio-custom input[type=radio]:disabled+.radio__elm {
    background-color: #dadada
}

.m-form .radio-custom input[type=radio]:disabled~.radio__content {
    color: #888
}

.m-form .radio-custom .radio__elm {
    position: relative;
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    background-color: #fbfbfb;
    border-radius: 50%
}

.m-form .radio-custom .radio__elm::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    content: '';
    border: 1px solid #dadada;
    border-radius: 50%
}

.m-form .radio-custom .radio__elm::after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 11px;
    height: 11px;
    content: '';
    background: #535353;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94)
}

.m-form .radio-custom .radio__content {
    margin-left: 18px;
    font-size: 1.4rem
}

.m-form .radio-custom-attention .radio__elm::before {
    border: 1px solid #c00
}

.m-form .radio-custom-attention .radio__content {
    color: #c00
}

.m-form--products .m-form__vertical {
    margin-bottom: 20px
}

.m-form--products .m-form__vertical:first-child {
    margin-top: 30px
}

.m-form--products .m-form__vertical .m-form__field {
    margin-bottom: 20px
}

.m-form--products .m-form__vertical .m-form__field .m-form__cell:first-child {
    margin-bottom: 10px
}

.m-form--products .m-form__vertical .m-form__field--colortip {
    display: inline-flex;
    flex-flow: row wrap
}

.m-form--products .m-form__vertical .m-form__field--colortip .checkbox {
    margin-bottom: 10px;
    margin-left: calc(((100% - .1px) - 16px*8)/7)
}

.m-form--products .m-form__vertical .m-form__field--colortip .checkbox:nth-child(8n+1) {
    margin-left: 0
}

.m-gnav-contents {
    background-color: #fff
}

.m-gnav-contents-section {
    display: none;
    width: 100vw
}

.m-gnav-contents-nav {
    background-color: #f5f5f5
}

.m-gnav-contents-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1024px;
    padding: 12px 0;
    margin: 0 auto
}

.m-gnav-contents-nav__login {
    display: block;
    padding: 10px 20px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #f96b6b;
    border-radius: 3px
}

.m-gnav-contents-nav__login:visited,
.m-modal .m-modal-content .purchase-contents .credit-help__description span {
    color: #fff
}

.m-gnav-contents-nav__member {
    display: flex;
    flex-direction: column;
    padding: 14px 20px 10px;
    background-color: #fff
}

.m-gnav-contents-nav__member-status {
    width: 100%;
    height: 22px;
    padding: 2px 0;
    font-size: 1.2rem;
    text-align: center
}

.m-gnav-contents-nav__member-name {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    overflow: hidden;
    font-size: 1.6rem
}

.m-gnav-contents-nav__member-name-text {
    max-width: 140px;
    margin-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m-gnav-contents-nav__contents {
    display: grid;
    grid-template-columns: repeat(6, 120px);
    gap: 12px
}

.m-gnav-contents-nav-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 3px
}

.m-gnav-contents-nav-item.is-active {
    color: #f96b6b
}

.m-gnav-contents-nav-item.is-active .m-gnav-contents-nav-item__icon svg {
    --color-icon: #f96b6b
}

.m-gnav-contents-nav-item__text {
    margin-top: 2px;
    font-size: 1.2rem
}

.m-gnav-contents-nav-item__num {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    color: #fff;
    text-align: center;
    background-color: #f96b6b;
    border-radius: 50%;
    aspect-ratio: 1/1;
    opacity: 0
}

.m-gnav-contents-nav-item__num:empty {
    display: none
}

.m-gnav-contents-nav-item__num.is-active {
    opacity: 1
}

.m-gnav-contents-nav-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px
}

.m-gnav-contents-content {
    display: none;
    padding-bottom: 120px
}

.m-gnav-contents-content.is-active {
    display: block
}

.m-gnav-contents-content__head {
    position: relative;
    margin: 90px 0
}

.m-gnav-contents-content__head h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 35px;
    text-indent: .3rem;
    letter-spacing: .3rem
}

.m-gnav-contents-content__body {
    margin-bottom: 60px
}

.m-gnav-contents-content__body .m-recommend:not(.is-show)+.result-notfound--dynamic {
    display: block
}

.m-gnav-contents-content__body .result-notfound {
    width: 100%;
    margin-bottom: 60px;
    font-size: 1.8rem;
    color: #888;
    text-align: center
}

.m-gnav-contents-content__body .result-notfound--dynamic {
    display: none
}

.m-gnav-contents-content__foot {
    text-align: center
}

.m-gnav-contents-content__inner {
    width: 1024px;
    margin: 0 auto
}

.m-gnav-contents-content__close {
    position: absolute;
    top: 50%;
    right: 30px;
    cursor: pointer;
    transform: translateY(-50%)
}

.m-gnav-contents-content__close:hover {
    opacity: .5;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94)
}

.m-gnav-contents-content--cart {
    display: block
}

.m-gnav-contents-content--cart .m-gnav-contents-content__head h2 span {
    margin-left: 20px;
    font-size: 3rem;
    font-weight: 400;
    text-indent: .3rem;
    letter-spacing: .3rem
}

.m-gnav-contents-content--cart .m-gnav-contents-content__body {
    margin-bottom: 0
}

.m-gnav-contents-content--cart .include-amazon-pay,
.m-gnav-contents-content--cart .include-cart-message,
.m-gnav-contents-content--cart .include-under-cart {
    display: none
}

.m-gnav-contents-content .search {
    margin-bottom: 50px
}

.m-gnav-contents-content .search__inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 1.4rem
}

.m-gnav-contents-content .search__form {
    width: 620px
}

.m-gnav-contents-content .search__advanced {
    margin-left: 20px
}

.m-gnav-contents-content .link {
    display: flex;
    align-items: center;
    margin: 50px 0
}

.m-gnav-contents-content .link__item {
    display: flex
}

.m-gnav-contents-content .link__item::before {
    display: block;
    width: 1px;
    height: 28px;
    content: '';
    background: #dadada
}

.m-gnav-contents-content .link__item:last-child::after {
    display: block;
    width: 1px;
    height: 28px;
    content: '';
    background: #dadada
}

.m-gnav-contents-content .link__item a {
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    line-height: 1
}

.m-gnav-contents-content .link__item a span {
    font-size: 1.6rem;
    color: #535353;
    white-space: nowrap
}

.m-gnav-contents-content .link__item a svg {
    margin-right: 9px
}

.m-gnav-contents-content .link__item-icon {
    margin-right: 8px
}

.m-gnav-contents-content .tab__switch {
    display: flex;
    margin-bottom: 45px;
    border-bottom: 1px solid #dadada
}

.m-gnav-contents-content .tab__switch-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 60px;
    font-size: 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    transition: background-color .3s cubic-bezier(.25, .46, .45, .94)
}

.m-gnav-contents-content .tab__switch-item:first-child h4 {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center
}

.m-gnav-contents-content .tab__switch-item:first-child h4 svg {
    position: static;
    margin-left: 13px;
    transform: rotate(-90deg)
}

.m-gnav-contents-content .tab__switch-item.is-active {
    position: relative;
    background-color: #f5f5f5;
    border-bottom: 1px solid #f5f5f5
}

.m-gnav-contents-content .tab__switch-item:not(.is-active)>h4:hover {
    opacity: .5
}

.m-gnav-contents-content .tab__switch-item h4 {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: .3rem;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94)
}

.m-gnav-contents-content .tab__switch-item h4 svg {
    position: absolute;
    top: 40%;
    right: -25px;
    transform: rotate(-90deg) translateX(50%)
}

.m-gnav-contents-content .tab-content .category-list-item__parent a p,
.m-gnav-contents-content .tab__switch-item>a {
    line-height: 1
}

.m-gnav-contents-content .tab__switch-item>a h4 svg {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: rotate(-180deg) translateY(50%)
}

.m-gnav-contents-content .tab-content,
.m-modal .m-modal-content .advanced-search__item.is-hidden {
    display: none
}

.m-gnav-contents-content .campaign-item__text b,
.m-gnav-contents-content .tab-content.is-active,
.m-gnav-contents-content .ticket-item__text b {
    display: block
}

.m-gnav-contents-content .tab-content .category-list-wrap {
    display: inline-block;
    width: 472px
}

.m-gnav-contents-content .tab-content .category-list-item {
    margin-bottom: 30px
}

.m-gnav-contents-content .tab-content .category-list-item li {
    list-style: none
}

.m-gnav-contents-content .tab-content .category-list-item li a {
    font-size: 1.4rem;
    color: #000
}

.m-gnav-contents-content .tab-content .category-list-item__child {
    display: flex;
    flex-wrap: wrap;
    padding-left: 43px
}

.m-gnav-contents-content .tab-content .category-list-item__child-item {
    margin-right: 8px
}

.m-gnav-contents-content .tab-content .category-list-item__child-item a span {
    line-height: 28px
}

.m-gnav-contents-content .tab-content .category-list-item__parent {
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 0
}

.m-gnav-contents-content .tab-content .category-list-item__parent a {
    display: inline-flex;
    align-items: center
}

.m-gnav-contents-content .tab-content .category-list-item__parent a span {
    display: block;
    width: 27px;
    height: 27px;
    margin-right: 16px;
    line-height: 1
}

.m-gnav-contents-content .tab-content .brand__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px
}

.m-gnav-contents-content .tab-content .brand__inner.is-row-2 .brand-item {
    width: calc((100% - 20px)/2)
}

.m-gnav-contents-content .tab-content .brand__inner.is-row-3 .brand-item {
    width: calc((100% - 20px*2)/3)
}

.m-gnav-contents-content .tab-content .brand__inner.is-row-3::after {
    display: block;
    width: calc((100% - 20px*2)/3);
    content: ''
}

.m-gnav-contents-content .tab-content .brand__inner.is-row-4 .brand-item {
    width: calc((100% - 20px*3)/4)
}

.m-gnav-contents-content .tab-content .brand__inner.is-row-4::before {
    order: 2;
    display: block;
    width: calc((100% - 20px*3)/4);
    content: ''
}

.m-gnav-contents-content .tab-content .brand__inner.is-row-4::after {
    display: block;
    width: calc((100% - 20px*3)/4);
    content: ''
}

.m-gnav-contents-content .tab-content .brand-item {
    width: calc((100% - 20px*2)/3);
    margin-bottom: 20px;
    font-size: 0;
    line-height: 0
}

.m-gnav-contents-content .news {
    display: flex;
    flex-flow: column nowrap
}

.m-gnav-contents-content .news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 150px;
    font-size: 1.4rem;
    border-bottom: 1px solid #dadada
}

.m-gnav-contents-content .news-item:first-child {
    border-top: 1px solid #dadada
}

.m-gnav-contents-content .news-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 114px;
    font-size: 0;
    line-height: 1
}

.m-gnav-contents-content .news-item__img--product img {
    width: auto;
    max-height: 90px
}

.m-gnav-contents-content .news-item__img img {
    max-width: 114px;
    min-height: 50px
}

.m-gnav-contents-content .news-item__title {
    margin-right: auto;
    margin-left: 30px
}

.m-gnav-contents-content .news-item__title p {
    line-height: 30px
}

.m-gnav-contents-content .news-item__title em {
    font-style: normal
}

.m-gnav-contents-content .campaign,
.m-gnav-contents-content .ticket {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 19px;
    margin-bottom: -60px
}

.m-gnav-contents-content .campaign::after,
.m-gnav-contents-content .campaign::before,
.m-gnav-contents-content .ticket::after,
.m-gnav-contents-content .ticket::before {
    display: block;
    flex-basis: 224px;
    min-width: 224px;
    max-width: 224px;
    content: ''
}

.m-gnav-contents-content .campaign::before,
.m-gnav-contents-content .ticket::before {
    order: 1
}

.m-gnav-contents-content .campaign-item,
.m-gnav-contents-content .ticket-item {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 60px;
    font-size: 1.2rem;
    flex-basis: 224px;
    min-width: 224px;
    max-width: 224px
}

.m-gnav-contents-content .campaign-item a,
.m-gnav-contents-content .campaign-item__img img,
.m-gnav-contents-content .ticket-item a,
.m-gnav-contents-content .ticket-item__img img,
.m-modal .m-modal-content .size-compare-img img {
    width: 100%
}

.m-gnav-contents-content .campaign-item__img,
.m-gnav-contents-content .ticket-item__img {
    min-height: 180px;
    margin-bottom: 18px
}

.m-gnav-contents-content .campaign-item__text,
.m-gnav-contents-content .ticket-item__text {
    font-size: 1.2rem
}

.m-gnav-contents-content .campaign-item__timer,
.m-gnav-contents-content .ticket-item__timer {
    display: flex;
    justify-content: center;
    padding: 2px 0;
    margin-top: 4px;
    font-size: 1.1rem;
    line-height: 16px;
    color: #f96b6b;
    background-color: #fff;
    border: 1px solid;
    border-radius: 20px;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94)
}

.m-gnav-contents-content .campaign-item__timer.is-initialized,
.m-gnav-contents-content .ticket-item__timer.is-initialized {
    opacity: 1
}

.icon {
    display: inline-block
}

.icon-credit-1,
.icon-credit-2,
.icon-qr-appstore,
.icon-qr-googleplaystore,
.icon-social-amazon {
    background-image: url(../img/sprite.png);
    background-position: 0 -82px;
    width: 261px;
    height: 72px
}

.icon-credit-1,
.icon-credit-2,
.icon-qr-googleplaystore,
.icon-social-amazon {
    background-position: 0 0
}

.icon-credit-1,
.icon-credit-2,
.icon-social-amazon {
    background-position: 0 -266px;
    width: 143px;
    height: 84px
}

.icon-credit-2,
.icon-social-amazon {
    background-position: -142px -164px
}

.icon-social-amazon {
    background-position: -476px -96px;
    width: 44px;
    height: 29px
}

.icon-ettusais-eye,
.icon-ettusais-face,
.icon-ettusais-lip,
.icon-social-rakuten {
    background-image: url(../img/sprite.png);
    background-position: -534px -109px;
    width: 28px;
    height: 30px
}

.icon-ettusais-eye,
.icon-ettusais-face,
.icon-ettusais-lip {
    background-position: -412px -96px;
    width: 54px;
    height: 96px
}

.icon-ettusais-eye,
.icon-ettusais-face {
    background-position: 0 -360px;
    width: 46px;
    height: 98px
}

.icon-ettusais-face {
    background-position: -534px 0;
    width: 29px;
    height: 99px
}

.icon-coupon,
.icon-items,
.icon-present,
.icon-shipping-free {
    background-image: url(../img/sprite.png);
    background-position: -412px 0;
    width: 112px;
    height: 86px
}

.icon-items,
.icon-present,
.icon-shipping-free {
    background-position: -271px 0;
    width: 131px;
    height: 105px
}

.icon-present,
.icon-shipping-free {
    background-position: 0 -164px;
    width: 132px;
    height: 92px
}

.icon-shipping-free {
    background-position: -412px -202px;
    width: 85px;
    height: 56px
}

.m-instagram {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.m-instagram.is-special .m-instagram-item {
    width: calc(100%/5)
}

.m-instagram.is-products-detail {
    justify-content: space-between
}

.m-instagram.is-products-detail .m-instagram-item {
    width: 190px;
    height: auto;
    margin-bottom: 30px
}

.m-instagram.is-products-detail .m-instagram-item__wrap {
    height: 190px
}

.m-instagram.is-lg .m-instagram-item {
    width: 256px;
    height: 256px
}

.m-instagram.is-lg .m-instagram-item__wrap {
    height: 256px
}

.m-instagram.is-sm {
    align-self: flex-start
}

.m-instagram.is-sm .m-instagram-item {
    flex-basis: 150px;
    min-width: 150px;
    max-width: 150px;
    height: 150px
}

.m-instagram.is-sm .m-instagram-item__wrap {
    height: 150px
}

.m-instagram.is-tag-search {
    min-height: 600px
}

.m-instagram.js-insta {
    width: 1024px
}

.m-instagram-item {
    width: 200px;
    height: 200px;
    line-height: 0
}

.m-instagram-item__wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
    vertical-align: middle;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955);
    transform: scale(1)
}

.m-instagram-item__wrap:hover .m-instagram-item__img {
    transform: scale(1.2)
}

.m-instagram-item__wrap:hover .m-instagram-item__caption {
    opacity: 1
}

.m-instagram-item__caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: .3s cubic-bezier(.455, .03, .515, .955)
}

.m-instagram-item__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955)
}

.m-instagram-item__user {
    width: 80px;
    height: 80px;
    margin-top: 15px;
    border-radius: 50%
}

.m-instagram-item__name {
    padding: 10px 0 5px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1
}

.m-instagram-item__name .emoji,
.m-instagram-item__text .emoji {
    width: 17px;
    height: 17px;
    margin: 0 1px;
    vertical-align: top
}

.m-instagram-item__text {
    width: 200px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .2rem
}

.m-instagram-item__detail {
    margin-top: 20px
}

.m-instagram-item__detail-link {
    display: flex;
    align-items: center
}

.m-instagram-item__detail-user {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%
}

.m-instagram-item__detail-name,
.m-modal .m-modal-content .purchase-contents__radio--nest p.is_novelty {
    line-height: 1.5
}

.m-instagram-item.is-large {
    display: table-cell;
    width: 400px;
    height: 400px;
    vertical-align: middle
}

.m-instagram-item.is-large figure {
    height: 400px
}

.m-instagram-item.is-large figure figcaption p {
    height: 240px
}

.m-itemlist {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width-product));
    gap: 30px 24px
}

.m-itemlist-item {
    display: flex;
    flex-flow: column nowrap
}

.m-itemlist-item__state {
    height: 16px;
    margin-bottom: 8px;
    text-align: center
}

.m-itemlist-item__status {
    height: 22px;
    margin-bottom: 6px
}

.m-itemlist-item__status:empty {
    order: -1
}

.m-itemlist-item__photo {
    position: relative;
    z-index: 1;
    line-height: 0
}

.m-itemlist-item__photo>button {
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 1;
    line-height: 0
}

.m-itemlist-item__photo a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 242px
}

.m-itemlist-item__photo a img {
    width: 100%;
    max-width: none
}

.m-itemlist-item__photo-decoration {
    position: absolute;
    z-index: 5;
    pointer-events: none
}

.m-itemlist-item__rank {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: grid;
    width: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    color: #fff;
    background-color: #a5a5a5;
    border-radius: 50%;
    transform: translateY(-50%);
    place-items: center;
    aspect-ratio: 1/1
}

.m-itemlist-item__rank:empty {
    display: none
}

.m-itemlist-item__summary {
    margin-top: 16px;
    font-size: 1.2rem;
    line-height: 15px
}

.m-itemlist-item__brand {
    font-size: 1rem
}

.m-itemlist-item__extra,
.m-itemlist-item__name {
    margin-top: 4px
}

.m-itemlist-item__price {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin-top: 4px
}

.m-itemlist-item__price-text {
    font-size: 1.6rem;
    line-height: 21px
}

.m-itemlist-item__price-text--accent {
    color: #f96b6b
}

.m-itemlist-item__price-decoration {
    font-size: 1rem
}

.m-itemlist-item__color {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8px;
    gap: 6px
}

.m-itemlist-item__color-tip {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.m-itemlist-item__color-tip.is-border,
.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .any3 .color-tip.is-border {
    border: 1px solid #c9c9c9
}

.m-itemlist-item__stock {
    margin: 20px 0;
    text-align: center
}

.m-itemlist-item__cart {
    padding: 0 17px;
    margin-top: auto
}

.m-itemlist-item__cart button,
.m-itemlist-item__favorite {
    display: flex;
    align-items: center
}

.m-itemlist-item__cart button .m-itemlist-item__cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%
}

.m-itemlist-item__cart button .m-itemlist-item__cart-text {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.3
}

.m-itemlist-item__favorite {
    align-self: flex-start;
    padding-right: 16px;
    padding-left: 10px;
    margin-top: 14px;
    line-height: 25px;
    background-color: #f5f5f5;
    border-radius: 3px
}

.m-itemlist-item__favorite-icon {
    line-height: 0
}

.m-itemlist-item__favorite-text {
    margin-left: 8px;
    font-size: 1.2rem
}

.label-state {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    color: #535353;
    text-indent: .1rem;
    letter-spacing: .1rem
}

.label-state,
.label-status {
    display: inline-block
}

.label-status span {
    padding-bottom: 2px;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    line-height: 13px;
    white-space: nowrap
}

.label-status+.label-status {
    margin-left: 4px
}

.label-status--new {
    border-bottom: 2px solid #f96b6b
}

.label-status--new span {
    color: #f96b6b
}

.label-status--restock {
    border-bottom: 2px solid #999168
}

.label-status--restock span {
    color: #999168
}

.label-status--preorder {
    border-bottom: 2px solid #768d99
}

.label-status--preorder span {
    color: #768d99
}

.m-modal {
    display: none;
    background-color: rgba(209, 209, 209, .8)
}

.m-modal__inner {
    padding: 100px
}

.m-modal .m-modal-content {
    position: relative;
    display: none;
    width: 800px;
    margin: 0 auto;
    background: #fff
}

.m-modal .m-modal-content--small {
    width: 520px
}

.m-modal .m-modal-content__inner {
    padding: 54px 0 60px;
    margin: 0 60px
}

.m-modal .m-modal-content__head {
    padding-bottom: 50px
}

.m-modal .m-modal-content__head--bb {
    margin-bottom: 60px;
    border-bottom: 1px solid #dadada
}

.m-modal .m-modal-content__title {
    display: flex;
    align-items: center;
    justify-content: center
}

.m-modal .m-modal-content__title-icon {
    margin-right: 22px
}

.m-modal .m-modal-content__title-text {
    position: relative;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 2rem;
    font-weight: 400
}

.m-modal .m-modal-content__title-attention {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1.2rem;
    color: #f96b6b;
    transform: translate(calc(100% + 20px), -50%)
}

.m-modal .m-modal-content__foot {
    margin-top: 60px;
    text-align: center
}

.m-modal .m-modal-content__close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    line-height: 0
}

.m-modal .m-modal-content .advanced-search__detail,
.m-modal .m-modal-content .advanced-search__keyword {
    margin-bottom: 60px
}

.m-modal .m-modal-content .advanced-search__item+.advanced-search__item>.m-form__cell:not(:empty) {
    margin-top: 30px
}

.m-modal .m-modal-content .advanced-search__other-item {
    margin-bottom: 12px
}

.m-modal .m-modal-content .advanced-search__other-item:last-child {
    margin-bottom: 0
}

.m-modal .m-modal-content .favorite-selector {
    display: flex;
    padding: 0 30px
}

.m-modal .m-modal-content .favorite-selector__img {
    width: 156px;
    margin-right: 60px
}

.m-modal .m-modal-content .favorite-selector__summary {
    display: flex;
    flex-direction: column
}

.m-modal .m-modal-content .favorite-selector__name {
    margin-bottom: 36px
}

.m-modal .m-modal-content .favorite-selector__name p {
    font-size: 1.6rem;
    line-height: 1.9
}

.m-modal .m-modal-content .favorite-selector__lineup {
    display: flex;
    flex-direction: column
}

.m-modal .m-modal-content .favorite-selector__lineup .lineup-item {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    cursor: pointer
}

.m-modal .m-modal-content .favorite-selector__lineup .lineup-item__icon {
    margin-right: 15px
}

.m-modal .m-modal-content .favorite-selector__lineup .lineup-item__text,
.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .coupon-price strong {
    font-size: 1.4rem
}

.m-modal .m-modal-content .cart-in__attention {
    padding: 30px 0;
    margin-bottom: 30px;
    text-align: center;
    background-color: #f5f5f5
}

.m-modal .m-modal-content .cart-in__attention-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 1.4rem;
    line-height: 1;
    color: #1f1f1f
}

.m-modal .m-modal-content .cart-in__attention-title svg {
    margin-right: 4px
}

.m-modal .m-modal-content .cart-in__attention-content {
    margin-bottom: 20px;
    font-size: 1.2rem
}

.m-modal .m-modal-content .cart-in__attention-detail {
    font-size: 1.2rem
}

.m-modal .m-modal-content .cart-in__attention-detail a {
    line-height: 1;
    color: #1f1f1f
}

.m-modal .m-modal-content .cart-in__lineup-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 0;
    border-bottom: 1px solid #dadada
}

.m-modal .m-modal-content .cart-in__lineup-item:first-child {
    border-top: 1px solid #dadada
}

.m-modal .m-modal-content .cart-in__lineup-item__thumb {
    margin-bottom: 9px;
    font-size: 0;
    line-height: 0
}

.m-modal .m-modal-content .cart-in__lineup-item__color {
    font-size: 1.2rem
}

.m-modal .m-modal-content .cart-in__lineup-item__left {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-right: 50px
}

.m-modal .m-modal-content .cart-in__lineup-item__right {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center
}

.m-modal .m-modal-content .cart-in__lineup-item__right .lineup-size {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.m-modal .m-modal-content .cart-in__lineup-item__right .lineup-size__stock {
    width: 125px;
    margin-right: 20px;
    font-size: 1.4rem;
    word-break: break-all;
    overflow-wrap: break-word
}

.m-modal .m-modal-content .cart-in__lineup-item__right .lineup-size__stock-assist {
    color: #888
}

.m-modal .m-modal-content .cart-in__lineup-item__right .lineup-size__cartin {
    margin-right: 22px;
    margin-left: auto
}

.m-modal .m-modal-content .cart-in__lineup-item__right .lineup-size__favorite button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    background-color: #f5f5f5;
    border-radius: 50%
}

.m-modal .m-modal-content .useitem__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.m-modal .m-modal-content .useitem-item {
    display: flex;
    flex-wrap: nowrap;
    width: 50%;
    margin-bottom: 60px
}

.m-modal .m-modal-content .useitem-item:nth-last-child(-n+2) {
    margin-bottom: 0
}

.m-modal .m-modal-content .useitem-item__img {
    width: 154px;
    height: auto;
    margin-right: 20px
}

.m-modal .m-modal-content .useitem-item__summary {
    width: calc(100% - 154px);
    padding-right: 20px;
    font-size: 1.2rem;
    line-height: 15px
}

.m-modal .m-modal-content .useitem-item__brand {
    font-size: 1rem
}

.m-modal .m-modal-content .useitem-item__name {
    margin-top: 4px
}

.m-modal .m-modal-content .useitem-item__price {
    display: flex;
    flex-direction: column;
    margin-top: 4px
}

.m-modal .m-modal-content .useitem-item__price-text {
    margin-top: 6px;
    font-size: 1.6rem
}

.m-modal .m-modal-content .useitem-item__price-text--accent {
    color: #f96b6b
}

.m-modal .m-modal-content .useitem-item__price-decoration {
    font-size: 1rem
}

.m-modal .m-modal-content .review {
    margin-top: -20px
}

.m-modal .m-modal-content .review__overview {
    margin-bottom: 40px;
    font-size: 1.4rem
}

.m-modal .m-modal-content .review__section {
    padding: 60px 0;
    border-bottom: 1px solid #dadada
}

.m-modal .m-modal-content .review__section:first-of-type {
    padding-top: 0
}

.m-modal .m-modal-content .review__section:last-of-type {
    padding-bottom: 0;
    border-bottom: 0
}

.m-modal .m-modal-content .review__field {
    margin-bottom: 30px
}

.m-modal .m-modal-content .review__field:last-child {
    margin-bottom: 0
}

.m-modal .m-modal-content .review__field-title {
    margin-bottom: 12px;
    font-size: 1.2rem
}

.m-modal .m-modal-content .review__field-attention {
    color: #f96b6b
}

.m-modal .m-modal-content .review__product-name {
    margin-bottom: 50px;
    font-size: 1.4rem
}

.m-modal .m-modal-content .size-compare {
    line-height: 1.6;
    text-align: center;
    pointer-events: none;
    background-color: #fff;
    transition: opacity .3s ease-in-out, top .3s ease-in-out
}

.m-modal .m-modal-content .size-compare.is-active {
    pointer-events: visible;
    opacity: 1
}

.m-modal .m-modal-content .size-compare-img {
    padding: 0 40px;
    line-height: 0
}

.m-modal .m-modal-content .size-compare-brand,
.m-modal .m-modal-content .size-compare-name {
    margin-top: 14px
}

.m-modal .m-modal-content .size-compare-button.is-end {
    display: none
}

.m-modal .m-modal-content .rearrival {
    margin-top: -20px
}

.m-modal .m-modal-content .rearrival__overview {
    margin-bottom: 40px;
    font-size: 1.4rem
}

.m-modal .m-modal-content .rearrival__content {
    padding: 60px 90px 90px;
    background-color: #f5f5f5
}

.m-modal .m-modal-content .rearrival__section {
    padding: 60px 0;
    border-bottom: 1px solid #dadada
}

.m-modal .m-modal-content .rearrival__section:first-of-type {
    padding-top: 0
}

.m-modal .m-modal-content .rearrival__section:last-of-type {
    padding-bottom: 0;
    border-bottom: 0
}

.m-modal .m-modal-content .rearrival__field {
    margin-bottom: 30px
}

.m-modal .m-modal-content .preorder__button-item:last-child,
.m-modal .m-modal-content .rearrival__field:last-child {
    margin-bottom: 0
}

.m-modal .m-modal-content .rearrival__field-title {
    margin-bottom: 12px;
    font-size: 1.2rem
}

.m-modal .m-modal-content .rearrival__field-attention {
    color: #f96b6b
}

.m-modal .m-modal-content .rearrival__text {
    font-size: 1.2rem;
    line-height: 2
}

.m-modal .m-modal-content .rearrival__product {
    margin-bottom: 40px;
    font-size: 1.4rem
}

.m-modal .m-modal-content .rearrival__product-name {
    margin-right: 20px
}

.m-modal .m-modal-content .preorder__inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.m-modal .m-modal-content .preorder__note {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center
}

.m-modal .m-modal-content .preorder__link {
    margin-bottom: 60px;
    font-size: 1.2rem
}

.m-modal .m-modal-content .preorder__button {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem
}

.m-modal .m-modal-content .preorder__button-item {
    margin-bottom: 14px
}

.m-modal .m-modal-content .purchase-contents {
    padding: 60px 90px 90px;
    background-color: #f5f5f5
}

.m-modal .m-modal-content .purchase-contents.is-social {
    padding: 0 90px 60px;
    margin-bottom: 40px
}

.m-modal .m-modal-content .purchase-contents.is-social .js-amazon-address-button {
    margin-top: 60px
}

.m-modal .m-modal-content .purchase-contents.is-social .js-amazon-fail-address-button {
    margin: 0 auto;
    text-align: center
}

.m-modal .m-modal-content .purchase-contents--no-padding,
.m-modal .m-modal-content .purchase-contents.is-social-login {
    padding: 0 90px
}

.m-modal .m-modal-content .purchase-contents__inner {
    width: 500px;
    margin: 0 auto
}

.m-modal .m-modal-content .purchase-contents__section {
    padding: 50px 0;
    border-bottom: 1px solid #dadada
}

.m-modal .m-modal-content .purchase-contents__section:first-child {
    padding-top: 0
}

.m-modal .m-modal-content .purchase-contents__section:only-of-type {
    padding: 0;
    border-bottom: 0
}

.m-modal .m-modal-content .purchase-contents__bottom {
    display: flex;
    justify-content: center;
    margin-top: 90px
}

.m-modal .m-modal-content .purchase-contents__title {
    margin-bottom: 10px;
    font-size: 1.2rem;
    white-space: nowrap
}

.m-modal .m-modal-content .purchase-contents__title--assist {
    margin-left: 12px;
    color: #888
}

.m-modal .m-modal-content .purchase-contents__field,
.m-modal .m-modal-content .purchase-contents__field label {
    margin-bottom: 30px
}

.m-modal .m-modal-content .purchase-contents__field:last-child {
    margin-bottom: 0
}

.m-modal .m-modal-content .purchase-contents__field-text {
    padding: 0 11px;
    font-size: 1.4rem
}

.m-modal .m-modal-content .purchase-contents__field-readme {
    font-size: 1.2rem
}

.m-modal .m-modal-content .purchase-contents__field-readme-attention {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #c00
}

.m-modal .m-modal-content .purchase-contents .credit_holder {
    margin-bottom: 60px
}

.m-modal .m-modal-content .purchase-contents__help {
    position: relative
}

.m-modal .m-modal-content .purchase-contents__help-trigger {
    cursor: pointer
}

.m-modal .m-modal-content .purchase-contents .credit-help__icon:hover+.credit-help__description,
.m-modal .m-modal-content .purchase-contents__help-trigger:hover+.purchase-contents__help-content {
    pointer-events: visible;
    opacity: 1
}

.m-modal .m-modal-content .purchase-contents__help-icon {
    margin-right: 4px
}

.m-modal .m-modal-content .purchase-contents__help-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 340px;
    height: 116px;
    padding: 20px;
    pointer-events: none;
    background-color: rgba(41, 41, 41, .75);
    border-radius: 5px;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
    transform: translateY(-100%)
}

.m-modal .m-modal-content .purchase-contents .credit-help__description::before,
.m-modal .m-modal-content .purchase-contents__help-content::before {
    position: absolute;
    top: 100%;
    left: 80px;
    content: '';
    border: 8px solid transparent;
    border-top: 8px solid rgba(41, 41, 41, .75)
}

.m-modal .m-modal-content .purchase-contents .credit-help {
    display: flex;
    align-items: center;
    line-height: 0;
    gap: 8px
}

.m-modal .m-modal-content .purchase-contents .credit-help__content {
    position: relative
}

.m-modal .m-modal-content .purchase-contents .credit-help__icon {
    cursor: help
}

.m-modal .m-modal-content .purchase-contents .credit-help__description {
    position: absolute;
    top: -15px;
    left: 0;
    width: 200px;
    padding: 10px 13px;
    line-height: 1.5;
    text-align: center;
    pointer-events: none;
    background-color: rgba(41, 41, 41, .75);
    border-radius: 5px;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
    transform: translate(calc(-50% + 6px), -100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.m-modal .m-modal-content .purchase-contents .credit-help__description::before {
    left: 50%;
    transform: translateX(-50%)
}

.m-modal .m-modal-content .purchase-contents__item {
    margin-bottom: 30px
}

.m-modal .m-modal-content .purchase-contents__item-text {
    font-size: 1.4rem;
    line-height: 1.8;
    white-space: nowrap
}

.m-modal .m-modal-content .purchase-contents__item-text--assist {
    font-size: 1.2rem;
    color: #888
}

.m-modal .m-modal-content .purchase-contents__item-text--small {
    font-size: 1.2rem
}

.m-modal .m-modal-content .purchase-contents__radio {
    margin-bottom: 20px;
    font-size: 1.4rem
}

.m-modal .m-modal-content .purchase-contents__radio-item:last-child,
.m-modal .m-modal-content .purchase-contents__radio:last-child {
    margin-bottom: 0
}

.m-modal .m-modal-content .purchase-contents__radio-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.m-modal .m-modal-content .purchase-contents__radio-attention {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #f96b6b
}

.m-modal .m-modal-content .purchase-contents__radio-attention-icon {
    margin-right: 4px
}

.m-modal .m-modal-content .purchase-contents__radio--nest {
    padding-left: 42px;
    margin-bottom: 28px
}

.m-modal .m-modal-content .purchase-contents__radio--nest.is_novelty,
.m-pager .pagination li.end.text,
.m-pager .pagination li.start.text {
    display: none
}

.m-modal .m-modal-content .purchase-contents__radio--hide {
    display: none;
    padding-left: 42px;
    margin-bottom: 28px
}

.m-modal .m-modal-content .purchase-contents-credit__item {
    padding: 15px 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #dadada
}

.m-modal .m-modal-content .purchase-contents-credit__item:last-child {
    margin-bottom: 0
}

.m-modal .m-modal-content .purchase-contents-credit__card {
    display: flex;
    align-items: center
}

.m-modal .m-modal-content .purchase-contents-credit__brand,
.m-modal .m-modal-content .purchase-contents-credit__icon,
.m-modal .m-modal-content .purchase-contents-credit__number {
    margin-right: 10px
}

.m-modal .m-modal-content .purchase-contents-credit__regist {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px dashed #dadada
}

.m-modal .m-modal-content .purchase-contents-credit__regist-icon {
    position: relative;
    width: 17px;
    height: 17px;
    margin-right: 20px
}

.m-modal .m-modal-content .purchase-contents-credit__regist-icon::after,
.m-modal .m-modal-content .purchase-contents-credit__regist-icon::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 17px;
    height: 3px;
    content: '';
    background-color: #dadada
}

.m-modal .m-modal-content .purchase-contents-credit__regist-icon::before {
    transform: translateY(-50%)
}

.m-modal .m-modal-content .purchase-contents-credit__regist-icon::after {
    transform: rotate(90deg) translateY(-50%);
    transform-origin: top center
}

.m-modal .m-modal-content .purchase-contents-credit__regist-text {
    color: #dadada
}

.m-modal .m-modal-content .purchase-contents .novelty {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.m-modal .m-modal-content .purchase-contents .novelty-item__checkbox {
    margin-right: 20px
}

.m-modal .m-modal-content .purchase-contents .novelty-item__img {
    aspect-ratio: 1/1;
    width: 70px;
    margin-right: 10px
}

.m-modal .m-modal-content--instagram {
    width: 990px
}

.m-modal .m-modal-content--instagram .m-modal-content__inner {
    padding: 30px 0;
    margin: 0 30px
}

.m-modal .m-modal-content--instagram .instagram {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.m-modal .m-modal-content--instagram .instagram__profile {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    cursor: pointer
}

.m-modal .m-modal-content--instagram .instagram__profile-img {
    width: 43px;
    height: 43px;
    margin-right: 10px;
    line-height: 0;
    border-radius: 50%
}

.m-modal .m-modal-content--instagram .instagram__profile-name {
    font-size: 1.2rem;
    font-weight: 700
}

.m-modal .m-modal-content--instagram .instagram__profile-name .emoji {
    width: 17px;
    height: 17px;
    margin: 0 1px;
    vertical-align: middle
}

.m-modal .m-modal-content--instagram .instagram__photo-src {
    width: auto;
    max-width: 490px;
    height: auto;
    line-height: 0
}

.m-modal .m-modal-content--instagram .instagram__detail {
    width: calc(100% - 520px)
}

.m-modal .m-modal-content--instagram .instagram__products .wearing-title {
    margin-bottom: 20px
}

.m-modal .m-modal-content--instagram .instagram__products .wearing-title::before {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    content: '使用アイテム'
}

.m-modal .m-modal-content--instagram .instagram__products .wearing-item {
    display: flex;
    align-items: center
}

.m-modal .m-modal-content--instagram .instagram__products .wearing-item:last-child {
    padding-bottom: 16px
}

.m-modal .m-modal-content--instagram .instagram__products .wearing-item__img {
    flex-shrink: 0;
    width: 96px;
    margin-right: 10px
}

.m-modal .m-modal-content--instagram .instagram__products .wearing-item__summary {
    font-size: 1.2rem;
    line-height: 1.8
}

.m-modal .m-modal-content--instagram .instagram__products .wearing-item__price {
    color: #f96b6b
}

.m-modal .m-modal-content--instagram .instagram__products .wearing-item__price-coupon {
    margin-left: 12px
}

.m-modal .m-modal-content--instagram .instagram__caption-text {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: .1rem;
    word-wrap: break-word;
    white-space: pre-wrap
}

.m-modal .m-modal-content--instagram .instagram__caption-text .emoji {
    width: 14px;
    height: 14px;
    margin: 0 1px;
    vertical-align: top
}

.m-pager {
    width: 100%
}

.m-pager .pagination {
    display: flex;
    justify-content: center
}

.m-pager .pagination li,
.m-pagetop span {
    display: flex;
    align-items: center;
    justify-content: center
}

.m-pager .pagination li {
    width: 22px;
    height: 22px;
    margin: 0 0 0 10px;
    font-size: 1.2rem
}

.m-pager .pagination li a {
    line-height: 1;
    color: #535353
}

.m-pager .pagination li.current {
    background: #535353;
    border-radius: 50%
}

.m-pager .pagination li.current a {
    color: #fff
}

.m-pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    width: 49px;
    height: 49px;
    cursor: pointer;
    background: rgba(165, 165, 165, .9);
    border-radius: 50%;
    opacity: 0;
    transition: bottom .3s cubic-bezier(.215, .61, .355, 1)
}

.m-pagetop span {
    width: 100%;
    height: 100%
}

.m-pi {
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #dadada
}

.m-poplink-search {
    width: 620px !important;
    margin: 0 auto 25px !important
}

.m-poplink-contents {
    width: 1024px;
    margin: 0 auto !important;
    overflow: hidden
}

.m-poplink-contents .main-poplink {
    display: none;
    height: 0;
    transition: height 1s .1s cubic-bezier(.215, .61, .355, 1)
}

.m-poplink-contents .poplink {
    position: relative;
    z-index: 999;
    width: 100% !important;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 0 !important
}

.m-poplink-contents .poplink_invisible {
    visibility: visible
}

.m-poplink-contents .poplink-suggest__wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto 50px;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1)
}

.m-poplink-contents .poplink-suggest__arrow {
    padding: 6px;
    cursor: pointer
}

.m-poplink-contents .poplink-suggest__arrow--prev {
    margin-right: 28px
}

.m-poplink-contents .poplink-suggest__arrow--next {
    order: 2;
    margin-left: 28px
}

.m-poplink-contents .poplink-suggest__arrow svg {
    transition: fill .3s cubic-bezier(.215, .61, .355, 1)
}

.m-poplink-contents .poplink-suggest__arrow.is-disabled {
    cursor: default
}

.m-poplink-contents .poplink-suggest__arrow.is-disabled svg {
    fill: #c9c9c9
}

@-moz-document url-prefix() {
    .m-poplink-contents .poplink .poplink_suggest {
        overflow: hidden !important
    }
}

.m-poplink-contents .poplink_suggest {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    margin-right: auto;
    overflow: -moz-scrollbars-none;
    overflow-x: scroll;
    border: 0 !important;
    -ms-overflow-style: none
}

.m-poplink-contents .poplink_suggest::-webkit-scrollbar {
    display: none
}

.m-poplink-contents .poplink_suggest .word {
    position: relative;
    display: block;
    height: 22px;
    padding: 0 10px 8px;
    margin: 0 10px !important;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    opacity: 1
}

.m-poplink-contents .poplink_suggest .word:hover {
    background-color: #fff
}

.m-poplink-contents .poplink_suggest .word.is-fake {
    position: absolute;
    left: 0;
    margin-left: 0 !important;
    color: transparent;
    pointer-events: auto;
    background: 0 0
}

.m-poplink-contents .poplink_suggest .word:first-child {
    margin-left: 0 !important
}

.m-poplink-contents .poplink_suggest .word:nth-last-child(2) {
    margin-right: 0 !important
}

.m-poplink-contents .poplink_suggest .word.highlighted {
    pointer-events: none
}

.m-poplink-contents .poplink_suggest .word.highlighted:not(.poplink_invisible)::after {
    width: 100%
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item>.clear,
.m-poplink-contents .poplink_suggest .word.poplink_invisible {
    display: none
}

.m-poplink-contents .poplink_suggest .word::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 2px;
    content: "";
    background-color: #000;
    transition: width .3s cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(-50%, 0, 0)
}

.m-poplink-contents .poplink-search__wrap {
    padding-bottom: 110px;
    transition: height .8s .1s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1)
}

.m-poplink-contents .poplink-search__wrap .poplink_search {
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    background: 0 0 !important;
    border: 0 !important;
    opacity: 0;
    transition: height .8s cubic-bezier(.215, .61, .355, 1) .1s, opacity 1.3s cubic-bezier(.215, .61, .355, 1)
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item {
    position: relative;
    width: 184px;
    padding: 0 !important;
    margin-bottom: 60px;
    margin-left: calc((100% - (184px*5))/4)
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item>a {
    display: block;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item:nth-child(5n+1) {
    margin-left: 0
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item.poplink_invisible {
    display: none;
    visibility: hidden
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item__fav {
    position: absolute;
    top: 238px;
    right: 4px;
    z-index: 5;
    line-height: 0;
    transform: translateY(-100%)
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item__fav>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item:hover {
    background: inherit !important
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_left {
    float: none !important;
    margin-bottom: 16px
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_left .image_box {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 0
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_left .image_box img {
    width: 100%;
    height: auto;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

.l-header__menu .menu-tooltip:hover .menu-tooltip__inner::before,
.m-poplink-contents .poplink-search__wrap .poplink_search .item_left .image_box img:hover {
    opacity: .7
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_right {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    font-size: 1.2rem !important
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .any1,
.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .any3,
.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .price,
.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .title {
    color: #000 !important;
    text-align: center
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .title {
    margin-bottom: 10px;
    line-height: 1.8;
    white-space: normal !important
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .any1 {
    order: -1;
    margin-bottom: 14px;
    line-height: 1.8rem
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .any2,
.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .summary {
    display: none
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .price {
    margin-bottom: 14px
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .price.is-primary {
    color: #c00 !important
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .coupon-price {
    margin-bottom: 16px;
    color: #c00 !important
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .coupon-price:empty {
    display: none
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .any3 .color-tip,
.mypage-contents .section-with-action__action form {
    text-align: center
}

.m-poplink-contents .poplink-search__wrap .poplink_search .item_right .any3 .color-tip li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    list-style: none
}

.m-poplink-contents .poplink .poplink_search {
    background: 0 0 !important;
    border: 0 !important
}

.m-poplink-contents .poplink .poplink_search.poplink_invisible {
    opacity: 0
}

.m-poplink-contents .poplink-more {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto
}

.m-poplink-contents .poplink-more .more_items {
    opacity: 0;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

.m-poplink-contents .poplink_recommend {
    display: none !important;
    visibility: hidden !important
}

.m-poplink-simple {
    position: absolute;
    top: 40px;
    left: 2px;
    z-index: 100;
    width: calc(100% - 1px)
}

.m-poplink-simple>.poplink {
    width: inherit !important
}

.m-poplink-simple>.poplink .poplink_suggest {
    float: none !important;
    width: inherit !important;
    border: 0;
    box-shadow: 0 1px 1px 1px #c9c9c9
}

.m-poplink-simple>.poplink .poplink_suggest .word {
    height: 40px;
    padding-left: 16px;
    font-size: 1.4rem;
    line-height: 40px;
    cursor: pointer;
    background-color: #fff;
    transition: background-color .2s cubic-bezier(.215, .61, .355, 1)
}

#wovn-languages .wovn-lang-list .wovn-switch-template:hover,
.m-poplink-simple>.poplink .poplink_suggest .word:hover {
    background-color: #f5f5f5
}

.m-poplink-simple>.poplink .poplink_recommend,
.m-poplink-simple>.poplink .poplink_search,
.m-poplink-simple>.poplink_invisible {
    display: none
}

.m-progress {
    --color: #f96b6b
}

.m-progress--blue {
    --color: #3b64aa
}

.m-progress__bar,
.m-progress__title {
    display: flex;
    justify-content: space-between
}

.m-progress__title {
    margin-top: 8px
}

.m-progress-item {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%
}

.m-progress-item+.m-progress-item::after {
    position: absolute;
    left: -50%;
    z-index: -1;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #dadada
}

.m-progress-item+.m-progress-item--active::after,
.m-progress-item+.m-progress-item--complete::after,
.m-progress-item--active .m-progress-item__icon,
.m-progress-item--complete .m-progress-item__icon {
    background-color: var(--color)
}

.m-progress-item--active .m-progress-item__icon {
    width: 38px;
    aspect-ratio: 1/1
}

.m-progress-item__icon {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    background-color: #dadada;
    border-radius: 50%;
    aspect-ratio: 1/1
}

.m-progress-item__icon .svg-icon-check {
    width: 14px;
    height: 13px;
    fill: #fff
}

.m-progress-text {
    display: grid;
    place-items: center;
    width: 100%;
    color: #888;
    letter-spacing: 1px
}

.m-progress-text--complete {
    color: #000
}

.m-progress-text--active {
    color: var(--color)
}

.m-recommend {
    padding-top: 100px;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94)
}

.m-recommend.is-show {
    opacity: 1
}

.m-recommend--base-width {
    width: 1024px;
    margin: 0 auto
}

.m-recommend--narrow-width {
    width: 978px;
    margin: 0 auto
}

.m-recommend--no-pt {
    padding-top: 0
}

.m-recommend__title {
    margin-bottom: 40px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 1.8rem;
    font-weight: 400
}

.m-recommend__title--empty {
    display: none
}

.m-section {
    background-color: #fff
}

.m-section+.m-section {
    margin-top: 88px
}

.m-section--gray {
    padding: 56px 0;
    background-color: #eae9e9
}

.m-section__content,
.m-section__title {
    width: 1024px
}

.m-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 88px auto 40px;
    font-family: "Roboto", sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 37.5px;
    text-align: center;
    letter-spacing: .05em
}

.m-section__title-additional {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 24px
}

.m-section__content {
    margin: 0 auto
}

.m-section__content--full {
    width: 100%
}

.m-section__content .no-result {
    padding: 90px 0;
    font-size: 1.8rem;
    color: #888;
    text-align: center
}

.m-section__more {
    display: block;
    width: 240px;
    padding: 15px 0;
    margin: 40px auto 0;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #000;
    border-radius: 30px
}

.m-sidemenu__inner {
    width: 280px;
    padding-bottom: 100px;
    background-color: #fff
}

.m-sidemenu .widget {
    margin-bottom: 60px
}

.m-sidemenu .widget:last-child {
    margin-bottom: 0
}

.m-sidemenu .widget__title {
    padding-bottom: 10px;
    font-size: 1.2rem;
    border-bottom: 1px solid #888
}

.m-sidemenu .widget__title:empty {
    padding-bottom: 0
}

.m-sidemenu .widget__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #c9c9c9;
    transition: color .2s cubic-bezier(.215, .61, .355, 1), font-weight .2s cubic-bezier(.215, .61, .355, 1)
}

.m-sidemenu .widget__item:last-child {
    border-bottom: 1px solid #888
}

.m-sidemenu .widget__item.is-active {
    font-weight: 700
}

.m-sidemenu .widget__item:hover {
    color: #dadada;
    opacity: 1
}

.m-sidemenu .widget__item-text {
    font-size: 1.2rem;
    text-indent: 20px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap
}

.m-sidemenu .widget__item-icon {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 8px
}

.m-sign-form.is-static {
    margin: 60px 0 90px
}

.m-sign-form__section {
    display: none;
    width: 640px;
    margin: 0 auto
}

.l-contents.is-home .campaign-list__item-title b,
.m-sign-form__mail .js-mail-err-field.is-err,
.m-sign-form__section.is-active {
    display: block
}

.m-sign-form__head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px
}

.m-sign-form__head--bb {
    margin-bottom: 60px;
    border-bottom: 1px solid #dadada
}

.m-sign-form__head-icon {
    margin-right: 22px
}

.m-sign-form__head-text {
    position: relative;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 2rem;
    font-weight: 400
}

.m-sign-form__contents {
    padding: 60px 146px 40px;
    background-color: #f5f5f5
}

.m-sign-form__contents:nth-child(n+2) {
    margin-top: 40px;
    text-align: center
}

.m-sign-form__text {
    margin: 40px 0;
    font-size: 1.4rem
}

.m-sign-form__mail {
    margin-bottom: 20px
}

.m-sign-form__mail-input-attention {
    color: #f96b6b;
    border: 1px solid #f96b6b
}

.m-sign-form__mail .js-mail-err-field {
    display: none;
    text-align: left
}

.m-sign-form__mail .js-mail-err-field-item {
    margin: 10px 0
}

.m-sign-form__mail .js-mail-err-field-item .attention-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    fill: #f96b6b
}

.m-sign-form__mail .js-mail-err-field-item .attention-text {
    font-size: 1.2rem;
    vertical-align: middle
}

.m-sign-form__password {
    margin-bottom: 30px
}

.m-sign-form__agreement,
.m-sign-form__holding {
    margin-bottom: 30px;
    line-height: 0
}

.m-sign-form__agreement-action {
    margin-bottom: 8px
}

.m-sign-form__agreement-readme {
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-indent: 27px
}

.m-sign-form__agreement-readme a,
.m-sign-form__agreement-readme span {
    cursor: pointer
}

.m-sign-form__agreement-description {
    font-size: 1.2rem;
    line-height: 1.5;
    word-break: break-all
}

.m-sign-form__btn {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-top: 30px
}

.m-sign-form__btn-item {
    max-width: 300px
}

.m-sign-form__btn-item:last-child {
    margin-top: 30px
}

.m-sign-form__btn-item:only-child {
    margin-top: 0
}

.m-sign-form__btn-item.is-Amazoncart {
    display: none
}

.m-sign-form__label {
    font-size: 1.2rem;
    line-height: 2;
    text-align: left
}

.m-sign-form__label--assist {
    margin-left: 12px;
    color: #888
}

.m-sign-form__help {
    margin: 30px auto 40px
}

.m-sign-form__help-item {
    font-size: 1.2rem;
    line-height: 1.6
}

.m-sign-form__help-item+.m-sign-form__help-item {
    margin-top: 12px
}

.m-sign-form__help-link {
    cursor: pointer
}

.m-sign-form__already-signup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 1
}

.m-sign-form__already-signup-text {
    margin-right: 14px
}

.m-sign-form__already-signup-link {
    cursor: pointer
}

.m-sign-form__title {
    margin-bottom: 40px;
    font-size: 1.6rem;
    text-align: center
}

.m-sign-form__title--bt {
    padding-top: 40px;
    border-top: 1px solid #dadada
}

.m-sign-form__description {
    font-size: 1.2rem;
    text-align: center
}

.m-sign-form__socialbutton {
    margin-top: 30px;
    text-align: center
}

.m-sign-form__socialbutton.is-Amazoncart {
    display: none
}

.m-sign-form__socialbutton img {
    width: 300px
}

.m-social-list__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.m-social-list:not(.is-simple) {
    width: 1024px;
    margin: 0 auto;
    background-color: #f5f5f5
}

.m-social-list:not(.is-simple) .m-social-list__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 138px
}

.m-social-list:not(.is-simple) .m-social-list__title {
    width: 100%;
    margin-bottom: 60px;
    font-size: 2.6rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: .2rem
}

.m-social-list:not(.is-simple) .m-social-list__sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 352px
}

.m-social-list:not(.is-simple) .m-social-list__sns-title {
    margin-bottom: 24px;
    font-size: 1.8rem
}

.m-social-list:not(.is-simple) .m-social-list__sns-text {
    margin-bottom: 28px;
    font-size: 1.2rem
}

.m-social-list:not(.is-simple) .m-social-list__sns-link {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    gap: 20px
}

.m-social-list:not(.is-simple) .m-social-list__app {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 352px
}

.m-social-list:not(.is-simple) .m-social-list__app-title {
    margin-bottom: 24px;
    font-size: 1.8rem
}

.m-social-list:not(.is-simple) .m-social-list__app-text {
    margin-bottom: 28px;
    font-size: 1.2rem
}

.m-social-list:not(.is-simple) .m-social-list__app-button {
    display: block;
    margin-bottom: 20px;
    font-size: 0;
    line-height: 0
}

.m-social-list:not(.is-simple) .m-social-list__app-button:last-child {
    margin-bottom: 0
}

.m-social-list.is-footer .m-social-list__inner {
    justify-content: center
}

.m-social-list.is-footer .m-social-list__sns {
    display: flex;
    margin-right: 30px
}

.m-social-list.is-footer .m-social-list__sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-left: 20px;
    background-color: #fff;
    border-radius: 50%
}

.m-social-list.is-footer .m-social-list__sns a:first-child {
    margin-left: 0
}

.m-social-list.is-footer .m-social-list__app {
    line-height: 0
}

.m-social-list.is-footer .m-social-list__app a {
    display: inline-block
}

.l-footer-content__app a:first-child,
.m-social-list.is-footer .m-social-list__app a:first-child {
    margin-right: 20px
}

.l-footer-content__app a img,
.m-social-list.is-footer .m-social-list__app a img {
    width: 135px;
    height: auto
}

.m-support-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada
}

.m-support-info__detailed-title {
    margin-bottom: 10px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 1.8rem;
    font-weight: 400
}

.m-support-info__detailed-note {
    font-size: 1.2rem
}

.svg {
    display: inline-block;
    vertical-align: middle
}

.svg,
.svg.svg-inherit {
    width: 100%;
    height: 100%
}

.svg-fill-lightblack {
    fill: #1f1f1f
}

.svg-fill-darkgray {
    fill: #535353
}

.svg--business-mail,
.svg-fill-dimgray {
    fill: #5a5b5b
}

.svg-fill-gray {
    fill: #888
}

.svg--gnav-arrow,
.svg--welcome-popup-close,
.svg-fill-silver {
    fill: #c9c9c9
}

.svg-fill-lightgray {
    fill: #dadada
}

.svg-fill-whitesmoke {
    fill: #f5f5f5
}

.svg--link-to-form,
.svg--member-privilege-crown,
.svg--pagetop-arrow,
.svg--ranking-more,
.svg-fill-white,
.svg-icon-attention2 {
    fill: #fff
}

.m-mypage-modal-content .m-form .select-attention svg,
.mypage-contents .m-form .select-attention svg,
.svg-fill-red,
.svg-icon-attention {
    fill: #c00
}

.svg-fill-gold {
    fill: #999168
}

.svg-fill-accent {
    fill: #f96b6b
}

.svg--pagetop-arrow,
.svg-rotate-90 {
    transform: rotate(90deg)
}

.svg--gnav-arrow,
.svg-rotate-180 {
    transform: rotate(180deg)
}

.svg--insta-arrow,
.svg--ranking-more,
.svg--size-more,
.svg-rotate-270 {
    transform: rotate(270deg)
}

.svg-logo {
    width: 110px;
    height: 50px
}

.svg-logo-new {
    width: 102px;
    height: 36px
}

.svg-logo-appstore,
.svg-logo-googleplay {
    width: 136px;
    height: 40px
}

.svg-logo-pc-eight {
    width: 100%;
    height: 100%
}

.svg-card-amex,
.svg-card-diners,
.svg-card-jcb,
.svg-card-master,
.svg-card-visa {
    width: 32px;
    height: 22px
}

.svg-card-master {
    fill: #000
}

.svg[class*=svg-logo-sns-] {
    width: 24px;
    height: 24px
}

.svg-icon-cart {
    width: 27px;
    height: 30px;
    fill: #fff;
    stroke: #000
}

.svg-icon-cart--xs {
    width: 13px;
    height: 12px
}

.svg-icon-cart--sm {
    width: 18px;
    height: 16px
}

.svg-icon-cart--md {
    width: 25px;
    height: 22px
}

.svg--business-mail,
.svg--link-to-form,
.svg-icon-mail {
    width: 24px;
    height: 18px
}

.svg-icon-mail--sm {
    width: 12px;
    height: 9px
}

.svg-icon-mail--lg {
    width: 40px;
    height: 31px
}

.svg-icon-search {
    width: 15px;
    height: 15px;
    fill: transparent
}

.svg-icon-search--lg {
    width: 23px;
    height: 23px
}

.svg--gnav-menu-person,
.svg-icon-person {
    width: 21px;
    height: 21px
}

.svg-icon-person--lg {
    width: 23px;
    height: 23px
}

.svg-icon-bell {
    width: 25px;
    height: 23px;
    fill: transparent
}

.svg-icon-bell--sm {
    width: 22px;
    height: 20px
}

.svg-icon-ticket {
    width: 28px;
    height: 18px
}

.svg-icon-document {
    width: 17px;
    height: 21px;
    fill: transparent
}

.svg-icon-heart,
.svg-icon-star {
    width: 22px;
    height: 20px;
    fill: transparent
}

.svg-icon-heart {
    width: 21px;
    height: 18px
}

.svg-icon-heart--sm {
    width: 14px;
    height: 12px
}

.svg-icon-heart--md {
    width: 16px;
    height: 14px
}

.svg-icon-heart--lg {
    width: 24px;
    height: 22px
}

.is-fav.svg--gnav-menu-heart,
.svg-icon-heart.is-fav {
    --color-icon: #f96b6b
}

.svg-icon-history {
    width: 20px;
    height: 20px;
    fill: transparent
}

.svg-icon-history--sm {
    width: 14px;
    height: 14px
}

.svg-icon-info {
    width: 15px;
    height: 15px
}

.svg-icon-question {
    width: 12px;
    height: 12px
}

.svg-icon-exclamation {
    width: 21px;
    height: 21px
}

.svg-icon-attention {
    width: 17px;
    height: 15px
}

.svg-icon-attention2 {
    width: 22px;
    height: 30px
}

.svg-icon-ichimatsu {
    width: 16px;
    height: 16px
}

.svg-icon-arrow {
    width: 8px;
    height: 15px
}

.svg--insta-arrow,
.svg--pagetop-arrow,
.svg--ranking-more,
.svg--size-more,
.svg-icon-arrow--sm {
    width: 6px;
    height: 12px
}

.svg-icon-arrow-bold {
    width: 8px;
    height: 15px
}

.svg-icon-arrow-bold--xs {
    width: 4px;
    height: 8px
}

.svg--gnav-arrow,
.svg-icon-arrow-bold--sm {
    width: 6px;
    height: 10px
}

.svg-icon-arrow-bold--lg {
    width: 10px;
    height: 18px
}

.svg-icon-arrow-bold--xl {
    width: 11px;
    height: 25px
}

.svg-icon-arrow-bold--next {
    transform: rotate(180deg)
}

.svg-icon-arrow-bold--down {
    transform: rotate(-90deg)
}

.svg--welcome-popup-close,
.svg-icon-close {
    width: 19px;
    height: 19px
}

.svg-icon-close--sm {
    width: 10px;
    height: 10px
}

.svg-icon-close--lg {
    width: 20px;
    height: 20px
}

.svg-icon-link {
    width: 12px;
    height: 12px
}

.svg-icon-cat-tops {
    width: 27px;
    height: 27px
}

.svg-icon-cat-tops--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-bottoms {
    width: 27px;
    height: 27px
}

.svg-icon-cat-bottoms--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-outer {
    width: 27px;
    height: 27px
}

.svg-icon-cat-outer--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-dress {
    width: 27px;
    height: 27px
}

.svg-icon-cat-dress--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-setup {
    width: 27px;
    height: 27px
}

.svg-icon-cat-setup--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-room {
    width: 27px;
    height: 27px
}

.svg-icon-cat-room--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-shoes {
    width: 27px;
    height: 27px
}

.svg-icon-cat-shoes--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-bag {
    width: 27px;
    height: 27px
}

.svg-icon-cat-bag--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-accessory {
    width: 27px;
    height: 27px
}

.svg-icon-cat-accessory--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-cosme {
    width: 27px;
    height: 27px
}

.svg-icon-cat-cosme--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-art {
    width: 27px;
    height: 27px
}

.svg-icon-cat-art--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-sportswear {
    width: 27px;
    height: 27px
}

.svg-icon-cat-sportswear--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-underwear {
    width: 23px;
    height: 23px
}

.svg-icon-cat-underwear--sm {
    width: 16px;
    height: 16px
}

.svg-icon-cat-swim {
    width: 29px;
    height: 29px
}

.svg-icon-cat-swim--sm {
    width: 18px;
    height: 18px
}

.svg-icon-cat-home {
    width: 27px;
    height: 24px
}

.svg-icon-cat-home--sm {
    width: 16px;
    height: 13px
}

.svg-icon-cat-maternity {
    width: 32px;
    height: 30px
}

.svg-icon-cat-maternity--sm {
    width: 18px;
    height: 18px
}

.svg-icon-cat-kids {
    width: 34px;
    height: 28px
}

.svg-icon-cat-kids--sm {
    width: 20px;
    height: 18px
}

.svg-icon-cat-suit {
    width: 30px;
    height: 24px
}

.svg-icon-cat-suit--sm {
    width: 18px;
    height: 16px
}

.svg-icon-check {
    width: 10px;
    height: 8px
}

.svg-icon-checkbox {
    width: 16px;
    height: 16px
}

.svg-icon-flag-cn,
.svg-icon-flag-jp,
.svg-icon-flag-us {
    width: 34px;
    height: 22px
}

.svg--member-privilege-crown,
.svg-icon-crown {
    width: 26px;
    height: 17px
}

.svg-icon-truck {
    width: 24px;
    height: 16px
}

.svg-icon-copy {
    width: 10px;
    height: 12px
}

.svg-ettusais-catchcopy {
    width: 425px;
    height: 30px
}

.swiper {
    width: 100%;
    opacity: 0;
    transition: opacity .2s var(--ease-out-quad)
}

.swiper .swiper-pagination {
    position: relative;
    bottom: 0 !important
}

.swiper .swiper-pagination-bullet {
    position: relative;
    width: 24px;
    height: 3px;
    padding: 20px 0;
    background: 0 0;
    border-radius: 0;
    opacity: 1
}

.swiper .swiper-pagination-bullet::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background: #dadada;
    transition: background .3s cubic-bezier(.25, .46, .45, .94)
}

.swiper .swiper-pagination-bullet-active::after {
    background: #535353
}

.swiper-initialized {
    opacity: 1
}

.swiper-slide {
    line-height: 1
}

.l-header__cart a.is-active .l-header__cart-num,
.swiper-lazy {
    opacity: 0
}

.swiper-lazy-loaded {
    -webkit-animation: fadein .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadein .5s cubic-bezier(.25, .46, .45, .94) both
}

.m-tag-list__item {
    margin-top: 10px;
    line-height: 1
}

.m-tag-list__item+.m-tag-list__item {
    margin-top: 8px
}

.m-tag-list__item-link {
    font-size: 1.2rem;
    color: #5a5b5b
}

.m-tag-list__item-link span {
    color: #5a5b5b
}

.m-tag-list__item-icon {
    margin-right: 4px;
    color: #5a5b5b
}

.m-tag-list__item:last-child {
    margin-bottom: 0
}

.m-ticket-activate {
    display: flex;
    flex-direction: column;
    width: 810px;
    margin: 30px auto 0
}

.m-ticket-activate__banner {
    line-height: 0;
    aspect-ratio: 2.13333
}

.m-ticket-activate__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 55px;
    margin-top: 40px
}

.m-ticket-activate__countdown {
    font-size: 2.4rem;
    font-weight: 700;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94)
}

.m-ticket-activate__countdown.is-initialized {
    opacity: 1
}

.m-ticket-activate__text {
    margin-top: 16px;
    font-size: 1.6rem;
    text-align: center
}

.m-ticket-activate__button {
    margin-top: 30px
}

.m-ticket-activate__date {
    margin-top: 16px;
    font-size: 1.4rem;
    font-weight: 700
}

.m-ticket-activate__comment {
    align-self: normal;
    margin-top: 60px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada
}

.m-ticket-activate__comment-text {
    padding: 8px 0;
    font-size: 1rem
}

.m-ticket-drawer {
    position: fixed;
    bottom: 100px;
    z-index: 20;
    overflow-x: hidden;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 4px 4px 20px rgba(209, 209, 209, .8);
    opacity: 0;
    transition: bottom .3s cubic-bezier(.215, .61, .355, 1);
    fill: #a5a5a5
}

.m-ticket-drawer__inner {
    display: flex;
    flex-direction: column;
    padding: 45px 35px 25px
}

.m-ticket-drawer__close {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 10px;
    line-height: 0
}

.m-ticket-drawer__close .svg-ticket-drawer-close {
    width: 11px;
    height: 11px
}

.m-ticket-drawer__contents {
    display: flex;
    flex-direction: column;
    width: 260px;
    font-size: 1rem;
    text-align: center;
    gap: 10px
}

.l-contents.is-mypage.is-mypage-order .order__head .order__detail-flex-block dl dd table,
.m-ticket-drawer__ticket {
    width: 100%
}

.m-ticket-drawer__ticket-img {
    display: block;
    width: 100%;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
    aspect-ratio: 2.13333
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__detail table tr,
.m-ticket-drawer .m-ticket-drawer__link,
.m-ticket-drawer__text {
    color: #535353
}

.m-ticket-drawer__text {
    height: calc(1rem*2*1.5);
    display: inline-block;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.m-ticket-drawer .svg-icon-arrow-bold {
    height: 8px;
    transform: rotate(180deg)
}

.m-ticket-drawer__button {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 7px 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #535353;
    background-color: #f5f5f5;
    border-radius: 0 0 3px 3px
}

.m-ticket-drawer__button.is-registered {
    color: #f96b6b
}

#wovn-languages,
.m-ticket-drawer .swiper-slide,
.m-ticket-drawer .swiper-slide-next,
.m-ticket-drawer .swiper-slide-prev {
    position: relative
}

.m-ticket-drawer .swiper-slide .m-ticket-drawer__ticket {
    pointer-events: none
}

.m-ticket-drawer .swiper-slide-active .m-ticket-drawer__ticket {
    pointer-events: auto
}

.m-ticket-drawer .swiper-slide::after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: transparent;
    border-radius: 3px;
    transition: background-color .3s cubic-bezier(.25, .46, .45, .94)
}

.m-ticket-drawer .swiper-slide-next::after,
.m-ticket-drawer .swiper-slide-prev::after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, .5);
    border-radius: 3px
}

.m-ticket-drawer .swiper-pagination-fraction {
    position: relative;
    top: 0;
    margin-top: 8px
}

.m-ticket-drawer .swiper-button-disabled,
.m-ticket-drawer .swiper-button-next::after,
.m-ticket-drawer .swiper-button-prev::after {
    display: none
}

.m-ticket-drawer .swiper-button-next,
.m-ticket-drawer .swiper-button-prev {
    box-sizing: content-box;
    padding: 8px;
    transform: translateY(calc(-50% - 8px/2 - (calc(1rem*1.5) + 8px)));
    --swiper-navigation-size: calc(1rem * 1.5)
}

.m-ticket-drawer .swiper-button-next .svg-icon-arrow-bold,
.m-ticket-drawer .swiper-button-prev .svg-icon-arrow-bold {
    width: 11px;
    height: 15px;
    fill: #535353
}

.m-ticket-drawer .swiper-button-next {
    right: 0
}

.m-ticket-drawer .swiper-button-prev {
    left: 0
}

.m-ticket-drawer .swiper-button-prev .svg-icon-arrow-bold {
    transform: rotate(0)
}

.m-trend-keyword {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px
}

.m-trend-keyword-item {
    padding: 8px 16px;
    font-size: 1.4rem;
    line-height: 21px;
    background-color: #f5f5f5;
    border-radius: 30px
}

.user-grade {
    padding: 12px 36px;
    font-size: 1.4rem;
    border-radius: 3px
}

.user-grade--xs {
    width: 90px;
    height: 20px;
    padding: 5px 8px;
    font-size: 1.3rem
}

.user-grade--sm {
    width: 160px;
    padding: 2px 0;
    font-size: 1.2rem;
    text-align: center
}

.user-grade--normal {
    color: #fff;
    background-color: #f96b6b
}

.user-grade--silver {
    color: #fff;
    background-color: #a3a3a3
}

.user-grade--gold {
    color: #fff;
    background-color: #c7b521
}

.user-grade--platinum {
    color: #fff;
    background-color: #000
}

.m-popup__content {
    position: fixed;
    top: 100%;
    left: 50%;
    z-index: 100001;
    opacity: 0;
    transform: translate(-50%, -50%)
}

.m-popup__mask {
    position: fixed;
    top: 0;
    z-index: 100000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(209, 209, 209, .8)
}

.m-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    cursor: pointer
}

#wovn-languages {
    display: block !important;
    width: 120px;
    font-size: 1.2rem;
    color: #000
}

#wovn-languages .wovn-lang-list {
    position: absolute;
    right: 50%;
    bottom: 40px;
    z-index: 10000;
    display: none;
    width: 200px;
    background: #fff;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .04);
    transform: translate3d(50%, 0, 0)
}

#wovn-languages .wovn-lang-list .wovn-switch-template {
    display: flex;
    align-items: center;
    padding: 10px 0;
    list-style: none;
    cursor: pointer;
    transition: background-color .2s cubic-bezier(.455, .03, .515, .955)
}

#wovn-languages .wovn-lang-list .wovn-switch-template.selected::before {
    background: url(../img/form-wovn-selected.png)
}

#wovn-languages .wovn-lang-list .wovn-switch-template::before {
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 12px;
    content: "";
    background: 0 0
}

#wovn-languages .wovn-current-lang svg,
#wovn-languages .wovn-lang-list .wovn-switch-template svg {
    margin-right: 10px;
    box-shadow: 0 0 0 1px #c9c9c9, 0 0 1px 2px rgba(201, 201, 201, .3) inset
}

#wovn-languages .wovn-current-lang {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer
}

#wovn-languages .wovn-current-lang::after {
    position: absolute;
    top: 40%;
    right: 12px;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    border: 1px solid;
    border-color: transparent transparent #000 #000;
    transform: rotate(-45deg) translate3d(0, -50%, 0)
}

#wovn-translate-widget {
    display: none !important
}

.l-contents {
    position: relative;
    z-index: 1;
    flex-shrink: 1;
    flex-grow: 1;
    margin-bottom: 150px
}

.l-contents__wrap {
    width: 1024px;
    margin: 0 auto
}

.l-contents--bt {
    border-top: 1px solid #dadada
}

.l-contents--bb {
    border-bottom: 1px solid #dadada
}

.l-contents__title {
    margin: 90px 0
}

.l-contents__title--narrow {
    margin-bottom: 60px
}

.l-contents__title--no-mb {
    margin-bottom: 0
}

.l-contents__title-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    text-indent: .3rem;
    letter-spacing: .3rem
}

.l-contents__title-text--ruby {
    margin-top: 20px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 2rem;
    text-indent: .1rem;
    letter-spacing: .1rem
}

.l-contents__title-text:only-child {
    margin: 0
}

.l-contents__title-icon {
    margin-right: 20px
}

.l-contents__msg {
    display: flex;
    align-items: center;
    justify-content: center
}

.l-contents__msg-text {
    margin-bottom: 60px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    text-indent: .1rem;
    letter-spacing: .1rem
}

.l-contents__msg-text:empty,
.l-contents__msg:empty {
    display: none
}

.is-sticky .l-contents {
    padding-top: 100px
}

.l-footer-category {
    margin-bottom: 60px
}

.l-footer-category .m-section__title {
    margin-top: 0
}

.l-footer-category__content {
    display: grid;
    grid-template-columns: repeat(5, 74px);
    width: 528px;
    margin: 0 auto;
    gap: 16px 32px
}

.l-footer-category__img {
    position: relative;
    display: block;
    padding-top: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.l-footer-category__img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.l-footer-category__text {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 18px;
    text-align: center;
    letter-spacing: .1rem;
    white-space: nowrap
}

.l-footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 38px 0 15px;
    margin-top: 88px;
    font-size: 1.2rem;
    background: #f5f5f5
}

.l-footer-content__social {
    display: flex
}

.l-footer-content__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50%;
    gap: 20px
}

.l-footer-content__app {
    line-height: 0
}

.l-footer-content__app a {
    display: inline-block
}

.l-footer-content__nav {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 38px 0 30px
}

.l-footer-content__nav-item {
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    font-size: 1.4rem;
    line-height: 21px;
    color: #535353;
    white-space: nowrap;
    border-left: 1px solid #dadada
}

.l-footer-content__nav-item:last-child {
    border-right: 1px solid #dadada
}

.l-footer-content__translatelang {
    display: flex;
    justify-content: center;
    margin-top: 24px
}

.l-footer-content__copyright {
    width: 100%;
    margin-top: 24px;
    text-align: center
}

.grecaptcha-badge {
    z-index: 1
}

.l-gnav {
    position: relative
}

.l-header,
.l-header__inner {
    position: relative;
    background-color: #fff
}

.l-header {
    z-index: 2;
    height: 100px
}

.l-header__inner {
    z-index: 1
}

.l-header__wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 1024px;
    height: 100px;
    margin: 0 auto
}

.l-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 100%;
    transform: translate(-50%, -50%)
}

.l-header__logo-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 0
}

.l-header__menu {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.l-header__menu a {
    display: flex;
    align-items: center;
    justify-content: center
}

.l-header__menu .anim-hamburger {
    vertical-align: middle
}

.l-header__menu .menu-tooltip {
    position: absolute;
    top: 40px;
    left: 12px;
    z-index: 10000;
    display: none;
    transform: translateX(-50%)
}

.l-header__menu .menu-tooltip.is-show {
    display: block;
    -webkit-animation: fadeout .5s 3.5s both;
    animation: fadeout .5s 3.5s both
}

.l-header__menu .menu-tooltip.is-show:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.l-header__menu .menu-tooltip.is-show .menu-tooltip__inner {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    -webkit-animation: fadein .5s both;
    animation: fadein .5s both
}

.l-header__menu .menu-tooltip:hover .menu-tooltip__inner {
    background-color: rgba(83, 83, 83, .7)
}

.l-header__menu .menu-tooltip__inner {
    position: relative;
    width: 210px;
    height: 72px;
    cursor: pointer;
    background-color: rgba(83, 83, 83, .8);
    border-radius: 3px;
    opacity: 0;
    transition: background-color .3s cubic-bezier(.25, .46, .45, .94)
}

.l-header__menu .menu-tooltip__inner::before {
    position: absolute;
    top: -8px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-color: transparent transparent #535353;
    border-style: solid;
    border-width: 0 8px 8px;
    opacity: .8
}

.l-header__menu .menu-tooltip__icon {
    margin: 14px 0 9px
}

.l-header__menu .menu-tooltip__icon .svg--gnav-menu-bell,
.l-header__menu .menu-tooltip__icon .svg-icon-bell {
    --color-icon: #fff
}

.l-header__menu .menu-tooltip__msg {
    font-size: 1.2rem;
    line-height: 1;
    color: #fff
}

.l-header__menu-num {
    position: absolute;
    top: -12px;
    right: -16px;
    width: 20px;
    height: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #a5a5a5;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94)
}

.l-header__menu-num:empty {
    display: none
}

.l-contents.is-home .home-contents__more-button a:hover,
.l-header__menu-num.is-active {
    opacity: 1
}

.l-header__menu-num.is-clear {
    display: none !important
}

.l-header__search {
    margin-right: 24px;
    margin-left: auto;
    transform: translateY(3px)
}

.l-header__cart {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.l-header__cart a {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.l-header__cart-num {
    position: absolute;
    top: calc(50% + 4px);
    left: 0;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    transform: translateY(-50%)
}

.l-header__cart-num:empty {
    display: none
}

.is-sticky .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100px;
    background-color: #fff
}

.l-headline-news {
    padding: 7px 0 5px;
    background-color: #e7e7e7
}

.l-headline-news .l-headline-news__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 22px
}

.l-headline-news .l-headline-news__head .m-accordion__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 6px
}

.l-headline-news .l-headline-news__head .m-accordion__arrow .svg--insta-arrow,
.l-headline-news .l-headline-news__head .m-accordion__arrow .svg--ranking-more,
.l-headline-news .l-headline-news__head .m-accordion__arrow .svg--size-more,
.l-headline-news .l-headline-news__head .m-accordion__arrow .svg-icon-arrow {
    width: 6px;
    height: 12px;
    fill: #000
}

.l-headline-news .l-headline-news__head .l-headline-news-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.l-headline-news .l-headline-news__wrap {
    width: auto
}

.l-headline-news .l-headline-news__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px
}

.l-headline-news .l-headline-news-item {
    margin: 7px 0
}

.l-headline-news .l-headline-news-item__text {
    overflow: hidden;
    font-size: 1.2rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.l-main {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.l-over-header {
    position: relative;
    justify-content: center;
    min-height: 85px;
    text-align: center;
    background-color: #000
}

.l-over-header .nonsupport-attention {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.6rem;
    color: #fff
}

.l-over-header,
.l-over-header .nonsupport-attention__wrap {
    display: flex;
    align-items: center
}

.l-over-header .nonsupport-attention a,
.l-over-header .nonsupport-attention a:visited {
    color: #fff
}

.btn.btn--common {
    color: #000;
    background: #dadada;
    border: 1px solid #c9c9c9;
    width: 198px;
    height: 50px;
    line-height: 50px
}

.btn.btn--common,
.btn.btn--signform,
.btn.btn--signform--silver {
    text-align: center;
    text-indent: .1rem;
    letter-spacing: .1rem;
    border-radius: 3px
}

.btn.btn--signform {
    color: #fff;
    background: #535353;
    width: 230px;
    height: 56px;
    line-height: 56px;
    font-size: 1.4rem
}

.btn.btn--signform--silver {
    color: #000;
    background: #dadada;
    background-color: #c9c9c9;
    border: 1px solid #888
}

.btn.btn--to-purchase {
    background: #f96b6b;
    width: 330px;
    height: 50px;
    line-height: 50px
}

.btn.btn--back-before,
.btn.btn--itemlist-cartin,
.btn.btn--to-purchase {
    color: #fff;
    text-align: center;
    text-indent: .1rem;
    letter-spacing: .1rem;
    border-radius: 3px
}

.btn.btn--back-before {
    background: #535353;
    width: 330px;
    height: 50px;
    line-height: 50px
}

.btn.btn--itemlist-cartin {
    background: #f96b6b;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 38px;
    line-height: 38px
}

.btn.btn--itemlist-cartin .svg-icon-cart {
    stroke: #f96b6b
}

.btn.btn--itemlist-cartin-preorder {
    background-color: #768d99
}

.btn.btn--itemlist-cartin-preorder .svg-icon-cart {
    stroke: #768d99
}

.btn.btn--itemlist-cartin-rearrival {
    background-color: #999168
}

.btn.btn--confirm-form-submit,
.btn.btn--regist-form-submit {
    color: #fff;
    text-align: center;
    text-indent: .1rem;
    letter-spacing: .1rem;
    background: #535353;
    border-radius: 3px;
    width: 198px;
    height: 50px;
    line-height: 50px
}

.btn.btn--confirm-form-back,
.btn.btn--zip-search {
    color: #000;
    text-align: center;
    text-indent: .1rem;
    letter-spacing: .1rem;
    background: #dadada;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #c9c9c9
}

.btn.btn--confirm-form-back {
    background-color: #c9c9c9;
    width: 198px
}

.btn.btn--zip-search {
    width: 120px
}

.btn.btn--support-bussiness {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 247px;
    height: 114px;
    background-color: #f5f5f5;
    border: 1px solid #dadada
}

.btn.btn--support-bussiness .btn--support-bussiness-icon {
    margin-bottom: 14px
}

.btn.btn--support-bussiness .btn--support-bussiness-mail,
.btn.btn--support-bussiness .btn--support-bussiness-title {
    font-size: 1.2rem
}

.btn-amazonpay {
    width: 300px !important;
    height: 61px !important
}

.svg--gnav-menu-bell {
    width: 28px;
    height: 29px;
    transition: stroke .3s cubic-bezier(.25, .46, .45, .94);
    fill: transparent
}

.svg--gnav-menu-ticket {
    width: 30px;
    height: 20px;
    fill: transparent
}

.svg--gnav-menu-document,
.svg--gnav-menu-heart,
.svg--gnav-menu-history,
.svg--gnav-menu-star {
    width: 23px;
    height: 26px;
    transition: stroke .3s cubic-bezier(.25, .46, .45, .94);
    fill: transparent
}

.svg--gnav-menu-heart,
.svg--gnav-menu-history,
.svg--gnav-menu-star {
    width: 26px;
    height: 24px
}

.svg--gnav-menu-history,
.svg--gnav-menu-star {
    width: 25px;
    height: 25px
}

.svg--gnav-menu-star {
    width: 28px;
    height: 27px
}

.m-form .input--search {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 16px
}

.m-form .input--regist-form {
    padding: 0 16px;
    font-size: 1.6rem
}

.m-form .input--regist-form,
.m-form .select--regist-form {
    width: 100%;
    height: 50px;
    line-height: 50px
}

.m-form .select--regist-form svg,
.m-form .select--regist-form-md svg,
.m-form .select--regist-form-sm svg {
    right: 20px
}

.m-form .select--regist-form-md {
    width: 158px;
    height: 50px;
    line-height: 50px
}

.m-form .select--regist-form-sm {
    width: 110px;
    height: 50px;
    line-height: 50px
}

.m-form .textarea--regist-form {
    width: 100%;
    height: 220px;
    padding: 10px 16px;
    font-size: 1.6rem
}

.default-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px
}

.default-content__title {
    margin-bottom: 90px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-indent: .1rem;
    letter-spacing: .1rem
}

.default-content__title:empty {
    display: none
}

.default-content__message {
    margin-bottom: 60px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #888;
    text-align: center;
    letter-spacing: .1rem
}

.default-content__message.is-dark {
    color: #000
}

.default-content__message a {
    color: #888;
    text-decoration: underline
}

.btn--trend-keyword {
    color: #000;
    text-align: center;
    text-indent: .1rem;
    letter-spacing: .1rem;
    background: #dadada;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem
}

.l-contents.is-home .home-contents__section {
    padding: 60px 0
}

.l-contents.is-home .home-contents__section:nth-child(even) {
    background: #f5f5f5
}

.l-contents.is-home .home-contents__section--wide {
    padding: 90px 0 35px
}

.l-contents.is-home .home-contents__section--decoration {
    position: relative
}

.l-contents.is-home .home-contents__section:first-child {
    padding-top: 0
}

.l-contents.is-home .home-contents__section:last-child {
    padding-bottom: 0
}

.l-contents.is-home .home-contents__title {
    margin-bottom: 60px;
    line-height: 1
}

.l-contents.is-home .home-contents__title h1,
.l-contents.is-home .home-contents__title h2 {
    font-family: "Roboto", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: .3rem
}

.l-contents.is-home .home-contents__title h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 3rem;
    letter-spacing: .1rem
}

.l-contents.is-home .home-contents__title h2 svg {
    margin-left: 14px
}

.l-contents.is-home .home-contents__more,
.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .img-panel+.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .img-panel {
    margin-top: 60px
}

.l-contents.is-home .home-contents__more-button {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    background: 0 0
}

.l-contents.is-home .home-contents__more-button a {
    border-radius: 50%
}

.l-contents.is-home .home-contents__more-button a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    width: 460px;
    height: 1px;
    cursor: default;
    content: '';
    background: #dadada;
    transform: translateX(-50%)
}

.l-contents.is-home .home-contents__more-button span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    padding-right: 20px;
    font-family: "Times New Roman", "Linux Libertine", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8rem;
    font-weight: lighter;
    color: #dadada;
    text-decoration: none;
    letter-spacing: .1rem;
    background-image: linear-gradient(to right, #000 50%, #fff 50%);
    background-position: 0 0;
    background-size: 200% auto;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #dadada;
    transition: background-position .3s cubic-bezier(.455, .03, .515, .955), color .3s .1s cubic-bezier(.455, .03, .515, .955), background-color .3s .3s cubic-bezier(.455, .03, .515, .955)
}

.l-contents.is-home .home-contents__more-button span:hover {
    color: #535353;
    background-color: #fff;
    background-position: -100% 0;
    transition: background-position .3s cubic-bezier(.455, .03, .515, .955), color .3s .1s cubic-bezier(.455, .03, .515, .955), background-color .3s linear
}

.l-contents.is-home .home-contents__more-button span:hover::before {
    border-top: solid thin #dadada;
    border-right: solid thin #dadada
}

.l-contents.is-home .home-contents__more-button span::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    content: '';
    border: 0;
    border-top: solid thin #5a5b5b;
    border-right: solid thin #5a5b5b;
    transition: border .2s .1s cubic-bezier(.455, .03, .515, .955);
    transform: rotate(45deg)
}

.l-contents.is-home .main-visual .swiper-slide {
    width: 1024px !important;
    opacity: .2;
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94)
}

.l-contents.is-home .main-visual .swiper-slide-active {
    opacity: 1
}

.l-contents.is-home .content-lead {
    display: flex;
    justify-content: center;
    gap: 32px;
    overflow: hidden
}

.l-contents.is-home .content-lead-item {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    width: 80px
}

.l-contents.is-home .content-lead__img {
    min-height: 80px;
    line-height: 1
}

.l-contents.is-home .content-lead__title {
    margin-top: 8px;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: .05em
}

.l-contents.is-home .campaign--new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

.l-contents.is-home .campaign-list {
    width: calc(1024px - 50px);
    margin: 0 auto;
    max-height: 300px;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

.l-contents.is-home .campaign-list.slick-slider.slick-initialized {
    max-height: none;
    opacity: 1
}

.l-contents.is-home .campaign-list .slick-slide img {
    font-size: 0;
    line-height: 0
}

.l-contents.is-home .campaign-list .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 250px;
    padding: 0 26px;
    font-size: 0;
    line-height: 0;
    cursor: pointer
}

.l-contents.is-home .campaign-list .slick-prev {
    left: 0;
    transform: translateX(-100%)
}

.l-contents.is-home .campaign-list .slick-next {
    right: 14px;
    transform: translateX(100%)
}

.l-contents.is-home .campaign-list__item img {
    width: auto;
    height: 250px;
    margin-bottom: 20px
}

.l-contents.is-home .campaign-list__item-title {
    width: 310px;
    padding: 0 5px;
    font-size: 1.2rem;
    text-align: center
}

.l-contents.is-home .campaign-item__title {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.5
}

.l-contents.is-home .campaign-item__img {
    min-height: 187px;
    line-height: 0
}

.l-contents.is-home .campaign-item__timer {
    display: flex;
    justify-content: center;
    padding: 2px 0;
    margin-top: 8px;
    font-size: 1.2rem;
    color: #f96b6b;
    background-color: #fff;
    border-radius: 13px;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94)
}

.l-contents.is-home .campaign-item__timer.is-initialized {
    opacity: 1
}

.l-contents.is-home .campaign-item b {
    display: block;
    margin-bottom: 8px;
    font-size: 1.2rem
}

.l-contents.is-home .ranking__nav {
    position: relative;
    width: 856px;
    margin: 0 auto 48px
}

.l-contents.is-home .ranking__nav-list {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    gap: 16px
}

.l-contents.is-home .ranking__nav-list::-webkit-scrollbar {
    display: none
}

.l-contents.is-home .ranking__nav-item {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 8px 8px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    white-space: nowrap;
    scroll-snap-align: start
}

.l-contents.is-home .ranking__nav-item::before {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: transparent
}

.l-contents.is-home .ranking__nav-item.is-active::before {
    background-color: #000
}

.l-contents.is-home .ranking__nav-arrow {
    position: absolute;
    top: -2px;
    padding: 4px 10px;
    line-height: 1;
    pointer-events: none;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94)
}

.l-contents.is-home .ranking__nav-arrow .svg-icon-arrow-bold {
    width: 7px;
    height: 14px
}

.l-contents.is-home .ranking__nav-arrow:first-child {
    left: -40px
}

.l-contents.is-home .ranking__nav-arrow:last-child {
    right: -40px
}

.l-contents.is-home .ranking__nav-arrow:last-child .svg-icon-arrow-bold {
    transform: rotate(180deg)
}

.l-contents.is-home .ranking__nav-arrow.is-active {
    pointer-events: auto;
    opacity: 1
}

.l-contents.is-home .sns-article {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px
}

.l-contents.is-home .sns-article--3n {
    grid-template-columns: repeat(3, 1fr)
}

.l-contents.is-home .sns-article--4n {
    grid-template-columns: repeat(4, 1fr)
}

.l-contents.is-coordinate .coordinate .js-lookbook .lookbook__content>div,
.l-contents.is-home .sns-article-item {
    line-height: 0
}

.l-contents.is-home .sns-article-item__content,
.l-contents.is-home .sns-article-item__title {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5
}

.l-contents.is-home .sns-article-item__title {
    margin-top: 16px;
    margin-right: 12px;
    font-weight: 700
}

.l-contents.is-home .sns-article-item__content {
    margin-top: 4px
}

.l-contents.is-home .service {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px
}

.l-contents.is-home .service-item {
    display: flex;
    align-items: center;
    height: 104px;
    background-color: #f5f5f5
}

.l-contents.is-home .service-item__img {
    display: flex;
    width: 56px;
    height: 56px;
    margin-left: 24px;
    background-color: #fff;
    border-radius: 50%
}

.l-contents.is-home .service-item__img-src {
    padding: 12px
}

.l-contents.is-home .service-item__text {
    margin-left: 16px;
    font-size: 1.4rem
}

.l-contents.is-home .instagram {
    overflow: hidden
}

.l-contents.is-home .instagram__inner {
    width: 115%;
    max-height: 600px;
    margin-left: -5%;
    overflow: hidden
}

.text-danger {
    color: #f96b6b !important
}

.text-secondary {
    color: #888 !important
}

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

img.no-scale {
    width: unset;
    height: unset
}

.truncate {
    max-width: 100%
}

.mypage-contents__head .user-status__name,
.truncate {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap
}

.m-mypage-modal-content .btn-dark,
.mypage-contents .btn-dark {
    color: #fff;
    background-color: #535353;
    border-radius: 3px
}

.m-mypage-modal-content .btn-light,
.mypage-contents .btn-light {
    background-color: #fff;
    border: solid 1px #dadada;
    border-radius: 3px
}

.m-mypage-modal-content .btn-group,
.mypage-contents .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 60px
}

.m-mypage-modal-content .btn-group .btn,
.mypage-contents .btn-group .btn {
    margin-right: 40px
}

.m-mypage-modal-content .btn-group .btn:last-child,
.mypage-contents .btn-group .btn:last-child {
    margin-right: 0
}

.m-mypage-modal-content .m-form__field,
.mypage-contents .m-form__field {
    margin-bottom: 30px
}

.m-mypage-modal-content .m-form__field__title,
.mypage-contents .m-form__field__title {
    margin-bottom: 10px
}

.m-mypage-modal-content .m-form__field__title--assist,
.mypage-contents .m-form__field__title--assist {
    display: inline-block;
    margin-left: 10px;
    color: #888
}

.m-mypage-modal-content .m-form__divider,
.mypage-contents .m-form__divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 50px 0;
    overflow: hidden;
    background-color: #dadada;
    border: 0
}

.m-mypage-modal-content .m-form__unit-label,
.mypage-contents .m-form__unit-label {
    padding: 0 11px
}

.m-mypage-modal-content .m-form__field__title,
.mypage-contents .m-form__field__title {
    font-size: 1.2rem
}

.m-mypage-modal-content .m-form__field__undercomment,
.mypage-contents .m-form__field__undercomment {
    margin-top: 30px;
    margin-bottom: 0
}

.m-mypage-modal-content .m-form__field__undercomment p,
.mypage-contents .m-form__field__undercomment p {
    margin-bottom: 8px;
    line-height: 22px
}

.l-contents.is-mypage.is-mypage-order .order__head .order__summary-button .js-mypage-close-order-detail,
.m-mypage-modal-content .m-form__field .js-mail-err-field,
.mypage-contents .m-form__field .js-mail-err-field {
    display: none
}

.m-mypage-modal-content .m-form__field .js-mail-err-field.is-err,
.mypage-contents .m-form__field .js-mail-err-field.is-err {
    display: block
}

.m-mypage-modal-content .m-form__field .js-mail-err-field-item,
.mypage-contents .m-form__field .js-mail-err-field-item {
    margin: 10px 0
}

.m-mypage-modal-content .m-form__field .js-mail-err-field-item .attention-icon,
.mypage-contents .m-form__field .js-mail-err-field-item .attention-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    fill: #f96b6b
}

.m-mypage-modal-content .m-form__field .js-mail-err-field-item .attention-text,
.mypage-contents .m-form__field .js-mail-err-field-item .attention-text {
    font-size: 1.2rem;
    vertical-align: middle
}

.m-mypage-modal-content .m-form__unit-label,
.mypage-contents .m-form__unit-label {
    font-size: 1.4rem
}

.l-contents.is-mypage.is-mypage-order .order__head .order__summary-items dl dd,
.m-mypage-modal-content .m-form>p,
.mypage-contents .m-form>p {
    font-size: 1.2rem
}

.m-mypage-modal-content .m-form-container,
.mypage-contents .m-form-container {
    padding: 60px 0;
    background-color: #f5f5f5
}

.m-mypage-modal-content .m-form-container .m-form,
.mypage-contents .m-form-container .m-form {
    width: 500px;
    margin: 0 auto
}

.mypage-contents__head {
    padding: 0;
    margin: 90px auto
}

.mypage-contents .side-menu .widget,
.mypage-contents__head .mypage-contents-title {
    margin-bottom: 60px
}

.mypage-contents__head .mypage-contents-title h2 {
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    text-indent: .3rem;
    letter-spacing: .3rem
}

.mypage-contents__head .user-status {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2
}

.mypage-contents__head .user-status__rank {
    margin-right: 30px
}

.mypage-contents__head .user-status__name {
    margin-right: 60px;
    font-size: 2rem
}

.mypage-contents__head .user-status__until-vip {
    margin-right: 20px;
    font-size: 1.2rem
}

.mypage-contents__head .user-status__question {
    font-size: 1rem
}

.mypage-contents__head .user-status__question-icon {
    margin-right: 4px
}

.mypage-contents__head .user-status__question-text {
    font-size: 1rem
}

.mypage-contents__head .user-status__section {
    display: flex;
    align-items: center
}

.mypage-contents__head .user-status__name {
    max-width: 360px;
    vertical-align: middle
}

.mypage-contents .side-menu {
    padding-bottom: 150px
}

.mypage-contents .section-with-action__action form:last-child .btn,
.mypage-contents .side-menu .widget:last-child {
    margin-bottom: 0
}

.mypage-contents .side-menu .widget__title {
    margin-bottom: 10px;
    font-size: 1.2rem
}

.mypage-contents .side-menu .widget__content {
    font-size: 1.4rem;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888
}

.mypage-contents .side-menu .widget__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 10px 0 20px;
    cursor: pointer;
    border-bottom: 1px solid #dadada
}

.mypage-contents .side-menu .widget__item:last-child {
    border-bottom: none
}

.l-contents.is-products .products-list__nav .widget-item__title.is-active+.widget-item__content .is-selected .widget-item__title-text,
.mypage-contents .side-menu .widget__item.is-current {
    font-weight: 700
}

.mypage-contents .main-contents-section__title {
    padding: 15px 0 13px 20px;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1;
    background-color: #f5f5f5
}

.mypage-contents .main-contents-section__content {
    padding: 30px 0 90px
}

.mypage-contents .main-contents-section__content>p {
    padding: 0 20px
}

.mypage-contents .main-contents-section__title {
    font-size: 1.6rem
}

.mypage-contents .section-with-action {
    display: flex;
    justify-content: space-between
}

.mypage-contents .section-with-action__main {
    flex-grow: 2;
    word-break: break-all
}

.mypage-contents .section-with-action__action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px
}

.mypage-contents .section-with-action__action form .btn {
    margin-bottom: 20px
}

.mypage-contents .section-with-action__action form .link-delete {
    text-decoration: underline
}

.mypage-contents .main-contents .panel {
    margin-bottom: 40px;
    border: solid 1px #dadada
}

.mypage-contents .main-contents .panel--dashed-border {
    border: dashed 1px #dadada
}

.mypage-contents .main-contents .panel__heading {
    padding: 30px;
    color: #535353;
    background-color: #f5f5f5
}

.mypage-contents .main-contents .panel__body {
    padding: 30px;
    color: #535353
}

.mypage-contents .main-contents .panel__heading {
    font-size: 1.4rem
}

.mypage-contents .main-contents .panel--dashed-border .panel__body {
    padding: 0
}

.mypage-contents .main-contents .panel--dashed-border .panel__body a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 193px;
    font-size: 1.2rem;
    color: #888;
    cursor: pointer
}

.mypage-contents .main-contents .panel--dashed-border .panel__body a .icon-plus {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    color: #dadada;
    margin-bottom: 12px
}

.mypage-contents .main-contents .panel--dashed-border .panel__body a .icon-plus::after,
.mypage-contents .main-contents .panel--dashed-border .panel__body a .icon-plus::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    background-color: #dadada
}

.mypage-contents .main-contents .panel--dashed-border .panel__body a .icon-plus::before {
    transform: translateY(-50%)
}

.mypage-contents .main-contents .panel--dashed-border .panel__body a .icon-plus::after {
    transform: translateY(-50%) rotate(90deg)
}

.anim-loading-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100002;
    display: flex;
    align-items: center;
    justify-content: center
}

.mypage-contents .main-contents .no-result {
    padding: 0 20px;
    color: #888;
    font-size: 1.4rem
}

.l-contents.is-mypage .l-contents__inner .mypage-contents {
    width: 1024px;
    margin: 0 auto
}

.l-contents.is-mypage .l-contents__inner .mypage-contents__body {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.l-contents.is-mypage .l-contents__inner .mypage-contents__body .side-menu {
    flex-basis: 218px;
    min-width: 218px;
    max-width: 218px
}

.l-contents.is-mypage .l-contents__inner .mypage-contents__body .main-contents {
    flex-basis: 726px;
    min-width: 726px;
    max-width: 726px;
    margin-left: auto
}

.l-contents.is-mypage-index .information {
    padding: 30px 20px 0
}

.l-contents.is-mypage-index .information-item {
    display: block;
    margin-bottom: 15px;
    font-size: 1.2rem
}

.l-contents.is-mypage-index .information-item:last-child,
.l-contents.is-mypage.is-mypage-order .order__head .order__detail-flex-block dl:last-child {
    margin-bottom: 0
}

.l-contents.is-mypage-index .information-item__date {
    margin-right: 12px
}

.l-contents.is-mypage-index .coupon {
    padding: 30px 20px 0
}

.l-contents.is-mypage-index .coupon-item {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #dadada
}

.l-contents.is-mypage-index .coupon-item:first-child {
    padding-top: 0
}

.l-contents.is-mypage-index .coupon-item__img {
    width: 220px;
    margin-right: 20px
}

.l-contents.is-mypage-index .coupon-item__summary {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 1
}

.l-contents.is-mypage-index .coupon-item__limit,
.l-contents.is-mypage-index .coupon-item__name,
.l-contents.is-mypage-index .coupon-item__term,
.l-contents.is-mypage-index .coupon-item__times {
    margin-bottom: 10px
}

.l-contents.is-mypage-index .coupon .no-result,
.l-contents.is-mypage-index .information .no-result {
    padding-left: 0
}

.l-contents.is-mypage.is-mypage-order .order__head .order__summary-items {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 400px;
    min-width: 400px;
    max-width: 400px
}

.l-contents.is-mypage.is-mypage-order .order__head .order__summary-items dl {
    display: flex;
    margin: 0 25px 3px 0
}

.l-contents.is-mypage.is-mypage-order .order__head .order__summary-items dl dt {
    margin-right: 12px;
    font-size: 1.2rem;
    color: #888
}

.l-contents.is-mypage.is-mypage-order .order__head .order__detail {
    display: none
}

.l-contents.is-mypage.is-mypage-order .order__head .order__detail-flex {
    display: flex;
    justify-content: space-between;
    padding-top: 30px
}

.l-contents.is-mypage.is-mypage-order .order__head .order__detail-flex-block:last-child {
    flex-basis: 277px;
    min-width: 277px;
    max-width: 277px;
    margin-left: 30px
}

.l-contents.is-mypage.is-mypage-order .order__head .order__detail-flex-block dl {
    margin-bottom: 30px
}

.l-contents.is-mypage.is-mypage-order .order__head .order__detail-flex-block dl dt {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.1
}

.l-contents.is-mypage.is-mypage-order .order__head .order__detail-flex-block dl dd {
    font-size: 1.2rem;
    line-height: 22px
}

.l-contents.is-mypage.is-mypage-order .order__head .order__detail-flex-block dl dd table tr th {
    font-weight: 400;
    text-align: left
}

.l-contents.is-mypage.is-mypage-order .order__head .order__detail-flex-block dl dd table tr th.discount {
    padding-left: 10px
}

.l-contents.is-mypage.is-mypage-order .order__head .order__detail-flex-block dl dd table tr td {
    text-align: right
}

.l-contents.is-mypage.is-mypage-order .order__body {
    font-size: 1.2rem;
    color: #000
}

.l-contents.is-mypage.is-mypage-order .order__body .order__wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 50px
}

.l-contents.is-mypage.is-mypage-order .order__body .order__information,
.l-contents.is-mypage.is-mypage-order .order__body .order__progress {
    width: 364px
}

.l-contents.is-mypage.is-mypage-order .order__body .order__information {
    flex-shrink: 0
}

.l-contents.is-mypage.is-mypage-order .order__body .order__button {
    width: 100%
}

.l-contents.is-mypage.is-mypage-order .order__body .order__button .order__button-src {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    font-size: 1.4rem;
    fill: #fff
}

.l-contents.is-mypage.is-mypage-order .order__body .order__button .order__button-src .svg-icon-truck {
    margin-left: 10px
}

.l-contents.is-mypage.is-mypage-order .order__body .order__state {
    display: grid;
    margin-top: 30px;
    gap: 8px
}

.l-contents.is-mypage.is-mypage-order .order__body .order__state-text.is-border {
    padding: 10px 8px;
    margin-top: 8px;
    border: 1px solid #dadada
}

.l-contents.is-mypage.is-mypage-order .order__body .order__state-text--small {
    font-size: 1.1rem
}

.l-contents.is-mypage.is-mypage-order .order__body .order__state-src {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: underline
}

.l-contents.is-mypage.is-mypage-order .order__body .order__products {
    margin-top: 50px
}

.l-contents.is-mypage-password p.message,
.l-contents.is-mypage.is-mypage-order .order__body .order__products-item {
    margin-bottom: 30px
}

.l-contents.is-mypage.is-mypage-order .order__body .order__products-item:last-child {
    margin-bottom: 0
}

.l-contents.is-mypage.is-mypage-order .order__body .order__products-item .section-with-action__main {
    display: flex;
    justify-content: space-between
}

.l-contents.is-mypage.is-mypage-order .order__body .order__products-item .section-with-action__main .img {
    flex-basis: 76px;
    min-width: 76px;
    max-width: 76px;
    position: relative;
    height: 100%;
    margin-right: 26px
}

.l-contents.is-mypage.is-mypage-order .order__body .order__products-item .section-with-action__main .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8)
}

.l-contents.is-mypage.is-mypage-order .order__body .order__products-item .section-with-action__main .cancel p {
    align-items: center;
    align-self: center;
    justify-content: center;
    margin-top: 25%;
    text-align: center
}

.l-contents.is-mypage.is-mypage-order .order__body .order__products-item .section-with-action__main p {
    flex-grow: 2;
    font-size: 1.2rem;
    line-height: 22px;
    word-break: break-all
}

.l-contents.is-mypage.is-mypage-order .order__body .order__products-item-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 20px
}

.l-contents.is-mypage.is-mypage-order .order__body .order__products-item-state img {
    display: block;
    width: 80px;
    height: 19px;
    margin-bottom: 10px
}

.l-contents.is-mypage.is-mypage-order .order__body .order__products-item-state a {
    font-size: 1rem;
    color: #535353;
    text-decoration: underline
}

.l-contents.is-mypage.is-mypage-order .order__body .order__products-item-state .label-status {
    margin-bottom: 10px
}

.l-contents.is-mypage.is-mypage-order .order .js-text-copy {
    display: inline-flex;
    align-items: center
}

.l-contents.is-mypage.is-mypage-order .order .js-text-copy .svg {
    margin-left: 8px
}

.l-contents.is-mypage.is-mypage-order .result-meta .display-count {
    text-align: right
}

.l-contents.is-mypage.is-mypage-address .main-contents-section__content>p,
.l-contents.is-mypage.is-mypage-payment .main-contents-section__content>p {
    padding: 0 20px 60px;
    font-size: 1.4rem;
    color: #535353
}

.l-contents.is-mypage-subscription .main-contents-section__content>p {
    padding: 0 20px 60px;
    font-size: 1.3rem;
    color: #535353
}

.l-contents.is-mypage-subscription .main-contents-section__content .m-form .options {
    display: flex;
    justify-content: center
}

.l-contents.is-mypage-subscription .main-contents-section__content .m-form .options label:first-child {
    margin-right: 60px
}

.l-contents.is-mypage.is-mypage-leave .main-contents-section p,
.l-contents.is-mypage.is-mypage-leave-confirm .main-contents-section p {
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 26px;
    color: #535353
}

.l-contents.is-mypage.is-mypage-leave .main-contents-section .btn,
.l-contents.is-mypage.is-mypage-leave-confirm .main-contents-section .btn,
.l-contents.is-mypage.is-mypage-rank .main-contents-section__content table tr td {
    font-size: 1.4rem
}

.l-contents.is-mypage.is-mypage-leave-confirm .main-contents-section p small {
    display: inline-block;
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 18px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content {
    padding: 0 20px 90px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content--full {
    padding: 0 0 90px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .user-status {
    margin: 50px 0 60px;
    font-size: 1.6rem;
    color: #535353
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .user-status__rank {
    margin: 0 15px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-condition {
    margin: 40px 0;
    font-size: 1.6rem
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .text {
    margin-top: 40px;
    font-size: 1.4rem;
    line-height: 1.7
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .img-panel {
    margin-top: 40px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .attention {
    display: flex;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .attention__title {
    font-size: 1.3rem;
    color: #888;
    white-space: nowrap
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .attention__note {
    margin-left: 20px;
    font-size: 1.2rem;
    color: #888
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .attention__note a {
    color: #888
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content table {
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content table tr {
    border-top: solid 1px #dadada
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content table tr:first-child {
    border-top: none
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content table tr:last-child {
    border-top: solid 1px #888
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content table tr:last-child td,
.l-contents.is-mypage.is-mypage-rank .main-contents-section__content table tr:last-child th {
    font-weight: 700
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content table tr th {
    width: 136px;
    padding-left: 4px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 40px;
    text-align: left
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure {
    display: flex;
    flex-direction: column;
    margin-top: 40px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure-row {
    display: flex;
    margin-top: 10px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure-row:first-child {
    margin-top: 0
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure-row:first-child .privilege-figure-item {
    height: 77px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure-row:nth-child(n+3) {
    border: 1px solid #dadada
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 162px;
    height: 92px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure-item:first-child {
    width: 200px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure-item:nth-child(2) {
    background-color: #ededed
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure-item:nth-child(3) {
    background-color: #f4f0d3
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure-item:nth-child(4) {
    background-color: #ccc
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__title-text {
    margin-top: 6px;
    font-size: 1.6rem;
    color: #fff
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__title:nth-child(2) {
    background-color: #a3a3a3
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__title:nth-child(3) {
    background-color: #c7b521
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__title:nth-child(4) {
    background-color: #000
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__term:nth-child(2),
.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__term:nth-child(3),
.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__term:nth-child(4) {
    background-color: #fff
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__term:nth-child(2) .privilege-figure__text {
    color: #a3a3a3
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__term:nth-child(3) .privilege-figure__text {
    color: #c7b521
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__term:nth-child(4) .privilege-figure__text {
    color: #000
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__text {
    font-size: 1.4rem;
    color: #000;
    text-align: center
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__text--small {
    margin-bottom: 4px;
    font-size: 1.1rem
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__text-strong {
    font-size: 1.6rem;
    font-weight: 700
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-figure__label {
    display: block;
    width: calc(100% - 24px);
    padding: 2px 0;
    margin: 0 12px 8px;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    background-color: #f96b6b
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-detail {
    margin-top: 60px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-detail-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #dadada
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-detail-item+.privilege-detail-item {
    margin-top: 20px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-detail__title {
    display: flex;
    align-items: center
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-detail__title-label {
    padding: 2px 18px;
    color: #fff;
    background-color: #f96b6b
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-detail__title-text {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-indent: 12px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .privilege-detail__note {
    padding-left: 20px;
    margin-top: 16px;
    font-size: 1.4rem
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure {
    padding-bottom: 44px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__decoration {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%, -100%)
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__decoration::after,
.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__decoration::before {
    display: block;
    width: 1px;
    height: 60%;
    content: "";
    background: #000
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__decoration::before {
    transform: rotate(-25deg) translate(-10px, -4px)
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__decoration::after {
    transform: rotate(25deg) translate(10px, -4px)
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__regular,
.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__silver {
    position: relative;
    display: flex;
    align-items: center
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__regular-text {
    padding: 8px;
    text-align: center;
    white-space: nowrap
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__silver-text {
    padding: 8px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__regular-arrow,
.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__silver-arrow {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__silver-arrow {
    font-size: 1.2rem
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__regular-arrow::before,
.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__silver-arrow::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    border: 26px solid transparent;
    transform: translate(100%, -50%)
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__regular {
    flex-basis: 510px;
    min-width: 510px;
    max-width: 510px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__regular-text {
    width: 80px;
    margin-left: 4px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #f96b6b;
    border: 1px solid #f96b6b
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__regular-arrow {
    width: calc(100% - 112px);
    font-size: 1.1rem;
    font-weight: 700;
    background-color: #f4cec3
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__regular-arrow::before {
    border-left: 28px solid #f4cec3
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__silver {
    flex-grow: 1
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__silver-text {
    width: 96px;
    margin-left: 4px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #888;
    border: 1px solid #888
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__silver-arrow {
    width: calc(100% - 128px);
    background-color: #ddd
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__silver-arrow::before {
    border-left: 28px solid #ddd
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 3px;
    margin-top: 50px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-period {
    position: relative;
    width: 500px;
    height: 100%;
    background-color: #000
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-period--out {
    z-index: 1;
    flex-grow: 1;
    width: auto;
    background-color: #888
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-month {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 8px;
    height: 8px;
    background-color: #f96b6b;
    border-radius: 50%;
    transform: translateY(-50%)
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-month::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #f96b6b;
    white-space: nowrap;
    content: attr(data-month);
    transform: translate(-50%, calc(-50% - 24px))
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-month:nth-child(2) {
    left: calc(100%/6*1)
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-month:nth-child(3) {
    left: calc(100%/6*2)
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-month:nth-child(4) {
    left: calc(100%/6*3)
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-month:nth-child(5) {
    left: calc(100%/6*4)
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-month:nth-child(6) {
    left: calc(100%/6*5);
    transform: translate(-50%, -50%)
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-month:nth-child(7) {
    left: calc(100%/6*6)
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-month--large {
    width: 16px;
    height: 16px
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-month--out {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 2px solid #888
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-month--out::after {
    color: #888
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-description {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: calc(100% - 4px);
    height: 24px;
    margin: 0 4px;
    border: 1px dashed #dadada;
    border-top: none
}

.l-contents.is-mypage.is-mypage-rank .main-contents-section__content .rank-figure__times-description-text {
    padding: 0 10px;
    font-size: 1.5rem;
    background-color: #fff;
    transform: translateY(50%)
}

.l-contents.is-mypage.is-mypage-account .main-contents-section__content {
    padding: 60px 20px;
    border-bottom: solid 1px #dadada
}

.l-contents.is-mypage-ticket .attention {
    padding: 0 20px 20px
}

.l-contents.is-mypage-ticket .coupon {
    padding: 30px 20px 0
}

.l-contents.is-mypage-ticket .coupon-item {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #dadada
}

.l-contents.is-mypage-ticket .coupon-item:first-child {
    padding-top: 0
}

.l-contents.is-mypage-ticket .coupon-item__img {
    width: 220px;
    margin-right: 20px
}

.l-contents.is-mypage-ticket .coupon-item__summary {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 1
}

.l-contents.is-mypage-ticket .coupon-item__limit,
.l-contents.is-mypage-ticket .coupon-item__name,
.l-contents.is-mypage-ticket .coupon-item__term,
.l-contents.is-mypage-ticket .coupon-item__times {
    margin-bottom: 10px
}

.l-contents.is-mypage-ticket .coupon .no-result {
    padding-left: 0
}

.l-contents.is-mypage.is-mypage-social .main-contents-section__content>p {
    line-height: 1.7
}

.l-contents.is-mypage.is-mypage-social .main-contents-section__content .social {
    width: 434px;
    margin: 60px 20px 0
}

.l-contents.is-mypage.is-mypage-social .main-contents-section__content .social-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.l-contents.is-mypage.is-mypage-social .main-contents-section__content .social-item~.social-item {
    margin-top: 40px
}

.l-contents.is-mypage.is-mypage-social .main-contents-section__content .social-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    line-height: 0
}

.l-contents.is-mypage.is-mypage-social .main-contents-section__content .social-item__name {
    margin: 0 auto 0 10px
}

.l-contents.is-mypage.is-mypage-history .main-contents-section__content,
.l-contents.is-mypage.is-mypage-wish .main-contents-section__content {
    --width-product: 225px
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery {
    display: flex;
    gap: 64px;
    align-items: start
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery__scheduled-date {
    margin-top: 30px
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery__scheduled-date+.delivery__attention {
    margin-top: 16px
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery__attention {
    padding: 10px;
    margin-top: 30px;
    font-size: 1.2rem;
    border: 1px solid #dadada
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery-detail {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    font-size: 1.2rem;
    gap: 8px
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery-detail__url {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: underline
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery-detail__comment {
    font-size: 1.1rem
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery__date {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 300px;
    padding: 20px;
    background-color: #f5f5f5;
    gap: 20px
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery__date .delivery-date__title {
    text-align: center
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery__date .delivery-date__description {
    font-size: 1.2rem
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery__date .delivery-date-text+.delivery-date-text {
    margin-top: 8px
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery__date .delivery-date-text--attention {
    color: #f96b6b
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery__date .delivery-date__copy {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    font-size: 1.1rem;
    background-color: #fff
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery__date .delivery-date__button {
    padding: 0 60px;
    text-align: center
}

.btn--ranking-more,
.l-contents.is-mypage.is-mypage-delivery-status .delivery__date .delivery-date__button .btn {
    height: 40px;
    line-height: 40px
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery .js-text-copy {
    display: inline-flex;
    align-items: center
}

.l-contents.is-mypage.is-mypage-delivery-status .delivery .js-text-copy .svg {
    margin-left: 8px
}

.l-contents.is-mypage.is-mypage-delivery-status .btn-secondary,
.l-contents.is-mypage.is-mypage-delivery-status .m-mypage-modal-content .btn--zip-search,
.l-contents.is-mypage.is-mypage-delivery-status .mypage-contents .btn--zip-search,
.m-mypage-modal-content .l-contents.is-mypage.is-mypage-delivery-status .btn--zip-search,
.mypage-contents .l-contents.is-mypage.is-mypage-delivery-status .btn--zip-search {
    display: flex;
    justify-content: center;
    margin: 60px auto 0
}

.btn--ranking-more {
    color: #fff;
    text-align: center;
    text-indent: .1rem;
    letter-spacing: .1rem;
    background: #f96b6b;
    border-radius: 3px;
    background-color: #000;
    width: 230px;
    position: relative
}

.btn--ranking-more__text {
    font-size: 1.4rem;
    color: #fff;
    text-align: center
}

.btn--ranking-more__icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.l-contents.is-products .ranking {
    margin: 40px 0 60px
}

.l-contents.is-products .ranking__title {
    margin-bottom: 60px
}

.l-contents.is-instagram .instagram__section-title h3,
.l-contents.is-products .ranking__title h3 {
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    text-indent: .2rem;
    letter-spacing: .2rem
}

.l-contents.is-products .ranking__content {
    display: flex;
    justify-content: center;
    padding-left: 30px
}

.l-contents.is-products .ranking__item {
    position: relative;
    width: calc((100% - 80px*4)/5);
    max-width: 162px;
    margin-left: 60px
}

.l-contents.is-products .ranking__item:first-child {
    margin-left: 0
}

.l-contents.is-products .ranking__item-rank {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #535353;
    border-radius: 50%;
    transform: translateX(-100%)
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__detail table,
.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__compare-img img,
.l-contents.is-products .ranking__item-photo {
    width: 100%
}

.l-contents.is-products .products-list__wrap {
    display: flex;
    margin: 60px auto 0
}

.l-contents.is-products .products-list__nav {
    width: 200px;
    min-width: 200px;
    margin-right: 52px
}

.l-contents.is-products .products-list__nav .widget {
    margin-bottom: 60px
}

.l-contents.is-products .products-list__nav .widget__title {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.l-contents.is-products .products-list__nav .widget__title-icon {
    margin-right: 10px
}

.l-contents.is-products .products-list__nav .widget__title-text {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .1rem
}

.l-contents.is-products .products-list__nav .widget__content {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888
}

.l-contents.is-products .products-list__nav .widget__content--no-border {
    border: 0
}

.l-contents.is-products .products-list__nav .widget__content--no-bb {
    border-bottom: none
}

.l-contents.is-products .products-list__nav .widget-item {
    overflow: hidden;
    border-bottom: 1px solid #dadada
}

.l-contents.is-products .products-list__nav .widget-item--no-hidden {
    overflow: visible
}

.l-contents.is-products .products-list__nav .widget-item:last-child {
    border-bottom: none
}

.l-contents.is-products .products-list__nav .widget-item__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    cursor: pointer
}

.l-contents.is-products .products-list__nav .widget-item__title.is-active+.widget-item__content {
    height: auto
}

.l-contents.is-products .products-list__nav .widget-item__title.is-active+.widget-item__content a {
    width: calc(100% - 21px)
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__title.is-active .js-accordion-toggle span:nth-of-type(2),
.l-contents.is-products .products-list__nav .widget-item__title.is-active .widget-item__title-toggle span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(180deg)
}

.l-contents.is-products .products-list__nav .widget-item__content ul li a span.is-selected,
.l-contents.is-products .products-list__nav .widget-item__title.is-selected .widget-item__title-text {
    font-weight: 700
}

.l-contents.is-products .products-list__nav .widget-item__title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-left: 1px;
    overflow: hidden;
    font-size: 1.2rem
}

.l-contents.is-products .products-list__nav .widget-item__title a span {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 0
}

.l-contents.is-products .products-list__nav .widget-item__title a span.is-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.l-contents.is-products .products-list__nav .widget-item__title-text {
    display: block;
    padding-right: 10px;
    margin-right: auto;
    margin-left: 13px
}

.l-contents.is-products .products-list__nav .widget-item__title-toggle {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 100%;
    padding: 10px
}

.l-contents.is-products .products-list__nav .widget-item__title-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px;
    background-color: #c9c9c9;
    border-radius: 4px;
    transition: all .3s cubic-bezier(.455, .03, .515, .955)
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__title .js-accordion-toggle span:nth-of-type(1),
.l-contents.is-products .products-list__nav .widget-item__title-toggle span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(0deg)
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__title .js-accordion-toggle span:nth-of-type(2),
.l-contents.is-products .products-list__nav .widget-item__title-toggle span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(90deg)
}

.l-contents.is-products .products-list__nav .widget-field.is-hidden,
.l-contents.is-products .products-list__nav .widget-item__content {
    display: none
}

.l-contents.is-products .products-list__nav .widget-item__content ul {
    padding: 20px 0
}

.l-contents.is-products .products-list__nav .widget-item__content ul li {
    margin-left: 12px;
    list-style: none
}

.l-contents.is-products .products-list__nav .widget-item__content ul li a {
    display: flex;
    align-items: center;
    padding: 7px 0;
    font-size: 1.2rem;
    line-height: 20px
}

.l-contents.is-products .products-list__nav .widget-item__content ul li svg {
    margin-right: 14px;
    transform: rotate(180deg)
}

.l-contents.is-products .products-list__nav .widget-item--history {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #dadada
}

.l-contents.is-products .products-list__nav .widget-item--history__thumb {
    width: 88px
}

.l-contents.is-products .products-list__nav .widget-item--history__thumb a {
    display: block
}

.l-contents.is-products .products-list__nav .widget-item--history__thumb img {
    display: block;
    width: 88px;
    height: auto
}

.l-contents.is-products .products-list__nav .widget-item--history__summary {
    width: calc(100% - 98px)
}

.l-contents.is-products .products-list__nav .widget-item--history__summary p {
    line-height: 15px
}

.l-contents.is-products .products-list__nav .widget-item--history__name {
    margin-bottom: 10px
}

.l-contents.is-products .products-list__nav .widget-item--filtering {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: 60px;
    margin-bottom: 4px;
    background: #f5f5f5
}

.l-contents.is-products .products-list__nav .widget-item--filtering p {
    padding: 0 38px 0 12px;
    line-height: 20px;
    letter-spacing: .1rem
}

.l-contents.is-products .products-list__nav .widget-item--filtering p:last-of-type {
    color: #888
}

.l-contents.is-products .products-list__nav .widget-item--filtering a {
    position: absolute;
    top: 50%;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%)
}

.l-contents.is-products .products-list__nav .widget-field:first-child {
    margin-top: 30px
}

.l-contents.is-products .products-list__nav .widget-field__title {
    margin-top: 20px;
    margin-bottom: 10px
}

.l-contents.is-products .products-list__main {
    width: calc(100% - 252px)
}

.l-contents.is-products .products-list__main .search-filter {
    width: 100%;
    margin-bottom: 10px
}

.l-contents.is-products .products-list__main .search-filter__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    font-size: 1.2rem;
    border-bottom: 1px solid #888
}

.l-contents.is-products .products-list__main .search-filter__left {
    display: flex;
    align-items: center
}

.l-contents.is-products .products-list__main .search-filter__item {
    display: flex;
    align-items: center;
    margin-right: 40px;
    line-height: 1;
    white-space: nowrap
}

.l-contents.is-products .products-list__main .search-filter__item:first-child {
    margin-right: 80px
}

.l-contents.is-products .products-detail__right .products-info__sku .sku-guide__stock span:last-child,
.l-contents.is-products .products-list__main .search-filter__item:last-child {
    margin-right: 0
}

.l-contents.is-products .products-list__main .search-filter__item>span {
    margin-right: 10px;
    line-height: 1
}

.l-contents.is-products .products-list__main .result-items {
    margin-top: 60px
}

.l-contents.is-products .products-list__main .result-items .m-itemlist {
    --width-product: 225px
}

.l-contents.is-products .products-list__main .result-meta {
    display: flex;
    flex-flow: row-reverse wrap
}

.l-contents.is-products .products-list__main .result-meta .display-count span {
    margin-right: 10px;
    font-size: 1.2rem
}

.l-contents.is-products .products-list__main .result-meta--last {
    padding: 60px 0 10px;
    border-bottom: 1px solid #888
}

.l-contents.is-products .products-list__main .no-result {
    font-size: 1.8rem;
    color: #888;
    text-align: center;
    padding: 100px 0;
    line-height: 2;
    letter-spacing: .3rem;
    border-bottom: 1px solid #888
}

.l-contents.is-products .products-list .m-recommend {
    --width-product: 225px
}

.l-contents.is-products .products-detail__inner {
    padding: 0 10px 0 100px;
    margin: 0 auto
}

.l-contents.is-products .products-detail__wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 60px 0 70px
}

.l-contents.is-products .products-detail__left {
    width: calc(100% - 430px)
}

.l-contents.is-products .products-detail__left .products-look__wrap {
    position: relative
}

.l-contents.is-products .products-detail__left .products-look__main-img {
    min-height: 800px;
    line-height: 0
}

.l-contents.is-products .products-detail__left .products-look__main-img img {
    width: 100%;
    max-width: none
}

.l-contents.is-products .products-detail__left .products-look__others {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    margin-top: 70px
}

.l-contents.is-products .products-detail__left .products-look__others.is-fixed .products-look-others__thumb {
    position: fixed;
    top: 100px
}

.l-contents.is-products .products-detail__left .products-look__coordinate {
    font-size: 0;
    line-height: 0
}

.l-contents.is-products .products-detail__left .products-look__coordinate-list {
    display: none
}

.l-contents.is-products .products-detail__left .products-look__coordinate-list.is-active {
    display: block
}

.l-contents.is-products .products-detail__left .products-look__coordinate img {
    margin-bottom: 20px
}

.l-contents.is-products .products-detail__left .products-look__coordinate img:last-of-type {
    margin-bottom: 0
}

.l-contents.is-products .products-detail__left .products-look__model {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin-top: -70px
}

.l-contents.is-products .products-detail__left .products-look__model.is-hidden {
    opacity: 0
}

.l-contents.is-products .products-detail__left .products-look__model-name {
    margin-right: 14px;
    font-size: 1.2rem
}

.l-contents.is-products .products-detail__left .products-look__model-measurements {
    font-size: 1.2rem
}

.l-contents.is-products .products-detail__left .products-look__model-color,
.l-contents.is-products .products-detail__left .products-look__model-size {
    margin-left: 24px
}

.l-contents.is-products .products-detail__left .products-look__thumb {
    position: absolute;
    top: 0;
    width: 72px;
    margin-left: -92px
}

.l-contents.is-products .products-detail__left .products-look__thumb-inner {
    height: 100%
}

.l-contents.is-products .products-detail__left .products-look__thumb-wrap {
    left: auto !important
}

.l-contents.is-products .products-detail__left .products-look__thumb-wrap::after {
    display: block;
    width: 100%;
    height: 80px;
    content: ''
}

.l-contents.is-products .products-detail__left .products-look__thumb-item {
    position: relative;
    width: 100%;
    min-height: 95px;
    margin-bottom: 10px;
    font-size: 0;
    line-height: 1;
    cursor: pointer
}

.l-contents.is-products .products-detail__left .products-look__thumb-item:last-of-type {
    margin-bottom: 0
}

.l-contents.is-products .products-detail__left .products-look__thumb-item::before,
.l-contents.is-products .products-detail__right .products-info__detail-item::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    box-shadow: 0 0 0 1px #dadada inset;
    transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955)
}

.l-contents.is-products .products-detail__left .products-look__thumb-item.is-selected::before,
.l-contents.is-products .products-detail__left .products-look__thumb-item:hover::before {
    box-shadow: 0 0 0 1px #535353 inset
}

.l-contents.is-products .products-detail__left .products-look__wearing {
    position: absolute;
    top: 0;
    transform: translate3d(10px, 10px, 0)
}

.l-contents.is-products .products-detail__left .products-look__wearing-items {
    display: none;
    transition: transform .4s cubic-bezier(.215, .61, .355, 1);
    transform: scale(1, 1);
    transform-origin: center center
}

.l-contents.is-products .products-detail__left .products-look__wearing-items:hover {
    transform: scale(1.1, 1.1)
}

.l-contents.is-products .products-detail__left .products-look__wearing-items.is-show {
    display: flex
}

.l-contents.is-products .products-detail__right {
    width: 400px
}

.l-contents.is-products .products-detail__right .products-info__summary {
    margin-bottom: 60px
}

.l-contents.is-products .products-detail__right .products-info__state {
    margin-bottom: 12px
}

.l-contents.is-products .products-detail__right .products-info__status {
    margin-bottom: 40px
}

.l-contents.is-products .products-detail__right .products-info__brand {
    margin-bottom: 16px;
    font-size: 1.2rem
}

.l-contents.is-products .products-detail__right .products-info__name {
    margin-bottom: 14px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1rem
}

.l-contents.is-products .products-detail__right .products-info__price {
    margin-bottom: 36px;
    letter-spacing: .1rem
}

.l-contents.is-products .products-detail__right .products-info__price-primary {
    margin-bottom: 18px;
    font-size: 1.6rem;
    color: #f96b6b
}

.l-contents.is-products .products-detail__right .products-info__price-default {
    margin-bottom: 18px;
    font-size: 1.6rem
}

.l-contents.is-products .products-detail__right .products-info__price-default.is-strike {
    text-decoration: line-through
}

.l-contents.is-products .products-detail__right .products-info__price-coupon {
    font-size: 1.4rem;
    color: #f96b6b;
    letter-spacing: .05rem;
    word-break: keep-all;
    white-space: nowrap
}

.l-contents.is-products .products-detail__right .products-info__price-coupon .is-strong {
    font-size: 1.3rem;
    font-weight: 700
}

.l-contents.is-products .products-detail__right .products-info__favorite {
    margin-bottom: 18px
}

.l-contents.is-products .products-detail__right .products-info__favorite-button {
    display: inline-flex;
    align-items: center
}

.l-contents.is-products .products-detail__right .products-info__favorite-icon {
    margin-right: 12px
}

.l-contents.is-products .products-detail__right .products-info__favorite-count {
    font-size: 1.2rem;
    vertical-align: bottom
}

.l-contents.is-products .products-detail__right .products-info__favorite-count span {
    margin-left: 12px;
    font-size: 1.4rem
}

.l-contents.is-products .products-detail__right .products-info__productcode {
    margin-bottom: 18px;
    font-size: 1.2rem
}

.l-contents.is-products .products-detail__right .products-info__detail {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 52px
}

.l-contents.is-products .products-detail__right .products-info__detail-title {
    width: 100%;
    margin-bottom: 20px
}

.l-contents.is-products .products-detail__right .products-info__detail-item {
    position: relative;
    min-height: 95px;
    margin-bottom: 8px;
    margin-left: 8px;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    flex-basis: 72px;
    min-width: 72px;
    max-width: 72px
}

.l-contents.is-products .products-detail__right .products-info__detail-item::before {
    pointer-events: none
}

.l-contents.is-products .products-detail__right .products-info__detail-item.is-selected::before,
.l-contents.is-products .products-detail__right .products-info__detail-item:hover::before,
.l-contents.is-products .products-detail__right .products-info__sku .sku-item__img.is-selected::before,
.l-contents.is-products .products-detail__right .products-info__sku .sku-item__img:hover::before {
    box-shadow: 0 0 0 1px #1f1f1f inset
}

.l-contents.is-products .products-detail__right .products-info__detail-item:nth-child(5n+2),
.l-contents.is-products .products-detail__right .products-info__sku .sku-item:nth-child(5n+2) {
    margin-left: 0
}

.l-contents.is-products .products-detail__right .products-info__sku {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 60px
}

.l-contents.is-products .products-detail__right .products-info__sku .sku-title {
    width: 100%;
    margin-bottom: 20px
}

.l-contents.is-products .products-detail__right .products-info__sku .sku-item {
    flex-basis: 72px;
    min-width: 72px;
    max-width: 72px;
    display: flex;
    flex-flow: column nowrap;
    width: 72px;
    margin-bottom: 20px;
    margin-left: 8px
}

.l-contents.is-products .products-detail__right .products-info__sku .sku-item__img {
    position: relative;
    flex-shrink: 0;
    width: 72px;
    min-height: 95px;
    margin-bottom: 10px;
    font-size: 0;
    line-height: 1;
    cursor: pointer
}

.l-contents.is-products .products-detail__right .products-info__sku .sku-item__img::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    box-shadow: 0 0 0 1px #dadada inset;
    transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955)
}

.l-contents.is-products .products-detail__right .products-info__sku .sku-item__color {
    margin-bottom: 12px;
    text-align: center
}

.l-contents.is-products .products-detail__right .products-info__sku .sku-item__size {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 1;
    color: #888
}

.l-contents.is-products .products-detail__right .products-info__sku .sku-item__size:last-child {
    margin-bottom: 0
}

.l-contents.is-products .products-detail__right .products-info__sku .sku-item__size-name {
    margin-right: 16px
}

.l-contents.is-products .products-detail__right .products-info__sku .sku-guide__stock {
    margin: 12px 0;
    font-size: 1.2rem
}

.l-contents.is-products .products-detail__right .products-info__sku .sku-guide__stock span {
    margin-right: 14px
}

.l-contents.is-products .products-detail__right .products-info__sku .sku-guide__attention {
    font-size: 1.2rem
}

.l-contents.is-products .products-detail__right .products-info__rakuten {
    margin-bottom: 15px;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated
}

.l-contents.is-products .products-detail__right .products-info__guide {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

.l-contents.is-products .products-detail__right .products-info__guide a:first-child {
    margin-right: 20px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item {
    border-bottom: 1px solid #dadada
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item:first-child {
    border-top: 1px solid #dadada
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__wrap {
    padding: 30px 0 60px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding-left: 10px;
    cursor: pointer
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__title p {
    font-size: 1.4rem
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__title .js-accordion-toggle {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    padding: 10px;
    cursor: pointer
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__title .js-accordion-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px;
    background-color: #c9c9c9;
    border-radius: 4px;
    transition: all .3s cubic-bezier(.455, .03, .515, .955)
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content {
    display: none
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content>:first-child {
    padding-top: 30px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content>:last-child {
    padding-bottom: 60px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .item-description {
    padding-left: 10px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .item-description__catchcopy {
    margin-bottom: 20px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description {
    padding-left: 10px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__name {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #535353
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__country {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #535353
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__detail table tr.current-1 td:nth-child(2) .custom-circle::after,
.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__detail table tr.current-2 td:nth-child(3) .custom-circle::after,
.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__detail table tr.current-3 td:nth-child(4) .custom-circle::after {
    background: #535353
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__detail table tr td {
    padding: 0 26px 18px 0;
    font-size: 1.2rem
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__detail table tr td:first-child {
    width: 126px;
    padding: 0 0 18px 20px;
    font-weight: 700;
    text-align: left
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__detail table .custom-circle {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__detail table .custom-circle::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    border: 1px solid #535353;
    border-radius: 50%
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__detail table .custom-circle::after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 7px;
    height: 7px;
    content: '';
    background: 0 0;
    border-radius: 50%
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide {
    text-align: center
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide-title {
    padding: 30px 0;
    font-size: 1.4rem
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide-title.is_no_header {
    padding-bottom: 0
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-switcher__inner {
    display: flex;
    border-bottom: 1px solid #dadada
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-switcher__item {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    background-color: #f5f5f5;
    transition: background-color .3s cubic-bezier(.215, .61, .355, 1)
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-switcher__item span {
    opacity: .4
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-switcher__item.is-active {
    background-color: #fff
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-switcher__item.is-active span {
    opacity: 1
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-switcher__item+.size-switcher__item {
    border-left: 1px solid #fff
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-detail {
    margin-bottom: 28px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-compare-more.is-open .size-compare-more__button-text::before,
.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-detail__item {
    display: none
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-compare-more.is-open .size-compare-more__button-text::after,
.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-detail__item.is-active {
    display: block
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-detail__item-img {
    margin: 20px 0
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    color: #5a5b5b;
    transition: height .4s .1s ease-in-out
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__head {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 108px;
    overflow-y: hidden;
    border: 1px solid #eee;
    border-right: 0;
    transition: height .4s .1s ease-in-out
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__body {
    min-width: calc(100% - 108px);
    margin-left: 108px;
    overflow-x: auto;
    overflow-y: hidden;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, .2)) 0 0/4px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, .2)) right/4px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 1px solid #eee;
    border-right: 0;
    border-left: 0;
    transition: height .4s .1s ease-in-out
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__compare {
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__compare:hover {
    opacity: .5
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__compare-img {
    display: block;
    width: 53px;
    margin: 0 auto;
    line-height: 1
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__compare-text {
    margin-top: 4px;
    font-size: 1.1rem;
    line-height: 1
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__list {
    width: 100%;
    border-collapse: collapse;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 15px) 0 0/30px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), #fff 15px) right/30px 100%;
    background-repeat: no-repeat;
    background-attachment: local
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__list-row .size-table__list-column {
    height: 63px;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #eee;
    border-bottom: 0;
    border-left: 0
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__list-row .size-table__list-column--title {
    height: 49px;
    line-height: 1;
    background: rgba(90, 90, 90, .1)
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__list-row .size-table__list-title {
    height: 53px;
    padding: 0
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__list-row .size-table__list-detail {
    height: 108px;
    transition: height .4s .1s ease-in-out
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__list-row .size-table__list-detail--wrap {
    height: 49px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__list-row .size-table__list-detail--wrap:first-child {
    height: 75px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-table__list-row.is-wrap .size-table__list-detail--wrap {
    height: 33px !important;
    font-size: 1.1rem;
    text-align: left;
    text-indent: 5px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-compare-more {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #dadada
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-compare-more__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 0
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-compare-more__button-text {
    margin-right: 8px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-compare-more__button-text::before {
    display: block;
    content: attr(data-is-sale)
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-compare-more__button-text::after {
    display: none;
    content: attr(data-is-end)
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide .size-compare-more.is-open .size-compare-more__button .svg--size-more {
    transform: rotate(90deg)
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .material-description__sizeguide-note {
    font-size: 1.2rem
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .review {
    display: flex;
    flex-direction: column;
    align-items: center
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .review__write {
    margin-bottom: 60px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .review__list {
    width: 380px;
    font-size: 1.4rem
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .review-item {
    margin-bottom: 60px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .review-item:last-child {
    margin-bottom: 0
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .review-item__user {
    padding-bottom: 10px;
    margin-bottom: 24px;
    border-bottom: 1px solid #c9c9c9
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .review-item__title {
    margin-bottom: 34px;
    font-weight: bolder
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .review-item__content {
    line-height: 1.8
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .review .no-item {
    font-size: 1.2rem;
    text-align: center
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .fitting__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .fitting-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .fitting-item__img {
    position: relative;
    width: 190px;
    height: 190px;
    margin-bottom: 10px;
    overflow: hidden
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .fitting-item__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 190px;
    height: auto;
    margin: auto
}

.l-contents.is-products .products-detail__right .products-info__accordion .accordion-item__content .fitting-item__description {
    font-size: 1.2rem
}

.l-contents.is-products .products-detail__bottom {
    width: 100%;
    height: 80px
}

.l-contents.is-products .products-detail__bottom .products-cart {
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 12px 0;
    background-color: #fff
}

.l-contents.is-products .products-detail__bottom .products-cart.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0
}

.l-contents.is-products .products-detail__bottom .products-cart.is-fixed button:last-of-type {
    margin-right: 0
}

.l-contents.is-products .products-detail__bottom .products-cart__inner {
    display: flex;
    justify-content: center
}

.l-contents.is-products .products-detail__bottom .products-cart__button {
    display: flex;
    align-items: center;
    justify-content: center
}

.l-contents.is-products .products-detail__bottom .products-cart__button:first-child {
    margin-right: 30px
}

.l-contents.is-products .products-detail__bottom .products-cart__button:last-child {
    margin-right: 90px
}

.l-contents.is-products .products-detail__bottom .products-cart__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 18px;
    background-color: #fff;
    border-radius: 50%
}

.l-contents.is-products .products-detail__bottom .products-cart__button-icon .svg-icon-cart {
    stroke: #f96b6b
}

.l-contents.is-products .products-detail__bottom .products-cart__button-text {
    font-size: 1.6rem;
    color: #fff
}

.l-contents.is-products .m-recommend {
    --width-product: 225px
}

.l-contents.is-products {
    margin-bottom: 150px
}

.l-contents.is-products .ranking__categories {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px
}

.l-contents.is-products .ranking__categories-item {
    font-size: 1.4rem;
    border-right: 1px solid #000
}

.l-contents.is-products .ranking__categories-item:last-child {
    border-right: none
}

.l-contents.is-products .ranking__categories-item a {
    padding: 0 30px
}

.l-contents.is-products .ranking__section {
    width: 880px;
    padding: 45px 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94)
}

.l-contents.is-products .ranking__section[loaded=true] {
    opacity: 1
}

.l-contents.is-products .ranking__section-title {
    margin-bottom: 40px
}

.l-contents.is-products .ranking__section-title h2 {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    text-indent: .1rem;
    letter-spacing: .1rem
}

.l-contents.is-products .ranking__section-content .m-itemlist {
    gap: 40px 100px;
    --width-product: 225px
}

.l-contents.is-products .ranking__section-content .m-itemlist-item__rank {
    width: 34px;
    height: 34px;
    font-size: 1.4rem
}

.l-contents.is-products .ranking__section-wrap .m-itemlist {
    padding: 12px 0;
    margin-top: 40px
}

.l-contents.is-products .ranking__section-button {
    display: flex;
    justify-content: center;
    margin-top: 32px
}

.breadcrumb {
    display: flex;
    justify-content: center;
    width: 1024px;
    padding: 94px 0 60px;
    margin: 0 auto;
    color: #fff
}

.breadcrumb--is-border {
    border-bottom: 1px solid #dadada
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    margin-right: 28px
}

.breadcrumb__item:last-child,
.l-contents.is-coordinate .coordinate .js-lookbook .lookbook__brand>a:last-child {
    margin-right: 0
}

.breadcrumb__item-title {
    margin-right: 28px;
    font-size: 1.4rem;
    color: #000
}

.breadcrumb__item.is-current>.breadcrumb__item-title {
    color: #888
}

#addressBookWidgetDiv,
#walletWidgetDiv {
    width: 400px;
    height: 250px;
    margin: 0 auto
}

#walletWidgetDiv {
    margin: 10px 0 20px
}

#AmazonPayButtonWalletFailAddAddress {
    margin-top: 40px
}

.vhidden-btn {
    display: inline-block;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

#loading div {
    position: fixed;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding: 30px 5px;
    color: #fff;
    background: #000;
    border-radius: .5rem;
    opacity: .8
}

.link-to-login-on-error {
    margin: 0 auto;
    text-align: center
}

.link-to-login-on-error.left {
    margin: 0;
    text-align: left
}

.amazonResponsError {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #c00
}

#AmazonUserIdJoin,
.js-amazon-fail-address-button {
    display: none
}

.l-contents.is-purchase .l-contents__inner .purchase-contents {
    width: 1024px;
    padding: 60px 0 90px;
    margin: 0 auto;
    background-color: #f5f5f5
}

.l-contents.is-purchase .l-contents__inner .purchase-contents--no-bg {
    background-color: #fff
}

.l-contents.is-purchase .l-contents__inner .purchase-contents__head {
    position: relative;
    min-height: 30px;
    margin-bottom: 60px
}

.l-contents.is-purchase .l-contents__inner .purchase-contents__title {
    position: absolute;
    top: 0;
    left: 50%;
    height: 30px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    transform: translateX(-50%)
}

.l-contents.is-purchase .l-contents__inner .purchase-contents__title-name {
    height: inherit
}

.l-contents.is-purchase .l-contents__inner .purchase-contents__title-required {
    position: absolute;
    top: 50%;
    right: -24px;
    font-size: 1rem;
    color: #c00;
    transform: translate(100%, -50%)
}

.l-contents.is-purchase .l-contents__inner .purchase-contents__attention {
    width: 900px;
    margin: 0 auto 30px
}

.l-contents.is-purchase .l-contents__inner .purchase-contents__attention-item {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif
}

.l-contents.is-purchase .l-contents__inner .purchase-contents__attention-assist {
    font-size: 1.2rem;
    line-height: 1.8
}

.l-contents.is-purchase-account .l-contents__inner .purchase-contents {
    padding: 0
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist {
    width: 900px;
    margin: 0 auto
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__inner {
    padding: 40px 50px;
    background-color: #fff
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__section {
    padding: 40px 20px;
    border-bottom: 1px solid #dadada
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__section:first-child {
    padding-top: 0
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__section:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__section.no-border {
    border-bottom: 0
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__item-text,
.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__title {
    font-size: 1.4rem
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__attention {
    margin-top: 30px
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__attention-item {
    margin-bottom: 8px;
    font-size: 1.2rem;
    color: #888
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__attention-item:last-child {
    margin-bottom: 0
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio {
    margin-bottom: 20px
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio:empty {
    display: none
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit__item:last-child,
.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio-item:last-child,
.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio:last-child {
    margin-bottom: 0
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio--nest {
    display: none;
    margin: 0 0 40px 40px
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio--nest-inner {
    display: flex;
    margin-top: 20px
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio--nest p.is_novelty {
    line-height: 1.5
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio-title {
    margin-bottom: 10px;
    font-size: 1.2rem
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio-link {
    position: relative;
    margin-left: 24px;
    font-size: 1.2rem;
    line-height: 1
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio-icon {
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translate(100%, -50%)
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio-attention {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #f96b6b
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__radio-attention-icon {
    margin-right: 4px
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit__item {
    padding: 15px 20px;
    margin-bottom: 10px;
    border: 1px solid #dadada
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit__regist {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px dashed #dadada
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit__regist-icon {
    position: relative;
    width: 17px;
    height: 17px;
    margin-right: 20px
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit__regist-icon::after,
.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit__regist-icon::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 17px;
    height: 3px;
    content: "";
    background-color: #dadada
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit__regist-icon::before {
    transform: translateY(-50%)
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit__regist-icon::after {
    transform: rotate(90deg) translateY(-50%);
    transform-origin: top center
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit__regist-text {
    color: #dadada
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit__brand,
.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit__icon,
.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit__number {
    margin-right: 10px
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist-credit .amazonPay-text {
    margin: 10px 0 20px;
    font-size: 1.2rem;
    color: #000
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist__wrap {
    padding-top: 40px
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist .novelty {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist .novelty-item__checkbox {
    margin-right: 20px
}

.l-contents.is-purchase-index .l-contents__inner .purchase-contents .option-regist .novelty-item__img {
    aspect-ratio: 1/1;
    width: 100px;
    margin-right: 10px
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm {
    width: 900px;
    margin: 0 auto
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-around
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm__left {
    width: 542px
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm__right {
    position: relative;
    width: 328px
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm__section {
    padding: 30px 30px 20px;
    margin-bottom: 10px;
    background-color: #fff
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm__section:last-child {
    margin-bottom: 0
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm__section.is-border {
    border: 1px solid #888
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm-item {
    line-height: 22px
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm-item__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4rem
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm-item__title.is-border {
    padding-bottom: 9px;
    line-height: 14px;
    border-bottom: 1px solid #c9c9c9
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__price-total .price span,
.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm-item__content {
    font-size: 1.2rem
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-products-item {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    font-size: 1.2rem;
    line-height: 18px;
    border-bottom: 1px solid #c9c9c9
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-products-item:last-child {
    border-bottom: none
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-products-item__left {
    display: flex;
    flex-direction: column;
    width: 76px;
    font-size: 0;
    line-height: 0
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-products-item__badge {
    margin-top: 10px
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-products-item__summary {
    align-self: flex-start;
    width: 200px;
    height: 100%
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-products-item__status {
    margin-bottom: 10px
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-products-item__brand,
.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-products-item__colorsize {
    margin-bottom: 12px
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-products-item__price {
    margin-top: 6px;
    font-weight: 700
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-products-item__price.is-fixed {
    text-decoration: line-through
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-products-item__quantity,
.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-products-item__subtotal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0 30px;
    border-bottom: 1px solid #c9c9c9
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option__item:first-child {
    padding-top: 0
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option__item:last-child {
    border-bottom: none
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option__item-wrap {
    display: flex;
    flex-direction: column
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option__item-wrap:last-child {
    margin-top: 12px
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option__item-content {
    padding: 20px 20px 0
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option__item-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 2.5rem
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option__item-button {
    margin-bottom: 10px
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option__item-button:last-child,
.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option__item-button:only-child {
    margin-bottom: 0
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option-credit {
    display: flex;
    align-items: center
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option-credit__icon {
    margin-right: 15px
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-option .is-strong {
    font-weight: 700
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout {
    width: inherit
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout.is-sticky {
    position: fixed;
    top: 0
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__field--strong {
    padding-left: 0;
    font-size: 1.4rem;
    font-weight: 700
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__field--strong:first-child {
    margin: 30px 0 0
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__field--discount {
    padding: 20px 0
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__price-detail {
    margin-left: 10px;
    font-size: 1.2rem
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__price-total {
    padding: 23px;
    margin: 24px 0 30px;
    font-size: 1.2rem;
    color: #f96b6b;
    background-color: #f5f5f5
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__price-total .price {
    font-size: 2.4rem
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__final {
    font-size: 1.6rem
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__rakuten-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__rakuten-text {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #f96b6b
}

.l-contents.is-coordinate .coordinate .js-lookbook .lookbook__content>div:last-child,
.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__paypay-text:last-child,
.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__rakuten-text:last-child {
    margin-bottom: 0
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__paypay {
    font-size: 1.6rem
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__paypay-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.l-contents.is-purchase-confirm .l-contents__inner .purchase-contents .purchase-confirm .purchase-checkout__paypay-text {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #f96b6b
}

.l-contents.is-purchase-complete .l-contents__inner .purchase-contents .purchase-complete__inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.l-contents.is-purchase-complete .l-contents__inner .purchase-contents .purchase-complete__text {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 30px;
    text-align: center
}

.l-contents.is-purchase-complete .l-contents__inner .m-recommend {
    --width-product: 225px
}

.btn--get-ticket,
.btn-instagram-tag {
    color: #000;
    text-align: center;
    text-indent: .1rem;
    letter-spacing: .1rem;
    background: #dadada;
    border-radius: 3px
}

.btn--get-ticket {
    width: 198px;
    height: 50px;
    line-height: 50px;
    background-color: #c9c9c9;
    border: 1px solid #888
}

.btn-instagram-tag {
    border: 1px solid #c9c9c9;
    min-width: 120px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.btn-instagram-tag.is-active {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

.l-contents.is-instagram .instagram__title {
    width: 1024px;
    margin: 90px auto
}

.l-contents.is-instagram .instagram__title-main,
.l-contents.is-instagram .instagram__title-sub {
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 4.8rem;
    line-height: 1.1;
    text-indent: .4rem;
    letter-spacing: .4rem
}

.l-contents.is-instagram .instagram__title-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
    font-size: 3.2rem;
    text-indent: .2rem;
    letter-spacing: .2rem
}

.l-contents.is-instagram .instagram__title-description {
    font-size: 1.4rem;
    text-align: center
}

.l-contents.is-instagram .instagram__index {
    display: flex;
    justify-content: center;
    width: 1024px;
    margin: 0 auto 20px;
    cursor: pointer
}

.l-contents.is-instagram .instagram__index .index-item {
    display: flex;
    align-items: center;
    height: 110px;
    padding: 0 30px;
    border-right: 1px solid #dadada
}

.l-contents.is-instagram .instagram__index .index-item:last-child {
    border-right: none
}

.l-contents.is-instagram .instagram__index .index-item__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 16px
}

.l-contents.is-instagram .instagram__index .index-item__title {
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-indent: .2rem;
    letter-spacing: .2rem
}

.l-contents.is-instagram .instagram__index .index-item__title--ruby {
    margin-bottom: 10px;
    font-size: 1.2rem;
    text-indent: .1rem;
    letter-spacing: .1rem
}

.l-contents.is-instagram .instagram__index .index-item__img {
    width: 89px;
    height: 89px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #dadada, 0 0 0 3px #fff, 0 0 0 4px #dadada
}

.l-contents.is-instagram .instagram__section {
    width: 1024px;
    padding: 90px 0 60px;
    margin: 0 auto;
    border-bottom: 1px solid #dadada
}

.l-contents.is-instagram .instagram__section-title {
    margin-bottom: 36px
}

.l-contents.is-instagram .instagram__section-title p {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center
}

.l-contents.is-instagram .instagram__tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.l-contents.is-instagram .instagram__tag-item {
    margin: 0 8px 20px
}

.l-contents.is-instagram .instagram__ranking {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px
}

.l-contents.is-instagram .instagram__ranking-item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.l-contents.is-instagram .instagram__ranking-item .m-itemlist {
    min-height: 330px;
    margin-bottom: 20px
}

.l-contents.is-instagram .instagram__timeline {
    min-height: 600px
}

.l-contents.is-ticket .ticket {
    margin-top: 60px
}

.l-contents.is-ticket .ticket__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1024px;
    margin: 0 auto
}

.l-contents.is-ticket .ticket__img {
    margin-bottom: 90px;
    font-size: 0;
    line-height: 0
}

.l-contents.is-ticket .ticket__action-text {
    margin: -60px 0 60px;
    color: #c00
}

.l-contents.is-coordinate {
    margin-bottom: 60px
}

.l-contents.is-coordinate .coordinate__section {
    padding: 45px 0
}

.l-contents.is-coordinate .coordinate__section:nth-child(even) {
    background: #f5f5f5
}

.l-contents.is-coordinate .coordinate__section:first-child {
    padding-top: 0
}

.btn--faq-nav,
.l-contents.is-coordinate .coordinate .js-lookbook {
    text-align: center
}

.l-contents.is-coordinate .coordinate .js-lookbook img {
    width: auto;
    line-height: 0
}

.l-contents.is-coordinate .coordinate .js-lookbook .lookbook__title {
    margin: 90px 0
}

.l-contents.is-coordinate .coordinate .js-lookbook .lookbook__title h2 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    text-indent: .3rem;
    letter-spacing: .3rem
}

.l-contents.is-coordinate .coordinate .js-lookbook .lookbook__title h3 {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    text-indent: .1rem;
    letter-spacing: .1rem
}

.l-contents.is-coordinate .coordinate .js-lookbook .lookbook__brand {
    display: flex;
    justify-content: center
}

.l-contents.is-coordinate .coordinate .js-lookbook .lookbook__brand>a {
    margin-right: 35px
}

.l-contents.is-coordinate .coordinate .js-lookbook-products {
    position: relative;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-animation: fadein .3s cubic-bezier(.215, .61, .355, 1) both;
    animation: fadein .3s cubic-bezier(.215, .61, .355, 1) both
}

.l-contents.is-coordinate .coordinate .js-lookbook-products__inner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background-color: #fff
}

.l-contents.is-coordinate .coordinate .js-lookbook-products__overflow {
    position: relative;
    z-index: 1;
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

.l-contents.is-coordinate .coordinate .js-lookbook-products__wrap {
    position: relative;
    top: 0;
    z-index: 999
}

.l-contents.is-coordinate .coordinate .js-lookbook-products__list {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: center;
    height: 76px
}

.l-contents.is-coordinate .coordinate .js-lookbook-products__item {
    position: relative;
    width: 60px;
    height: inherit;
    margin: 0 9px;
    line-height: 0;
    list-style: none
}

.l-contents.is-coordinate .coordinate .js-lookbook-products__item a {
    display: block;
    height: inherit
}

.l-contents.is-coordinate .coordinate .js-lookbook-products__item img {
    width: auto;
    height: 100%
}

.l-contents.is-coordinate .coordinate .js-lookbook-controller {
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    transform: translateY(-50%)
}

.l-contents.is-coordinate .coordinate .js-lookbook-controller__arrow {
    padding: 10px;
    cursor: pointer
}

.l-contents.is-coordinate .coordinate .js-lookbook-controller-counter {
    margin-left: 40px;
    font-size: 1.2rem
}

.l-contents.is-coordinate .coordinate .js-lookbook-pager {
    position: fixed;
    top: 0;
    left: 3%;
    display: table;
    height: 100%
}

.l-contents.is-coordinate .coordinate .js-lookbook-pager__wrap {
    display: table-cell;
    vertical-align: middle
}

.l-contents.is-coordinate .coordinate .js-lookbook-pager__item {
    width: 10px;
    height: 10px;
    margin: 14px 0;
    cursor: pointer;
    background: #cac9c8;
    border-radius: 50%;
    transition: background .2s cubic-bezier(.165, .84, .44, 1)
}

.l-contents.is-coordinate .coordinate .js-lookbook-pager__item.is-active,
.l-contents.is-coordinate .coordinate .js-lookbook-pager__item:hover {
    background-color: #888
}

.l-contents.is-coordinate .coordinate .js-lookbook-tooltip {
    position: absolute;
    bottom: calc(76px + 20px);
    left: -120px;
    width: 180px;
    padding: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(83, 83, 83, .8);
    border-radius: 3px
}

.l-contents.is-coordinate .coordinate .js-lookbook-tooltip::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid #535353;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    opacity: .8;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
    transform: translateX(-50%)
}

.l-contents.is-coordinate .coordinate .js-lookbook-tooltip__content {
    font-size: 1rem;
    line-height: normal;
    letter-spacing: .2rem
}

.l-contents.is-coordinate .coordinate .js-lookbook-tooltip__name {
    margin-bottom: 5px
}

.btn--faq-nav {
    color: #000;
    text-indent: .1rem;
    letter-spacing: .1rem;
    background: #dadada;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #888
}

.btn--faq-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    width: 420px;
    background-color: #888
}

.btn--faq-btn__icon {
    margin-right: 20px
}

.btn--faq-btn__text {
    font-size: 1.6rem;
    line-height: 1;
    color: #fff
}

.m-info-content:not(.m-info-content--simple) .m-info-content-section {
    margin-bottom: 55px
}

.m-info-content:not(.m-info-content--simple) .m-info-content__title {
    padding: 12px 0;
    margin-bottom: 55px;
    font-size: 1.6rem;
    text-indent: 20px;
    background-color: #f5f5f5
}

.m-info-content:not(.m-info-content--simple) .m-info-content__title--center {
    text-align: center;
    text-indent: 0
}

.m-info-content:not(.m-info-content--simple) .m-info-content__content {
    padding-left: 20px
}

.m-info-content:not(.m-info-content--simple) .m-info-content-item {
    margin-bottom: 55px
}

.m-info-content:not(.m-info-content--simple) .m-info-content-item:last-child {
    margin-bottom: 0
}

.m-info-content:not(.m-info-content--simple) .m-info-content-item__title {
    margin-bottom: 25px;
    font-size: 1.6rem
}

.m-info-content:not(.m-info-content--simple) .m-info-content-item__note {
    padding-left: 20px;
    font-size: 1.2rem;
    line-height: 1.7
}

.m-info-content:not(.m-info-content--simple) .m-info-content-item__img {
    margin-top: 20px
}

.m-info-content:not(.m-info-content--simple) .m-info-content-item__link img {
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated
}

.m-info-content:not(.m-info-content--simple) .m-info-content-item__panel {
    padding: 30px;
    margin-top: 55px;
    background-color: #f5f5f5
}

.m-info-content:not(.m-info-content--simple) .m-info-content-item__panel-title {
    margin-bottom: 24px;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #c00
}

.m-info-content:not(.m-info-content--simple) .m-info-content-item__panel-note {
    padding-left: 16px;
    font-size: 1.2rem;
    line-height: 1.7
}

.m-info-content--simple .m-info-content-section {
    padding: 60px 0;
    border-bottom: 1px solid #dadada
}

.m-info-content--simple .m-info-content-section:first-child {
    border-top: 1px solid #dadada
}

.m-info-content--simple .m-info-content-item {
    margin-bottom: 24px;
    font-size: 1.2rem;
    line-height: 1.8
}

.m-info-content--simple .m-info-content-item:last-child {
    margin-bottom: 0
}

.m-info-content--simple .m-info-content-item__title {
    font-weight: bolder
}

.m-info-content--simple .m-info-content-item__text .is-strong {
    font-weight: 700
}

.m-info-content--simple .m-info-content-item__img {
    display: block
}

.m-info-content--simple .m-info-content-item__img img {
    width: 428px;
    height: auto
}

.l-contents.is-faq .l-contents__inner .faq-article {
    padding: 30px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada
}

.l-contents.is-faq .l-contents__inner .faq-article__title {
    margin-bottom: 20px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center
}

.l-contents.is-faq .l-contents__inner .faq-article__note {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center
}

.l-contents.is-faq .l-contents__inner .faq-nav {
    width: 730px;
    padding: 90px 0;
    margin: 0 auto
}

.l-contents.is-faq .l-contents__inner .faq-nav__title {
    margin-bottom: 30px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center
}

.l-contents.is-faq .l-contents__inner .faq-nav__list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 230px 230px 230px;
    grid-template-rows: 50px 50px 50px
}

.l-contents.is-faq .l-contents__inner .faq-section {
    width: 730px;
    margin: 0 auto
}

.l-contents.is-faq .l-contents__inner .faq-form {
    padding: 90px 0
}

.l-contents.is-guide .l-contents__wrap {
    position: relative;
    display: flex;
    align-items: flex-start
}

.l-contents.is-guide .guide {
    width: 684px;
    margin-left: auto
}

.l-contents.is-company .l-contents__inner .company,
.l-contents.is-privacy .l-contents__inner .privacy {
    width: 730px;
    margin: 0 auto
}

.l-contents.is-rearrival-cancel .rearrival-cancel {
    display: flex;
    flex-direction: column;
    align-items: center
}

.l-contents.is-rearrival-cancel .rearrival-cancel__item {
    display: flex;
    width: 600px;
    padding: 30px 0;
    border-bottom: 1px solid #dadada
}

.l-contents.is-rearrival-cancel .rearrival-cancel__item:first-child {
    border-top: 1px solid #dadada
}

.l-contents.is-rearrival-cancel .rearrival-cancel__photo {
    width: auto;
    max-width: 76px;
    height: 100px;
    margin-right: 30px
}

.l-contents.is-rearrival-cancel .rearrival-cancel__photo img {
    width: auto;
    height: 100%
}

.l-contents.is-rearrival-cancel .rearrival-cancel__summary {
    display: flex;
    flex-flow: column nowrap;
    width: 296px;
    font-size: 1.2rem;
    line-height: 22px
}

.l-contents.is-rearrival-cancel .rearrival-cancel__label {
    margin-bottom: 14px
}

.l-contents.is-rearrival-cancel .rearrival-cancel__brand {
    margin-bottom: 8px;
    line-height: 1
}

.l-contents.is-rearrival-cancel .rearrival-cancel__coupon_campaign,
.l-contents.is-rearrival-cancel .rearrival-cancel__price {
    font-weight: 700
}

.l-contents.is-rearrival-cancel .rearrival-cancel__coupon_campaign span,
.l-contents.is-rearrival-cancel .rearrival-cancel__price span {
    margin-left: 15px
}

.l-contents.is-rearrival-cancel .rearrival-cancel__coupon_campaign span:first-child,
.l-contents.is-rearrival-cancel .rearrival-cancel__price span:first-child {
    margin-left: 0
}

.l-contents.is-rearrival-cancel .rearrival-cancel__btn {
    margin: 60px auto 0
}

.l-contents.is-contact-complete .l-contents__inner .contact,
.l-contents.is-contact-confirm .l-contents__inner .contact,
.l-contents.is-contact-index .l-contents__inner .contact {
    margin-bottom: 90px
}

.l-contents.is-contact-complete .l-contents__inner {
    width: 1024px;
    margin: 0 auto
}

.l-contents.is-password-change .change-password {
    width: 726px;
    margin: 0 auto
}

.l-contents.is-home.is-ettusais .home-contents__section {
    padding-bottom: 0
}

.l-contents.is-home.is-ettusais .home-contents__section~.home-contents__section {
    padding-top: 90px
}

.l-contents.is-home.is-ettusais .home-contents__section:nth-child(even) {
    background: #fff
}

.l-contents.is-home.is-ettusais .home-contents__section.is-smoke {
    padding: 60px 0;
    margin-top: 90px;
    background: #f5f5f5
}

.l-contents.is-home.is-ettusais .home-contents__content {
    width: 1024px;
    margin: 0 auto
}

.l-contents.is-home.is-ettusais .catchcopy__title {
    display: flex;
    justify-content: center;
    margin-bottom: 90px
}

.l-contents.is-home.is-ettusais .catchcopy__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 32px
}

.l-contents.is-home.is-ettusais .catchcopy-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 20px*3)/4);
    padding: 15px 0;
    border: 1px solid #dadada
}

.l-contents.is-home.is-ettusais .catchcopy-item__name {
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1rem
}

.l-contents.is-home.is-ettusais .catchcopy-item__img {
    margin-left: 40px
}

.l-contents.is-qr .l-contents__inner {
    margin-top: 150px
}

@media screen and (min-width:1002px) and (max-width:1251px) {

    .l-contents.is-products .products-list__inner .m-breadcrumb,
    .l-contents.is-products .products-list__inner .products-list__wrap {
        width: 978px
    }

    .l-contents.is-products .products-list__inner .m-itemlist-item:nth-child(3n+1) {
        margin-left: 0
    }

    .l-contents.is-products .products-list__inner .search-filter__item {
        margin-right: 30px !important
    }
}

@media screen and (min-width:1252px) and (max-width:1501px) {

    .l-contents.is-products .products-list__inner .m-breadcrumb,
    .l-contents.is-products .products-list__inner .products-list__wrap {
        width: 1228px
    }

    .l-contents.is-products .products-list__inner .m-itemlist-item:nth-child(4n+1) {
        margin-left: 0
    }
}

@media screen and (min-width:1267px) {
    .l-contents.is-products .products-detail__inner {
        max-width: 1267px
    }
}

@media screen and (min-width:1502px) and (max-width:1751px) {

    .l-contents.is-products .products-list__inner .m-breadcrumb,
    .l-contents.is-products .products-list__inner .products-list__wrap {
        width: 1478px
    }

    .l-contents.is-products .products-list__inner .m-itemlist-item:nth-child(5n+1) {
        margin-left: 0
    }
}

@media screen and (min-width:1752px) {

    .l-contents.is-products .products-list__inner .m-breadcrumb,
    .l-contents.is-products .products-list__inner .products-list__wrap {
        width: 1728px
    }

    .l-contents.is-products .products-list__inner .m-itemlist-item:nth-child(6n+1) {
        margin-left: 0
    }
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

@media all and (-ms-high-contrast:none) {

    .m-itemlist ::-ms-backdrop,
    .m-itemlist-item__photo {
        height: 243px
    }

    .m-itemlist.is-mypage-history .m-itemlist-item__photo,
    .m-itemlist.is-mypage-history ::-ms-backdrop,
    .m-itemlist.is-products-list .m-itemlist-item__photo,
    .m-itemlist.is-products-list ::-ms-backdrop {
        height: 299px
    }

    .m-itemlist.is-mypage-wish .m-itemlist-item__photo,
    .m-itemlist.is-mypage-wish ::-ms-backdrop {
        height: 217px
    }
}

@media screen and (max-width:1144px) {
    .l-header__wrap {
        padding: 0 70px
    }
}

@media screen and (max-width:980px) {
    .l-contents.is-products .products-detail__inner {
        min-width: 980px
    }
}