@charset "UTF-8";/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    word-break: normal;
    tab-size: 4
}

*,:before,:after {
    box-sizing: inherit;
    background-repeat: no-repeat
}

:before,:after {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    margin: 0;
    padding: 0
}

hr {
    height: 0;
    overflow: visible
}

details,main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline-width: 0
}

code,kbd,pre,samp {
    font-family: monospace,monospace
}

pre {
    font-size: 1em
}

b,strong {
    font-weight: bolder
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[disabled] {
    cursor: default
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,input,optgroup,select,textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit],[role=button] {
    color: inherit;
    cursor: pointer
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText
}

button,html [type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button,input,select,textarea {
    border-style: none;
    background-color: transparent
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    display: table;
    max-width: 100%;
    border: 0;
    color: inherit;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

svg:not([fill]) {
    fill: currentColor
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

html,body {
    width: 100%;
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

*:before,*:after {
    box-sizing: border-box
}

h2 {
    font-size: 10rem
}

body {
    font-family: Noto Sans JP,serif;
    background-color: var(--white);
    color: var(--gray)
}

main {
    flex: 1;
    overflow-x: hidden
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

p {
    margin: 0;
    line-height: 1.5;
    letter-spacing: .1em
}

a {
    color: inherit;
    text-decoration: none
}

*[lang=en] {
    font-style: normal;
    font-weight: 400
}

address {
    font-style: normal
}

img {
    vertical-align: top
}

.l-cluster {
    --space: 8px
}

.l-cluster>* {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: calc(var(--space) / 2 * -1)
}

.l-cluster>*>* {
    margin: calc(var(--space) / 2)
}

.l-cluster--large {
    --space: 81px
}

.l-cluster--large>* {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: calc(var(--space) / 2 * -1)
}

.l-cluster--large>*>* {
    margin: calc(var(--space) / 2)
}

.l-wrapper {
    position: relative;
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 25px
}

.l-wrapper__small {
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 25px
}

.l-wrapper__medium {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px
}

.l-wrapper__large {
    position: relative;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 25px
}

.text-center {
    text-align: center
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        clip: rect(0 0 0 0)!important;
        position: absolute!important
    }
}

.fs-body-about-shippingPayment .fs-l-main {
    display: block;
}
.fs-body-about-returnPolicy .fs-l-main {
    display: block;
}
