:root {
    --color-text-primary: #000;
    --color-text-primaryLight: #fff;
    --color-text-secondary: #6a6a6a;
    --color-text-pricedown: #e00;
    --color-text-red: #e00;
    --color-fill-primary: #000;
    --color-fill-primaryLight: #fff;
    --color-fill-secondary: #949494;
    --color-fill-tertiary: #dadada;
    --color-fill-background: #f4f4f4;
    --color-fill-attention: #e00;
    --color-fill-brandColor: red;
    --color-border-primary: #000;
    --color-border-secondary: #767676;
    --color-border-tertiary: #dadada;
    --color-border-subDivider: #f4f4f4;
    --sp-v-xxs: 4px;
    --sp-v-xs: 8px;
    --sp-v-s: 12px;
    --sp-v-m: 20px;
    --sp-v-l: 28px;
    --sp-v-xl: 36px;
    --sp-v-xxl: 48px;
    --sp-v-xxxl: 64px;
    --pc-v-xxs: 4px;
    --pc-v-xs: 8px;
    --pc-v-s: 12px;
    --pc-v-m: 20px;
    --pc-v-l: 28px;
    --pc-v-xl: 40px;
    --pc-v-xxl: 60px;
    --pc-v-xxxl: 76px;
    --sp-h-xxs: 1px;
    --sp-h-05g: 2vw;
    --sp-h-1g: 4vw;
    --sp-h-2g: 8vw;
    --pc-h-s: 12px;
    --pc-h-m: 24px;
    --pc-h-l: 80px;
    --pc-h-xl: 160px;
    --z-index-primary: 1;
    --z-index-secondary: 3;
    --z-index-tertiary: 5;
    --z-index-fixedAnchor: 13;
    --z-index-fixedAnchorCurrent: 15;
    --z-index-fixedAnchorMovingButton: 17;
    --z-index-globalHeader: 19;
    --z-index-overlay: 21;
    --z-index-modal: 23;
    --z-index-modalHeader: 25
}

@font-face {
    font-family: UniqloPro Light;
    src: url(/jp/ja/special-feature/feature/common/fonts/UniqloProLight.woff2) format("woff2"),url(/jp/ja/special-feature/feature/common/fonts/UniqloProLight.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: UniqloPro Regular;
    src: url(/jp/ja/special-feature/feature/common/fonts/UniqloProRegular.woff2) format("woff2"),url(/jp/ja/special-feature/feature/common/fonts/UniqloProRegular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: UniqloPro Bold;
    src: url(/jp/ja/special-feature/feature/common/fonts/UniqloProBold.woff2) format("woff2"),url(/jp/ja/special-feature/feature/common/fonts/UniqloProBold.woff) format("woff");
    font-display: swap
}

*,:after,:before {
    box-sizing: border-box
}

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: initial;
    background: transparent
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: initial;
    background: transparent;
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

img {
    vertical-align: bottom
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: initial;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0
}

body {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    color: #000;
    color: var(--color-text-primary);
    font-size: 14px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    min-width: 320px;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] body,[lang=ko] body,[lang=zh-tw] body {
    line-height: 1.5
}

[lang=ja] body {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

[lang=zh-tw] body {
    font-family: Arial,Arial Unicode MS,sans-serif,微軟正黑體;
    font-weight: 500
}

a {
    color: #000;
    color: var(--color-text-primary)
}

button {
    font-family: inherit
}

.main_inner {
    min-width: 320px
}

body[data-bff-version=v5] .main_inner {
    padding-top: 45px
}

body[data-bff-version=v3] .main_inner {
    padding-top: 71px
}

.fr-breadcrumbs_inner {
    display: flex;
    flex-wrap: wrap
}

.fr-breadcrumbs_item {
    font-size: 11px;
    line-height: 1.2
}

[lang=ja] .fr-breadcrumbs_item,[lang=ko] .fr-breadcrumbs_item {
    font-size: 10px
}

.fr-breadcrumbs_item:not(:last-child):after {
    content: "/";
    padding-right: 3px;
    padding-left: 3px
}

.fr-breadcrumbs_itemLink {
    text-decoration: underline
}

.fr-heading {
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 700
}

[lang=ja] .fr-heading {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

.fr-heading.u-uqFont-b {
    line-height: 1.2
}

.fr-heading.-h1 {
    font-size: 24px;
    line-height: 1.2
}

[lang=ja] .fr-heading.-h1,[lang=ko] .fr-heading.-h1 {
    font-size: 22px;
    line-height: 1.4
}

.fr-heading.-h1.u-uqFont-b {
    font-size: 22px
}

.fr-heading.-h2 {
    font-size: 22px;
    line-height: 1.2
}

[lang=ja] .fr-heading.-h2,[lang=ko] .fr-heading.-h2 {
    font-size: 20px;
    line-height: 1.4
}

.fr-heading.-h2.u-uqFont-b {
    font-size: 18px
}

.fr-heading.-h3 {
    font-size: 20px;
    line-height: 1.2
}

[lang=ja] .fr-heading.-h3,[lang=ko] .fr-heading.-h3 {
    font-size: 18px;
    line-height: 1.4
}

.fr-heading.-h3.u-uqFont-b {
    font-size: 16px
}

.fr-heading.-h4 {
    font-size: 18px;
    line-height: 1.2
}

[lang=ja] .fr-heading.-h4,[lang=ko] .fr-heading.-h4 {
    font-size: 16px;
    line-height: 1.5
}

.fr-img {
    width: 100%;
    height: auto
}

.lazyload,.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 1s
}

.fr-tabs {
    font-size: 14px;
    border: 0 solid #dadada;
    border-color: var(--color-border-tertiary);
    border-bottom: 1px solid var(--color-border-tertiary);
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-tabs {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

.fr-tabs.-gender {
    font-size: 15px;
    line-height: 18px
}

.fr-tabs.-boxed {
    font-size: 14px
}

.fr-tabs.-gender.-boxed {
    font-size: 15px
}

.fr-tabs_inner {
    display: flex
}

.fr-tabs_item {
    flex: 1;
    color: #6a6a6a;
    color: var(--color-text-secondary)
}

.-boxed .fr-tabs_item {
    background-color: #f4f4f4;
    background-color: var(--color-fill-background);
    border: 0 solid #dadada;
    border-color: var(--color-border-tertiary);
    border-top: 1px solid var(--color-border-tertiary)
}

.fr-tabs_item.-active {
    color: #000;
    color: var(--color-text-primary);
    position: relative
}

.-boxed .fr-tabs_item.-active {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight)
}

.fr-tabs_item.-active:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    background-color: var(--color-fill-primary);
    position: absolute;
    bottom: 0;
    left: 0
}

.-boxed .fr-tabs_item.-active:after {
    height: 1px;
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    bottom: -1px
}

.-boxed .fr-tabs_item+.fr-tabs_item {
    border-left: 1px solid #dadada;
    border-left: 1px solid var(--color-border-tertiary)
}

.fr-tabs_itemLink {
    height: 100%;
    min-height: 60px;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.fr-anchorButton {
    border-color: #dadada;
    border-color: var(--color-border-tertiary);
    border-top: 1px var(--color-border-tertiary);
    border-style: solid;
    display: flex;
    flex-wrap: wrap
}

.fr-anchorButton.-large {
    border-top-width: 0
}

.fr-anchorButton.-large.-length-2 {
    justify-content: center
}

.fr-anchorButton_item {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    border-left-style: solid;
    border-top-style: solid;
    border-color: #dadada;
    border-left-color: var(--color-border-tertiary);
    border-top-color: var(--color-border-tertiary);
    border-right: 1px solid var(--color-border-tertiary);
    border-bottom: 1px solid var(--color-border-tertiary);
    box-sizing: initial;
    cursor: pointer
}

.-default .fr-anchorButton_item,.-small .fr-anchorButton_item {
    width: calc((100% - 1px)/2)
}

.-large .fr-anchorButton_item {
    width: calc((100% - 2px)/3)
}

.fr-anchorButton_itemInner {
    height: 100%;
    display: flex
}

.-large .fr-anchorButton_itemInner {
    flex-direction: column
}

.fr-anchorButton_itemText {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    min-height: 70px;
    text-align: center;
    font-size: 14px;
    position: relative;
    height: 100%;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-anchorButton_itemText {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

.-large .fr-anchorButton_itemText {
    min-height: 42px
}

.-small .fr-anchorButton_itemThumb {
    width: 53px;
    height: auto
}

.-large .fr-anchorButton_itemThumb {
    position: relative
}

.fr-anchorButton_new {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e00;
    background-color: var(--color-fill-attention);
    color: #fff;
    color: var(--color-text-primaryLight);
    padding: 0 6px;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    min-width: 42px;
    z-index: 1;
    z-index: var(--z-index-primary);
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400;
    font-weight: 500
}

[lang=ja] .fr-anchorButton_new {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-anchorButton_new,[lang=ko] .fr-anchorButton_new {
    font-size: 11px;
    font-weight: 600
}

.fr-annotation {
    font-size: 13px;
    line-height: 1.3;
    padding-left: .5em;
    position: relative
}

[lang=ja] .fr-annotation,[lang=ko] .fr-annotation {
    line-height: 1.5;
    padding-left: 1em
}

.fr-annotation:before {
    content: "*";
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

[lang=ja] .fr-annotation:before,[lang=ko] .fr-annotation:before {
    content: "※"
}

.fr-linkButton {
    border: 1px solid #000;
    border: 1px solid var(--color-border-primary);
    border-radius: 999px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
    padding: 12px 4vw;
    padding: var(--sp-v-s) var(--sp-h-1g);
    text-align: center;
    min-height: 52px;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-linkButton {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-linkButton,[lang=ko] .fr-linkButton {
    font-size: 16px
}

.fr-linkButton.-white {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight)
}

.fr-linkButton.-black,.fr-linkButton.-favorite {
    background-color: #000;
    background-color: var(--color-fill-primary);
    color: #fff;
    color: var(--color-text-primaryLight)
}

.fr-linkButton.-favorite {
    min-height: 32px;
    padding: 8px 15px;
    padding: var(--sp-v-xs) 15px;
    font-size: 13px;
    max-width: 130px
}

.fr-linkButton.-favorite.-disabled {
    background-color: #dadada;
    background-color: var(--color-fill-tertiary);
    border: 1px solid #dadada;
    border: 1px solid var(--color-fill-tertiary);
    cursor: unset
}

.fr-linkButton+.fr-linkButton {
    margin-top: 20px;
    margin-top: var(--sp-v-m)
}

.fr-linkText {
    font-size: 13px;
    line-height: 1.3;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-linkText {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-linkText,[lang=ko] .fr-linkText {
    line-height: 1.5
}

.fr-linkText.-l {
    font-size: 18px;
    line-height: 1.2
}

[lang=ja] .fr-linkText.-l,[lang=ko] .fr-linkText.-l {
    font-size: 16px;
    line-height: 1.5
}

.fr-linkText_item {
    color: #005db5
}

.fr-linkText_external {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 12px;
    mask-size: 12px;
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-external@4.0.0.svg#external);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-external@4.0.0.svg#external);
    background-color: #000;
    background-color: var(--color-fill-primary);
    margin-left: 8px
}

.fr-linkCell {
    align-items: center;
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-border-tertiary);
    display: flex;
    padding: 20px 4vw;
    padding: var(--sp-v-m) var(--sp-h-1g);
    font-size: 18px;
    line-height: 1.2;
    min-height: 64px;
    box-sizing: border-box;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-linkCell {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-linkCell,[lang=ko] .fr-linkCell {
    font-size: 16px;
    line-height: 1.5
}

.fr-linkCellParent {
    border-top: 1px solid #dadada;
    border-top: 1px solid var(--color-border-tertiary)
}

.fr-linkCell_inner {
    flex: 1;
    margin-right: 2vw;
    margin-right: var(--sp-h-05g)
}

.fr-linkCell:after {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/chevron_right@3.0.0.svg#arrow);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/chevron_right@3.0.0.svg#arrow);
    background-color: #949494;
    background-color: var(--color-fill-secondary);
    content: "";
    display: block;
    margin-left: auto;
    overflow: hidden;
    width: 24px;
    height: 24px
}

.fr-readMore {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    overflow: hidden
}

.fr-readMore+.fr-readMore .fr-readMore_heading {
    border-top-width: 0
}

.fr-readMore_checkBox {
    display: none
}

.fr-readMore_heading {
    font-size: 18px;
    line-height: 1.2;
    align-items: center;
    border-color: #dadada;
    border-color: var(--color-border-tertiary);
    border-style: solid;
    border-width: 1px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 20px 4vw;
    padding: var(--sp-v-m) var(--sp-h-1g);
    min-height: 64px;
    position: relative;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-readMore_heading {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-readMore_heading,[lang=ko] .fr-readMore_heading {
    font-size: 16px;
    line-height: 1.5
}

.fr-readMore_headingInner {
    padding-right: calc(2vw + 24px);
    padding-right: calc(var(--sp-h-05g) + 24px);
    position: relative
}

.fr-readMore_headingInner:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-plus@3.0.0.svg#plus);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-plus@3.0.0.svg#plus);
    background-color: #949494;
    background-color: var(--color-fill-secondary);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px
}

.fr-readMore_content {
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden
}

.fr-readMore_checkBox+.fr-readMore_heading+.fr-readMore_content+.fr-readMore_heading,.fr-readMore_checkBox:checked+.fr-readMore_heading,.fr-readMore_contentInner {
    display: none
}

.fr-readMore_checkBox+.fr-readMore_heading+.fr-readMore_content+.fr-readMore_heading .fr-readMore_headingInner:before {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-minus@3.0.0.svg#minus);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-minus@3.0.0.svg#minus)
}

.fr-readMore_checkBox:checked+.fr-readMore_heading+.fr-readMore_content {
    border-top: 1px solid #dadada;
    border-top: 1px solid var(--color-border-tertiary);
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-top: var(--sp-v-m);
    padding-bottom: 20px;
    padding-bottom: var(--sp-v-m)
}

.fr-readMore_checkBox:checked+.fr-readMore_heading+.fr-readMore_content .fr-readMore_contentInner {
    display: block
}

.fr-readMore_checkBox:checked+.fr-readMore_heading+.fr-readMore_content+.fr-readMore_heading {
    display: flex;
    border-top: 1px solid #f4f4f4;
    border-top: 1px solid var(--color-border-subDivider)
}

.fr-showMoreButton {
    align-items: center;
    border: 1px solid #dadada;
    border: 1px solid var(--color-border-tertiary);
    border-width: 1px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 28px 4vw;
    padding: var(--sp-v-l) var(--sp-h-1g)
}

.fr-showMoreButton_inner {
    font-size: 14px;
    margin-right: 8px;
    text-align: center;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-showMoreButton_inner {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

.fr-showMoreButton:after {
    align-items: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/chevron_updown.svg#updown);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/chevron_updown.svg#updown);
    background-color: #949494;
    background-color: var(--color-fill-secondary);
    content: "";
    display: flex;
    justify-content: center;
    width: 24px;
    height: 24px
}

.fr-snsButtons_inner {
    min-width: 320px
}

.fr-snsButtons_heading {
    text-align: center;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-snsButtons_heading {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

.fr-snsButtons_item,.fr-snsButtons_items {
    display: flex;
    justify-content: center
}

.fr-snsButtons_item {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 40px;
    height: 40px
}

.fr-snsButtons_item+.fr-snsButtons_item {
    margin-left: 4vw;
    margin-left: var(--sp-h-1g)
}

.fr-snsButtons_itemLink {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px
}

.fr-snsButtons_itemLink.-facebook {
    background-image: url(/jp/ja/special-feature/feature/common/icons/sns-small_facebook.svg)
}

.fr-snsButtons_itemLink.-twitter {
    background-image: url(/jp/ja/special-feature/common/icons/x.svg)
}

.fr-snsButtons_itemLink.-line {
    background-image: url(/jp/ja/special-feature/feature/common/icons/sns-small_line.svg)
}

.fr-tax {
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-border-tertiary);
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 6.5px;
    text-align: center;
    padding-top: 12px;
    padding-top: var(--sp-v-s);
    padding-bottom: 12px;
    padding-bottom: var(--sp-v-s)
}

.fr-tag,.fr-tax {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight)
}

.fr-tag {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -12px;
    margin-top: calc(var(--sp-v-s)*-1)
}

.fr-tag_item {
    margin-left: 10px;
    margin-top: 12px;
    margin-top: var(--sp-v-s)
}

.fr-tag_itemLink {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    border: 1px solid #767676;
    border: 1px solid var(--color-border-secondary);
    display: block;
    padding: 4px 2vw;
    padding: var(--sp-v-xxs) var(--sp-h-05g)
}

[lang=ja] .fr-tag_itemLink,[lang=ko] .fr-tag_itemLink {
    line-height: 1.5
}

.-withoutLink .fr-tag_itemLink {
    color: #6a6a6a;
    color: var(--color-text-secondary);
    background-color: #f4f4f4;
    background-color: var(--color-fill-background);
    border-color: #f4f4f4;
    border-color: var(--color-border-subDivider)
}

.fr-accordion {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    overflow: hidden
}

.fr-accordion+.fr-accordion .fr-accordion_heading {
    border-top-width: 0
}

.fr-accordion_checkBox {
    display: none
}

.fr-accordion_heading {
    align-items: center;
    border: 1px solid #dadada;
    border: 1px solid var(--color-border-tertiary);
    border-width: 1px 0;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    line-height: 1.2;
    padding: 20px calc(8vw + 24px) 20px 4vw;
    padding: var(--sp-v-m) calc(var(--sp-h-1g)*2 + 24px) var(--sp-v-m) var(--sp-h-1g);
    position: relative;
    min-height: 66px;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-accordion_heading {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-accordion_heading,[lang=ko] .fr-accordion_heading {
    font-size: 16px;
    line-height: 1.5
}

.fr-accordion_heading:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-plus@3.0.0.svg#plus);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-plus@3.0.0.svg#plus);
    background-color: #949494;
    background-color: var(--color-fill-secondary);
    position: absolute;
    top: 50%;
    right: 4vw;
    right: var(--sp-h-1g);
    margin-top: -12px
}

.fr-accordion_content {
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-border-tertiary);
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden
}

.fr-accordion_contentInner {
    display: none
}

.fr-accordion_checkBox:checked+.fr-accordion_heading {
    border-bottom: none;
    font-weight: 600
}

.fr-accordion_checkBox:checked+.fr-accordion_heading:before {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-minus@3.0.0.svg#minus);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-minus@3.0.0.svg#minus)
}

.fr-accordion_checkBox:checked+.fr-accordion_heading+.fr-accordion_content {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-top: var(--sp-v-m);
    padding-bottom: 20px;
    padding-bottom: var(--sp-v-m)
}

.fr-accordion_checkBox:checked+.fr-accordion_heading+.fr-accordion_content .fr-accordion_contentInner {
    display: block
}

.fr-imagePlusText {
    display: flex
}

.-grid .fr-imagePlusText {
    border: 0 solid #f4f4f4;
    border-color: var(--color-border-subDivider);
    border-bottom: 1px solid var(--color-border-subDivider)
}

.-list .fr-imagePlusText {
    margin-top: 12px;
    margin-top: var(--sp-v-s)
}

.-grid .fr-imagePlusText:first-child {
    border-width: 1px 0;
    border-top: 1px solid #dadada;
    border-top: 1px solid var(--color-border-tertiary)
}

.-grid .fr-imagePlusText:last-child {
    border-width: 1px 0;
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-border-tertiary)
}

.fr-imagePlusText_imgWrap {
    width: 32%
}

.fr-imagePlusText_content {
    display: block;
    flex: 1;
    padding-right: 4vw;
    padding-right: var(--sp-h-1g);
    padding-left: 4vw;
    padding-left: var(--sp-h-1g)
}

.-grid .fr-imagePlusText_content {
    padding-top: 12px;
    padding-top: var(--sp-v-s);
    padding-bottom: 12px;
    padding-bottom: var(--sp-v-s)
}

.fr-imagePlusText_label {
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-imagePlusText_label {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

.fr-imagePlusText_heading {
    font-size: 18px;
    line-height: 1.2;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-imagePlusText_heading {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-imagePlusText_heading,[lang=ko] .fr-imagePlusText_heading {
    font-size: 16px;
    line-height: 1.5
}

.fr-imagePlusText_link {
    display: block;
    color: #005db5;
    font-size: 13px;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-imagePlusText_link {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

.fr-pagetop {
    background: url(../../../common/icons/backtotop.svg) 50%/28px auto no-repeat #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 0;
    bottom: 15px;
    transition: .2s;
    z-index: 1;
    z-index: var(--z-index-primary)
}

.fr-pagetop[data-pagetop-is-active=true] {
    opacity: 1;
    visibility: visible
}

.fr-video {
    position: relative;
    cursor: pointer
}

.fr-video:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
    z-index: var(--z-index-primary)
}

.fr-video:after,.fr-video:before {
    display: block;
    content: "";
    position: absolute
}

.fr-video:after {
    width: 48px;
    height: 48px;
    -webkit-mask-size: 48px;
    mask-size: 48px;
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/button-play-2.svg#button-play);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/button-play-2.svg#button-play);
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    z-index: 3;
    z-index: var(--z-index-secondary)
}

.fr-video_container .swiper-button-next,.fr-video_container .swiper-button-prev {
    top: 28.125vw
}

.fr-video_container.fr-sp-px-1g .swiper-button-next,.fr-video_container.fr-sp-px-1g .swiper-button-prev {
    top: 25.875vw;
    top: calc((100vw - var(--sp-h-1g)*2)/16*9/2)
}

.fr-styling {
    display: flex;
    flex-wrap: wrap;
    width: 100vw
}

.fr-styling.-center {
    justify-content: center
}

.-tile .fr-styling_item {
    width: 33.33333vw
}

.swiper-parent.-styling.-length-1.-center .swiper-wrapper,.swiper-parent.-styling.-length-2.-center .swiper-wrapper {
    justify-content: center
}

.fr-banner_item {
    margin-top: 20px;
    margin-top: var(--sp-v-m)
}

.fr-banner_item:first-child {
    margin-top: 0
}

.fr-modal_close {
    min-width: 40px;
    margin-left: auto;
    position: absolute;
    top: -48px;
    top: calc(-36px + var(--sp-v-s)*-1);
    right: 0;
    padding-top: 24px;
    font-size: 10px;
    color: #fff;
    color: var(--color-text-primaryLight)
}

.fr-modal_close:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-close@3.0.0.svg#close);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-close@3.0.0.svg#close);
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px
}

.fr-modalChild {
    display: none
}

.fr-modalChild_header {
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-border-tertiary);
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    display: flex;
    align-items: center;
    min-height: 69px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    z-index: var(--z-index-modalHeader)
}

[lang=ja] .fr-modalChild_header,[lang=ko] .fr-modalChild_header {
    min-height: 73px
}

.fr-modalChild_headerInner {
    font-size: 18px;
    line-height: 1.2
}

[lang=ja] .fr-modalChild_headerInner,[lang=ko] .fr-modalChild_headerInner {
    font-size: 16px;
    line-height: 1.5
}

.fr-modalChild_headerClose {
    min-width: 40px;
    margin-left: auto;
    position: relative;
    padding-top: 24px;
    font-size: 10px;
    line-height: 1.6;
    color: inherit
}

.fr-modalChild_headerClose:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-close@3.0.0.svg#close);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-close@3.0.0.svg#close);
    background-color: #000;
    background-color: var(--color-fill-primary);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px
}

.fr-modalChild_container {
    padding-top: 72px;
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    overflow-y: scroll;
    min-height: 100vh;
    min-height: 100dvh
}

.fr-modalChild_close {
    min-width: 40px;
    margin-left: auto;
    position: absolute;
    top: -48px;
    top: calc(-36px + var(--sp-v-s)*-1);
    right: 0;
    padding-top: 24px;
    font-size: 10px;
    color: #fff;
    color: var(--color-text-primaryLight)
}

.fr-modalChild_close:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-close@3.0.0.svg#close);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-close@3.0.0.svg#close);
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px
}

.-contents .fr-modalChild_close {
    display: none
}

.fr-modalParent_contents,.fr-modalParent_overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.fr-modalParent_contents,.fr-modalParent_contentsInner {
    z-index: 23;
    z-index: var(--z-index-modal);
    width: 100vw;
    min-height: 100dvh
}

.fr-modalParent_contents {
    position: fixed;
    top: 0;
    left: 0
}

.fr-modalParent_contentsInner {
    position: relative
}

.fr-modalParent_overlay {
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21;
    z-index: var(--z-index-overlay)
}

.fr-modalParent_close {
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: -38px;
    right: -2px
}

[data-modal-is-active=true] .fr-modalParent_contents,[data-modal-is-active=true] .fr-modalParent_overlay {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.fr-fixedAnchor {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    position: fixed;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 13;
    z-index: var(--z-index-fixedAnchor);
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-border-tertiary);
    transition: opacity .2s;
    width: 100%
}

.fr-fixedAnchor.-isFixed {
    transition: opacity .2s;
    opacity: 1;
    pointer-events: auto
}

body[data-bff-version=v5] .fr-fixedAnchor.-isFixed {
    top: 58px
}

body[data-bff-version=v3] .fr-fixedAnchor.-isFixed {
    top: 71px
}

.fr-fixedAnchor.-loading {
    opacity: 0
}

.fr-fixedAnchor_container {
    width: 100%
}

.fr-fixedAnchor_inner {
    display: flex;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth
}

.fr-fixedAnchor_inner.is-drag {
    scroll-behavior: auto;
    -webkit-user-select: none;
    user-select: none
}

.fr-fixedAnchor_inner::-webkit-scrollbar {
    display: none
}

.fr-fixedAnchor_item {
    flex-basis: auto;
    flex-shrink: 0
}

.is-moving .fr-fixedAnchor_item {
    pointer-events: none
}

.fr-fixedAnchor_itemLink {
    display: block;
    cursor: pointer;
    padding: 12px 8px;
    padding: var(--sp-v-s) 8px;
    width: 100%;
    position: relative;
    color: #6a6a6a;
    color: var(--color-text-secondary);
    font-size: 14px
}

[lang=ja] .fr-fixedAnchor_itemLink,[lang=ko] .fr-fixedAnchor_itemLink {
    font-size: 13px
}

.fr-fixedAnchor_itemLink.-current {
    color: #000;
    color: var(--color-text-primary)
}

.fr-fixedAnchor_itemLink.-current:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    background-color: var(--color-fill-primary);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
    z-index: var(--z-index-fixedAnchorCurrent)
}

.fr-fixedAnchor_movingButton {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.fr-fixedAnchor_movingButtonArrow.-next:after,.fr-fixedAnchor_movingButtonArrow.-prev:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/chevron_fixedAnchor.svg#arrow);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/chevron_fixedAnchor.svg#arrow);
    background-color: #949494;
    background-color: var(--color-fill-secondary);
    position: absolute;
    top: 50%;
    margin-top: -12px
}

.fr-fixedAnchor_movingButtonArrow.-prev:after {
    transform: rotate(180deg);
    left: 0
}

.fr-fixedAnchor_movingButtonArrow.-next:after {
    right: 0
}

.fr-stepFlow {
    display: flex;
    align-items: center
}

.fr-stepFlow.-center,.fr-stepFlow_number {
    justify-content: center
}

.fr-stepFlow_number {
    border: 1px solid #dadada;
    border: 1px solid var(--color-border-tertiary);
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1
}

.-small .fr-stepFlow_number {
    width: 30px;
    height: 30px;
    min-width: 30px
}

.-large .fr-stepFlow_number {
    width: 44px;
    height: 44px;
    min-width: 44px
}

.fr-productGrid {
    width: 50%
}

.fr-productGrid:nth-child(2n) {
    padding-left: 1px
}

.fr-productGridParent {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    display: flex;
    flex-wrap: wrap
}

.fr-productGridParent.-column-3 {
    justify-content: space-between;
    padding-right: 4vw;
    padding-right: var(--sp-h-1g);
    padding-left: 4vw;
    padding-left: var(--sp-h-1g)
}

.fr-productGridParent.-column-3 .fr-productGrid {
    flex: 1
}

.fr-productGridParent.-column-3 .fr-productGrid+.fr-productGrid {
    margin-left: 4vw;
    margin-left: var(--sp-h-1g)
}

.fr-productGrid_content {
    padding: 20px 4vw;
    padding: var(--sp-v-m) var(--sp-h-1g)
}

.fr-productGridParent.-column-3 .fr-productGrid_content {
    padding-right: 0;
    padding-left: 0
}

.fr-productGrid_box {
    display: flex;
    justify-content: space-between;
    margin-top: 1px
}

.fr-productGrid_gender,.fr-productGrid_size {
    font-size: 11px;
    line-height: 16.5px
}

.fr-productGrid_name,.fr-productGrid_text {
    line-height: 19.5px;
    margin-top: 4px;
    margin-top: var(--sp-v-xxs)
}

.fr-productGrid_price {
    font-size: 18px;
    line-height: 21.6px;
    margin-top: 4px;
    margin-top: var(--sp-v-xxs)
}

.colorChip {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px
}

.colorChip_item {
    cursor: pointer;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 11px;
    height: 11px
}

[lang=ja] & .fr-productGrid_name,[lang=ko] & .fr-productGrid_name {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

.fr-quate_container {
    padding-left: calc(24px + 4vw);
    padding-left: calc(24px + var(--sp-h-1g));
    padding-right: calc(24px + 4vw);
    padding-right: calc(24px + var(--sp-h-1g));
    position: relative
}

.fr-quate_container:after,.fr-quate_container:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-quotation@2.0.0.svg#quotation);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-quotation@2.0.0.svg#quotation);
    background-color: #000;
    background-color: var(--color-fill-primary);
    position: absolute
}

.fr-quate_container:before {
    top: 0;
    left: 0
}

.fr-quate_container:after {
    transform: rotate(180deg);
    bottom: 0;
    right: 0
}

.fr-quate_attribute {
    font-size: 11px;
    line-height: 1.2
}

[lang=ja] .fr-quate_attribute,[lang=ko] .fr-quate_attribute {
    line-height: 1.4
}

.fr-bff-products {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight)
}

.fr-bff-products[data-component-type=ProductCarouselDestroy] {
    display: flex;
    flex-wrap: wrap;
    width: 100vw
}

.fr-bff-products[data-component-type=ProductCarouselDestroy][data-products-length="1"].-center,.fr-bff-products[data-component-type=ProductCarouselDestroy][data-products-length="2"].-center {
    justify-content: center
}

.fr-bff-products[data-component-type=ProductGrid] {
    display: flex;
    flex-wrap: wrap;
    width: 100vw
}

.fr-bff-products[data-component-type=ProductGrid][data-products-length="1"].-center,.fr-bff-products[data-component-type=ProductGridHorizontal][data-products-length="1"].-center {
    justify-content: center
}

.fr-bff-products.swiper-container {
    padding-bottom: 0
}

[data-component-type=ProductGridHorizontal] .fr-bff-product:first-child,[data-component-type=ProductGridText] .fr-bff-product:first-child {
    margin-top: 0
}

[data-component-type=ProductCarousel][data-products-length="1"] .fr-bff-product:first-child,[data-component-type=ProductCarousel][data-products-length="2"] .fr-bff-product:nth-child(2) {
    margin-right: 0!important
}

[data-component-type=ProductGrid] .fr-bff-product:nth-child(-n+2) {
    margin-top: 0
}

[data-component-type=ProductGrid] .fr-bff-product:nth-child(odd) {
    margin-left: 0
}

.fr-bff-product_imgWrapper {
    position: relative
}

.fr-bff-product_noimage {
    width: 100%;
    background-color: #f4f4f4;
    background-color: var(--color-fill-background)
}

.fr-bff-product_noimageIcon {
    width: 28%;
    height: 28%;
    fill: #6a6a6a
}

.fr-bff-product_noimage_Wrapper {
    background-color: #f4f4f4;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.fr-bff-product_noimage_text {
    font-size: 21.888px;
    color: #6a6a6a;
    max-width: 100%;
    padding: 0 .75rem;
    text-align: center;
    font-weight: 400
}

[data-component-type=ProductCarousel] .fr-bff-product_colorChipsAndFavorite,[data-component-type=ProductCarouselDestroy] .fr-bff-product_colorChipsAndFavorite {
    margin-right: 4px;
    margin-right: var(--sp-v-xxs)
}

[data-component-type=ProductGrid] .fr-bff-product_colorChipsAndFavorite {
    margin-right: 4px;
    margin-right: var(--sp-v-xxs);
    width: calc(100% - 19px);
    margin-left: 15px
}

[data-component-type=ProductGridText] .fr-bff-product_colorChips_container {
    margin-top: 12px;
    margin-top: var(--sp-v-s);
    margin-bottom: 8px;
    margin-bottom: var(--sp-v-xs);
    overflow: visible
}

[data-component-type=ProductGrid] .fr-bff-product_colorChips_container,[data-component-type=ProductGridHorizontal] .fr-bff-product_colorChips_container {
    margin-bottom: 13px;
    overflow: visible
}

[data-component-type=ProductGrid] .fr-bff-product {
    margin-top: 20px;
    margin-top: var(--sp-v-m);
    width: 50vw
}

[data-component-type=ProductGrid] .fr-bff-product .swiper-button-next,[data-component-type=ProductGrid] .fr-bff-product .swiper-button-prev {
    width: 44px;
    height: 44px;
    margin-top: -22px
}

[data-component-type=ProductGridHorizontal] .fr-bff-product {
    display: flex;
    margin-top: 20px;
    margin-top: var(--sp-v-m)
}

[data-component-type=ProductGridHorizontal] .fr-bff-product .swiper-button-next,[data-component-type=ProductGridHorizontal] .fr-bff-product .swiper-button-prev {
    width: 44px;
    height: 44px;
    margin-top: -22px
}

[data-component-type=ProductCarouselDestroy] .fr-bff-product {
    margin-top: 20px;
    margin-top: var(--sp-v-m);
    width: 30.66667vw
}

[data-component-type=ProductCarousel][data-pc-panel="4"] .fr-bff-product,[data-component-type=ProductCarousel][data-pc-panel="5"] .fr-bff-product {
    width: 41.06667vw
}

[data-component-type=ProductGridText] .fr-bff-product {
    margin-top: 20px;
    margin-top: var(--sp-v-m)
}

[data-component-type=ProductGridHorizontal] .fr-bff-product>.fr-bff-product_imgWrapper,[data-component-type=ProductGridHorizontal] .fr-bff-product_imgWrapper {
    width: 44vw;
    margin-right: 14px
}

[data-component-type=ProductGridText] .fr-bff-product_imgWrapper {
    display: none
}

[data-component-type=ProductGridHorizontal] .fr-bff-product_content {
    flex: 1
}

[data-component-type=ProductCarousel] .fr-bff-product_content,[data-component-type=ProductCarouselDestroy] .fr-bff-product_content {
    margin-right: 12px;
    margin-right: var(--sp-v-s)
}

.fr-bff-product_gender {
    color: #6a6a6a;
    color: var(--color-text-secondary)
}

[data-component-type=ProductCarousel] .fr-bff-product_gender,[data-component-type=ProductCarouselDestroy] .fr-bff-product_gender {
    font-size: 11px;
    line-height: 1.2
}

[lang=ja] [data-component-type=ProductCarousel] .fr-bff-product_gender,[lang=ja] [data-component-type=ProductCarouselDestroy] .fr-bff-product_gender,[lang=ko] [data-component-type=ProductCarousel] .fr-bff-product_gender,[lang=ko] [data-component-type=ProductCarouselDestroy] .fr-bff-product_gender {
    line-height: 1.4
}

[data-component-type=ProductGrid] .fr-bff-product_gender,[data-component-type=ProductGridHorizontal] .fr-bff-product_gender,[data-component-type=ProductGridText] .fr-bff-product_gender {
    font-size: 12px;
    line-height: 1.2
}

[lang=ja] [data-component-type=ProductGrid] .fr-bff-product_gender,[lang=ja] [data-component-type=ProductGridHorizontal] .fr-bff-product_gender,[lang=ja] [data-component-type=ProductGridText] .fr-bff-product_gender,[lang=ko] [data-component-type=ProductGrid] .fr-bff-product_gender,[lang=ko] [data-component-type=ProductGridHorizontal] .fr-bff-product_gender,[lang=ko] [data-component-type=ProductGridText] .fr-bff-product_gender {
    line-height: 1.4
}

[lang=ja] [data-component-type=ProductCarousel] .fr-bff-product_gender,[lang=ja] [data-component-type=ProductCarouselDestroy] .fr-bff-product_gender,[lang=ko] [data-component-type=ProductCarousel] .fr-bff-product_gender,[lang=ko] [data-component-type=ProductCarouselDestroy] .fr-bff-product_gender {
    font-size: 11px
}

[data-component-type=ProductCarousel] .fr-bff-product_name,[data-component-type=ProductCarouselDestroy] .fr-bff-product_name,[data-component-type=ProductGrid] .fr-bff-product_name,[data-component-type=ProductGridHorizontal] .fr-bff-product_name,[data-component-type=ProductGridText] .fr-bff-product_name {
    margin-top: 4px;
    margin-top: var(--sp-v-xxs);
    font-size: 13px;
    line-height: 1.3;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] [data-component-type=ProductCarousel] .fr-bff-product_name,[lang=ja] [data-component-type=ProductCarouselDestroy] .fr-bff-product_name,[lang=ja] [data-component-type=ProductGrid] .fr-bff-product_name,[lang=ja] [data-component-type=ProductGridHorizontal] .fr-bff-product_name,[lang=ja] [data-component-type=ProductGridText] .fr-bff-product_name {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

[lang=ja] [data-component-type=ProductCarousel] .fr-bff-product_name,[lang=ja] [data-component-type=ProductCarouselDestroy] .fr-bff-product_name,[lang=ja] [data-component-type=ProductGrid] .fr-bff-product_name,[lang=ja] [data-component-type=ProductGridHorizontal] .fr-bff-product_name,[lang=ja] [data-component-type=ProductGridText] .fr-bff-product_name,[lang=ko] [data-component-type=ProductCarousel] .fr-bff-product_name,[lang=ko] [data-component-type=ProductCarouselDestroy] .fr-bff-product_name,[lang=ko] [data-component-type=ProductGrid] .fr-bff-product_name,[lang=ko] [data-component-type=ProductGridHorizontal] .fr-bff-product_name,[lang=ko] [data-component-type=ProductGridText] .fr-bff-product_name {
    font-size: 12px;
    line-height: 1.5
}

[data-component-type=ProductCarousel] .fr-bff-product_futureExhibition,[data-component-type=ProductCarouselDestroy] .fr-bff-product_futureExhibition,[data-component-type=ProductGrid] .fr-bff-product_futureExhibition,[data-component-type=ProductGridHorizontal] .fr-bff-product_futureExhibition,[data-component-type=ProductGridText] .fr-bff-product_futureExhibition {
    color: #6a6a6a;
    color: var(--color-text-secondary);
    margin-top: 4px;
    margin-top: var(--sp-v-xxs);
    font-size: 12px;
    line-height: 1.2
}

[lang=ja] [data-component-type=ProductCarousel] .fr-bff-product_futureExhibition,[lang=ja] [data-component-type=ProductCarouselDestroy] .fr-bff-product_futureExhibition,[lang=ja] [data-component-type=ProductGrid] .fr-bff-product_futureExhibition,[lang=ja] [data-component-type=ProductGridHorizontal] .fr-bff-product_futureExhibition,[lang=ja] [data-component-type=ProductGridText] .fr-bff-product_futureExhibition,[lang=ko] [data-component-type=ProductCarousel] .fr-bff-product_futureExhibition,[lang=ko] [data-component-type=ProductCarouselDestroy] .fr-bff-product_futureExhibition,[lang=ko] [data-component-type=ProductGrid] .fr-bff-product_futureExhibition,[lang=ko] [data-component-type=ProductGridHorizontal] .fr-bff-product_futureExhibition,[lang=ko] [data-component-type=ProductGridText] .fr-bff-product_futureExhibition {
    line-height: 1.4
}

[data-component-type=ProductCarousel] .fr-bff-product_price,[data-component-type=ProductCarouselDestroy] .fr-bff-product_price,[data-component-type=ProductGrid] .fr-bff-product_price,[data-component-type=ProductGridHorizontal] .fr-bff-product_price,[data-component-type=ProductGridText] .fr-bff-product_price {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 4px;
    margin-top: var(--sp-v-xxs);
    letter-spacing: .4px
}

[data-component-type=ProductCarousel] .fr-bff-product_priceAndDualPricing,[data-component-type=ProductCarouselDestroy] .fr-bff-product_priceAndDualPricing,[data-component-type=ProductGrid] .fr-bff-product_priceAndDualPricing,[data-component-type=ProductGridHorizontal] .fr-bff-product_priceAndDualPricing,[data-component-type=ProductGridText] .fr-bff-product_priceAndDualPricing {
    display: block
}

[data-component-type=ProductCarousel] .fr-bff-product_dualPricing,[data-component-type=ProductCarouselDestroy] .fr-bff-product_dualPricing,[data-component-type=ProductGrid] .fr-bff-product_dualPricing,[data-component-type=ProductGridHorizontal] .fr-bff-product_dualPricing,[data-component-type=ProductGridText] .fr-bff-product_dualPricing {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 4px;
    margin-top: var(--sp-v-xxs);
    text-decoration: line-through
}

[data-component-type=ProductCarousel] .fr-bff-product_dualPricing_percentage,[data-component-type=ProductCarouselDestroy] .fr-bff-product_dualPricing_percentage,[data-component-type=ProductGrid] .fr-bff-product_dualPricing_percentage,[data-component-type=ProductGridHorizontal] .fr-bff-product_dualPricing_percentage,[data-component-type=ProductGridText] .fr-bff-product_dualPricing_percentage {
    margin-left: 8px;
    font-size: 12px;
    line-height: 1.3;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] [data-component-type=ProductCarousel] .fr-bff-product_dualPricing_percentage,[lang=ja] [data-component-type=ProductCarouselDestroy] .fr-bff-product_dualPricing_percentage,[lang=ja] [data-component-type=ProductGrid] .fr-bff-product_dualPricing_percentage,[lang=ja] [data-component-type=ProductGridHorizontal] .fr-bff-product_dualPricing_percentage,[lang=ja] [data-component-type=ProductGridText] .fr-bff-product_dualPricing_percentage,[lang=ko] [data-component-type=ProductCarousel] .fr-bff-product_dualPricing_percentage,[lang=ko] [data-component-type=ProductCarouselDestroy] .fr-bff-product_dualPricing_percentage,[lang=ko] [data-component-type=ProductGrid] .fr-bff-product_dualPricing_percentage,[lang=ko] [data-component-type=ProductGridHorizontal] .fr-bff-product_dualPricing_percentage,[lang=ko] [data-component-type=ProductGridText] .fr-bff-product_dualPricing_percentage {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

[data-component-type=ProductCarousel] .fr-bff-product_dualPricing+.fr-bff-product_price,[data-component-type=ProductCarouselDestroy] .fr-bff-product_dualPricing+.fr-bff-product_price,[data-component-type=ProductGrid] .fr-bff-product_dualPricing+.fr-bff-product_price,[data-component-type=ProductGridHorizontal] .fr-bff-product_dualPricing+.fr-bff-product_price,[data-component-type=ProductGridText] .fr-bff-product_dualPricing+.fr-bff-product_price {
    margin-top: 0
}

[data-component-type=ProductCarousel] .fr-bff-product_priceFlags,[data-component-type=ProductCarouselDestroy] .fr-bff-product_priceFlags,[data-component-type=ProductGrid] .fr-bff-product_priceFlags,[data-component-type=ProductGridHorizontal] .fr-bff-product_priceFlags,[data-component-type=ProductGridText] .fr-bff-product_priceFlags {
    color: #e00;
    color: var(--color-fill-attention);
    margin-top: 4px;
    margin-top: var(--sp-v-xxs);
    font-size: 12px;
    line-height: 1.2
}

[lang=ja] [data-component-type=ProductCarousel] .fr-bff-product_priceFlags,[lang=ja] [data-component-type=ProductCarouselDestroy] .fr-bff-product_priceFlags,[lang=ja] [data-component-type=ProductGrid] .fr-bff-product_priceFlags,[lang=ja] [data-component-type=ProductGridHorizontal] .fr-bff-product_priceFlags,[lang=ja] [data-component-type=ProductGridText] .fr-bff-product_priceFlags,[lang=ko] [data-component-type=ProductCarousel] .fr-bff-product_priceFlags,[lang=ko] [data-component-type=ProductCarouselDestroy] .fr-bff-product_priceFlags,[lang=ko] [data-component-type=ProductGrid] .fr-bff-product_priceFlags,[lang=ko] [data-component-type=ProductGridHorizontal] .fr-bff-product_priceFlags,[lang=ko] [data-component-type=ProductGridText] .fr-bff-product_priceFlags {
    line-height: 1.4
}

[data-component-type=ProductCarousel] .fr-bff-product_priceFlagsItem.-grayFlag,[data-component-type=ProductCarouselDestroy] .fr-bff-product_priceFlagsItem.-grayFlag,[data-component-type=ProductGrid] .fr-bff-product_priceFlagsItem.-grayFlag,[data-component-type=ProductGridHorizontal] .fr-bff-product_priceFlagsItem.-grayFlag,[data-component-type=ProductGridText] .fr-bff-product_priceFlagsItem.-grayFlag {
    color: #6a6a6a;
    color: var(--color-text-secondary)
}

[data-component-type=ProductCarousel] .fr-bff-product_sizes,[data-component-type=ProductCarouselDestroy] .fr-bff-product_sizes,[data-component-type=ProductGrid] .fr-bff-product_sizes,[data-component-type=ProductGridHorizontal] .fr-bff-product_sizes,[data-component-type=ProductGridText] .fr-bff-product_sizes {
    display: none
}

.fr-bff-product_noStock {
    font-size: 13px;
    line-height: 1.3;
    color: #6a6a6a;
    color: var(--color-text-secondary);
    margin-top: 4px;
    margin-top: var(--sp-v-xxs)
}

[lang=ja] .fr-bff-product_noStock,[lang=ko] .fr-bff-product_noStock {
    line-height: 1.5
}

.fr-bff-product_reviewStars {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 4px;
    margin-top: var(--sp-v-xxs)
}

.fr-bff-product_reviewStar {
    background: url(/jp/ja/special-feature/feature/common/icons/star.svg) 0/5em 1em no-repeat;
    display: inline-block;
    height: 14px;
    vertical-align: sub;
    width: 14px;
    background-position: -4em
}

.fr-bff-product_reviewStar+.fr-bff-product_reviewStar {
    margin-left: 4px;
    margin-left: var(--sp-v-xxs)
}

.fr-bff-product_reviewStar_number {
    font-size: 12px;
    line-height: 1.25;
    margin-left: 4px;
    font-weight: 600
}

.fr-bff-product_reviewCount {
    font-size: 10px;
    line-height: 1.2;
    margin-left: 4px
}

.fr-bff-product_colorChips {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px
}

[data-component-type=ProductCarouselDestroy] .fr-bff-product_colorChips {
    display: inline-block;
    line-height: 0;
    margin-top: 10.5px
}

[data-component-type=ProductGrid] .fr-bff-product_colorChips,[data-component-type=ProductGridHorizontal] .fr-bff-product_colorChips {
    margin-right: -8px
}

html.frNativeApp [data-component-type=ProductGrid] .fr-bff-product_colorChips,html.frNativeApp [data-component-type=ProductGridHorizontal] .fr-bff-product_colorChips {
    margin-right: 0;
    width: 100%
}

.fr-bff-product_colorChipsAndIcon {
    display: flex
}

[data-component-type=ProductCarouselDestroy] .fr-bff-product_colorChipsAndIcon {
    margin-right: 11px
}

[data-component-type=ProductCarousel] .fr-bff-product_colorChipsAndIcon {
    margin-right: 24px
}

.fr-bff-product_colorChipsAndFavorite {
    display: flex;
    justify-content: space-between
}

.fr-bff-product_colorChips_container {
    display: flex;
    flex-basis: auto;
    overflow: hidden
}

[data-component-type=ProductCarouselDestroy] .fr-bff-product_colorChips_container {
    display: inline-block
}

.fr-bff-product_colorChips_container.-processed {
    display: flex
}

.fr-bff-product_colorChips_label {
    cursor: pointer;
    transition: opacity .6s;
    width: 12px;
    height: 12px;
    margin-top: 2px
}

.fr-bff-product_colorChips_label:after {
    align-items: center;
    display: flex;
    justify-content: center;
    content: "";
    background: url(/jp/ja/special-feature/feature/common/img/common/plus-glay.svg) 0/cover no-repeat;
    margin-left: auto;
    width: 12px;
    height: 12px
}

.fr-bff-product_colorChip {
    width: 18px;
    height: 18px;
    cursor: pointer;
    transition: opacity .6s;
    margin-right: 8px;
    margin-top: 8px
}

[data-component-type=ProductCarouselDestroy] .fr-bff-product_colorChip {
    display: inline-block;
    margin-right: 6px;
    margin-top: 6px
}

.fr-bff-product_colorChip.-noMargin {
    margin-right: 0
}

.fr-bff-product_colorChip_img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    border: 1px solid #dadada;
    border: 1px solid var(--color-border-tertiary)
}

.fr-bff-product_colorChip.-current {
    position: relative
}

.fr-bff-product_colorChip.-current .fr-bff-product_colorChip_img {
    border: unset
}

.fr-bff-product_colorChip.-current:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border: 1px solid var(--color-border-primary);
    border-radius: 999px;
    position: absolute;
    top: -3px;
    left: -3px
}

.fr-bff-product_colorChip.-delete {
    display: none
}

.fr-bff-product_colorChipPlusIcon_wrapper {
    width: 16px;
    fill: #000;
    fill: var(--color-fill-primary);
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.fr-bff-product_link {
    display: block
}

.fr-bff-product_apology {
    width: 100%;
    font-size: 13px;
    line-height: 1.3;
    color: #6a6a6a;
    color: var(--color-text-secondary)
}

[lang=ja] .fr-bff-product_apology,[lang=ko] .fr-bff-product_apology {
    line-height: 1.5
}

[data-component-type=ProductCarouselDestroy] .fr-bff-product_colorChip {
    width: 11px;
    height: 11px
}

[data-component-type=ProductGrid] .swiper-container,[data-component-type=ProductGridHorizontal] .swiper-container {
    padding-bottom: 0
}

[data-component-type=ProductGrid] .swiper-button-next,[data-component-type=ProductGrid] .swiper-button-prev,[data-component-type=ProductGridHorizontal] .swiper-button-next,[data-component-type=ProductGridHorizontal] .swiper-button-prev {
    background-color: initial
}

.frNativeApp .fr-bff-product_colorChipsAndFavorite {
    justify-content: flex-start
}

.fr-bff-userReviews {
    position: relative
}

.fr-bff-userReviews.-OnlySeeAllReviews .swiper-wrapper {
    display: none
}

.fr-bff-userReviews_container {
    padding-left: 4vw;
    padding-left: var(--sp-h-1g);
    padding-right: 4vw;
    padding-right: var(--sp-h-1g);
    padding-bottom: 0
}

.fr-bff-userReviews_container .swiper-wrapper {
    align-items: stretch
}

.fr-bff-userReviews_total {
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    margin-top: 20px;
    margin-top: var(--sp-v-m);
    color: #005db5;
    cursor: pointer;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-bff-userReviews_total {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-bff-userReviews_total,[lang=ko] .fr-bff-userReviews_total {
    font-size: 13px;
    line-height: 1.5
}

.fr-bff-userReviews_totalWrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.fr-bff-userReviews .swiper-container {
    padding-bottom: 0
}

.fr-bff-userReview.swiper-slide {
    height: auto;
    padding: 20px 4vw;
    padding: var(--sp-v-m) var(--sp-h-1g);
    border: 1px solid #dadada;
    border: 1px solid var(--color-border-tertiary)
}

.fr-bff-userReview_heading {
    margin-top: 8px;
    margin-top: var(--sp-v-xs);
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-bff-userReview_heading {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

.fr-bff-userReview_container .fr-bff-product_reviewStars {
    margin-top: 0
}

.fr-bff-userReview_checkBox {
    display: none
}

.fr-bff-userReview_comment {
    margin-top: 12px;
    margin-top: var(--sp-v-s);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

[lang=ja] .fr-bff-userReview_comment,[lang=ko] .fr-bff-userReview_comment {
    font-size: 14px
}

.fr-bff-userReview_comment_seemore {
    display: block;
    text-decoration: underline;
    margin-top: 8px;
    margin-top: var(--sp-v-xs);
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
    color: #005db5;
    text-decoration: none;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-bff-userReview_comment_seemore {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

[lang=ja] .fr-bff-userReview_comment_seemore,[lang=ko] .fr-bff-userReview_comment_seemore {
    font-size: 13px;
    line-height: 1.5
}

.fr-bff-userReview_checkBox:checked+.fr-bff-userReview_comment+.fr-bff-userReview_comment_seemore,.fr-bff-userReview_comment_seemore.isHide {
    display: none
}

.fr-bff-userReview_checkBox:checked+.fr-bff-userReview_comment {
    display: block
}

.fr-bff-userReview_user {
    display: flex;
    font-size: 11px;
    line-height: 1.2;
    color: #6a6a6a;
    color: var(--color-text-secondary);
    margin-top: 12px;
    margin-top: var(--sp-v-s)
}

.fr-bff-userReview_userGender+.fr-bff-userReview_userAge:before,.fr-bff-userReview_userName+.fr-bff-userReview_userAge:before,.fr-bff-userReview_userName+.fr-bff-userReview_userGender:before {
    content: "・"
}

[lang=ja] .fr-bff-userReview_user,[lang=ko] .fr-bff-userReview_user {
    font-size: 11px;
    line-height: 1.4
}

.fr-bff-userReview_productName {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 4px;
    margin-top: var(--sp-v-xxs)
}

[lang=ja] .fr-bff-userReview_productName,[lang=ko] .fr-bff-userReview_productName {
    font-size: 11px;
    line-height: 1.4
}

.fr-bff-favorite {
    width: 44px;
    height: 44px;
    z-index: 1;
    z-index: var(--z-index-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.fr-bff-favorite:focus-visible {
    outline: revert
}

.fr-bff-favorite_icon {
    fill: #000;
    fill: var(--color-fill-primary)
}

.fr-bff-favorite_icon g {
    opacity: 0;
    transition: opacity .18s cubic-bezier(.4,0,.2,1)
}

.fr-bff-favorite_icon g:first-child {
    opacity: 1
}

.fr-bff-favorite.-active .fr-bff-favorite_icon g {
    fill: #e00;
    fill: var(--color-fill-attention);
    opacity: 1
}

.fr-bff-category-products-loading-indicator {
    width: 100%
}

.fr-bff-category-products-loading-indicator-normal {
    height: 11.875rem;
    position: relative
}

.fr-bff-category-products-loading-indicator .fr-bff-category-products-loading-indicator-spinner-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 52px;
    height: 40px;
    width: 40px;
    z-index: 9
}

.fr-bff-category-products-loading-indicator-spinner {
    animation: fr-bff-category-products-loader-spin 2s linear infinite;
    background-color: initial;
    border-left: 3px solid transparent;
    border-radius: 50%;
    border-top: 3px solid transparent;
    border-color: #dadada transparent transparent #dadada;
    border-style: solid;
    border-width: 3px;
    height: 40px;
    position: absolute;
    width: 40px
}

.fr-bff-category-products-loading-indicator-spinner-2 {
    animation: fr-bff-category-products-loader-spin 1s linear infinite;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    border-color: transparent #000 #000 transparent;
    border-style: solid;
    border-width: 3px
}

@keyframes fr-bff-category-products-loader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.fr-mediaCarouselThumbs_items {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4vw;
    padding: 0 var(--sp-h-1g)
}

.fr-mediaCarouselThumbs_item {
    width: calc((100% - 16vw)/5);
    width: calc((100% - var(--sp-h-1g)*4)/5);
    margin-top: 12px;
    margin-top: var(--sp-v-s);
    cursor: pointer;
    margin-right: 4vw;
    margin-right: var(--sp-h-1g);
    position: relative
}

.fr-mediaCarouselThumbs_item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #767676;
    border: 1px solid var(--color-border-secondary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    z-index: var(--z-index-primary)
}

.fr-mediaCarouselThumbs_item:nth-child(5n) {
    margin-right: 0
}

.fr-mediaCarouselThumbs_item.-current:before {
    content: "";
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid transparent;
    position: absolute;
    top: -2px;
    left: -2px
}

.fr-mediaCarouselThumbs_item.-current:after {
    content: "";
    display: block;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 2px solid #000;
    border: 2px solid var(--color-border-primary);
    position: absolute;
    top: -4px;
    left: -4px
}

.fr-mediaCarouselThumbs .swiper-container {
    padding-bottom: 0
}

.fr-mediaCarouselThumbs .swiper-button-next,.fr-mediaCarouselThumbs .swiper-button-prev {
    top: 50%
}

.fr-functionalIcon {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.2
}

[lang=ja] .fr-functionalIcon,[lang=ko] .fr-functionalIcon {
    font-size: 11px;
    line-height: 1.4
}

.fr-functionalIcon_item {
    width: 25%;
    text-align: center;
    padding: 0 3px;
    margin-top: 12px;
    margin-top: var(--sp-v-s);
    color: #000;
    color: var(--color-text-primary)
}

.fr-functionalIcon_item:nth-child(-n+4) {
    margin-top: 0
}

.fr-functionalIcon_itemInner {
    width: 36px;
    height: 36px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 36px;
    mask-size: 36px;
    background-color: #000;
    background-color: var(--color-fill-primary);
    margin: 0 auto 4px
}

.fr-functionalIcon_itemInner.-functional-dry {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-dry.svg#functional-dry);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-dry.svg#functional-dry)
}

.fr-functionalIcon_itemInner.-functional-high-functional-dry {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-high-functional-dry.svg#functional-high-functional-dry);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-high-functional-dry.svg#functional-high-functional-dry)
}

.fr-functionalIcon_itemInner.-functional-stretch {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-stretch.svg#functional-stretch);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-stretch.svg#functional-stretch)
}

.fr-functionalIcon_itemInner.-functional-warmth-retention {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-warmth-retention.svg#functional-warmth-retention);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-warmth-retention.svg#functional-warmth-retention)
}

.fr-functionalIcon_itemInner.-functional-thermal-storage {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-thermal-storage.svg#functional-thermal-storage);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-thermal-storage.svg#functional-thermal-storage)
}

.fr-functionalIcon_itemInner.-functional-water-repelling {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-water-repelling.svg#functional-water-repelling);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-water-repelling.svg#functional-water-repelling)
}

.fr-functionalIcon_itemInner.-functional-durable-water-repellency {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-durable-water-repellency.svg#functional-durable-water-repellency);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-durable-water-repellency.svg#functional-durable-water-repellency)
}

.fr-functionalIcon_itemInner.-functional-waterproof {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-waterproof.svg#functional-waterproof);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-waterproof.svg#functional-waterproof)
}

.fr-functionalIcon_itemInner.-functional-windproof {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-windproof.svg#functional-windproof);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-windproof.svg#functional-windproof)
}

.fr-functionalIcon_itemInner.-functional-moisture-permeability {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-moisture-permeability.svg#functional-moisture-permeability);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-moisture-permeability.svg#functional-moisture-permeability)
}

.fr-functionalIcon_itemInner.-functional-machine-washable {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-machine-washable.svg#functional-machine-washable);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-machine-washable.svg#functional-machine-washable)
}

.fr-functionalIcon_itemInner.-functional-lightweight {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-lightweight.svg#functional-lightweight);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-lightweight.svg#functional-lightweight)
}

.fr-functionalIcon_itemInner.-functional-anti-static {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-anti-static.svg#functional-anti-static);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-anti-static.svg#functional-anti-static)
}

.fr-functionalIcon_itemInner.-functional-deodorant {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-deodorant.svg#functional-deodorant);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-deodorant.svg#functional-deodorant)
}

.fr-functionalIcon_itemInner.-functional-antibacterial-deodorant {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-antibacterial-deodorant.svg#functional-antibacterial-deodorant);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-antibacterial-deodorant.svg#functional-antibacterial-deodorant)
}

.fr-functionalIcon_itemInner.-functional-UV-cut {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-UV-cut.svg#functional-UV-cut);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-UV-cut.svg#functional-UV-cut)
}

.fr-functionalIcon_itemInner.-functional-contact-cooling {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-contact-cooling.svg#functional-contact-cooling);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-contact-cooling.svg#functional-contact-cooling)
}

.fr-functionalIcon_itemInner.-functional-heat-generating {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-heat-generating.svg#functional-heat-generating);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-heat-generating.svg#functional-heat-generating)
}

.fr-functionalIcon_itemInner.-functional-shape-retention {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-shape-retention.svg#functional-shape-retention);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-shape-retention.svg#functional-shape-retention)
}

.fr-functionalIcon_itemInner.-functional-moisture-retention {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-moisture-retention.svg#functional-moisture-retention);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-moisture-retention.svg#functional-moisture-retention)
}

.fr-functionalIcon_itemInner.-functional-moisture-absorption-heat-dissipation {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-moisture-absorption-heat-dissipation.svg#functional-moisture-absorption-heat-dissipation);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-moisture-absorption-heat-dissipation.svg#functional-moisture-absorption-heat-dissipation)
}

.fr-functionalIcon_itemInner.-functional-skin-surface-smoothness {
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-skin-surface-smoothness.svg#functional-skin-surface-smoothness);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/functional-skin-surface-smoothness.svg#functional-skin-surface-smoothness)
}

.fr-videoAutoPlay {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s
}

.fr-videoAutoPlay.isActive {
    opacity: 1
}

.fr-videoAutoPlay_wrapper {
    position: relative;
    width: 100%;
    height: auto
}

.fr-videoAutoPlay_wrapper:before {
    content: "";
    display: block
}

.fr-videoAutoPlay_button {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 0
}

.fr-videoAutoPlay_button.-play {
    right: 0
}

.fr-videoAutoPlay_button[data-play-status=play] {
    background-image: url(/jp/ja/special-feature/feature/common/icons/icon-pause@3.0.0.svg#pause)
}

.fr-videoAutoPlay_button[data-play-status=pause] {
    background-image: url(/jp/ja/special-feature/feature/common/icons/icon-play@3.0.0.svg#play)
}

.fr-videoAutoPlay_button.-sound {
    left: 0
}

.fr-videoAutoPlay_button[data-sound-status=sound] {
    background-image: url(/jp/ja/special-feature/feature/common/icons/icon-sound@3.0.0.svg#sound)
}

.fr-videoAutoPlay_button[data-sound-status=muted] {
    background-image: url(/jp/ja/special-feature/feature/common/icons/icon-muted@3.0.0.svg#muted)
}

#globalHeader {
    position: relative;
    z-index: 19;
    z-index: var(--z-index-globalHeader)
}

.modal_contents,.modal_overlay {
    opacity: 0;
    visibility: hidden
}

.modal_contents,.modal_contentsInner {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 23;
    z-index: var(--z-index-modal);
    transform: translate(-50%,-50%)
}

.-video .modal_contents,.-video .modal_contentsInner {
    padding-top: 51.75vw;
    padding-top: calc(0.5625*(100vw - var(--sp-h-1g)*2));
    width: 92vw;
    width: calc(100vw - var(--sp-h-1g)*2)
}

.-video .modal_contents.-landscape,.-video .modal_contents.-landscape .modal_contentsInner {
    padding-top: 39.375vw;
    width: 70vw
}

.-favoriteList .modal_overlay {
    display: none
}

.modal .-favoriteList .fr-bff-favorite_icon {
    margin-left: 10px;
    margin-right: 10px
}

.modal_favoriteList_body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    min-height: auto;
    background-color: #fff;
    background-color: var(--color-fill-primaryLight)
}

.modal_favoriteList_content {
    padding: 28px 20px 0;
    padding: var(--sp-v-l) var(--sp-v-m) 0;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    flex-grow: 1;
    display: flex
}

.modal_favoriteList_color {
    margin-bottom: 28px;
    margin-bottom: var(--sp-v-l)
}

.modal_favoriteList_color_header {
    display: flex;
    margin-bottom: 20px;
    margin-bottom: var(--sp-v-m)
}

.modal_favoriteList_color_header_image {
    height: auto;
    width: 88px;
    margin-right: 15px;
    position: relative
}

.modal_favoriteList_color_header_image_img {
    height: auto;
    width: 88px
}

.modal_favoriteList_color_header_title {
    font-size: 14px;
    line-height: 1.5
}

.modal_favoriteList_size_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: initial;
    border: 1px solid transparent;
    outline: 0;
    padding: 0;
    min-height: 61px;
    font-family: UniqloPro Bold,sans-serif
}

.modal_favoriteList_size_content .fr-bff-favorite_icon {
    margin-left: 10px;
    margin-right: 10px
}

.modal_favoriteList_size_content .v5-favorite-add-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer
}

.modal_favoriteList_size_content .v5-favorite-add-delete.-active .fr-bff-favorite_icon g {
    fill: #e00;
    fill: var(--color-fill-attention);
    opacity: 1;
    transform-origin: center center;
    animation: favoriteIcon-toggle .4s
}

@keyframes favoriteIcon-toggle {
    0% {
        transform: scale(.7)
    }

    50% {
        transform: scale(1.08)
    }

    to {
        transform: scale(1)
    }
}

.modal_favoriteList_size_keyline {
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-border-tertiary)
}

.modal_favoriteList_size_label {
    font-size: 13px;
    margin: 12px 8px 12px 7.5px;
    line-height: 20px;
    color: #000;
    color: var(--color-text-primary);
    text-align: left;
    flex-grow: 1
}

.modal_favoriteList_button {
    display: flex;
    align-items: center;
    padding: 8px 0;
    padding: var(--pc-v-xs) 0
}

.modal_favoriteList_colorChip {
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: opacity .6s
}

.modal_favoriteList_colorChip_img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    border: 1px solid #767676;
    border: 1px solid var(--color-border-secondary)
}

.modal_favoriteList_colorChip.-current {
    position: relative
}

.modal_favoriteList_colorChip.-current .fr-bff-product_colorChip_img {
    border: unset
}

.modal_favoriteList_colorChip.-current:after {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    border: 2px solid #000;
    border: 2px solid var(--color-border-primary);
    border-radius: 999px;
    position: absolute;
    top: -4px;
    left: -4px
}

.modal_favoriteList_colorChipList {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(auto-fill,minmax(36px,36px));
    margin-bottom: 0
}

.modal_favoriteList_background_scroll_disabled {
    overflow: hidden;
    position: fixed;
    width: 100%
}

.modal.-favoriteList .modal_contents {
    padding-top: 0;
    width: 100vw;
    height: auto;
    transform: unset;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    position: fixed;
    overflow: auto;
    background-color: rgba(0,0,0,.5)
}

.modal.-favoriteList .modal_contentsInner {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    padding-top: 0;
    height: 100%;
    transform: unset;
    margin: auto;
    max-height: 100%;
    position: absolute;
    overflow: visible;
    top: 133px;
    left: 0;
    right: 0;
    width: 100vw;
    display: flex;
    flex-direction: column
}

.modal.-favoriteList .modal_contentsInner .modal_btns {
    padding-bottom: 28px;
    padding-bottom: var(--sp-v-l)
}

.modal.-favoriteList .modal_contentsInner .modal_btn {
    width: 100%
}

.-favoriteList .modal_favoriteClose {
    display: block;
    margin-left: 15px;
    padding: 4px;
    padding: var(--pc-v-xxs);
    text-align: center;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer
}

.-favoriteList .modal_favoriteCloseText {
    display: block;
    font-size: 10px;
    line-height: 1;
    color: #000;
    color: var(--color-text-primary);
    margin-top: -2px
}

.-favoriteList .modal_header {
    align-items: center;
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-border-tertiary);
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    padding: var(--sp-v-s) var(--sp-v-m);
    flex: 0 0 auto
}

.-with_sticky_header .modal_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 23;
    z-index: var(--z-index-modal);
    background-color: #fff;
    background-color: var(--color-fill-primaryLight)
}

.-with_sticky_header .modal_favoriteList_body {
    margin-top: 63px
}

.-favoriteList .modal_heading {
    font-size: 18px;
    padding: 0;
    position: relative;
    line-height: 1.4
}

.modal.-favorite .modal_contents,.modal.-favorite .modal_contentsInner {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    padding-top: 0;
    width: 100vw;
    height: auto;
    top: unset;
    left: unset;
    bottom: 0;
    transform: unset
}

.modal_contentsIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal_overlay {
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21;
    z-index: var(--z-index-overlay)
}

.modal_close {
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: -38px;
    right: -2px
}

.-favorite .modal_heading {
    padding: 28px 15px;
    padding: var(--sp-v-l) 15px
}

.-favorite .modal_body {
    margin-bottom: 28px;
    margin-bottom: var(--sp-v-l);
    padding-right: 15px;
    padding-left: 15px
}

.modal_btns {
    align-items: center;
    justify-content: center;
    display: flex
}

.modal_btn {
    font-size: 16px;
    line-height: 1.344;
    margin: 0;
    min-height: 46px;
    padding: 12px 4px;
    padding: var(--sp-v-s) 4px;
    text-align: center;
    width: 50vw
}

.modal_btn.-cancel {
    color: #000;
    color: var(--color-text-primary);
    border-top: 1px solid #dadada;
    border-top: 1px solid var(--color-border-tertiary)
}

.modal_btn.-favoriteList,.modal_btn.-login {
    background-color: #000;
    background-color: var(--color-fill-primary);
    color: #fff;
    color: var(--color-text-primaryLight)
}

.modal_btn.-favoriteList {
    margin: auto;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 4px;
    cursor: pointer
}

.modal_btn.-favoriteList.-close {
    border-radius: 999px
}

.-favorite .modal_close,.modal_loginClose {
    display: none
}

.modal.-addedToCart .modal_contentsInner {
    top: unset;
    bottom: 0;
    height: auto
}

.modal.-addedToCart .modal_favoriteList_body {
    flex-grow: 0;
    display: block;
    height: 100%;
    padding: 28px 20px 48px;
    padding: var(--sp-v-l) 20px var(--sp-v-xxl) 20px
}

.modal .addedToCart_heading {
    font-size: 18px;
    line-height: 1.4
}

.modal .addedToCart_body {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
    margin-top: var(--sp-v-s)
}

.modal .addedToCartBtns {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    border-top: 1px solid #dadada;
    border-top: 1px solid var(--color-border-tertiary);
    padding: 28px 12px;
    padding: var(--sp-v-l) 12px;
    display: flex
}

.modal .addedToCartBtns_item {
    line-height: 50px;
    border: 1px solid transparent;
    text-align: center;
    background-color: #ccc;
    width: 50%;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 999px;
    padding: 16px 15px;
    font-family: Helvetica Neue,Helvetica,Arial,-apple-system,sans-serif;
    font-weight: 400
}

[lang=ja] .modal .addedToCartBtns_item {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

.modal .addedToCartBtns_item:nth-of-type(2n) {
    margin-left: 15px
}

.modal .addedToCartBtns_item.-cart {
    color: #fff;
    color: var(--color-text-primaryLight);
    background-color: #000
}

.modal .addedToCartBtns_item.-continue {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight);
    border-color: #000;
    cursor: pointer;
    color: #000
}

.modal .addedToCartFailed {
    color: #e00;
    color: var(--color-fill-attention)
}

.modalToolTip {
    width: 44px;
    height: 44px;
    position: relative
}

.modalToolTip_item {
    background-color: rgba(0,0,0,.85);
    color: #fff;
    color: var(--color-text-primaryLight);
    font-size: 13px;
    position: absolute;
    top: -77px;
    left: -2px;
    min-width: 200px;
    display: none;
    padding: 12px 0 12px 16px;
    cursor: default
}

.modalToolTip_item:before {
    border-top: 12px solid rgba(0,0,0,.85);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -12px;
    content: "";
    position: absolute;
    left: 16px
}

.modalToolTip.-single .modalToolTip_item {
    right: -2px;
    left: auto
}

.modalToolTip.-single .modalToolTip_item:before {
    right: 16px;
    left: auto
}

.modalToolTip_itemText {
    width: 140px
}

.modalToolTip_close {
    width: 44px;
    height: 44px
}

.modalSlideUpFavorite,.modalSlideUpLogin {
    animation: modalSlideUpTranslateY .4s cubic-bezier(.4,0,.2,1)
}

@keyframes modalSlideUpTranslateY {
    0% {
        transform: translateY(5%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes modalSlideUpTranslateXY {
    0% {
        transform: translate(-50%,-45%)
    }

    to {
        transform: translate(-50%,-50%)
    }
}

[data-modal-is-active=true] .modal_contents,[data-modal-is-active=true] .modal_overlay {
    visibility: visible
}

[data-modal-is-active=true] .modal_contents {
    opacity: 1
}

[data-modal-is-active=true] .modal_overlay {
    opacity: .75
}

[data-modal-is-active=true] .-favoriteList .modal_overlay {
    display: none
}

[lang=ja] .modal.-favorite .modal_heading {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-weight: 400
}

.fr-bff-addToCart[disabled] {
    cursor: default
}

.fr-loadingIndicator {
    width: 100%
}

.fr-loadingIndicator.-normal {
    height: 11.875rem;
    position: relative
}

.fr-loadingIndicator.-normal_spinnerContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 52px
}

.fr-loadingIndicator_spinnerContainer {
    width: 40px;
    height: 40px;
    z-index: 30
}

.fr-loadingIndicator.-fullScreen .fr-loadingIndicator_spinnerContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.fr-loadingIndicator.-overlay {
    background: hsla(0,0%,100%,.75);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: block;
    overflow: hidden;
    opacity: 1;
    transition: opacity 225ms cubic-bezier(.4,0,.2,1) 0s;
    visibility: visible
}

.fr-loadingIndicator_spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: initial;
    border-left: 3px solid transparent;
    border-top: 3px solid transparent;
    border-color: #dadada transparent transparent #dadada;
    border-style: solid;
    border-width: 3px;
    animation: fr-ec-loader-spin 2s linear infinite
}

.fr-loadingIndicator_spinner-2 {
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    border-color: transparent #000 #000 transparent;
    border-style: solid;
    border-width: 3px;
    animation: fr-ec-loader-spin 1s linear infinite
}

@keyframes fr-ec-loader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

[data-aspect-ratio="1:1"]:before {
    padding-top: 100%
}

[data-aspect-ratio="1:2"]:before {
    padding-top: 200%
}

[data-aspect-ratio="2:1"]:before {
    padding-top: 50%
}

[data-aspect-ratio="3:1"]:before {
    padding-top: 33.3333%
}

[data-aspect-ratio="3:4"]:before {
    padding-top: 133.3333%
}

[data-aspect-ratio="4:3"]:before {
    padding-top: 75%
}

[data-aspect-ratio="6:1"]:before {
    padding-top: 16.6667%
}

[data-aspect-ratio="16:9"]:before {
    padding-top: 56.25%
}

.fr-sp-pt-xxs {
    padding-top: 4px;
    padding-top: var(--sp-v-xxs)
}

.fr-sp-pb-xxs,.fr-sp-py-xxs {
    padding-bottom: 4px;
    padding-bottom: var(--sp-v-xxs)
}

.fr-sp-py-xxs {
    padding-top: 4px;
    padding-top: var(--sp-v-xxs)
}

.fr-sp-mt-xxs {
    margin-top: 4px;
    margin-top: var(--sp-v-xxs)
}

.fr-sp-mb-xxs,.fr-sp-my-xxs {
    margin-bottom: 4px;
    margin-bottom: var(--sp-v-xxs)
}

.fr-sp-my-xxs {
    margin-top: 4px;
    margin-top: var(--sp-v-xxs)
}

.fr-sp-pt-xs {
    padding-top: 8px;
    padding-top: var(--sp-v-xs)
}

.fr-sp-pb-xs,.fr-sp-py-xs {
    padding-bottom: 8px;
    padding-bottom: var(--sp-v-xs)
}

.fr-sp-py-xs {
    padding-top: 8px;
    padding-top: var(--sp-v-xs)
}

.fr-sp-mt-xs {
    margin-top: 8px;
    margin-top: var(--sp-v-xs)
}

.fr-sp-mb-xs,.fr-sp-my-xs {
    margin-bottom: 8px;
    margin-bottom: var(--sp-v-xs)
}

.fr-sp-my-xs {
    margin-top: 8px;
    margin-top: var(--sp-v-xs)
}

.fr-sp-pt-s {
    padding-top: 12px;
    padding-top: var(--sp-v-s)
}

.fr-sp-pb-s,.fr-sp-py-s {
    padding-bottom: 12px;
    padding-bottom: var(--sp-v-s)
}

.fr-sp-py-s {
    padding-top: 12px;
    padding-top: var(--sp-v-s)
}

.fr-sp-mt-s {
    margin-top: 12px;
    margin-top: var(--sp-v-s)
}

.fr-sp-mb-s,.fr-sp-my-s {
    margin-bottom: 12px;
    margin-bottom: var(--sp-v-s)
}

.fr-sp-my-s {
    margin-top: 12px;
    margin-top: var(--sp-v-s)
}

.fr-sp-pt-m {
    padding-top: 20px;
    padding-top: var(--sp-v-m)
}

.fr-sp-pb-m,.fr-sp-py-m {
    padding-bottom: 20px;
    padding-bottom: var(--sp-v-m)
}

.fr-sp-py-m {
    padding-top: 20px;
    padding-top: var(--sp-v-m)
}

.fr-sp-mt-m {
    margin-top: 20px;
    margin-top: var(--sp-v-m)
}

.fr-sp-mb-m,.fr-sp-my-m {
    margin-bottom: 20px;
    margin-bottom: var(--sp-v-m)
}

.fr-sp-my-m {
    margin-top: 20px;
    margin-top: var(--sp-v-m)
}

.fr-sp-pt-l {
    padding-top: 28px;
    padding-top: var(--sp-v-l)
}

.fr-sp-pb-l,.fr-sp-py-l {
    padding-bottom: 28px;
    padding-bottom: var(--sp-v-l)
}

.fr-sp-py-l {
    padding-top: 28px;
    padding-top: var(--sp-v-l)
}

.fr-sp-mt-l {
    margin-top: 28px;
    margin-top: var(--sp-v-l)
}

.fr-sp-mb-l,.fr-sp-my-l {
    margin-bottom: 28px;
    margin-bottom: var(--sp-v-l)
}

.fr-sp-my-l {
    margin-top: 28px;
    margin-top: var(--sp-v-l)
}

.fr-sp-pt-xl {
    padding-top: 36px;
    padding-top: var(--sp-v-xl)
}

.fr-sp-pb-xl,.fr-sp-py-xl {
    padding-bottom: 36px;
    padding-bottom: var(--sp-v-xl)
}

.fr-sp-py-xl {
    padding-top: 36px;
    padding-top: var(--sp-v-xl)
}

.fr-sp-mt-xl {
    margin-top: 36px;
    margin-top: var(--sp-v-xl)
}

.fr-sp-mb-xl,.fr-sp-my-xl {
    margin-bottom: 36px;
    margin-bottom: var(--sp-v-xl)
}

.fr-sp-my-xl {
    margin-top: 36px;
    margin-top: var(--sp-v-xl)
}

.fr-sp-pt-xxl {
    padding-top: 48px;
    padding-top: var(--sp-v-xxl)
}

.fr-sp-pb-xxl,.fr-sp-py-xxl {
    padding-bottom: 48px;
    padding-bottom: var(--sp-v-xxl)
}

.fr-sp-py-xxl {
    padding-top: 48px;
    padding-top: var(--sp-v-xxl)
}

.fr-sp-mt-xxl {
    margin-top: 48px;
    margin-top: var(--sp-v-xxl)
}

.fr-sp-mb-xxl,.fr-sp-my-xxl {
    margin-bottom: 48px;
    margin-bottom: var(--sp-v-xxl)
}

.fr-sp-my-xxl {
    margin-top: 48px;
    margin-top: var(--sp-v-xxl)
}

.fr-sp-pt-xxxl {
    padding-top: 64px;
    padding-top: var(--sp-v-xxxl)
}

.fr-sp-pb-xxxl,.fr-sp-py-xxxl {
    padding-bottom: 64px;
    padding-bottom: var(--sp-v-xxxl)
}

.fr-sp-py-xxxl {
    padding-top: 64px;
    padding-top: var(--sp-v-xxxl)
}

.fr-sp-mt-xxxl {
    margin-top: 64px;
    margin-top: var(--sp-v-xxxl)
}

.fr-sp-mb-xxxl,.fr-sp-my-xxxl {
    margin-bottom: 64px;
    margin-bottom: var(--sp-v-xxxl)
}

.fr-sp-my-xxxl {
    margin-top: 64px;
    margin-top: var(--sp-v-xxxl)
}

.fr-sp-pr-xxs {
    padding-right: 1px;
    padding-right: var(--sp-h-xxs)
}

.fr-sp-pl-xxs,.fr-sp-px-xxs {
    padding-left: 1px;
    padding-left: var(--sp-h-xxs)
}

.fr-sp-px-xxs {
    padding-right: 1px;
    padding-right: var(--sp-h-xxs)
}

.fr-sp-mr-xxs {
    margin-right: 1px;
    margin-right: var(--sp-h-xxs)
}

.fr-sp-ml-xxs,.fr-sp-mx-xxs {
    margin-left: 1px;
    margin-left: var(--sp-h-xxs)
}

.fr-sp-mx-xxs {
    margin-right: 1px;
    margin-right: var(--sp-h-xxs)
}

.fr-sp-pr-05g {
    padding-right: 2vw;
    padding-right: var(--sp-h-05g)
}

.fr-sp-pl-05g,.fr-sp-px-05g {
    padding-left: 2vw;
    padding-left: var(--sp-h-05g)
}

.fr-sp-px-05g {
    padding-right: 2vw;
    padding-right: var(--sp-h-05g)
}

.fr-sp-mr-05g {
    margin-right: 2vw;
    margin-right: var(--sp-h-05g)
}

.fr-sp-ml-05g,.fr-sp-mx-05g {
    margin-left: 2vw;
    margin-left: var(--sp-h-05g)
}

.fr-sp-mx-05g {
    margin-right: 2vw;
    margin-right: var(--sp-h-05g)
}

.fr-sp-pr-1g {
    padding-right: 4vw;
    padding-right: var(--sp-h-1g)
}

.fr-sp-pl-1g,.fr-sp-px-1g {
    padding-left: 4vw;
    padding-left: var(--sp-h-1g)
}

.fr-sp-px-1g {
    padding-right: 4vw;
    padding-right: var(--sp-h-1g)
}

.fr-sp-mr-1g {
    margin-right: 4vw;
    margin-right: var(--sp-h-1g)
}

.fr-sp-ml-1g,.fr-sp-mx-1g {
    margin-left: 4vw;
    margin-left: var(--sp-h-1g)
}

.fr-sp-mx-1g {
    margin-right: 4vw;
    margin-right: var(--sp-h-1g)
}

.fr-sp-pr-2g {
    padding-right: 8vw;
    padding-right: var(--sp-h-2g)
}

.fr-sp-pl-2g,.fr-sp-px-2g {
    padding-left: 8vw;
    padding-left: var(--sp-h-2g)
}

.fr-sp-px-2g {
    padding-right: 8vw;
    padding-right: var(--sp-h-2g)
}

.fr-sp-mr-2g {
    margin-right: 8vw;
    margin-right: var(--sp-h-2g)
}

.fr-sp-ml-2g,.fr-sp-mx-2g {
    margin-left: 8vw;
    margin-left: var(--sp-h-2g)
}

.fr-sp-mx-2g {
    margin-right: 8vw;
    margin-right: var(--sp-h-2g)
}

.u-boxShadow {
    box-shadow: 0 2px 2px rgba(0,0,0,.16)
}

.u-align-left {
    text-align: left
}

.u-align-center {
    text-align: center
}

.u-align-right {
    text-align: right
}

.u-color-text-primary {
    color: #000;
    color: var(--color-text-primary)
}

.u-color-text-primaryLight {
    color: #fff;
    color: var(--color-text-primaryLight)
}

.u-color-text-secondary {
    color: #6a6a6a;
    color: var(--color-text-secondary)
}

.u-color-text-pricedown {
    color: #e00;
    color: var(--color-text-pricedown)
}

.u-color-text-red {
    color: #e00;
    color: var(--color-text-red)
}

.u-color-fill-primary {
    background-color: #000;
    background-color: var(--color-fill-primary)
}

.u-color-fill-primaryLight {
    background-color: #fff;
    background-color: var(--color-fill-primaryLight)
}

.u-color-fill-secondary {
    background-color: #949494;
    background-color: var(--color-fill-secondary)
}

.u-color-fill-tertiary {
    background-color: #dadada;
    background-color: var(--color-fill-tertiary)
}

.u-color-fill-background {
    background-color: #f4f4f4;
    background-color: var(--color-fill-background)
}

.u-color-fill-attention {
    background-color: #e00;
    background-color: var(--color-fill-attention)
}

.u-color-fill-brandColor {
    background-color: red;
    background-color: var(--color-fill-brandColor)
}

.u-color-border-primary {
    border-color: #000;
    border-color: var(--color-border-primary)
}

.u-color-border-secondary {
    border-color: #767676;
    border-color: var(--color-border-secondary)
}

.u-color-border-tertiary {
    border-color: #dadada;
    border-color: var(--color-border-tertiary)
}

.u-color-border-subDivider {
    border-color: #f4f4f4;
    border-color: var(--color-border-subDivider)
}

.u-d-none {
    display: none
}

.u-contentsInner {
    min-width: 320px
}

.u-imgAdjustBox {
    position: relative;
    width: 100%;
    height: auto
}

.u-imgAdjustBox:before {
    content: "";
    display: block
}

.u-imgAdjustBox_inner {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.u-fixedAnchorAdjust {
    margin-top: -52px;
    margin-top: calc(-40px - var(--sp-v-s));
    padding-top: 52px;
    padding-top: calc(40px + var(--sp-v-s))
}

body[data-bff-version=v5] .u-fixedAnchorAdjust {
    margin-top: -97px;
    padding-top: 97px
}

body[data-bff-version=v3] .u-fixedAnchorAdjust {
    margin-top: -113px;
    padding-top: 113px
}

html.frNativeApp body[data-bff-version=v3] .u-fixedAnchorAdjust,html.frNativeApp body[data-bff-version=v5] .u-fixedAnchorAdjust {
    margin-top: -43px;
    padding-top: 43px
}

[lang] .u-uqFont-l {
    font-family: UniqloPro Light,sans-serif
}

[lang] .u-uqFont-r {
    font-family: UniqloPro Regular,sans-serif
}

[lang] .u-uqFont-b {
    font-family: UniqloPro Bold,sans-serif
}

[lang] .u-font-300 {
    font-weight: 300
}

[lang] .u-font-400 {
    font-weight: 400
}

[lang] .u-font-600 {
    font-weight: 600
}

[lang] .u-font-700 {
    font-weight: 700
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: initial
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0,0%,100%,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-parent {
    overflow: hidden;
    position: relative
}

.swiper-container {
    padding-bottom: 18px
}

.swiper-container[data-destroy=sp] {
    padding-bottom: 0
}

.swiper-container[data-pagination-type=fraction] {
    padding-bottom: 25.2px
}

[lang=ja] .swiper-container[data-pagination-type=fraction],[lang=ko] .swiper-container[data-pagination-type=fraction] {
    padding-bottom: 25.5px
}

.swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    font-size: 6px;
    line-height: 1
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    opacity: 1;
    background-color: #949494;
    background-color: var(--color-fill-secondary)
}

.swiper-pagination-bullet-active {
    background-color: #000;
    background-color: var(--color-fill-primary)
}

.swiper-pagination-fraction {
    bottom: 0;
    font-size: 13px;
    line-height: 1.3
}

[lang=ja] .swiper-pagination-fraction,[lang=ko] .swiper-pagination-fraction {
    line-height: 1.5
}

.swiper-button-next,.swiper-button-prev {
    background-image: none;
    background-color: hsla(0,0%,100%,.9);
    position: absolute;
    height: 32px;
    width: 32px;
    z-index: 1;
    z-index: var(--z-index-primary);
    top: calc((100% - 15px)/2);
    margin-top: -20px
}

.swiper-button-prev {
    left: 0
}

.swiper-button-next {
    right: 0
}

.swiper-button-next:after,.swiper-button-prev:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-arrow@3.0.0.svg#arrow);
    mask-image: url(/jp/ja/special-feature/feature/common/icons/icon-arrow@3.0.0.svg#arrow);
    background-color: #949494;
    background-color: var(--color-fill-secondary);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px
}

.swiper-button-next.-bffSwipe:after,.swiper-button-prev.-bffSwipe:after {
    background-color: #000;
    background-color: var(--color-fill-primary);
    position: absolute
}

.swiper-button-prev:after {
    transform: rotate(180deg)
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    display: none
}

@media screen and (min-width: 813px) {
    body {
        font-size:15px
    }

    .wrapper {
        background-color: #fff;
        background-color: var(--color-fill-primaryLight)
    }

    .main_inner {
        max-width: 1226px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 25px;
        padding-left: 25px
    }

    body[data-bff-version=v5] .main_inner {
        padding-top: 73px
    }

    body[data-bff-version=v3] .main_inner {
        padding-top: 0
    }

    body[data-bff-version=v3] .main_inner.-header_sticky {
        padding-top: 73px
    }

    .fr-breadcrumbs_item {
        font-size: 12px
    }

    [lang=ja] .fr-breadcrumbs_item,[lang=ko] .fr-breadcrumbs_item {
        font-size: 12px;
        line-height: 1.53846
    }

    .fr-breadcrumbs_item:not(:last-child) {
        align-items: center;
        display: flex
    }

    .fr-breadcrumbs_item:not(:last-child):after {
        padding-right: 4px;
        padding-right: var(--pc-v-xxs);
        padding-left: 4px;
        padding-left: var(--pc-v-xxs)
    }

    .fr-heading.-h1,[lang=ja] .fr-heading.-h1,[lang=ko] .fr-heading.-h1 {
        font-size: 32px
    }

    .fr-heading.-h1.u-uqFont-b {
        font-size: 48px;
        line-height: 1.05
    }

    .fr-heading.-h2 {
        font-size: 28px
    }

    [lang=ja] .fr-heading.-h2,[lang=ko] .fr-heading.-h2 {
        font-size: 26px
    }

    .fr-heading.-h2.u-uqFont-b {
        font-size: 36px;
        line-height: 1.05
    }

    .fr-heading.-h3 {
        font-size: 22px
    }

    .fr-heading.-h3.u-uqFont-b,[lang=ja] .fr-heading.-h3,[lang=ko] .fr-heading.-h3 {
        font-size: 20px
    }

    [lang=ja] .fr-heading.-h4,[lang=ko] .fr-heading.-h4 {
        font-size: 17px
    }

    .fr-tabs {
        font-size: 15px
    }

    .fr-tabs.-gender {
        font-size: 20px;
        line-height: 1.2
    }

    .fr-tabs.-boxed {
        font-size: 15px
    }

    .fr-tabs.-gender.-boxed {
        font-size: 20px
    }

    .-boxed .fr-tabs_item {
        flex: none;
        min-width: 201px;
        max-width: 294px
    }

    .-boxed .fr-tabs_item:first-child {
        border-left-width: 1px
    }

    .-boxed .fr-tabs_item:last-child {
        border-right-width: 1px
    }

    .fr-tabs_itemLink {
        min-height: 82px
    }

    .fr-anchorButton.-default,.fr-anchorButton.-small {
        border-left-width: 1px
    }

    .fr-anchorButton.-large {
        justify-content: center
    }

    .-default .fr-anchorButton_item,.-small .fr-anchorButton_item {
        width: calc((100% - 4px)/4)
    }

    .-large .fr-anchorButton_item {
        width: calc((100% - 7px)/6)
    }

    .-default.-length-2 .fr-anchorButton_item,.-default.-length-5 .fr-anchorButton_item,.-small.-length-2 .fr-anchorButton_item,.-small.-length-5 .fr-anchorButton_item {
        width: calc((100% - 2px)/2)
    }

    .-default.-length-3 .fr-anchorButton_item,.-default.-length-6 .fr-anchorButton_item,.-default.-length-7 .fr-anchorButton_item,.-small.-length-3 .fr-anchorButton_item,.-small.-length-6 .fr-anchorButton_item,.-small.-length-7 .fr-anchorButton_item {
        width: calc((100% - 3px)/3)
    }

    .-large.-length-7 .fr-anchorButton_item {
        width: calc((100% - 8px)/7)
    }

    .-large.-length-8 .fr-anchorButton_item {
        width: calc((100% - 9px)/8)
    }

    .-large .fr-anchorButton_item:first-child {
        border-left-width: 1px
    }

    .-default.-length-5 .fr-anchorButton_item:nth-child(-n+3),.-small.-length-5 .fr-anchorButton_item:nth-child(-n+3) {
        width: calc((100% - 3px)/3)
    }

    .-default.-length-7 .fr-anchorButton_item:nth-child(-n+4),.-small.-length-7 .fr-anchorButton_item:nth-child(-n+4) {
        width: calc((100% - 4px)/4)
    }

    .fr-anchorButton_itemText {
        font-size: 15px;
        min-height: 80px
    }

    .-large .fr-anchorButton_itemText {
        min-height: 72px
    }

    .-small .fr-anchorButton_itemThumb {
        width: 68px
    }

    .fr-anchorButton_new {
        padding: 0 12px;
        line-height: 24px;
        height: 24px;
        min-width: 52px
    }

    .fr-linkButton {
        padding: 12px;
        padding: var(--pc-v-s) var(--pc-h-s) var(--pc-v-s);
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }

    .fr-linkButtonParent .fr-linkButton {
        margin-left: 0;
        margin-right: 0
    }

    .fr-linkButton.-favorite {
        padding: 8px 24px;
        padding: var(--sp-v-xs) var(--pc-h-m);
        max-width: 150px
    }

    .fr-linkButton.-m {
        width: 100%;
        max-width: 376px
    }

    .fr-linkButtonParent .fr-linkButton.-m {
        width: calc((100% - 48px)/3)
    }

    .fr-linkButton.-m:nth-child(-n+3) {
        margin-top: 0
    }

    .fr-linkButton.-l {
        width: 100%;
        max-width: 576px
    }

    .fr-linkButtonParent .fr-linkButton.-l {
        width: calc((100% - 24px)/2)
    }

    .fr-linkButton.-l:nth-child(-n+2) {
        margin-top: 0
    }

    .fr-linkButton+.fr-linkButton {
        margin-top: 20px;
        margin-top: var(--pc-v-m);
        margin-left: 24px;
        margin-left: var(--pc-h-m)
    }

    .fr-linkButtonParent {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .fr-linkText {
        font-size: 14px;
        line-height: 1.4
    }

    [lang=ja] .fr-linkText,[lang=ko] .fr-linkText {
        line-height: 1.5
    }

    [lang=ja] .fr-linkText.-l,[lang=ko] .fr-linkText.-l {
        font-size: 17px
    }

    .fr-linkText_item {
        cursor: pointer
    }

    .fr-linkText_external {
        margin-left: 12px;
        margin-left: var(--pc-h-s)
    }

    .fr-linkCell {
        padding: 20px 0;
        padding: var(--pc-v-m) 0;
        width: calc((100% - 24px)/2);
        min-height: 82px
    }

    .fr-linkCell+.fr-linkCell {
        margin-left: 24px;
        margin-left: var(--pc-h-m)
    }

    .fr-linkCell:nth-child(odd) {
        margin-left: 0
    }

    .fr-linkCell:nth-child(-n+2) {
        border-top: 1px solid #dadada;
        border-top: 1px solid var(--color-border-tertiary)
    }

    [lang=ja] .fr-linkCell,[lang=ko] .fr-linkCell {
        font-size: 17px
    }

    .fr-linkCellParent {
        border-top: none;
        display: flex;
        flex-wrap: wrap
    }

    .fr-linkCell_inner {
        margin-right: 24px;
        margin-right: var(--pc-h-m)
    }

    .fr-linkCell:after {
        margin-left: 0
    }

    .fr-readMore {
        width: 100%;
        max-width: 876px;
        margin-right: auto;
        margin-left: auto
    }

    .fr-readMore_heading {
        padding: 20px 24px;
        padding: var(--pc-v-m) var(--pc-h-m);
        min-height: 82px
    }

    [lang=ja] .fr-readMore_heading,[lang=ko] .fr-readMore_heading {
        font-size: 17px
    }

    .fr-readMore_headingInner {
        padding-right: 36px;
        padding-right: calc(var(--pc-h-s) + 24px)
    }

    .fr-readMore_checkBox:checked+.fr-readMore_heading+.fr-readMore_content {
        padding-top: 28px;
        padding-top: var(--pc-v-l);
        padding-bottom: 28px;
        padding-bottom: var(--pc-v-l)
    }

    .fr-showMoreButton {
        padding: 28px 0;
        padding: var(--pc-v-l) 0
    }

    .fr-showMoreButton_inner {
        font-size: 17px;
        margin-right: 24px;
        margin-right: var(--pc-h-m)
    }

    .fr-snsButtons_inner {
        max-width: 1226px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 25px;
        padding-left: 25px
    }

    .fr-snsButtons_heading {
        text-align: right
    }

    .fr-snsButtons_items {
        justify-content: flex-end
    }

    .fr-snsButtons_item+.fr-snsButtons_item {
        margin-left: 12px;
        margin-left: var(--pc-h-s)
    }

    .fr-tag {
        margin-left: -12px;
        margin-left: calc(var(--pc-h-s)*-1);
        margin-top: -12px;
        margin-top: calc(var(--pc-v-s)*-1)
    }

    .fr-tag_item {
        margin-left: 12px;
        margin-left: var(--pc-h-s);
        margin-top: 12px;
        margin-top: var(--pc-v-s)
    }

    .fr-tag_itemLink {
        padding: 8px 20px;
        padding: var(--pc-v-xs) 20px
    }

    .fr-accordion {
        width: 100%;
        max-width: 876px;
        margin-right: auto;
        margin-left: auto
    }

    .fr-accordion_heading {
        min-height: 82px;
        padding: 28px 48px 28px 0;
        padding: var(--pc-v-l) calc(var(--pc-h-s)*2 + 24px) var(--pc-v-l) 0
    }

    [lang=ja] .fr-accordion_heading,[lang=ko] .fr-accordion_heading {
        min-height: 84px;
        font-size: 17px
    }

    .fr-accordion_heading:before {
        right: 12px;
        right: var(--pc-h-s)
    }

    .fr-accordion_checkBox:checked+.fr-accordion_heading+.fr-accordion_content {
        padding-top: 28px;
        padding-top: var(--pc-v-l);
        padding-bottom: 28px;
        padding-bottom: var(--pc-v-l)
    }

    .-grid .fr-imagePlusText {
        border-width: 0;
        display: block;
        max-width: 376px;
        width: calc((100% - 48px)/3);
        margin-top: 60px;
        margin-top: var(--pc-v-xxl)
    }

    .-list .fr-imagePlusText {
        max-width: 576px;
        width: calc((100% - 24px)/2);
        margin-top: 28px;
        margin-top: var(--pc-v-l)
    }

    .fr-imagePlusText+.fr-imagePlusText {
        margin-left: 24px;
        margin-left: var(--pc-h-m)
    }

    .-grid .fr-imagePlusText:first-child {
        border-width: 0
    }

    .-grid .fr-imagePlusText:nth-child(3n+1),.-list .fr-imagePlusText:nth-child(odd) {
        margin-left: 0
    }

    .-grid .fr-imagePlusText:nth-child(-n+3),.-list .fr-imagePlusText:nth-child(-n+2) {
        margin-top: 0
    }

    .-grid .fr-imagePlusText:last-child {
        border-width: 0
    }

    .fr-imagePlusTextParent {
        display: flex;
        flex-wrap: wrap
    }

    .fr-imagePlusTextParent.-center {
        justify-content: center
    }

    .-grid .fr-imagePlusText_imgWrap {
        width: 100%
    }

    .-list .fr-imagePlusText_imgWrap {
        width: 32.29167%
    }

    .-list.-large .fr-imagePlusText_imgWrap {
        width: calc(50% - 12px);
        width: calc(50% - var(--pc-h-s))
    }

    .-grid .fr-imagePlusText_content {
        padding: 12px 0 0;
        padding: var(--pc-v-s) 0 0
    }

    .-list .fr-imagePlusText_content {
        padding: 12px 0 0 24px;
        padding: var(--pc-v-s) 0 0 var(--pc-h-m)
    }

    .fr-imagePlusText_heading {
        font-size: 16px
    }

    .fr-imagePlusText_link {
        font-size: 15px
    }

    [lang=ja] .fr-imagePlusText_link,[lang=ko] .fr-imagePlusText_link {
        font-size: 14px
    }

    .fr-pagetop {
        width: 50px;
        height: 50px;
        right: 15px
    }

    .fr-video:after {
        width: 80px;
        height: 80px;
        -webkit-mask-size: 80px;
        mask-size: 80px;
        margin: -40px 0 0 -40px
    }

    .fr-video_container {
        max-width: 624px;
        margin-right: auto;
        margin-left: auto;
        cursor: pointer
    }

    .fr-video_container .swiper-container {
        padding-bottom: 20px
    }

    .fr-video_container.fr-sp-px-1g .swiper-button-next,.fr-video_container.fr-sp-px-1g .swiper-button-prev,.fr-video_container .swiper-button-next,.fr-video_container .swiper-button-prev {
        top: 175.5px
    }

    .fr-styling {
        width: 100%
    }

    .-tile .fr-styling_item {
        width: 25%
    }

    .-tile .fr-styling_item:nth-child(4n) {
        margin-right: 0
    }

    .-tile .fr-styling_item:nth-child(-n+3) {
        margin-top: 0
    }

    .swiper-parent.-styling.-length-1 .swiper-container,.swiper-parent.-styling.-length-2 .swiper-container,.swiper-parent.-styling.-length-3 .swiper-container,.swiper-parent.-styling.-length-4 .swiper-container {
        padding-bottom: 0
    }

    .swiper-parent.-styling.-length-3.-center .swiper-wrapper {
        justify-content: center
    }

    .fr-banner {
        display: flex;
        flex-wrap: wrap
    }

    .fr-banner.-primary {
        display: block
    }

    .fr-banner_item {
        margin-top: 20px;
        margin-top: var(--pc-v-m);
        width: calc(50% - 12px);
        max-width: 576px
    }

    .-primary .fr-banner_item {
        width: 100%;
        max-width: 726px
    }

    .-primary .fr-banner_item,.fr-banner_item:first-child {
        margin-right: auto;
        margin-left: auto
    }

    .fr-banner_item:nth-child(2) {
        margin-top: 0
    }

    .-primary .fr-banner_item:nth-child(2) {
        margin-top: 20px;
        margin-top: var(--pc-v-m)
    }

    .fr-banner_item:nth-child(2n) {
        margin-left: 24px;
        margin-left: var(--pc-h-m)
    }

    .-primary .fr-banner_item:nth-child(2n) {
        margin-left: auto
    }

    [lang=ja] .fr-modalChild_header,[lang=ko] .fr-modalChild_header {
        min-height: 76px
    }

    [lang=ja] .fr-modalChild_headerInner,[lang=ko] .fr-modalChild_headerInner {
        font-size: 17px
    }

    .fr-modalChild_container {
        padding-top: 80px;
        height: auto;
        min-height: 1px;
        max-height: calc(100vh - 120px);
        max-height: calc(100vh - var(--pc-v-xxl)*2)
    }

    .fr-modalParent_contents,.fr-modalParent_contentsInner {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        max-width: 876px;
        min-height: 0;
        max-height: calc(100vh - 120px);
        max-height: calc(100vh - var(--pc-v-xxl)*2)
    }

    body[data-bff-version=v3] .fr-fixedAnchor.-isFixed {
        top: 73px
    }

    .fr-fixedAnchor_container {
        max-width: 1176px;
        margin-right: auto;
        margin-left: auto;
        position: relative
    }

    .fr-fixedAnchor_itemLink {
        font-size: 15px;
        padding: 12px;
        padding: var(--pc-v-s) 12px
    }

    .fr-fixedAnchor_movingButton {
        display: block;
        width: 100px;
        height: calc(100% - 1px);
        position: absolute;
        bottom: 1px;
        z-index: 17;
        z-index: var(--z-index-fixedAnchorMovingButton)
    }

    .fr-fixedAnchor_movingButton.-prev {
        left: 0;
        background: linear-gradient(270deg,hsla(0,0%,100%,0),#fff)
    }

    .-isActiveMovingButtonPrev .fr-fixedAnchor_movingButton.-prev {
        opacity: 1;
        visibility: visible
    }

    .fr-fixedAnchor_movingButton.-next {
        right: 0;
        background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff)
    }

    .-isActiveMovingButtonNext .fr-fixedAnchor_movingButton.-next {
        opacity: 1;
        visibility: visible
    }

    .-large .fr-stepFlow_number,.-small .fr-stepFlow_number {
        width: 56px;
        height: 56px;
        min-width: 56px
    }

    .fr-stepFlow_number {
        font-size: 36px
    }

    .fr-productGridParent {
        justify-content: space-between
    }

    .fr-productGridParent.-below {
        justify-content: unset
    }

    .fr-productGridParent.-below .fr-productGrid+.fr-productGrid {
        margin-left: 24px;
        margin-left: var(--pc-h-m)
    }

    .fr-productGridParent.-column-3 {
        padding-right: 0;
        padding-left: 0
    }

    .fr-productGrid,.fr-productGridParent.-column-3 .fr-productGrid {
        flex: unset;
        width: calc(25% - 18px)
    }

    .fr-productGrid_content {
        padding: 20px 0 0;
        padding: var(--pc-v-m) 0 0
    }

    .fr-productGrid_box {
        margin-top: 2px
    }

    .fr-productGrid_gender,.fr-productGrid_size {
        line-height: 15.4px
    }

    .fr-productGrid_name,.fr-productGrid_text {
        line-height: 19.6px;
        margin-top: 8px;
        margin-top: var(--pc-v-xs)
    }

    .fr-productGrid_price {
        font-size: 24px;
        line-height: 40px;
        margin-top: 8px;
        margin-top: var(--pc-v-xs)
    }

    .colorChip {
        margin-left: -6px
    }

    .colorChip_item {
        margin-bottom: 6px;
        margin-left: 6px;
        width: 16px;
        height: 16px
    }

    .fr-quate_container {
        padding-left: 36px;
        padding-left: calc(24px + var(--pc-h-s));
        padding-right: 36px;
        padding-right: calc(24px + var(--pc-h-s))
    }

    .fr-quate_attribute {
        font-size: 13px;
        line-height: 1.3
    }

    [lang=ja] .fr-quate_attribute,[lang=ko] .fr-quate_attribute {
        line-height: 1.5
    }

    .fr-bff-products[data-component-type=ProductGridText][data-component-column="2"],.fr-bff-products[data-component-type=ProductGridText][data-component-column="3"] {
        display: flex;
        flex-wrap: wrap
    }

    .fr-bff-products[data-component-type=ProductGridText][data-component-column="3"].-center {
        justify-content: center
    }

    .fr-bff-products[data-component-type=ProductCarouselDestroy] {
        width: 100%
    }

    .fr-bff-products[data-component-type=ProductCarouselDestroy][data-products-length="3"].-center,.fr-bff-products[data-component-type=ProductCarouselDestroy][data-products-length="4"].-center {
        justify-content: center
    }

    .fr-bff-products[data-component-type=ProductGrid] {
        width: 100%
    }

    .fr-bff-products[data-component-type=ProductGrid][data-products-length="2"].-center,.fr-bff-products[data-component-type=ProductGrid][data-products-length="3"].-center {
        justify-content: center
    }

    .fr-bff-products[data-component-type=ProductGridHorizontal] {
        display: flex;
        flex-wrap: wrap
    }

    .fr-bff-products[data-component-type=ProductGridHorizontal] [data-products-length="2"].-center,.fr-bff-products[data-component-type=ProductGridHorizontal] [data-products-length="3"].-center {
        justify-content: center
    }

    [data-component-type=ProductGridHorizontal] .fr-bff-product:nth-child(-n+2),[data-component-type=ProductGridText][data-component-column="2"] .fr-bff-product:nth-child(-n+2) {
        margin-top: 0
    }

    [data-component-type=ProductGridHorizontal] .fr-bff-product:nth-child(n+2) {
        margin-left: 24px
    }

    [data-component-type=ProductGrid] .fr-bff-product:nth-child(-n+4),[data-component-type=ProductGridText][data-component-column="3"] .fr-bff-product:nth-child(-n+3) {
        margin-top: 0
    }

    [data-component-type=ProductGridText] .fr-bff-product+.fr-bff-product {
        margin-left: 24px;
        margin-left: var(--pc-h-m)
    }

    [data-component-type=ProductGrid] .fr-bff-product:nth-child(4n+1),[data-component-type=ProductGridHorizontal] .fr-bff-product:nth-child(odd),[data-component-type=ProductGridText][data-component-column="2"] .fr-bff-product:nth-child(odd),[data-component-type=ProductGridText][data-component-column="3"] .fr-bff-product:nth-child(3n+1) {
        margin-left: 0
    }

    [data-component-type=ProductCarousel] .fr-bff-product_colorChipsAndFavorite,[data-component-type=ProductCarouselDestroy] .fr-bff-product_colorChipsAndFavorite {
        margin-right: 24px
    }

    [data-component-type=ProductGrid] .fr-bff-product_colorChipsAndFavorite {
        margin-right: 24px;
        width: calc(100% - 24px);
        margin-left: 0
    }

    [data-component-type=ProductGridText] .fr-bff-product_colorChips_container {
        margin-top: 12px;
        margin-top: var(--pc-v-s)
    }

    [data-component-type=ProductGrid] .fr-bff-product {
        margin-top: 28px;
        margin-top: var(--pc-v-l);
        width: 25%
    }

    [data-component-type=ProductGrid] .fr-bff-product .swiper-button-next,[data-component-type=ProductGrid] .fr-bff-product .swiper-button-prev {
        top: 50%
    }

    [data-component-type=ProductGridHorizontal] .fr-bff-product {
        margin-top: 28px;
        margin-top: var(--pc-v-l);
        width: calc(50% - 12px)
    }

    [data-component-type=ProductGridHorizontal] .fr-bff-product .swiper-button-next,[data-component-type=ProductGridHorizontal] .fr-bff-product .swiper-button-prev {
        top: 50%
    }

    [data-component-type=ProductGridHorizontal][data-products-length="1"] .fr-bff-product {
        width: 100%;
        max-width: 576px;
        max-width: calc(552px + var(--pc-h-m))
    }

    [data-component-type=ProductCarouselDestroy] .fr-bff-product {
        margin-top: 28px;
        margin-top: var(--pc-v-l);
        width: 20%
    }

    [data-component-type=ProductCarousel][data-pc-panel="4"] .fr-bff-product {
        width: 25%
    }

    [data-component-type=ProductCarousel][data-pc-panel="5"] .fr-bff-product {
        width: 20%
    }

    [data-component-type=ProductGridText] .fr-bff-product {
        margin-top: 28px;
        margin-top: var(--pc-v-l)
    }

    [data-component-type=ProductGridText][data-component-column="2"] .fr-bff-product {
        width: calc(50% - 12px);
        width: calc(50% - var(--pc-h-m)/2)
    }

    [data-component-type=ProductGridText][data-component-column="3"] .fr-bff-product {
        width: calc(33.33333% - 24px);
        width: calc(33.33333% - var(--pc-h-m))
    }

    [data-component-type=ProductGridHorizontal] .fr-bff-product_imgWrapper {
        width: 100%;
        margin-right: 24px;
        margin-right: var(--pc-h-m)
    }

    [data-component-type=ProductGridHorizontal] .fr-bff-product>.fr-bff-product_imgWrapper {
        width: calc(50% - 12px);
        margin-right: 24px;
        margin-right: var(--pc-h-m)
    }

    [data-component-type=ProductGridHorizontal] .fr-bff-product_content {
        width: calc(50% - 12px)
    }

    [data-component-type=ProductCarousel] .fr-bff-product_content,[data-component-type=ProductCarouselDestroy] .fr-bff-product_content {
        margin-right: 32px
    }

    [data-component-type=ProductCarousel] .fr-bff-product_gender,[data-component-type=ProductCarouselDestroy] .fr-bff-product_gender {
        font-size: 14px
    }

    [lang=ja] [data-component-type=ProductCarousel] .fr-bff-product_gender,[lang=ja] [data-component-type=ProductCarouselDestroy] .fr-bff-product_gender,[lang=ko] [data-component-type=ProductCarousel] .fr-bff-product_gender,[lang=ko] [data-component-type=ProductCarouselDestroy] .fr-bff-product_gender {
        font-size: 13px
    }

    [data-component-type=ProductGrid] .fr-bff-product_gender,[data-component-type=ProductGridHorizontal] .fr-bff-product_gender,[data-component-type=ProductGridText] .fr-bff-product_gender {
        font-size: 14px
    }

    [lang=ja] [data-component-type=ProductGrid] .fr-bff-product_gender,[lang=ja] [data-component-type=ProductGridHorizontal] .fr-bff-product_gender,[lang=ja] [data-component-type=ProductGridText] .fr-bff-product_gender,[lang=ko] [data-component-type=ProductGrid] .fr-bff-product_gender,[lang=ko] [data-component-type=ProductGridHorizontal] .fr-bff-product_gender,[lang=ko] [data-component-type=ProductGridText] .fr-bff-product_gender {
        font-size: 13px
    }

    [data-component-type=ProductCarousel] .fr-bff-product_name,[data-component-type=ProductCarouselDestroy] .fr-bff-product_name,[data-component-type=ProductGrid] .fr-bff-product_name,[data-component-type=ProductGridHorizontal] .fr-bff-product_name,[data-component-type=ProductGridText] .fr-bff-product_name {
        margin-top: 4px;
        margin-top: var(--pc-v-xxs);
        font-size: 17px
    }

    [lang=ja] [data-component-type=ProductCarousel] .fr-bff-product_name,[lang=ja] [data-component-type=ProductCarouselDestroy] .fr-bff-product_name,[lang=ja] [data-component-type=ProductGrid] .fr-bff-product_name,[lang=ja] [data-component-type=ProductGridHorizontal] .fr-bff-product_name,[lang=ja] [data-component-type=ProductGridText] .fr-bff-product_name,[lang=ko] [data-component-type=ProductCarousel] .fr-bff-product_name,[lang=ko] [data-component-type=ProductCarouselDestroy] .fr-bff-product_name,[lang=ko] [data-component-type=ProductGrid] .fr-bff-product_name,[lang=ko] [data-component-type=ProductGridHorizontal] .fr-bff-product_name,[lang=ko] [data-component-type=ProductGridText] .fr-bff-product_name {
        font-size: 16px
    }

    [data-component-type=ProductCarousel] .fr-bff-product_futureExhibition,[data-component-type=ProductCarouselDestroy] .fr-bff-product_futureExhibition,[data-component-type=ProductGrid] .fr-bff-product_futureExhibition,[data-component-type=ProductGridHorizontal] .fr-bff-product_futureExhibition,[data-component-type=ProductGridText] .fr-bff-product_futureExhibition {
        margin-top: 4px;
        margin-top: var(--pc-v-xxs);
        font-size: 14px
    }

    [lang=ja] [data-component-type=ProductCarousel] .fr-bff-product_futureExhibition,[lang=ja] [data-component-type=ProductCarouselDestroy] .fr-bff-product_futureExhibition,[lang=ja] [data-component-type=ProductGrid] .fr-bff-product_futureExhibition,[lang=ja] [data-component-type=ProductGridHorizontal] .fr-bff-product_futureExhibition,[lang=ja] [data-component-type=ProductGridText] .fr-bff-product_futureExhibition,[lang=ko] [data-component-type=ProductCarousel] .fr-bff-product_futureExhibition,[lang=ko] [data-component-type=ProductCarouselDestroy] .fr-bff-product_futureExhibition,[lang=ko] [data-component-type=ProductGrid] .fr-bff-product_futureExhibition,[lang=ko] [data-component-type=ProductGridHorizontal] .fr-bff-product_futureExhibition,[lang=ko] [data-component-type=ProductGridText] .fr-bff-product_futureExhibition {
        font-size: 13px;
        line-height: 1.5
    }

    [data-component-type=ProductCarousel] .fr-bff-product_price,[data-component-type=ProductCarouselDestroy] .fr-bff-product_price,[data-component-type=ProductGrid] .fr-bff-product_price,[data-component-type=ProductGridHorizontal] .fr-bff-product_price,[data-component-type=ProductGridText] .fr-bff-product_price {
        font-size: 20px;
        margin-top: 4px;
        margin-top: var(--pc-v-xxs)
    }

    [data-component-type=ProductCarousel] .fr-bff-product_priceAndDualPricing,[data-component-type=ProductCarouselDestroy] .fr-bff-product_priceAndDualPricing,[data-component-type=ProductGrid] .fr-bff-product_priceAndDualPricing,[data-component-type=ProductGridHorizontal] .fr-bff-product_priceAndDualPricing,[data-component-type=ProductGridText] .fr-bff-product_priceAndDualPricing {
        display: inline-block
    }

    [data-component-type=ProductCarousel] .fr-bff-product_dualPricing,[data-component-type=ProductCarouselDestroy] .fr-bff-product_dualPricing,[data-component-type=ProductGrid] .fr-bff-product_dualPricing,[data-component-type=ProductGridHorizontal] .fr-bff-product_dualPricing,[data-component-type=ProductGridText] .fr-bff-product_dualPricing {
        font-size: 15px;
        margin-top: 4px;
        margin-top: var(--pc-v-xxs)
    }

    [data-component-type=ProductCarousel] .fr-bff-product_dualPricing+.fr-bff-product_price,[data-component-type=ProductCarouselDestroy] .fr-bff-product_dualPricing+.fr-bff-product_price,[data-component-type=ProductGrid] .fr-bff-product_dualPricing+.fr-bff-product_price,[data-component-type=ProductGridHorizontal] .fr-bff-product_dualPricing+.fr-bff-product_price,[data-component-type=ProductGridText] .fr-bff-product_dualPricing+.fr-bff-product_price {
        margin-top: 0
    }

    [data-component-type=ProductCarousel] .fr-bff-product_priceFlags,[data-component-type=ProductCarouselDestroy] .fr-bff-product_priceFlags,[data-component-type=ProductGrid] .fr-bff-product_priceFlags,[data-component-type=ProductGridHorizontal] .fr-bff-product_priceFlags,[data-component-type=ProductGridText] .fr-bff-product_priceFlags {
        margin-top: 4px;
        margin-top: var(--pc-v-xxs);
        font-size: 14px
    }

    [lang=ja] [data-component-type=ProductCarousel] .fr-bff-product_priceFlags,[lang=ja] [data-component-type=ProductCarouselDestroy] .fr-bff-product_priceFlags,[lang=ja] [data-component-type=ProductGrid] .fr-bff-product_priceFlags,[lang=ja] [data-component-type=ProductGridHorizontal] .fr-bff-product_priceFlags,[lang=ja] [data-component-type=ProductGridText] .fr-bff-product_priceFlags,[lang=ko] [data-component-type=ProductCarousel] .fr-bff-product_priceFlags,[lang=ko] [data-component-type=ProductCarouselDestroy] .fr-bff-product_priceFlags,[lang=ko] [data-component-type=ProductGrid] .fr-bff-product_priceFlags,[lang=ko] [data-component-type=ProductGridHorizontal] .fr-bff-product_priceFlags,[lang=ko] [data-component-type=ProductGridText] .fr-bff-product_priceFlags {
        font-size: 13px;
        line-height: 1.5
    }

    .fr-bff-product_noStock {
        font-size: 14px;
        margin-top: 4px;
        margin-top: var(--pc-v-xxs)
    }

    [lang=ja] .fr-bff-product_noStock,[lang=ko] .fr-bff-product_noStock {
        font-size: 13px
    }

    .fr-bff-product_reviewStars {
        text-align: center;
        margin-top: 4px;
        margin-top: var(--pc-v-xxs)
    }

    .fr-bff-product_reviewStar {
        font-size: 14px
    }

    .fr-bff-product_reviewStar_number {
        font-size: 13px
    }

    .fr-bff-product_reviewCount {
        font-size: 11px
    }

    [data-component-type=ProductCarouselDestroy] .fr-bff-product_colorChips {
        margin-top: 5px
    }

    [data-component-type=ProductCarousel][data-pc-panel="4"] .fr-bff-product_colorChipsAndIcon {
        margin-right: 2px
    }

    [data-component-type=ProductCarouselDestroy] .fr-bff-product_colorChipsAndIcon {
        margin-right: 24px
    }

    .fr-bff-product_colorChips_label:after {
        transition: opacity .6s
    }

    [data-component-type=ProductCarouselDestroy] .fr-bff-product_colorChip {
        margin-right: 8px;
        margin-top: 8px
    }

    .fr-bff-product_colorChip>img {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    [data-component-type=ProductCarouselDestroy] .fr-bff-product_colorChip {
        width: 18px;
        height: 18px
    }

    [data-component-type=ProductCarousel][data-pc-panel="4"]+.swiper-button-prev,[data-component-type=ProductCarousel][data-pc-panel="4"]+.swiper-button-prev+.swiper-button-next {
        top: 196px
    }

    [data-component-type=ProductCarousel][data-pc-panel="5"]+.swiper-button-prev,[data-component-type=ProductCarousel][data-pc-panel="5"]+.swiper-button-prev+.swiper-button-next {
        top: 157px
    }

    [data-component-type=ProductCarousel][data-pc-panel="4"][data-products-length="1"].-center .swiper-wrapper,[data-component-type=ProductCarousel][data-pc-panel="4"][data-products-length="2"].-center .swiper-wrapper,[data-component-type=ProductCarousel][data-pc-panel="4"][data-products-length="3"].-center .swiper-wrapper,[data-component-type=ProductCarousel][data-pc-panel="5"][data-products-length="1"].-center .swiper-wrapper,[data-component-type=ProductCarousel][data-pc-panel="5"][data-products-length="2"].-center .swiper-wrapper,[data-component-type=ProductCarousel][data-pc-panel="5"][data-products-length="3"].-center .swiper-wrapper,[data-component-type=ProductCarousel][data-pc-panel="5"][data-products-length="4"].-center .swiper-wrapper {
        justify-content: center;
        padding-left: 12px;
        padding-left: var(--pc-h-s)
    }

    .fr-bff-userReviews .swiper-wrapper {
        justify-content: center
    }

    .fr-bff-userReviews .swiper-slide:last-child {
        margin-right: 0!important
    }

    .fr-bff-userReviews_container {
        padding-left: 0;
        padding-right: 0
    }

    .fr-bff-userReviews_total {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 20px;
        margin-top: var(--pc-v-m)
    }

    [lang=ja] .fr-bff-userReviews_total,[lang=ko] .fr-bff-userReviews_total {
        font-size: 14px
    }

    .fr-bff-userReview.swiper-slide {
        padding: 20px 24px;
        padding: var(--pc-v-m) var(--pc-h-m)
    }

    .fr-bff-userReview_heading {
        margin-top: 8px;
        margin-top: var(--pc-v-xs)
    }

    .fr-bff-userReview_comment {
        margin-top: 12px;
        margin-top: var(--pc-v-s)
    }

    [lang=ja] .fr-bff-userReview_comment,[lang=ko] .fr-bff-userReview_comment {
        font-size: 15px
    }

    .fr-bff-userReview_comment_seemore {
        font-size: 15px;
        margin-top: 8px;
        margin-top: var(--pc-v-xs);
        cursor: pointer
    }

    [lang=ja] .fr-bff-userReview_comment_seemore,[lang=ko] .fr-bff-userReview_comment_seemore {
        font-size: 14px
    }

    .fr-bff-userReview_user {
        font-size: 13px;
        line-height: 1.3;
        margin-top: 12px;
        margin-top: var(--pc-v-s)
    }

    [lang=ja] .fr-bff-userReview_user,[lang=ko] .fr-bff-userReview_user {
        font-size: 13px;
        line-height: 1.5
    }

    .fr-bff-userReview_productName {
        font-size: 13px;
        line-height: 1.3;
        margin-top: 4px;
        margin-top: var(--pc-v-xxs)
    }

    [lang=ja] .fr-bff-userReview_productName,[lang=ko] .fr-bff-userReview_productName {
        font-size: 13px;
        line-height: 1.5
    }

    .fr-mediaCarouselThumbs {
        max-width: 576px
    }

    .fr-mediaCarouselThumbs.-rectangle {
        max-width: 432px
    }

    .fr-mediaCarouselThumbs_items {
        padding: 0 24px;
        padding: 0 var(--pc-h-m)
    }

    .fr-mediaCarouselThumbs_item {
        width: calc((100% - 48px)/5);
        width: calc((100% - var(--pc-h-s)*4)/5);
        margin-right: 12px;
        margin-right: var(--pc-h-s);
        margin-top: 12px;
        margin-top: var(--pc-v-s)
    }

    .fr-mediaCarouselThumbs_item:nth-child(-n+5) {
        margin-top: 20px;
        margin-top: var(--pc-v-m)
    }

    .fr-functionalIcon {
        margin-top: 8px;
        margin-top: calc(var(--pc-v-m) - var(--pc-v-s))
    }

    .fr-functionalIcon_item {
        width: auto;
        width: 96px;
        padding: 0 4px;
        margin-top: 12px;
        margin-top: var(--pc-v-s)
    }

    .fr-functionalIcon_item:nth-child(-n+6) {
        margin-top: 0
    }

    .fr-functionalIcon_itemInner {
        width: 44px;
        height: 44px;
        -webkit-mask-size: 44px;
        mask-size: 44px;
        margin-bottom: 4px
    }

    .-video .modal_contents,.-video .modal_contentsInner {
        padding-top: 39.375vw;
        width: 70vw
    }

    .modal_favoriteList_colorChip>img {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .-favoriteList .modal_favoriteClose {
        margin-left: 24px
    }

    .modal_btn.-login {
        border-radius: 999px
    }

    .modal.-addedToCart .modal_favoriteList_body {
        padding: 20px 24px 76px;
        padding: var(--pc-v-m) 24px var(--pc-v-xxxl)
    }

    .modal .addedToCart_heading {
        font-size: 20px
    }

    .modal .addedToCart_body {
        font-size: 15px;
        margin-top: 12px;
        margin-top: var(--pc-v-s)
    }

    .modal .addedToCartBtns {
        padding-top: 20px;
        padding-top: var(--pc-v-m);
        padding-bottom: 20px;
        padding-bottom: var(--pc-v-m)
    }

    .modal .addedToCartBtns_item:nth-of-type(2n) {
        margin-left: 24px
    }

    .modal_favoriteList_body {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: flex-end;
        min-height: 0
    }

    .modal_favoriteList_content {
        padding: 28px 24px 0;
        padding: var(--pc-v-l) var(--pc-h-m) 0;
        overflow-y: auto;
        overflow-x: hidden;
        flex-direction: column;
        flex-grow: 1;
        display: flex
    }

    .modal_favoriteList_color {
        margin-bottom: 28px;
        margin-bottom: var(--pc-v-l)
    }

    .modal_favoriteList_color_header {
        display: flex;
        margin-bottom: 20px;
        margin-bottom: var(--pc-v-m)
    }

    .modal_favoriteList_color_header_image {
        height: auto;
        width: 152px;
        margin-right: 24px;
        position: relative
    }

    .modal_favoriteList_color_header_image_img {
        height: auto;
        width: 152px
    }

    .modal_favoriteList_color_header_title {
        font-size: 15px
    }

    .modal_favoriteList_size_group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px;
        margin: 0;
        position: relative
    }

    .modal_favoriteList_size_content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: initial;
        border: 1px solid transparent;
        outline: 0;
        padding: 0;
        font-family: UniqloPro Bold,sans-serif
    }

    .modal_favoriteList_size_content.-active .fr-bff-favorite_icon g {
        fill: #e00;
        fill: var(--color-fill-attention);
        opacity: 1
    }

    .modal_favoriteList_size_keyline {
        margin: 0;
        padding: 0;
        border: none;
        border-bottom: 1px solid #dadada;
        border-bottom: 1px solid var(--color-border-tertiary)
    }

    .modal_favoriteList_size_label {
        font-size: 14px;
        margin: 12px 0 12px 12px;
        margin: var(--pc-v-s) 0 var(--pc-v-s) var(--pc-v-s);
        line-height: 20px;
        word-break: break-word;
        margin-right: 8px
    }

    .modal_favoriteList_button {
        padding: 8px 0;
        padding: var(--pc-v-xs) 0
    }

    .modal_favoriteList_background_scroll_disabled {
        overflow: hidden;
        position: fixed;
        width: 100%
    }

    .modal.-favoriteList .modal_contents {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        position: fixed;
        overflow: hidden;
        background-color: rgba(0,0,0,.5)
    }

    .modal.-favoriteList .modal_contentsInner {
        margin: 76px auto auto;
        margin-top: var(--pc-v-xxxl);
        margin-bottom: 76px;
        margin-bottom: var(--pc-v-xxxl);
        position: static;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 90%;
        height: auto;
        display: flex;
        flex-direction: column
    }

    .modal.-favoriteList .modal_contentsInner .modal_btns {
        display: flex;
        margin: 0 auto 28px;
        margin: 0 auto var(--pc-v-l);
        padding: 0;
        width: 100%;
        max-width: 576px
    }

    .-favoriteList .modal_header {
        align-items: center;
        border-bottom: 1px solid #dadada;
        border-bottom: 1px solid var(--color-border-tertiary);
        display: flex;
        justify-content: space-between;
        padding: 20px 24px;
        padding: var(--pc-v-m) var(--pc-h-m);
        flex: 0 0 auto
    }

    .-favoriteList .modal_heading {
        font-size: 20px;
        padding: 0;
        position: relative;
        line-height: 1.4
    }

    .modal.-favorite .modal_contents,.modal.-favorite .modal_contentsInner {
        top: 50%;
        left: 50%;
        bottom: unset;
        transform: translate(-50%,-50%);
        width: 576px
    }

    .-favorite .modal_header {
        align-items: center;
        border-bottom: 1px solid #dadada;
        border-bottom: 1px solid var(--color-border-tertiary);
        display: flex;
        justify-content: space-between;
        padding: 24px;
        padding: var(--pc-h-m)
    }

    .-favorite .modal_heading {
        font-size: 22px;
        padding: 0;
        position: relative
    }

    .-favorite .modal_body {
        font-size: 16px;
        padding: 24px;
        padding: var(--pc-h-m);
        margin-bottom: 0
    }

    .modal_btns {
        border-top: 0;
        margin: 24px;
        margin: var(--pc-h-m)
    }

    .modal_btn {
        min-height: 52px
    }

    .modal_btn.-cancel {
        display: none
    }

    .modal_btn.-login {
        width: 100%
    }

    .modal_btn.-favoriteList {
        width: 576px;
        font-size: 17px;
        line-height: 24px
    }

    .modal_loginClose {
        display: block;
        margin-left: 24px;
        margin-left: var(--pc-h-m);
        padding: 4px;
        padding: var(--pc-v-xxs);
        text-align: center;
        position: relative;
        top: 0;
        right: 0
    }

    .modal_loginCloseText {
        display: block;
        font-size: 11px;
        line-height: 1
    }

    .modal .modal_btn {
        max-width: 376px
    }

    [data-pc-aspect-ratio="1:1"]:before {
        padding-top: 100%
    }

    [data-pc-aspect-ratio="1:2"]:before {
        padding-top: 200%
    }

    [data-pc-aspect-ratio="2:1"]:before {
        padding-top: 50%
    }

    [data-pc-aspect-ratio="3:1"]:before {
        padding-top: 33.3333%
    }

    [data-pc-aspect-ratio="3:4"]:before {
        padding-top: 133.3333%
    }

    [data-pc-aspect-ratio="4:3"]:before {
        padding-top: 75%
    }

    [data-pc-aspect-ratio="6:1"]:before {
        padding-top: 16.6667%
    }

    [data-pc-aspect-ratio="16:9"]:before {
        padding-top: 56.25%
    }

    .fr-sp-pt-xxs {
        padding-top: 0
    }

    .fr-sp-pb-xxs,.fr-sp-py-xxs {
        padding-bottom: 0
    }

    .fr-sp-py-xxs {
        padding-top: 0
    }

    .fr-sp-mt-xxs {
        margin-top: 0
    }

    .fr-sp-mb-xxs,.fr-sp-my-xxs {
        margin-bottom: 0
    }

    .fr-sp-my-xxs {
        margin-top: 0
    }

    .fr-sp-pt-xs {
        padding-top: 0
    }

    .fr-sp-pb-xs,.fr-sp-py-xs {
        padding-bottom: 0
    }

    .fr-sp-py-xs {
        padding-top: 0
    }

    .fr-sp-mt-xs {
        margin-top: 0
    }

    .fr-sp-mb-xs,.fr-sp-my-xs {
        margin-bottom: 0
    }

    .fr-sp-my-xs {
        margin-top: 0
    }

    .fr-sp-pt-s {
        padding-top: 0
    }

    .fr-sp-pb-s,.fr-sp-py-s {
        padding-bottom: 0
    }

    .fr-sp-py-s {
        padding-top: 0
    }

    .fr-sp-mt-s {
        margin-top: 0
    }

    .fr-sp-mb-s,.fr-sp-my-s {
        margin-bottom: 0
    }

    .fr-sp-my-s {
        margin-top: 0
    }

    .fr-sp-pt-m {
        padding-top: 0
    }

    .fr-sp-pb-m,.fr-sp-py-m {
        padding-bottom: 0
    }

    .fr-sp-py-m {
        padding-top: 0
    }

    .fr-sp-mt-m {
        margin-top: 0
    }

    .fr-sp-mb-m,.fr-sp-my-m {
        margin-bottom: 0
    }

    .fr-sp-my-m {
        margin-top: 0
    }

    .fr-sp-pt-l {
        padding-top: 0
    }

    .fr-sp-pb-l,.fr-sp-py-l {
        padding-bottom: 0
    }

    .fr-sp-py-l {
        padding-top: 0
    }

    .fr-sp-mt-l {
        margin-top: 0
    }

    .fr-sp-mb-l,.fr-sp-my-l {
        margin-bottom: 0
    }

    .fr-sp-my-l {
        margin-top: 0
    }

    .fr-sp-pt-xl {
        padding-top: 0
    }

    .fr-sp-pb-xl,.fr-sp-py-xl {
        padding-bottom: 0
    }

    .fr-sp-py-xl {
        padding-top: 0
    }

    .fr-sp-mt-xl {
        margin-top: 0
    }

    .fr-sp-mb-xl,.fr-sp-my-xl {
        margin-bottom: 0
    }

    .fr-sp-my-xl {
        margin-top: 0
    }

    .fr-sp-pt-xxl {
        padding-top: 0
    }

    .fr-sp-pb-xxl,.fr-sp-py-xxl {
        padding-bottom: 0
    }

    .fr-sp-py-xxl {
        padding-top: 0
    }

    .fr-sp-mt-xxl {
        margin-top: 0
    }

    .fr-sp-mb-xxl,.fr-sp-my-xxl {
        margin-bottom: 0
    }

    .fr-sp-my-xxl {
        margin-top: 0
    }

    .fr-sp-pt-xxxl {
        padding-top: 0
    }

    .fr-sp-pb-xxxl,.fr-sp-py-xxxl {
        padding-bottom: 0
    }

    .fr-sp-py-xxxl {
        padding-top: 0
    }

    .fr-sp-mt-xxxl {
        margin-top: 0
    }

    .fr-sp-mb-xxxl,.fr-sp-my-xxxl {
        margin-bottom: 0
    }

    .fr-sp-my-xxxl {
        margin-top: 0
    }

    .fr-sp-pr-xxs {
        padding-right: 0
    }

    .fr-sp-pl-xxs,.fr-sp-px-xxs {
        padding-left: 0
    }

    .fr-sp-px-xxs {
        padding-right: 0
    }

    .fr-sp-mr-xxs {
        margin-right: 0
    }

    .fr-sp-ml-xxs {
        margin-left: 0
    }

    .fr-sp-mx-xxs {
        margin-right: 0;
        margin-left: 0
    }

    .fr-sp-pr-05g {
        padding-right: 0
    }

    .fr-sp-pl-05g,.fr-sp-px-05g {
        padding-left: 0
    }

    .fr-sp-px-05g {
        padding-right: 0
    }

    .fr-sp-mr-05g {
        margin-right: 0
    }

    .fr-sp-ml-05g {
        margin-left: 0
    }

    .fr-sp-mx-05g {
        margin-right: 0;
        margin-left: 0
    }

    .fr-sp-pr-1g {
        padding-right: 0
    }

    .fr-sp-pl-1g,.fr-sp-px-1g {
        padding-left: 0
    }

    .fr-sp-px-1g {
        padding-right: 0
    }

    .fr-sp-mr-1g {
        margin-right: 0
    }

    .fr-sp-ml-1g,.fr-sp-mx-1g {
        margin-left: 0
    }

    .fr-sp-mx-1g {
        margin-right: 0
    }

    .fr-sp-pr-2g {
        padding-right: 0
    }

    .fr-sp-pl-2g,.fr-sp-px-2g {
        padding-left: 0
    }

    .fr-sp-px-2g {
        padding-right: 0
    }

    .fr-sp-mr-2g {
        margin-right: 0
    }

    .fr-sp-ml-2g,.fr-sp-mx-2g {
        margin-left: 0
    }

    .fr-sp-mx-2g {
        margin-right: 0
    }

    .fr-pc-pt-xxs {
        padding-top: 4px;
        padding-top: var(--pc-v-xxs)
    }

    .fr-pc-pb-xxs,.fr-pc-py-xxs {
        padding-bottom: 4px;
        padding-bottom: var(--pc-v-xxs)
    }

    .fr-pc-py-xxs {
        padding-top: 4px;
        padding-top: var(--pc-v-xxs)
    }

    .fr-pc-mt-xxs {
        margin-top: 4px;
        margin-top: var(--pc-v-xxs)
    }

    .fr-pc-mb-xxs,.fr-pc-my-xxs {
        margin-bottom: 4px;
        margin-bottom: var(--pc-v-xxs)
    }

    .fr-pc-my-xxs {
        margin-top: 4px;
        margin-top: var(--pc-v-xxs)
    }

    .fr-pc-pt-xs {
        padding-top: 8px;
        padding-top: var(--pc-v-xs)
    }

    .fr-pc-pb-xs,.fr-pc-py-xs {
        padding-bottom: 8px;
        padding-bottom: var(--pc-v-xs)
    }

    .fr-pc-py-xs {
        padding-top: 8px;
        padding-top: var(--pc-v-xs)
    }

    .fr-pc-mt-xs {
        margin-top: 8px;
        margin-top: var(--pc-v-xs)
    }

    .fr-pc-mb-xs,.fr-pc-my-xs {
        margin-bottom: 8px;
        margin-bottom: var(--pc-v-xs)
    }

    .fr-pc-my-xs {
        margin-top: 8px;
        margin-top: var(--pc-v-xs)
    }

    .fr-pc-pt-s {
        padding-top: 12px;
        padding-top: var(--pc-v-s)
    }

    .fr-pc-pb-s,.fr-pc-py-s {
        padding-bottom: 12px;
        padding-bottom: var(--pc-v-s)
    }

    .fr-pc-py-s {
        padding-top: 12px;
        padding-top: var(--pc-v-s)
    }

    .fr-pc-mt-s {
        margin-top: 12px;
        margin-top: var(--pc-v-s)
    }

    .fr-pc-mb-s,.fr-pc-my-s {
        margin-bottom: 12px;
        margin-bottom: var(--pc-v-s)
    }

    .fr-pc-my-s {
        margin-top: 12px;
        margin-top: var(--pc-v-s)
    }

    .fr-pc-pt-m {
        padding-top: 20px;
        padding-top: var(--pc-v-m)
    }

    .fr-pc-pb-m,.fr-pc-py-m {
        padding-bottom: 20px;
        padding-bottom: var(--pc-v-m)
    }

    .fr-pc-py-m {
        padding-top: 20px;
        padding-top: var(--pc-v-m)
    }

    .fr-pc-mt-m {
        margin-top: 20px;
        margin-top: var(--pc-v-m)
    }

    .fr-pc-mb-m,.fr-pc-my-m {
        margin-bottom: 20px;
        margin-bottom: var(--pc-v-m)
    }

    .fr-pc-my-m {
        margin-top: 20px;
        margin-top: var(--pc-v-m)
    }

    .fr-pc-pt-l {
        padding-top: 28px;
        padding-top: var(--pc-v-l)
    }

    .fr-pc-pb-l,.fr-pc-py-l {
        padding-bottom: 28px;
        padding-bottom: var(--pc-v-l)
    }

    .fr-pc-py-l {
        padding-top: 28px;
        padding-top: var(--pc-v-l)
    }

    .fr-pc-mt-l {
        margin-top: 28px;
        margin-top: var(--pc-v-l)
    }

    .fr-pc-mb-l,.fr-pc-my-l {
        margin-bottom: 28px;
        margin-bottom: var(--pc-v-l)
    }

    .fr-pc-my-l {
        margin-top: 28px;
        margin-top: var(--pc-v-l)
    }

    .fr-pc-pt-xl {
        padding-top: 40px;
        padding-top: var(--pc-v-xl)
    }

    .fr-pc-pb-xl,.fr-pc-py-xl {
        padding-bottom: 40px;
        padding-bottom: var(--pc-v-xl)
    }

    .fr-pc-py-xl {
        padding-top: 40px;
        padding-top: var(--pc-v-xl)
    }

    .fr-pc-mt-xl {
        margin-top: 40px;
        margin-top: var(--pc-v-xl)
    }

    .fr-pc-mb-xl,.fr-pc-my-xl {
        margin-bottom: 40px;
        margin-bottom: var(--pc-v-xl)
    }

    .fr-pc-my-xl {
        margin-top: 40px;
        margin-top: var(--pc-v-xl)
    }

    .fr-pc-pt-xxl {
        padding-top: 60px;
        padding-top: var(--pc-v-xxl)
    }

    .fr-pc-pb-xxl,.fr-pc-py-xxl {
        padding-bottom: 60px;
        padding-bottom: var(--pc-v-xxl)
    }

    .fr-pc-py-xxl {
        padding-top: 60px;
        padding-top: var(--pc-v-xxl)
    }

    .fr-pc-mt-xxl {
        margin-top: 60px;
        margin-top: var(--pc-v-xxl)
    }

    .fr-pc-mb-xxl,.fr-pc-my-xxl {
        margin-bottom: 60px;
        margin-bottom: var(--pc-v-xxl)
    }

    .fr-pc-my-xxl {
        margin-top: 60px;
        margin-top: var(--pc-v-xxl)
    }

    .fr-pc-pt-xxxl {
        padding-top: 76px;
        padding-top: var(--pc-v-xxxl)
    }

    .fr-pc-pb-xxxl,.fr-pc-py-xxxl {
        padding-bottom: 76px;
        padding-bottom: var(--pc-v-xxxl)
    }

    .fr-pc-py-xxxl {
        padding-top: 76px;
        padding-top: var(--pc-v-xxxl)
    }

    .fr-pc-mt-xxxl {
        margin-top: 76px;
        margin-top: var(--pc-v-xxxl)
    }

    .fr-pc-mb-xxxl,.fr-pc-my-xxxl {
        margin-bottom: 76px;
        margin-bottom: var(--pc-v-xxxl)
    }

    .fr-pc-my-xxxl {
        margin-top: 76px;
        margin-top: var(--pc-v-xxxl)
    }

    .fr-pc-pr-s {
        padding-right: 12px;
        padding-right: var(--pc-h-s)
    }

    .fr-pc-pl-s,.fr-pc-px-s {
        padding-left: 12px;
        padding-left: var(--pc-h-s)
    }

    .fr-pc-px-s {
        padding-right: 12px;
        padding-right: var(--pc-h-s)
    }

    .fr-pc-mr-s {
        margin-right: 12px;
        margin-right: var(--pc-h-s)
    }

    .fr-pc-ml-s,.fr-pc-mx-s {
        margin-left: 12px;
        margin-left: var(--pc-h-s)
    }

    .fr-pc-mx-s {
        margin-right: 12px;
        margin-right: var(--pc-h-s)
    }

    .fr-pc-pr-m {
        padding-right: 24px;
        padding-right: var(--pc-h-m)
    }

    .fr-pc-pl-m,.fr-pc-px-m {
        padding-left: 24px;
        padding-left: var(--pc-h-m)
    }

    .fr-pc-px-m {
        padding-right: 24px;
        padding-right: var(--pc-h-m)
    }

    .fr-pc-mr-m {
        margin-right: 24px;
        margin-right: var(--pc-h-m)
    }

    .fr-pc-ml-m,.fr-pc-mx-m {
        margin-left: 24px;
        margin-left: var(--pc-h-m)
    }

    .fr-pc-mx-m {
        margin-right: 24px;
        margin-right: var(--pc-h-m)
    }

    .fr-pc-pr-l {
        padding-right: 80px;
        padding-right: var(--pc-h-l)
    }

    .fr-pc-pl-l,.fr-pc-px-l {
        padding-left: 80px;
        padding-left: var(--pc-h-l)
    }

    .fr-pc-px-l {
        padding-right: 80px;
        padding-right: var(--pc-h-l)
    }

    .fr-pc-mr-l {
        margin-right: 80px;
        margin-right: var(--pc-h-l)
    }

    .fr-pc-ml-l,.fr-pc-mx-l {
        margin-left: 80px;
        margin-left: var(--pc-h-l)
    }

    .fr-pc-mx-l {
        margin-right: 80px;
        margin-right: var(--pc-h-l)
    }

    .fr-pc-pr-xl {
        padding-right: 160px;
        padding-right: var(--pc-h-xl)
    }

    .fr-pc-pl-xl,.fr-pc-px-xl {
        padding-left: 160px;
        padding-left: var(--pc-h-xl)
    }

    .fr-pc-px-xl {
        padding-right: 160px;
        padding-right: var(--pc-h-xl)
    }

    .fr-pc-mr-xl {
        margin-right: 160px;
        margin-right: var(--pc-h-xl)
    }

    .fr-pc-ml-xl,.fr-pc-mx-xl {
        margin-left: 160px;
        margin-left: var(--pc-h-xl)
    }

    .fr-pc-mx-xl {
        margin-right: 160px;
        margin-right: var(--pc-h-xl)
    }

    .u-pc-w1176 {
        width: 100%;
        max-width: 1176px
    }

    .u-pc-w876 {
        width: 100%;
        max-width: 876px
    }

    .u-pc-w576 {
        width: 100%;
        /* max-width: 576px */
    }

    .u-pc-w536 {
        width: 100%;
        max-width: 536px
    }

    .u-pc-mr-auto {
        margin-right: auto
    }

    .u-pc-ml-auto {
        margin-left: auto
    }

    .u-only-sp {
        display: none
    }

    .u-contentsInner {
        max-width: 1010px;
        padding-right: 25px;
        padding-left: 25px;
        margin: 0 auto
    }

    .u-contentsSpacer {
        margin-right: 12px;
        margin-right: var(--pc-h-s);
        margin-left: 12px;
        margin-left: var(--pc-h-s)
    }

    .u-fixedAnchorAdjust {
        margin-top: -42px;
        margin-top: calc(-30px - var(--pc-v-s));
        padding-top: 42px;
        padding-top: calc(30px + var(--pc-v-s))
    }

    body[data-bff-version=v5] .u-fixedAnchorAdjust {
        margin-top: -101px;
        padding-top: 101px
    }

    body[data-bff-version=v3] .u-fixedAnchorAdjust {
        margin-top: -117px;
        padding-top: 117px
    }

    .u-pc-pt-none {
        padding-top: 0
    }

    .u-pc-pr-none {
        padding-right: 0
    }

    .u-pc-pb-none {
        padding-bottom: 0
    }

    .u-pc-pl-none {
        padding-left: 0
    }

    .u-pc-mt-none {
        margin-top: 0
    }

    .u-pc-mr-none {
        margin-right: 0
    }

    .u-pc-mb-none {
        margin-bottom: 0
    }

    .u-pc-ml-none {
        margin-left: 0
    }

    .swiper-container[data-destroy=sp] {
        padding-bottom: 28px
    }

    .swiper-container[data-destroy=pc] {
        padding-bottom: 0
    }

    .swiper-container[data-pagination-type=fraction] {
        padding-bottom: 36.2px
    }

    [lang=ja] .swiper-container[data-pagination-type=fraction],[lang=ko] .swiper-container[data-pagination-type=fraction] {
        padding-bottom: 35.4px
    }

    .swiper-pagination-bullets {
        font-size: 8px
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-left: 5px;
        margin-right: 5px
    }

    .swiper-button-next,.swiper-button-prev {
        top: calc((100% - 28px)/2)
    }

    .swiper-container {
        padding-bottom: 28px
    }
	

	
	.divFlex2 a {
		width: 50%;
	}	
	
	.divFlex2 img {
		width: 100%;
		height: auto;
	}
}

	.divFlex2 {
		display: flex;
	}

@media screen and (max-width: 812px) {
    .-large.-length-4 .fr-anchorButton_item,.-large.-length-7 .fr-anchorButton_item,.-large.-length-8 .fr-anchorButton_item {
        width:calc((100% - 3px)/4)
    }

    .-large.-length-2 .fr-anchorButton_item:first-child {
        border-left-width: 1px
    }

    .-large .fr-anchorButton_item:nth-child(-n+3) {
        border-top-width: 1px
    }

    .-default.-length-3 .fr-anchorButton_item:nth-child(3),.-small.-length-3 .fr-anchorButton_item:nth-child(3) {
        width: 100%;
        border-right-width: 0
    }

    .-large.-length-3 .fr-anchorButton_item:nth-child(3) {
        width: calc((100% - 2px)/3)
    }

    .-large.-length-4 .fr-anchorButton_item:nth-child(4),.-large.-length-7 .fr-anchorButton_item:nth-child(4),.-large.-length-8 .fr-anchorButton_item:nth-child(4) {
        border-top-width: 1px
    }

    .-default.-length-3 .fr-anchorButton_item:nth-child(4),.-large.-length-3 .fr-anchorButton_item:nth-child(4) {
        width: calc((100% - 2px)/3)
    }

    .-default.-length-5 .fr-anchorButton_item:nth-child(5),.-small.-length-5 .fr-anchorButton_item:nth-child(5) {
        width: 100%;
        border-right-width: 0
    }

    .-large.-length-5 .fr-anchorButton_item:nth-child(5) {
        width: calc((100% - 2px)/3)
    }

    .-default.-length-7 .fr-anchorButton_item:nth-child(7),.-small.-length-7 .fr-anchorButton_item:nth-child(7) {
        border-right-width: 0;
        width: 100%
    }

    .-large.-length-7 .fr-anchorButton_item:nth-child(7) {
        width: calc((100% - 3px)/4)
    }

    .-default .fr-anchorButton_item:nth-child(2n),.-small .fr-anchorButton_item:nth-child(2n) {
        border-right-width: 0
    }

    .-large .fr-anchorButton_item:nth-child(2n) {
        border-right-width: 1px
    }

    .-large.-length-3 .fr-anchorButton_item:nth-child(3n),.-large.-length-4 .fr-anchorButton_item:nth-child(4n),.-large.-length-5 .fr-anchorButton_item:nth-child(3n),.-large.-length-6 .fr-anchorButton_item:nth-child(3n),.-large.-length-7 .fr-anchorButton_item:nth-child(4n),.-large.-length-8 .fr-anchorButton_item:nth-child(4n) {
        border-right-width: 0
    }

    .-large.-length-5 .fr-anchorButton_item:last-child,.-large.-length-7 .fr-anchorButton_item:last-child {
        border-right-width: 1px
    }

    .-grid.-large .fr-imagePlusText_imgWrap {
        width: 50%
    }

    .-tile .fr-styling_item:nth-child(3n) {
        margin-right: 0
    }

    .-tile .fr-styling_item:nth-child(-n+3) {
        margin-top: 0
    }

    .swiper-parent.-styling .swiper-container {
        padding-bottom: 0
    }

    .swiper-parent.-styling .swiper-slide {
        width: 39.73333vw!important
    }

    .fr-modalParent_contents {
        bottom: 0;
        overflow: hidden auto
    }

    .fr-bff-products[data-component-type=ProductCarousel][data-products-length="1"].-center .swiper-wrapper,.fr-bff-products[data-component-type=ProductCarousel][data-products-length="2"].-center .swiper-wrapper {
        justify-content: center
    }

    [data-component-type=ProductCarouselDestroy] .fr-bff-product:nth-child(3n+1) {
        margin-left: 0
    }

    [data-component-type=ProductCarousel] .fr-bff-product {
        width: 41.067vw!important
    }

    [data-component-type=ProductGrid] .fr-bff-product_content {
        padding: 0 4vw;
        padding: 0 var(--sp-h-1g)
    }

    .fr-bff-product [data-component-type=ProductGrid] {
        padding: 0 2vw 0 4vw;
        padding: 0 calc(var(--sp-h-1g)/2) 0 var(--sp-h-1g)
    }

    [data-component-type=ProductGrid] .fr-bff-product:nth-child(2n) .fr-bff-product_content {
        padding: 0 4vw;
        padding: 0 var(--sp-h-1g)
    }

    html.frNativeApp .fr-bff-product_colorChipsAndFavorite {
        justify-content: flex-start
    }

    [data-sp-aspect-ratio="1:1"]:before {
        padding-top: 100%
    }

    [data-sp-aspect-ratio="1:2"]:before {
        padding-top: 200%
    }

    [data-sp-aspect-ratio="2:1"]:before {
        padding-top: 50%
    }

    [data-sp-aspect-ratio="3:1"]:before {
        padding-top: 33.3333%
    }

    [data-sp-aspect-ratio="3:4"]:before {
        padding-top: 133.3333%
    }

    [data-sp-aspect-ratio="4:3"]:before {
        padding-top: 75%
    }

    [data-sp-aspect-ratio="6:1"]:before {
        padding-top: 16.6667%
    }

    [data-sp-aspect-ratio="16:9"]:before {
        padding-top: 56.25%
    }

    .u-only-pc {
        display: none
    }

    .u-sp-pt-none {
        padding-top: 0
    }

    .u-sp-pr-none {
        padding-right: 0
    }

    .u-sp-pb-none {
        padding-bottom: 0
    }

    .u-sp-pl-none {
        padding-left: 0
    }

    .u-sp-mt-none {
        margin-top: 0
    }

    .u-sp-mr-none {
        margin-right: 0
    }

    .u-sp-mb-none {
        margin-bottom: 0
    }

    .u-sp-ml-none {
        margin-left: 0
    }

    .u-sp-x-negativeMargin-1g {
        margin-right: -4vw;
        margin-right: calc(var(--sp-h-1g)*-1);
        margin-left: -4vw;
        margin-left: calc(var(--sp-h-1g)*-1)
    }
}

@media screen and (max-width: 599px) {
    body[data-bff-version=v5] .fr-fixedAnchor.-isFixed {
        top:54px
    }
}

@media screen and (min-width: 876px) {
    .modal.-favoriteList .modal_contentsInner {
        max-width:876px
    }

    .modal.-addedToCart .modal_contentsInner {
        margin: auto
    }

    .modalSlideUpLogin {
        animation: modalSlideUpTranslateXY .4s cubic-bezier(.4,0,.2,1)
    }
}
