:root {
  --color-red: red;
  --color-teal: #378694;
  --color-yellow: #ebbe00;
  --color-black900: #1b1b1b;
  --color-white: #fff;
  --color-gray500: #7d7d7d;
  --color-gray350: #ababab;
  --color-gray150: #dadada;
  --color-gray050: #f4f4f4;
  --color-men: #000082;
  --color-kids: #50b4f0;
  --color-baby: #96c800;
  --color-boys: #0091d7;
  --color-girls: #eb64a5;
  --sp-v-xxs: 3px;
  --sp-v-xs: 6px;
  --sp-v-s: 9px;
  --sp-v-m: 15px;
  --sp-v-l: 21px;
  --sp-v-xl: 24px;
  --sp-v-xxl: 36px;
  --sp-v-xxxl: 60px;
  --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: 52px;
  --pc-v-xxxl: 64px;
  --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;
}

*,
: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;
}
section {
  /* background-color: #fff; */
}
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-white);
  color: #1b1b1b;
  color: var(--color-black900);
  font-size: 14px;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  min-width: 320px;
  font-weight: 300;
}

a {
  color: #1b1b1b;
  color: var(--color-black900);
}

button {
  font-family: inherit;
}

.main_inner {
  min-width: 320px;
}

.fr-breadcrumbs_inner {
  display: flex;
  flex-wrap: wrap;
}

.fr-breadcrumbs_item {
  font-size: 13px;
  line-height: 18px;
}

.fr-breadcrumbs_item:not(:last-child):after {
  content: "/";
  padding-right: 3px;
  padding-left: 3px;
}

.fr-breadcrumbs_itemLink {
  text-decoration: underline;
}

.fr-heading {
  font-weight: 500;
}

.fr-heading.u-uqFont-b {
  line-height: 1.2;
}

.fr-heading.-h1 {
  font-size: 23px;
}

.fr-heading.-h1.u-uqFont-b {
  font-size: 22px;
}

.fr-heading.-h2 {
  font-size: 20px;
}

.fr-heading.-h4 {
  font-size: 15px;
}

.fr-img {
  width: 100%;
  height: auto;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 1s;
}

.fr-tabs {
  font-size: 12px;
  border: 0 solid #dadada;
  border-color: var(--color-gray150);
  border-bottom: 1px solid var(--color-gray150);
}

.fr-tabs.-gender {
  font-size: 15px;
  line-height: 18px;
}

.fr-tabs.-boxed {
  font-size: 15px;
}

.fr-tabs.-gender.-boxed {
  font-size: 15px;
}

.fr-tabs_inner {
  display: flex;
}

.fr-tabs_item {
  flex: 1;
  color: #ababab;
  color: var(--color-gray350);
}

.-boxed .fr-tabs_item {
  background-color: #f4f4f4;
  background-color: var(--color-gray050);
  border: 0 solid #dadada;
  border-color: var(--color-gray150);
  border-top: 1px solid var(--color-gray150);
}

.fr-tabs_item.-active {
  color: #1b1b1b;
  color: var(--color-black900);
  position: relative;
}

.-boxed .fr-tabs_item.-active {
  background-color: #fff;
  background-color: var(--color-white);
}

.fr-tabs_item.-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #1b1b1b;
  background-color: var(--color-black900);
  position: absolute;
  bottom: 0;
  left: 0;
}

.-boxed .fr-tabs_item.-active:after {
  height: 1px;
  background-color: #fff;
  background-color: var(--color-white);
  bottom: -1px;
}

.-boxed .fr-tabs_item + .fr-tabs_item {
  border-left: 1px solid #dadada;
  border-left: 1px solid var(--color-gray150);
}

.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-gray150);
  border-top: 1px var(--color-gray150);
  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-white);
  border-left-style: solid;
  border-top-style: solid;
  border-color: #dadada;
  border-left-color: var(--color-gray150);
  border-top-color: var(--color-gray150);
  border-right: 1px solid var(--color-gray150);
  border-bottom: 1px solid var(--color-gray150);
  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: 12px;
  position: relative;
  height: 100%;
  font-weight: 500;
}

.-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: red;
  background-color: var(--color-red);
  color: #fff;
  color: var(--color-white);
  padding: 0 6px;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  min-width: 42px;
  z-index: 1;
  z-index: var(--z-index-primary);
  font-weight: 500;
}

.fr-annotation {
  font-size: 12px;
  padding-left: 1.2em;
  position: relative;
}

.fr-annotation:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.fr-linkButton {
  border: 1px solid #1b1b1b;
  border: 1px solid var(--color-black900);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 9px 4vw;
  padding: var(--sp-v-s) var(--sp-h-1g);
  text-align: center;
  min-height: 52px;
  max-height: 68px;
  font-weight: 500;
}

.fr-linkButton.-white {
  background-color: #fff;
  background-color: var(--color-white);
}

.fr-linkButton.-black {
  background-color: #1b1b1b;
  background-color: var(--color-black900);
  color: #fff;
  color: var(--color-white);
}

.fr-linkButton + .fr-linkButton {
  margin-top: 15px;
  margin-top: var(--sp-v-m);
}

.fr-linkText {
  font-weight: 500;
}

.fr-linkText.-l {
  font-size: 18px;
}

.fr-linkText_item {
  text-decoration: underline;
}

.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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-external@2.0.0.svg#external);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-external@2.0.0.svg#external);
  background-color: #1b1b1b;
  background-color: var(--color-black900);
  margin-left: 8px;
}

.fr-linkCell {
  align-items: center;
  background-color: #fff;
  background-color: var(--color-white);
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid var(--color-gray150);
  display: flex;
  padding: 21px 4vw;
  padding: var(--sp-v-l) var(--sp-h-1g);
  font-size: 15px;
  font-weight: 500;
}

.fr-linkCellParent {
  border-top: 1px solid #dadada;
  border-top: 1px solid var(--color-gray150);
}

.fr-linkCell_inner {
  flex: 1;
  margin-right: 4vw;
  margin-right: var(--sp-h-1g);
}

.fr-linkCell:after {
  background: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/chevron_right.svg)
    50%/24px no-repeat;
  content: "";
  display: block;
  margin-left: auto;
  overflow: hidden;
  width: 24px;
  height: 24px;
}

.fr-readMore {
  background-color: #fff;
  background-color: var(--color-white);
  overflow: hidden;
}

.fr-readMore + .fr-readMore .fr-readMore_heading {
  border-top-width: 0;
}

.fr-readMore_checkBox {
  display: none;
}

.fr-readMore_heading {
  font-size: 15px;
  align-items: center;
  border-color: #dadada;
  border-color: var(--color-gray150);
  border-style: solid;
  border-width: 1px 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 21px 4vw;
  padding: var(--sp-v-l) var(--sp-h-1g);
  min-height: 68px;
  position: relative;
  font-weight: 500;
}

.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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-plus@2.0.0.svg#plus);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-plus@2.0.0.svg#plus);
  background-color: #ababab;
  background-color: var(--color-gray350);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

.fr-readMore_content {
  height: 0;
  opacity: 0;
  transition: 0.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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-minus@2.0.0.svg#minus);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-minus@2.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-gray150);
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-top: 21px;
  padding-top: var(--sp-v-l);
  padding-bottom: 21px;
  padding-bottom: var(--sp-v-l);
}

.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-gray050);
}

.fr-showMoreButton {
  align-items: center;
  border: 1px solid #dadada;
  border: 1px solid var(--color-gray150);
  border-width: 1px 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 21px 4vw;
  padding: var(--sp-v-l) var(--sp-h-1g);
}

.fr-showMoreButton_inner {
  font-size: 14px;
  margin-right: 8px;
  text-align: center;
  font-weight: 500;
}

.fr-showMoreButton:after {
  align-items: center;
  background: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/chevron_updown.svg)
    0 / cover no-repeat;
  content: "";
  display: flex;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.fr-snsButtons_inner {
  min-width: 320px;
}

.fr-snsButtons_heading {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.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-tax {
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid var(--color-gray150);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 6.5px;
  text-align: center;
  padding-top: 9px;
  padding-top: var(--sp-v-s);
  padding-bottom: 9px;
  padding-bottom: var(--sp-v-s);
}

.fr-tag,
.fr-tax {
  background-color: #fff;
  background-color: var(--color-white);
}

.fr-tag {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -9px;
  margin-top: calc(var(--sp-v-s) * -1);
}

.fr-tag_item {
  margin-left: 10px;
  margin-top: 9px;
  margin-top: var(--sp-v-s);
}

.fr-tag_itemLink {
  background-color: #fff;
  background-color: var(--color-white);
  border: 1px solid #ababab;
  border: 1px solid var(--color-gray350);
  display: block;
  padding: 3px 2vw;
  padding: var(--sp-v-xxs) var(--sp-h-05g);
}

.-withoutLink .fr-tag_itemLink {
  color: #7d7d7d;
  color: var(--color-gray500);
  background-color: #f4f4f4;
  background-color: var(--color-gray050);
  border-color: #f4f4f4;
  border-color: var(--color-gray050);
}

.fr-accordion {
  background-color: #fff;
  background-color: var(--color-white);
  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-gray150);
  border-width: 1px 0;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  padding: 21px calc(8vw + 24px) 21px 4vw;
  padding: var(--sp-v-l) calc(var(--sp-h-1g) * 2 + 24px) var(--sp-v-l)
    var(--sp-h-1g);
  position: relative;
  min-height: 68px;
  font-weight: 500;
}

.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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-plus@2.0.0.svg#plus);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-plus@2.0.0.svg#plus);
  background-color: #ababab;
  background-color: var(--color-gray350);
  position: absolute;
  top: 50%;
  right: calc(4vw + 6px);
  right: calc(var(--sp-h-1g) + 6px);
  margin-top: -12px;
}

.fr-accordion_content {
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid var(--color-gray150);
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}

.fr-accordion_contentInner {
  display: none;
}

.fr-accordion_checkBox:checked + .fr-accordion_heading {
  border-bottom: 1px solid #f4f4f4;
}

.fr-accordion_checkBox:checked + .fr-accordion_heading:before {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-minus@2.0.0.svg#minus);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-minus@2.0.0.svg#minus);
}

.fr-accordion_checkBox:checked + .fr-accordion_heading + .fr-accordion_content {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-top: 21px;
  padding-top: var(--sp-v-l);
  padding-bottom: 21px;
  padding-bottom: var(--sp-v-l);
}

.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-gray050);
  border-bottom: 1px solid var(--color-gray050);
}

.-list .fr-imagePlusText {
  margin-top: 9px;
  margin-top: var(--sp-v-s);
}

.-grid .fr-imagePlusText:first-child {
  border-width: 1px 0;
}

.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: 15px;
  padding-top: var(--sp-v-m);
  padding-bottom: 15px;
  padding-bottom: var(--sp-v-m);
}

.fr-imagePlusText_label {
  font-weight: 500;
}

.fr-imagePlusText_heading {
  font-size: 15px;
  font-weight: 700;
}

.fr-imagePlusText_link {
  display: block;
  text-decoration: underline;
  font-weight: 500;
}

.fr-pagetop {
  background: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/backtotop.svg)
    50%/28px auto no-repeat #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 0;
  bottom: 15px;
  transition: 0.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(27, 27, 27, 0.3);
  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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/button-play-2.svg#button-play);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/button-play-2.svg#button-play);
  background-color: #fff;
  background-color: var(--color-white);
  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;
}

.fr-styling_item {
  margin-right: 1px;
  margin-top: 1px;
}

.-tile .fr-styling_item {
  width: calc((100vw - 2px) / 3);
}

.swiper-parent.-styling.-length-1.-center .swiper-wrapper,
.swiper-parent.-styling.-length-2.-center .swiper-wrapper {
  justify-content: center;
}

.fr-banner_item {
  margin-top: 21px;
  margin-top: var(--sp-v-l);
}

.fr-banner_item:first-child {
  margin-top: 0;
}

.fr-modal_close {
  min-width: 40px;
  margin-left: auto;
  position: absolute;
  top: -45px;
  top: calc(-36px + var(--sp-v-s) * -1);
  right: 0;
  padding-top: 24px;
  font-size: 10px;
  color: #fff;
  color: var(--color-white);
}

.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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-close@2.0.0.svg#close);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-close@2.0.0.svg#close);
  background-color: #fff;
  background-color: var(--color-white);
  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-gray150);
  background-color: #fff;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  min-height: 67px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  z-index: var(--z-index-modalHeader);
}

.fr-modalChild_headerClose {
  min-width: 40px;
  margin-left: auto;
  position: relative;
  padding-top: 24px;
  font-size: 10px;
  line-height: 16px;
  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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-close@2.0.0.svg#close);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-close@2.0.0.svg#close);
  background-color: #1b1b1b;
  background-color: var(--color-black900);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
}

.fr-modalChild_container {
  padding-top: 67px;
  background-color: #fff;
  background-color: var(--color-white);
  overflow-y: scroll;
  min-height: 100vh;
  min-height: 100dvh;
}

.fr-modalChild_close {
  min-width: 40px;
  margin-left: auto;
  position: absolute;
  top: -45px;
  top: calc(-36px + var(--sp-v-s) * -1);
  right: 0;
  padding-top: 24px;
  font-size: 10px;
  color: #fff;
  color: var(--color-white);
}

.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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-close@2.0.0.svg#close);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-close@2.0.0.svg#close);
  background-color: #fff;
  background-color: var(--color-white);
  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(27, 27, 27, 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-white);
  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-gray150);
  transition: opacity 0.2s;
  width: 100%;
}

.fr-fixedAnchor.-isFixed {
  transition: opacity 0.2s;
  opacity: 1;
  pointer-events: auto;
}

body[data-bff-version="v5"] .fr-fixedAnchor.-isFixed {
  top: 65px;
}

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: 15px 8px;
  padding: var(--sp-v-m) 8px;
  width: 100%;
  position: relative;
  color: #ababab;
  color: var(--color-gray350);
  font-weight: 500;
}

.fr-fixedAnchor_itemLink.-current {
  color: #1b1b1b;
  color: var(--color-black900);
}

.fr-fixedAnchor_itemLink.-current:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1b1b1b;
  background-color: var(--color-black900);
  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-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-gray150);
  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-white);
  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: 15px 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: 3px;
  margin-top: var(--sp-v-xxs);
}

.fr-productGrid_price {
  font-size: 18px;
  line-height: 21.6px;
  margin-top: 3px;
  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;
}

.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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-quotation@2.0.0.svg#quotation);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-quotation@2.0.0.svg#quotation);
  background-color: #1b1b1b;
  background-color: var(--color-black900);
  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: 12px;
}

.fr-bff-products {
  background-color: #fff;
  background-color: var(--color-white);
}

.fr-bff-products.swiper-container {
  padding-bottom: 0;
}

.fr-bff-product_imgWrapper {
  position: relative;
}

.fr-bff-product_noimage {
  width: 100%;
  padding-top: 100%;
  background-color: #f4f4f4;
  background-color: var(--color-gray050);
  position: relative;
}

.fr-bff-product_noimageIcon {
  width: 28%;
  height: 28%;
  fill: #6a6a6a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fr-bff-product_noStock {
  font-size: 14px;
  line-height: 19px;
  color: #7d7d7d;
  color: var(--color-gray500);
  margin-top: 3px;
  margin-top: var(--sp-v-xxs);
}

.fr-bff-product_reviewStars {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 9px;
  margin-top: var(--sp-v-s);
}

.fr-bff-product_reviewStar {
  background: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/star.svg)
    0/5em 1em no-repeat;
  display: inline-block;
  height: 14px;
  vertical-align: sub;
  width: 14px;
}

.fr-bff-product_reviewStar + .fr-bff-product_reviewStar {
  margin-left: 4px;
}

.fr-bff-product_reviewStar.-half {
  background-position: -2em;
}

.fr-bff-product_reviewStar.-active {
  background-position: -4em;
}

.fr-bff-product_reviewCount {
  font-size: 12px;
  margin-left: 4px;
}

.fr-bff-product_colorChips {
  display: flex;
  flex-wrap: wrap;
  row-gap: 9px;
  column-gap: 6px;
}

.fr-bff-product_colorChips_container {
  margin-top: 15px;
  margin-top: var(--sp-v-m);
  margin-bottom: 9px;
  margin-bottom: var(--sp-v-s);
}

.fr-bff-product_colorChips_label {
  cursor: pointer;
  transition: opacity 0.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(https://www.uniqlo.com/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: 16px;
  height: 16px;
  cursor: pointer;
  transition: opacity 0.6s;
}

.fr-bff-product_colorChip_img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #7d7d7d;
  border: 1px solid var(--color-gray500);
}

.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: 20px;
  height: 20px;
  border: 1px solid #1b1b1b;
  border: 1px solid var(--color-black900);
  position: absolute;
  top: -2px;
  left: -2px;
}

.fr-bff-product_link {
  display: block;
}

.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: 14px;
  text-decoration: underline;
  margin-top: 21px;
  margin-top: var(--sp-v-l);
  cursor: pointer;
  font-weight: 500;
}

.fr-bff-userReviews .swiper-container {
  padding-bottom: 0;
}

.fr-bff-userReview.swiper-slide {
  height: auto;
  padding: 21px 4vw;
  padding: var(--sp-v-l) var(--sp-h-1g);
  border: 1px solid #dadada;
  border: 1px solid var(--color-gray150);
}

.fr-bff-userReview_heading {
  margin-top: 9px;
  margin-top: var(--sp-v-s);
  font-weight: 500;
}

.fr-bff-userReview_container .fr-bff-product_reviewStars {
  margin-top: 0;
}

.fr-bff-userReview_checkBox {
  display: none;
}

.fr-bff-userReview_comment {
  margin-top: 6px;
  margin-top: var(--sp-v-xs);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.fr-bff-userReview_comment_seemore {
  display: block;
  text-decoration: underline;
  margin-top: 6px;
  margin-top: var(--sp-v-xs);
  cursor: pointer;
  font-weight: 500;
}

.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: 12px;
  color: #7d7d7d;
  color: var(--color-gray500);
  margin-top: 9px;
  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: "・";
}

.fr-bff-userReview_productName {
  font-size: 12px;
  margin-top: 6px;
  margin-top: var(--sp-v-xs);
}

.fr-bff-favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  z-index: 1;
  z-index: var(--z-index-primary);
}

.fr-bff-favorite_icon {
  fill: #1b1b1b;
}

.fr-bff-favorite_icon g {
  opacity: 0;
  transition: opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.fr-bff-favorite_icon g:first-child {
  opacity: 1;
}

.fr-bff-favorite.-active .fr-bff-favorite_icon g {
  fill: red;
  fill: var(--color-red);
  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: 15px;
  margin-top: var(--sp-v-m);
  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 #dadada;
  border: 1px solid var(--color-gray150);
  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 #fff;
  border: 2px solid var(--color-white);
  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 #1b1b1b;
  border: 2px solid var(--color-black900);
  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;
}

.fr-functionalIcon_item {
  width: 25%;
  text-align: center;
  padding: 0 3px;
  margin-top: 9px;
  margin-top: var(--sp-v-s);
  color: #1b1b1b;
  color: var(--color-black900);
}

.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: #1b1b1b;
  background-color: var(--color-black900);
  margin: 0 auto 3px;
}

.fr-functionalIcon_itemInner.-functional-dry {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-dry.svg#functional-dry);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-dry.svg#functional-dry);
}

.fr-functionalIcon_itemInner.-functional-high-functional-dry {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-high-functional-dry.svg#functional-high-functional-dry);
  mask-image: url(https://www.uniqlo.com/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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-stretch.svg#functional-stretch);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-stretch.svg#functional-stretch);
}

.fr-functionalIcon_itemInner.-functional-warmth-retention {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-warmth-retention.svg#functional-warmth-retention);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-warmth-retention.svg#functional-warmth-retention);
}

.fr-functionalIcon_itemInner.-functional-thermal-storage {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-thermal-storage.svg#functional-thermal-storage);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-thermal-storage.svg#functional-thermal-storage);
}

.fr-functionalIcon_itemInner.-functional-water-repelling {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-water-repelling.svg#functional-water-repelling);
  mask-image: url(https://www.uniqlo.com/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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-durable-water-repellency.svg#functional-durable-water-repellency);
  mask-image: url(https://www.uniqlo.com/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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-waterproof.svg#functional-waterproof);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-waterproof.svg#functional-waterproof);
}

.fr-functionalIcon_itemInner.-functional-windproof {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-windproof.svg#functional-windproof);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-windproof.svg#functional-windproof);
}

.fr-functionalIcon_itemInner.-functional-moisture-permeability {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-moisture-permeability.svg#functional-moisture-permeability);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-moisture-permeability.svg#functional-moisture-permeability);
}

.fr-functionalIcon_itemInner.-functional-machine-washable {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-machine-washable.svg#functional-machine-washable);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-machine-washable.svg#functional-machine-washable);
}

.fr-functionalIcon_itemInner.-functional-lightweight {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-lightweight.svg#functional-lightweight);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-lightweight.svg#functional-lightweight);
}

.fr-functionalIcon_itemInner.-functional-anti-static {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-anti-static.svg#functional-anti-static);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-anti-static.svg#functional-anti-static);
}

.fr-functionalIcon_itemInner.-functional-deodorant {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-deodorant.svg#functional-deodorant);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-deodorant.svg#functional-deodorant);
}

.fr-functionalIcon_itemInner.-functional-antibacterial-deodorant {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-antibacterial-deodorant.svg#functional-antibacterial-deodorant);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-antibacterial-deodorant.svg#functional-antibacterial-deodorant);
}

.fr-functionalIcon_itemInner.-functional-UV-cut {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-UV-cut.svg#functional-UV-cut);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-UV-cut.svg#functional-UV-cut);
}

.fr-functionalIcon_itemInner.-functional-contact-cooling {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-contact-cooling.svg#functional-contact-cooling);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-contact-cooling.svg#functional-contact-cooling);
}

.fr-functionalIcon_itemInner.-functional-heat-generating {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-heat-generating.svg#functional-heat-generating);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-heat-generating.svg#functional-heat-generating);
}

.fr-functionalIcon_itemInner.-functional-shape-retention {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-shape-retention.svg#functional-shape-retention);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-shape-retention.svg#functional-shape-retention);
}

.fr-functionalIcon_itemInner.-functional-moisture-retention {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-moisture-retention.svg#functional-moisture-retention);
  mask-image: url(https://www.uniqlo.com/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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-moisture-absorption-heat-dissipation.svg#functional-moisture-absorption-heat-dissipation);
  mask-image: url(https://www.uniqlo.com/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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/functional-skin-surface-smoothness.svg#functional-skin-surface-smoothness);
  mask-image: url(https://www.uniqlo.com/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 0.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;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
  mask-size: 24px;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #fff;
  background-color: var(--color-white);
  position: absolute;
  bottom: 0;
}

.fr-videoAutoPlay_button.-play {
  right: 0;
}

.fr-videoAutoPlay_button[data-play-status="play"] {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-pause@2.0.0.svg#pause);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-pause@2.0.0.svg#pause);
}

.fr-videoAutoPlay_button[data-play-status="pause"] {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-play@2.0.0.svg#play);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-play@2.0.0.svg#play);
}

.fr-videoAutoPlay_button.-sound {
  left: 0;
}

.fr-videoAutoPlay_button[data-sound-status="sound"] {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-sound@2.0.0.svg#sound);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-sound@2.0.0.svg#sound);
}

.fr-videoAutoPlay_button[data-sound-status="muted"] {
  -webkit-mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-muted@2.0.0.svg#muted);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-muted@2.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-white);
}

.modal_favoriteList_content {
  padding: 21px 15px 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: 21px;
  margin-bottom: var(--sp-v-l);
}

.modal_favoriteList_color_header {
  display: flex;
  margin-bottom: 15px;
  margin-bottom: var(--sp-v-m);
}

.modal_favoriteList_color_header_image {
  height: auto;
  width: 90px;
  margin-right: 15px;
  margin-right: var(--sp-v-m);
  position: relative;
}

.modal_favoriteList_color_header_image_img {
  height: auto;
  width: 90px;
}

.modal_favoriteList_color_header_title {
  font-size: 13px;
  line-height: 20px;
}

.modal_favoriteList_size_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  grid-column-gap: var(--sp-v-m);
  margin: 0;
}

.modal_favoriteList_size_group.-OneItem {
  grid-template-columns: unset;
  grid-column-gap: unset;
}

.modal_favoriteList_size_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  background-color: initial;
  border: 1px solid transparent;
  outline: 0;
  padding: 0;
  cursor: pointer;
}

.modal_favoriteList_size_content .fr-bff-favorite_icon {
  margin-left: 10px;
  margin-right: 10px;
}

.modal_favoriteList_size_content.-active .fr-bff-favorite_icon g {
  fill: red;
  fill: var(--color-red);
  opacity: 1;
}

.modal_favoriteList_size_keyline {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #dadada;
}

.modal_favoriteList_size_label {
  font-size: 13px;
  margin: 12px 0 12px 7.5px;
  line-height: 20px;
  color: #1b1b1b;
  color: var(--color-black900);
  text-align: left;
}

.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(27, 27, 27, 0.5);
}

.modal.-favoriteList .modal_contentsInner {
  background-color: #fff;
  background-color: var(--color-white);
  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;
  animation: favoriteList-slideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal.-favoriteList .modal_contentsInner .modal_btns {
  padding-bottom: 21px;
  padding-bottom: var(--sp-v-l);
}

.modal.-favoriteList .modal_contentsInner .modal_btn {
  width: 100%;
}

.-favoriteList .modal_favoriteClose {
  display: block;
  margin-left: 15px;
  margin-left: var(--sp-v-m);
  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: #1b1b1b;
  color: var(--color-black900);
  margin-top: -2px;
}

.-favoriteList .modal_header {
  align-items: center;
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid var(--color-gray150);
  display: flex;
  justify-content: space-between;
  padding: 9px 15px;
  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-white);
}

.-with_sticky_header .modal_favoriteList_body {
  margin-top: 63px;
}

.-favoriteList .modal_heading {
  font-size: 16px;
  padding: 0;
  position: relative;
  line-height: 24px;
}

.modal.-favorite .modal_contents,
.modal.-favorite .modal_contentsInner {
  background-color: #fff;
  background-color: var(--color-white);
  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(27, 27, 27, 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: 21px 15px;
  padding: var(--sp-v-l) 15px;
}

.-favorite .modal_body {
  margin-bottom: 21px;
  margin-bottom: var(--sp-v-l);
  padding-right: 15px;
  padding-left: 15px;
}

.modal_btns {
  align-items: center;
  border-top: 1px solid #dadada;
  border-top: 1px solid var(--color-gray150);
  display: flex;
}

.modal_btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.344;
  margin: 0;
  min-height: 46px;
  padding: 9px 4px;
  padding: var(--sp-v-s) 4px;
  text-align: center;
  width: 50vw;
}

.modal_btn.-cancel {
  color: #1b1b1b;
  color: var(--color-black900);
}

.modal_btn.-favoriteList,
.modal_btn.-login {
  background-color: #1b1b1b;
  background-color: var(--color-black900);
  color: #fff;
  color: var(--color-white);
}

.modal_btn.-favoriteList {
  margin: auto;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 4px;
  cursor: pointer;
}

.-favorite .modal_close,
.modal_loginClose {
  display: none;
}

@keyframes favoriteList-slideUp {
  0% {
    transform: translateY(5%);
  }

  to {
    transform: translateY(0);
  }
}

[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: 0.75;
}

[data-modal-is-active="true"] .-favoriteList .modal_overlay {
  display: none;
}

[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: 3px;
  padding-top: var(--sp-v-xxs);
}

.fr-sp-pb-xxs,
.fr-sp-py-xxs {
  padding-bottom: 3px;
  padding-bottom: var(--sp-v-xxs);
}

.fr-sp-py-xxs {
  padding-top: 3px;
  padding-top: var(--sp-v-xxs);
}

.fr-sp-mt-xxs {
  margin-top: 3px;
  margin-top: var(--sp-v-xxs);
}

.fr-sp-mb-xxs,
.fr-sp-my-xxs {
  margin-bottom: 3px;
  margin-bottom: var(--sp-v-xxs);
}

.fr-sp-my-xxs {
  margin-top: 3px;
  margin-top: var(--sp-v-xxs);
}

.fr-sp-pt-xs {
  padding-top: 6px;
  padding-top: var(--sp-v-xs);
}

.fr-sp-pb-xs,
.fr-sp-py-xs {
  padding-bottom: 6px;
  padding-bottom: var(--sp-v-xs);
}

.fr-sp-py-xs {
  padding-top: 6px;
  padding-top: var(--sp-v-xs);
}

.fr-sp-mt-xs {
  margin-top: 6px;
  margin-top: var(--sp-v-xs);
}

.fr-sp-mb-xs,
.fr-sp-my-xs {
  margin-bottom: 6px;
  margin-bottom: var(--sp-v-xs);
}

.fr-sp-my-xs {
  margin-top: 6px;
  margin-top: var(--sp-v-xs);
}

.fr-sp-pt-s {
  padding-top: 9px;
  padding-top: var(--sp-v-s);
}

.fr-sp-pb-s,
.fr-sp-py-s {
  padding-bottom: 9px;
  padding-bottom: var(--sp-v-s);
}

.fr-sp-py-s {
  padding-top: 9px;
  padding-top: var(--sp-v-s);
}

.fr-sp-mt-s {
  margin-top: 9px;
  margin-top: var(--sp-v-s);
}

.fr-sp-mb-s,
.fr-sp-my-s {
  margin-bottom: 9px;
  margin-bottom: var(--sp-v-s);
}

.fr-sp-my-s {
  margin-top: 9px;
  margin-top: var(--sp-v-s);
}

.fr-sp-pt-m {
  padding-top: 15px;
  padding-top: var(--sp-v-m);
}

.fr-sp-pb-m,
.fr-sp-py-m {
  padding-bottom: 15px;
  padding-bottom: var(--sp-v-m);
}

.fr-sp-py-m {
  padding-top: 15px;
  padding-top: var(--sp-v-m);
}

.fr-sp-mt-m {
  margin-top: 15px;
  margin-top: var(--sp-v-m);
}

.fr-sp-mb-m,
.fr-sp-my-m {
  margin-bottom: 15px;
  margin-bottom: var(--sp-v-m);
}

.fr-sp-my-m {
  margin-top: 15px;
  margin-top: var(--sp-v-m);
}

.fr-sp-pt-l {
  padding-top: 21px;
  padding-top: var(--sp-v-l);
}

.fr-sp-pb-l,
.fr-sp-py-l {
  padding-bottom: 21px;
  padding-bottom: var(--sp-v-l);
}

.fr-sp-py-l {
  padding-top: 21px;
  padding-top: var(--sp-v-l);
}

.fr-sp-mt-l {
  margin-top: 21px;
  margin-top: var(--sp-v-l);
}

.fr-sp-mb-l,
.fr-sp-my-l {
  margin-bottom: 21px;
  margin-bottom: var(--sp-v-l);
}

.fr-sp-my-l {
  margin-top: 21px;
  margin-top: var(--sp-v-l);
}

.fr-sp-pt-xl {
  padding-top: 24px;
  padding-top: var(--sp-v-xl);
}

.fr-sp-pb-xl,
.fr-sp-py-xl {
  padding-bottom: 24px;
  padding-bottom: var(--sp-v-xl);
}

.fr-sp-py-xl {
  padding-top: 24px;
  padding-top: var(--sp-v-xl);
}

.fr-sp-mt-xl {
  margin-top: 24px;
  margin-top: var(--sp-v-xl);
}

.fr-sp-mb-xl,
.fr-sp-my-xl {
  margin-bottom: 24px;
  margin-bottom: var(--sp-v-xl);
}

.fr-sp-my-xl {
  margin-top: 24px;
  margin-top: var(--sp-v-xl);
}

.fr-sp-pt-xxl {
  padding-top: 36px;
  padding-top: var(--sp-v-xxl);
}

.fr-sp-pb-xxl,
.fr-sp-py-xxl {
  padding-bottom: 36px;
  padding-bottom: var(--sp-v-xxl);
}

.fr-sp-py-xxl {
  padding-top: 36px;
  padding-top: var(--sp-v-xxl);
}

.fr-sp-mt-xxl {
  margin-top: 36px;
  margin-top: var(--sp-v-xxl);
}

.fr-sp-mb-xxl,
.fr-sp-my-xxl {
  margin-bottom: 36px;
  margin-bottom: var(--sp-v-xxl);
}

.fr-sp-my-xxl {
  margin-top: 36px;
  margin-top: var(--sp-v-xxl);
}

.fr-sp-pt-xxxl {
  padding-top: 60px;
  padding-top: var(--sp-v-xxxl);
}

.fr-sp-pb-xxxl,
.fr-sp-py-xxxl {
  padding-bottom: 60px;
  padding-bottom: var(--sp-v-xxxl);
}

.fr-sp-py-xxxl {
  padding-top: 60px;
  padding-top: var(--sp-v-xxxl);
}

.fr-sp-mt-xxxl {
  margin-top: 60px;
  margin-top: var(--sp-v-xxxl);
}

.fr-sp-mb-xxxl,
.fr-sp-my-xxxl {
  margin-bottom: 60px;
  margin-bottom: var(--sp-v-xxxl);
}

.fr-sp-my-xxxl {
  margin-top: 60px;
  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, 0.16);
}

.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

.u-color-red {
  color: red;
  color: var(--color-red);
}

.u-color-teal {
  color: #378694;
  color: var(--color-teal);
}

.u-color-black900 {
  color: #1b1b1b;
  color: var(--color-black900);
}

.u-color-white {
  color: #000;
  color: var(--color-black900);
}

.u-color-gray500 {
  color: #7d7d7d;
  color: var(--color-gray500);
}

.u-color-gray350 {
  color: #ababab;
  color: var(--color-gray350);
}

.u-color-gray150 {
  color: #dadada;
  color: var(--color-gray150);
}

.u-color-gray050 {
  color: #f4f4f4;
  color: var(--color-gray050);
}

.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: -49px;
  margin-top: calc(-40px - var(--sp-v-s));
  padding-top: 49px;
  padding-top: calc(40px + var(--sp-v-s));
}

body[data-bff-version="v5"] .u-fixedAnchorAdjust {
  margin-top: -114px;
  margin-top: calc(-105px - var(--sp-v-s));
  padding-top: 114px;
  padding-top: calc(105px + var(--sp-v-s));
}

body[data-bff-version="v3"] .u-fixedAnchorAdjust {
  margin-top: -120px;
  margin-top: calc(-111px - var(--sp-v-s));
  padding-top: 120px;
  padding-top: calc(111px + var(--sp-v-s));
}

html.frNativeApp .u-fixedAnchorAdjust {
  margin-top: -49px;
  margin-top: calc(-40px - var(--sp-v-s));
  padding-top: 49px;
  padding-top: calc(40px + var(--sp-v-s));
}

.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: 0.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: 0.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: 0.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, 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%, 0.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, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 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: 0.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, 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, 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: 15px;
}

.swiper-container[data-destroy="sp"] {
  padding-bottom: 0;
}

.swiper-container[data-pagination-type="fraction"] {
  padding-bottom: 25.2px;
}

.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: #dadada;
}

.swiper-pagination-bullet-active {
  background-color: #1b1b1b;
}

.swiper-pagination-fraction {
  bottom: 0;
  font-size: 12px;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  background-color: hsla(0, 0%, 100%, 0.9);
  position: absolute;
  height: 40px;
  width: 40px;
  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(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-arrow@2.0.0.svg#arrow);
  mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/feature/common/icons/icon-arrow@2.0.0.svg#arrow);
  background-color: #1b1b1b;
  background-color: var(--color-black900);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.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: 16px;
  }

  .wrapper {
    background-color: #fff;
    background-color: var(--color-white);
  }

  .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: 15px;
    line-height: 1.35333;
  }

  .fr-breadcrumbs_item:not(:last-child) {
    align-items: center;
    display: flex;
  }

  .fr-breadcrumbs_item:not(:last-child):after {
    padding-right: 12px;
    padding-right: var(--pc-v-s);
    padding-left: 12px;
    padding-left: var(--pc-v-s);
  }

  .fr-heading.-h1 {
    font-size: 38px;
  }

  .fr-heading.-h1.u-uqFont-b {
    font-size: 48px;
    line-height: 1.05;
  }

  .fr-heading.-h2 {
    font-size: 32px;
  }

  .fr-heading.-h2.u-uqFont-b {
    font-size: 36px;
    line-height: 1.05;
  }

  .fr-heading.-h3 {
    font-size: 25px;
  }

  .fr-heading.-h3.u-uqFont-b {
    font-size: 20px;
  }

  .fr-heading.-h4 {
    font-size: 22px;
  }

  .fr-heading.-h5 {
    font-size: 21px;
  }

  .fr-tabs {
    font-size: 19px;
  }

  .fr-tabs.-gender {
    font-size: 20px;
    line-height: 1.2;
  }

  .fr-tabs.-boxed {
    font-size: 19px;
  }

  .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: 19px;
    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 {
    font-size: 19px;
    padding-right: 12px;
    padding-right: var(--pc-h-s);
    padding-left: 12px;
    padding-left: var(--pc-h-s);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .fr-linkButtonParent .fr-linkButton {
    margin-left: 0;
    margin-right: 0;
  }

  .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: 15px;
  }

  .fr-linkText_item {
    cursor: pointer;
  }

  .fr-linkText_external {
    margin-left: 12px;
    margin-left: var(--pc-h-s);
  }

  .fr-linkCell {
    padding: 28px 0;
    padding: var(--pc-v-l) 0;
    font-size: 19px;
    width: calc((100% - 24px) / 2);
  }

  .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-gray150);
  }

  .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: 28px 24px;
    padding: var(--pc-v-l) var(--pc-h-m);
    font-size: 19px;
  }

  .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 {
    font-size: 16px;
    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 {
    padding: 28px 48px 28px 0;
    padding: var(--pc-v-l) calc(var(--pc-h-s) * 2 + 24px) var(--pc-v-l) 0;
    font-size: 19px;
    line-height: 1.49211;
  }

  .fr-accordion_heading:before {
    right: 18px;
    right: calc(var(--pc-h-s) + 6px);
  }

  .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: 64px;
    margin-top: var(--pc-v-xxxl);
  }

  .-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;
  }

  .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;
  }

  .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: calc((100% - 3px) / 4);
  }

  .-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: 28px;
    margin-top: var(--pc-v-l);
    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: 28px;
    margin-top: var(--pc-v-l);
  }

  .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;
  }

  .fr-modalChild_header {
    min-height: 89px;
  }

  .fr-modalChild_container {
    padding-top: 89px;
    height: auto;
    min-height: 1px;
    max-height: calc(100vh - 104px);
    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 - 104px);
    max-height: calc(100vh - var(--pc-v-xxl) * 2);
  }

  .fr-fixedAnchor_container {
    max-width: 1176px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }

  .fr-fixedAnchor_itemLink {
    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-bff-product_noStock {
    font-size: 16px;
    line-height: 22px;
    margin-top: 4px;
    margin-top: var(--pc-v-xxs);
  }

  .fr-bff-product_reviewStars {
    text-align: center;
    margin-top: 12px;
    margin-top: var(--pc-v-s);
  }

  .fr-bff-product_reviewStar {
    font-size: 14px;
  }

  .fr-bff-product_colorChips {
    row-gap: 12px;
    column-gap: 8px;
  }

  .fr-bff-product_colorChips_container {
    margin-top: 20px;
    margin-top: var(--pc-v-m);
    margin-bottom: 12px;
    margin-bottom: var(--pc-v-s);
  }

  .fr-bff-product_colorChips_label:after {
    transition: opacity 0.6s;
  }

  .fr-bff-product_colorChip {
    width: 16px;
    height: 16px;
  }

  .fr-bff-product_colorChip > img {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .fr-bff-product_colorChip.-current:after {
    width: 20px;
    height: 20px;
  }

  .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: 15px;
    margin-top: 20px;
    margin-top: var(--pc-v-m);
  }

  .fr-bff-userReview.swiper-slide {
    padding: 20px 24px;
    padding: var(--pc-v-m) var(--pc-h-m);
  }

  .fr-bff-userReview_heading {
    margin-top: 12px;
    margin-top: var(--pc-v-s);
  }

  .fr-bff-userReview_comment {
    font-size: 16px;
    margin-top: 8px;
    margin-top: var(--pc-v-xs);
  }

  .fr-bff-userReview_comment_seemore {
    font-size: 15px;
    margin-top: 8px;
    margin-top: var(--pc-v-xs);
  }

  .fr-bff-userReview_user {
    margin-top: 12px;
    margin-top: var(--pc-v-s);
  }

  .fr-bff-userReview_productName {
    margin-top: 8px;
    margin-top: var(--pc-v-xs);
  }

  .fr-mediaCarouselThumbs {
    max-width: 576px;
  }

  .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_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: 186px;
    margin-right: 24px;
    position: relative;
  }

  .modal_favoriteList_color_header_image_img {
    height: auto;
    width: 186px;
  }

  .modal_favoriteList_color_header_title {
    font-size: 14px;
  }

  .modal_favoriteList_size_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
    margin: 0;
  }

  .modal_favoriteList_size_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    background-color: initial;
    border: 1px solid transparent;
    outline: 0;
    padding: 0;
  }

  .modal_favoriteList_size_content.-active .fr-bff-favorite_icon g {
    fill: red;
    fill: var(--color-red);
    opacity: 1;
  }

  .modal_favoriteList_size_keyline {
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #dadada;
  }

  .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;
  }

  .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(27, 27, 27, 0.5);
  }

  .modal.-favoriteList .modal_contentsInner {
    margin: 64px auto auto;
    margin-top: var(--pc-v-xxxl);
    margin-bottom: 64px;
    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-gray150);
    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: 23px;
    padding: 0;
    position: relative;
    line-height: 32px;
  }

  .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-gray150);
    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;
  }

  [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: 52px;
    padding-top: var(--pc-v-xxl);
  }

  .fr-pc-pb-xxl,
  .fr-pc-py-xxl {
    padding-bottom: 52px;
    padding-bottom: var(--pc-v-xxl);
  }

  .fr-pc-py-xxl {
    padding-top: 52px;
    padding-top: var(--pc-v-xxl);
  }

  .fr-pc-mt-xxl {
    margin-top: 52px;
    margin-top: var(--pc-v-xxl);
  }

  .fr-pc-mb-xxl,
  .fr-pc-my-xxl {
    margin-bottom: 52px;
    margin-bottom: var(--pc-v-xxl);
  }

  .fr-pc-my-xxl {
    margin-top: 52px;
    margin-top: var(--pc-v-xxl);
  }

  .fr-pc-pt-xxxl {
    padding-top: 64px;
    padding-top: var(--pc-v-xxxl);
  }

  .fr-pc-pb-xxxl,
  .fr-pc-py-xxxl {
    padding-bottom: 64px;
    padding-bottom: var(--pc-v-xxxl);
  }

  .fr-pc-py-xxxl {
    padding-top: 64px;
    padding-top: var(--pc-v-xxxl);
  }

  .fr-pc-mt-xxxl {
    margin-top: 64px;
    margin-top: var(--pc-v-xxxl);
  }

  .fr-pc-mb-xxxl,
  .fr-pc-my-xxxl {
    margin-bottom: 64px;
    margin-bottom: var(--pc-v-xxxl);
  }

  .fr-pc-my-xxxl {
    margin-top: 64px;
    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="v3"] .u-fixedAnchorAdjust,
  body[data-bff-version="v5"] .u-fixedAnchorAdjust {
    margin-top: -115px;
    margin-top: calc(-103px - var(--pc-v-s));
    padding-top: 115px;
    padding-top: calc(103px + var(--pc-v-s));
  }

  html.frNativeApp .u-fixedAnchorAdjust {
    margin-top: -42px;
    margin-top: calc(-30px - var(--pc-v-s));
    padding-top: 42px;
    padding-top: calc(30px + var(--pc-v-s));
  }

  .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;
  }

  .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;
  }
}

@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;
  }

  [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 (min-width: 876px) {
  .modal.-favoriteList .modal_contentsInner {
    max-width: 876px;
  }
}

[data-aspect-ratio="1234:5678"]:before {
  padding-top: 460.12966%;
}

[data-aspect-ratio="375:667"]:before {
  padding-top: 177.86667%;
}

[data-aspect-ratio="165:293"]:before {
  padding-top: 177.57576%;
}

[data-aspect-ratio="345:99"]:before {
  padding-top: 28.69565%;
}

[data-aspect-ratio="300:84"]:before {
  padding-top: 28%;
}

[data-aspect-ratio="345:292"]:before {
  padding-top: 84.63768%;
}

[data-aspect-ratio="583:263"]:before {
  padding-top: 45.11149%;
}

@media screen and (min-width: 813px) {
  .dsf-pc-pl-1g {
    padding-left: 15px;
  }

  .dsf-pc-px-05g {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .dsf-pc-px-1g {
    padding-right: 15px;
    padding-left: 15px;
  }

  .dsf-pc-mt-xxs {
    margin-top: 3px;
  }

  .dsf-pc-mt-xs {
    margin-top: 6px;
  }

  .dsf-pc-mt-s {
    margin-top: 9px;
  }

  .dsf-pc-mt-m {
    margin-top: 15px;
  }

  .dsf-pc-mt-l {
    margin-top: 21px;
  }

  .dsf-pc-mt-xl {
    margin-top: 24px;
  }

  .dsf-pc-mt-xxl {
    margin-top: 36px;
  }

  .dsf-pc-mt-xxxl {
    padding-top: 60px;
  }

  .dsf-pc-mb-xxxl {
    margin-bottom: 60px;
  }

  .dsf-pc-pt-xxs {
    padding-top: 3px;
  }

  .dsf-pc-pt-xs {
    padding-top: 6px;
  }

  .dsf-pc-pt-s {
    padding-top: 9px;
  }

  .dsf-pc-pt-m {
    padding-top: 15px;
  }

  .dsf-pc-pt-l {
    padding-top: 21px;
  }

  .dsf-pc-pt-xl {
    padding-top: 24px;
  }

  .dsf-pc-pt-xxl {
    padding-top: 36px;
  }

  .dsf-pc-pb-xxl {
    padding-bottom: 36px;
  }

  .dsf-pc-pt-xxxl {
    padding-top: 60px;
  }

  .dsf-pc-pb-xxxl {
    padding-bottom: 60px;
  }

  .dsf-imagePlusText_content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 15;
  width: 100vw;
  min-width: 320px;
  height: 64px;
  padding: 8px 15px;
  box-sizing: border-box;
}

@media screen and (min-width: 813px) {
  .header {
    max-width: 375px;
    width: 375px;
  }
}

.header.-backRed {
  height: 64px;
  background: #b5a391;
  animation: a 0.5s;
}

.header.-backRed .headerInner .dwcplogo {
  display: block;
  width: 60.86957%;
  max-width: 210px;
  left: 0;
  transform: translateX(49.27536%) translateY(-50%);
  font-size: 26px;
}
.fr-snsButtons_itemLink.-line {
  background-image: url(https://www.uniqlo.com.hk/public/HK_SANDU/UT/kaws-winter-special/line.png);
}
.fr-snsButtons_itemLink.-facebook {
  background-image: url(https://www.uniqlo.com.hk/public/HK_SANDU/UT/kaws-winter-special/facebook.png);
}
.fr-snsButtons_itemLink.-twitter {
  background-image: url(https://www.uniqlo.com.hk/public/HK_SANDU/UT/kaws-winter-special/x.svg);
}
@media screen and (min-width: 400px) and (max-width: 813px) {
  .header.-backRed .headerInner .dwcplogo {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

@keyframes a {
  0% {
    top: -70px;
  }

  to {
    top: 0;
  }
}

.header .headerInner {
  position: relative;
  width: 100%;
}

.header .headerInner .uqlogo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 59px;
}

.header .headerInner .uqlogo .header_uqlogoimg {
  width: 59px;
}

.header .headerInner .dwcplogo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 3px;
}

.header .headerInner .dwcplogo .header_logoimg {
  width: 154px;
}

.hero_mainTxt {
  font-size: 42px;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 5px;
}
.hero_mainTxt span {
  color: #b5a391;
  text-shadow:
    -1px -1px 0 white,
    /* 左上角 */ 1px -1px 0 white,
    /* 右上角 */ -1px 1px 0 white,
    /* 左下角 */ 1px 1px 0 white; /* 右下角 */
}
.concept {
  background-color: #b5a391;
}

.concept .concept_ttl {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
}

.concept .concept_txt[data-txt-status="close"] {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.concept .concept_txt[data-txt-status="open"] {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.concept .concept_txt.-txt1 {
  margin-top: 15px;
  margin-bottom: 22px;
  max-width: 95.46667%;
  font-size: 16px;
  color: #fff;
}

.concept .concept_txt.-txt2 {
  max-width: 98.13333%;
  transition: 0.2s;
  margin-bottom: -12px;
  font-size: 16px;
  color: #fff;
}

.concept .concept_more {
  position: relative;
  margin-top: 12px;
  padding-bottom: 16px;
  font-size: 21px;
  line-height: 21px;
  cursor: pointer;
  color: #fff;
}

.concept .concept_more:after {
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 14px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://www.uniqlo.com.hk/public//uqhk/feature/feature-linen-snap/icon_more.svg);
}

.dsf-fixedTtlBox {
  position: fixed;
  bottom: 97px;
  padding: 39px 48px;
  background-color: #b5a391;
  width: 30.64583%;
}

.dsf-fixedTtlBox .dsf-fixedTtl {
  width: 100%;
  max-width: 420px;
}
.dsf-fixedTtl .concept_ttl {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (min-width: 813px) and (max-width: 1400px) {
  .dsf-fixedTtlBox {
    width: 24.04167%;
    padding: 25px 30px;
  }

  .dsf-fixedTtlBox .dsf-fixedTtl {
    width: 100%;
    max-width: 400px;
  }
}

.movieSection .sort-btnWrapper {
  position: relative;
}

.movieSection .dwcp-sort-btn {
  display: flex;
  flex-wrap: wrap;
  padding-top: 26px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -10px;
  scrollbar-width: thin;
  scrollbar-color: #fff #939393;
}

@media screen and (min-width: 813px) {
  .movieSection .dwcp-sort-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.movieSection .dwcp-sort-btn::-webkit-scrollbar {
  height: 2px;
  border-radius: 1px;
}

.movieSection .dwcp-sort-btn::-webkit-scrollbar-track {
  background-color: #939393;
}

.movieSection .dwcp-sort-btn::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 1px;
}

.movieSection .dwcp-sort-btn .sortItem {
  margin-top: 10px;
  margin-left: 10px;
  padding: 3px 14px;
  color: #000;
  font-size: 13px;
  line-height: 19.5px;
  border: 1px solid #000;
  border-radius: 14px;
  font-weight: 300;
  cursor: pointer;
}

.movieSection .dwcp-sort-btn .sortItem.active {
  background-color: #fff;
  color: #000;
}

.movieSection .movieSection_movieWrapper {
  display: none;
  position: relative;
  margin-top: 21px;
  margin-left: -14px;
}

.movieSection .movieSection_movieWrapper.muuri {
  display: block;
}

.movieSection .movieSection_movieWrapper .movieSection_movieInner {
  position: absolute;
  width: calc(50% - 14px);
  margin-top: 15px;
  margin-left: 14px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.movieSection
  .movieSection_movieWrapper
  .movieSection_movieInner.-gif
  .movieInner_gif {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.movieSection
  .movieSection_movieWrapper
  .movieSection_movieInner.-gif
  .movieInner_gif
  .lazyloaded {
  transition: none;
}

.movieSection
  .movieSection_movieWrapper
  .movieSection_movieInner
  .movieInner_jpg {
  width: 100%;
  height: auto;
}

.movieSection
  .movieSection_movieWrapper
  .movieSection_movieInner
  .movieInner_gif {
  width: 102%;
  height: auto;
  position: absolute;
  top: 110%;
}

.movieSection
  .movieSection_movieWrapper
  .movieSection_movieInner
  .movieInner_gif
  video {
  width: 100%;
}

.movieSection
  .movieSection_movieWrapper
  .movieSection_movieInner
  .movieInner_hashLists {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  margin-top: -3px;
  padding-right: 6px;
  padding-bottom: 6px;
  font-size: 11px;
  line-height: 13px;
}

.movieSection
  .movieSection_movieWrapper
  .movieSection_movieInner
  .movieInner_hashLists
  .movieInner_hashList {
  margin-top: 3px;
  margin-left: 6px;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
}

.movieSection
  .movieSection_movieWrapper
  .movieSection_movieInner
  .movieInner_hashLists
  .movieInner_hashList:first-child {
  width: 100%;
}

.movieSection .filterContent_more {
  position: relative;
  margin-top: 20px;
  padding-bottom: 16px;
  font-size: 21px;
  line-height: 21px;
  cursor: pointer;
}

.movieSection .filterContent_more:after {
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 14px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://www.uniqlo.com.hk/public//uqhk/feature/feature-linen-snap/icon_more.svg);
}

.movieSection .movieSection_comingsoonWrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.movieSection .movieSection_comingsoonWrapper .movieSection_comingsoonInner {
  width: calc(50% - 7px);
  position: relative;
}

.movieSection
  .movieSection_comingsoonWrapper
  .movieSection_comingsoonInner:nth-of-type(2n) {
  margin-left: 14px;
}

.movieSection
  .movieSection_comingsoonWrapper
  .movieSection_comingsoonInner:nth-of-type(n + 3) {
  margin-top: 15px;
}

.movieSection
  .movieSection_comingsoonWrapper
  .movieSection_comingsoonInner.-h122,
.movieSection
  .movieSection_comingsoonWrapper
  .movieSection_comingsoonInner.-h122
  .u-imgAdjustBox {
  height: 122px;
}

.movieSection
  .movieSection_comingsoonWrapper
  .movieSection_comingsoonInner.-h122
  .u-imgAdjustBox
  .fr-img {
  height: 122px;
  object-fit: cover;
  object-position: top;
}

.movieSection
  .movieSection_comingsoonWrapper
  .movieSection_comingsoonInner.-h122:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 122px;
  background-image: linear-gradient(180deg, transparent 60%, #000);
}

.movieSection
  .movieSection_comingsoonWrapper
  .movieSection_comingsoonInner
  .fr-img {
  border-radius: 10px;
}

.movieSection
  .movieSection_comingsoonWrapper
  .movieSection_comingsoon_absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.movieSection
  .movieSection_comingsoonWrapper
  .movieSection_comingsoon_absolute
  .comingsoon_ttl {
  font-size: 53px;
  line-height: 53px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.movieSection
  .movieSection_comingsoonWrapper
  .movieSection_comingsoon_absolute
  .comingsoon_schedules {
  margin-top: 14px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.creatorSection .creatorList_mainWrapper {
  display: flex;
  align-items: center;
}

.creatorSection .creatorList_mainWrapper .creator_img {
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.creatorSection .creatorList_mainWrapper .creator_nameBox {
  flex: 1;
  margin-left: 15px;
}

.creatorSection .creatorList_mainWrapper .creator_nameBox .creatorName_small {
  display: inline-block;
  padding: 3px 3px 6px;
  background-color: #b5a391;
  font-size: 10px;
  line-height: 10px;
}

.creatorSection .creatorList_mainWrapper .creator_nameBox .creatorName {
  display: table;
  margin-top: -3px;
  padding: 6px 5px;
  background-color: #b5a391;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
}

.creatorSection
  .creatorList_mainWrapper
  .creator_nameBox
  .creatorName.-tsubasa {
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.creatorSection .creatorList_mainWrapper .creator_nameBox .creatorName.-kusuo {
  padding-right: 11px;
}

.creatorSection .creatorList_mainWrapper .creator_nameBox .creatorsnsIconLists {
  display: flex;
}

.creatorSection
  .creatorList_mainWrapper
  .creator_nameBox
  .creatorsnsIconLists
  .creatorsnsIcon {
  width: 30px;
  height: 30px;
}

.creatorSection
  .creatorList_mainWrapper
  .creator_nameBox
  .creatorsnsIconLists
  .creatorsnsIcon:not(:first-child) {
  margin-left: 13px;
}

.creatorSection .creator_message {
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 300;
}

.downcollectionSection .fr-tabs_item {
  cursor: pointer;
  color: #fff;
}

.downcollectionSection .fr-tabs_item.-tabactive {
  position: relative;
}

.downcollectionSection .fr-tabs_item.-tabactive:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.downcollectionSection .fr-tabs_item .fr-tabs_itemLink {
  font-size: 15px;
  line-height: 18px;
}

.downcollectionSection .genderTabContent .fr-imagePlusText_body {
  font-weight: 300;
}

.downcollectionSection .genderTabContent .downLists .fr-imagePlusText_body {
  font-size: 14px;
  line-height: 21px;
}

.downcollectionSection
  .genderTabContent
  .downLists
  .fr-imagePlusText_body.-annotation {
  font-size: 11px;
  line-height: 16.5px;
}

.downcollectionSection
  .genderTabContent
  .downLists
  .fr-imagePlusText_body
  .-small {
  font-size: 10px;
  line-height: 10px;
  vertical-align: text-top;
}

.downcollectionSection .genderTabContent .downLists .fr-imagePlusText_imgWrap {
  width: 33.33333%;
}

.downcollectionSection .genderTabContent .downLists .newtag {
  margin-left: 7.5px;
  font-size: 10px;
  color: #b5a391;
}

.downcollectionSection .genderTabContent .downLists .swiper-container {
  padding-bottom: 0;
}

.downcollectionSection .genderTabContent .downLists .swiper-button-next,
.downcollectionSection .genderTabContent .downLists .swiper-button-prev {
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  top: 50%;
}

.downcollectionSection .genderTabContent .downLists .swiper-button-next:after,
.downcollectionSection .genderTabContent .downLists .swiper-button-prev:after {
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px;
  mask-size: 15px;
  margin-top: -7.5px;
  margin-left: -7.5px;
}

.downcollectionSection .genderTabContent .downFeature .fr-imagePlusText_body {
  font-size: 13px;
  line-height: 19.5px;
}

.downcollectionSection .fr-imagePlusText_link {
  font-size: 12px;
  line-height: 18px;
}

.downcollectionSection .fr-linkButton {
  border: 1px solid #000;
  background-color: #ededed;
  color: #000;
}

.downcollectionSection .fr-imagePlusText_heading {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}

.fr-linkButton.-round {
  border-radius: 100px;
}

body.modal-in {
  overflow: hidden;
}

body.modal-in .dsf-fixedAnchor_inner,
body.modal-in .dwcp-pagetop {
  pointer-events: none;
}

.dwcp_modal {
  display: block;
  position: fixed;
  top: 0;
  z-index: 16;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: calc(var(--setvh) * 100);
  background-color: #000;
  overscroll-behavior: none;
  transition: left 0.2s;
}

.dwcp_modal.-touchMove {
  transition: none;
}

@media screen and (min-width: 813px) {
  .dwcp_modal {
    width: 375px;
    transform: translateX(-50%);
    left: 50% !important;
  }
}

.dwcp_modal.show {
  visibility: visible;
  opacity: 1;
}

.dwcp_modal .swiper-parent {
  height: 100%;
}

.dwcp_modal .swiper-parent .swiper-container {
  height: 100%;
  padding-bottom: 0;
}

.dwcp_modal .swiper-parent .swiper-container .swiper-wrapper {
  display: block;
  overscroll-behavior: none;
}

.dwcp_modal
  .swiper-parent
  .swiper-container
  .swiper-wrapper
  .dwcp_modalSwiperSlide:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
  background: linear-gradient(
    180deg,
    #000,
    transparent 25%,
    transparent 75%,
    #000
  );
}

.dwcp_modal
  .swiper-parent
  .swiper-container
  .swiper-wrapper
  .dwcp_modalSwiperSlide[data-play-status="pause"]:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 18;
  transform: translate(-50%, -50%);
  content: "";
  width: 59px;
  height: 74px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://www.uniqlo.com.hk/public//uqhk/feature/feature-linen-snap/icon_play.svg);
}

.dwcp_modal
  .swiper-parent
  .swiper-container
  .swiper-wrapper
  .dwcp_modalSwiperSlide
  .dwcp_modal_videoWrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 813px) {
  .dwcp_modal
    .swiper-parent
    .swiper-container
    .swiper-wrapper
    .dwcp_modalSwiperSlide
    .dwcp_modal_videoWrapper {
    border-radius: 14px;
  }
}

.dwcp_modal
  .swiper-parent
  .swiper-container
  .swiper-wrapper
  .dwcp_modalSwiperSlide
  .dwcp_modal_videoWrapper
  .dwcp_modal_imgInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  pointer-events: none;
}

.dwcp_modal
  .swiper-parent
  .swiper-container
  .swiper-wrapper
  .dwcp_modalSwiperSlide
  .dwcp_modal_videoWrapper
  .dwcp_modal_imgInner.-hidden {
  opacity: 0;
  visibility: hidden;
}

.dwcp_modal
  .swiper-parent
  .swiper-container
  .swiper-wrapper
  .dwcp_modalSwiperSlide
  .dwcp_modal_videoWrapper
  .dwcp_modal_imgInner.-widthMax {
  width: 100%;
  height: auto;
}

.dwcp_modal
  .swiper-parent
  .swiper-container
  .swiper-wrapper
  .dwcp_modalSwiperSlide
  .dwcp_modal_videoWrapper
  .dwcp_modal_imgInner.-heightMax {
  height: 100%;
  width: auto;
}

.dwcp_modal
  .swiper-parent
  .swiper-container
  .swiper-wrapper
  .dwcp_modalSwiperSlide
  .dwcp_modal_videoWrapper
  video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 813px) {
  .dwcp_modal
    .swiper-parent
    .swiper-container
    .swiper-wrapper
    .dwcp_modalSwiperSlide
    .dwcp_modal_videoWrapper
    video {
    border-radius: 14px;
  }
}

.dwcp_modal
  .swiper-parent
  .swiper-container
  .swiper-wrapper
  .dwcp_modalSwiperSlide
  .dwcp_modal_videoWrapper
  .dwcp_modal_videoInner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dwcp_modal .dwcp_modalHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 18;
  width: 100%;
  padding-top: 15px;
}

@media screen and (min-width: 813px) {
  .dwcp_modal .dwcp_modalHeader {
    top: calc(var(--setvh) / 2 * 100 - var(--setvh) / 1.33 / 2 * 100);
  }
}

.dwcp_modal .dwcp_modalHeader .dwcp_modal_close {
  position: absolute;
  left: 0;
  padding: 15px;
}

@media screen and (min-width: 813px) {
  .dwcp_modal .dwcp_modalHeader .dwcp_modal_close {
    padding-left: 24px;
  }
}

.dwcp_modal .dwcp_modalHeader .dwcp_modal_close .dwcp_modal_closeImg {
  width: 10px;
  height: 19px;
}

@media screen and (min-width: 813px) {
  .dwcp_modal .dwcp_modalHeader .dwcp_modal_close .dwcp_modal_closeImg {
    width: 12px;
    height: 22.8px;
  }
}

.dwcp_modal .dwcp_modalHeader .dwcp_modal_closeTxt {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

@media screen and (min-width: 813px) {
  .dwcp_modal .dwcp_modalHeader .dwcp_modal_closeTxt {
    font-size: 18px;
  }
}

.dwcp_modal_description {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 1;
}

.dwcp_modal_description.-lasttime .dwcp_modal_l4banner {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}

.dwcp_modal_description.-lasttime .dwcp_modal_l4button {
  display: none;
}

.dwcp_modal_description .dwcp_modal_l4banner {
  display: flex;
  align-items: center;
  background-color: hsla(0, 0%, 54%, 0.7);
  visibility: hidden;
  width: 85.21739%;
  border-radius: 10px;
  opacity: 0;
}

.dwcp_modal_description .dwcp_modal_l4banner .dwcp_modal_l4banner_imgBox {
  width: 20.40816%;
}

.dwcp_modal_description
  .dwcp_modal_l4banner
  .dwcp_modal_l4banner_imgBox
  .fr-img {
  border-radius: 10px 0 0 10px;
}

.dwcp_modal_description .dwcp_modal_l4banner .dwcp_modal_l4banner_txtBox {
  flex: 1;
  padding-left: 15px;
  padding-right: 24px;
  position: relative;
}

.dwcp_modal_description
  .dwcp_modal_l4banner
  .dwcp_modal_l4banner_txtBox:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 7px;
  height: 14px;
  background-image: url(https://www.uniqlo.com.hk/public//uqhk/feature/feature-linen-snap/icon_l4button.svg);
  background-repeat: no-repeat;
}

.dwcp_modal_description
  .dwcp_modal_l4banner
  .dwcp_modal_l4banner_txtBox
  .dwcp_modal_l4banner_txt {
  font-size: 12px;
  line-height: 13px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dwcp_modal_description
  .dwcp_modal_l4banner.-couple
  .dwcp_modal_l4banner_imgBox {
  width: 17.0068%;
}

.dwcp_modal_description .dwcp_modal_l4banner.-couple .dwcp_modal_l4banner_txt {
  -webkit-line-clamp: 2;
}

.dwcp_modal_description .dwcp_modal_l4banner:not(:first-of-type) {
  margin-top: 9px;
}

.dwcp_modal_description .dwcp_modal_l4button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
}

.dwcp_modal_description .dwcp_modal_l4button .dwcp_modal_l4link {
  display: inline-block;
  padding: 7px 35px 7px 25px;
  color: #fff;
  font-size: 13px;
  vertical-align: middle;
  font-weight: 600;
  position: relative;
}

.dwcp_modal_description .dwcp_modal_l4button .dwcp_modal_l4link:after {
  display: block;
  position: absolute;
  top: 48%;
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
  content: "";
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://www.uniqlo.com.hk/public//uqhk/feature/feature-linen-snap/icon_more.svg);
}

.dwcp_modal_description .dwcp_modal_hashLists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  margin-left: -7.5px;
}

.dwcp_modal_description .dwcp_modal_hashLists .dwcp_modal_hashList {
  margin-left: 7.5px;
  font-size: 12px;
  line-height: 16.5px;
  font-weight: 600;
  color: #fff;
}

.dwcp_modal_description .dwcp_videoBar {
  display: flex;
  align-items: center;
  position: relative;
  height: 36px;
}

.dwcp_modal_description .dwcp_videoBar .dwcp_videoBarWrapper_clickRange {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 33px;
  cursor: pointer;
}

.dwcp_modal_description .dwcp_videoBar .dwcp_videoBarWrapper {
  width: 100%;
  max-width: 100%;
  height: 3px;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.dwcp_modal_description .dwcp_videoBar .dwcp_videoBarWrapper.-clicked {
  height: 6px;
}

.dwcp_modal_description
  .dwcp_videoBar
  .dwcp_videoBarWrapper.-clicked
  .dwcp_videoBarInner {
  max-width: 100%;
  height: 6px;
}

.dwcp_modal_description
  .dwcp_videoBar
  .dwcp_videoBarWrapper.-clicked
  .dwcp_videoBarInner:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.dwcp_modal_description
  .dwcp_videoBar
  .dwcp_videoBarWrapper
  .dwcp_videoBarInner {
  background-color: #fff;
  width: 0;
  max-width: 100%;
  height: 3px;
  position: relative;
}

.dwcp_modal_description
  .dwcp_videoBar
  .dwcp_videoBarWrapper
  .dwcp_videoBarInner:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.dwcp_modal_description .dwcp_videoOption {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 50px;
  right: 15px;
}

.dwcp_modal_description .dwcp_videoOption .dwcp_videoPlay_button {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 26px;
  mask-size: 26px;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #fff;
}

.dwcp_modal_description .dwcp_videoOption .dwcp_videoPlay_button.-share {
  height: 22px;
  margin-bottom: 30px;
  -webkit-mask-image: url(https://www.uniqlo.com.hk/public//uqhk/feature/feature-linen-snap/icon_share.svg) !important;
  mask-image: url(https://www.uniqlo.com.hk/public//uqhk/feature/feature-linen-snap/icon_share.svg) !important;
}

body[data-sound-status="muted"]
  .dwcp_modal_description
  .dwcp_videoOption
  .dwcp_videoPlay_button {
  -webkit-mask-image: url(https://www.uniqlo.com.hk/public//uqhk/feature/feature-linen-snap/icon_soundOff.svg);
  mask-image: url(https://www.uniqlo.com.hk/public//uqhk/feature/feature-linen-snap/icon_soundOff.svg);
}

body[data-sound-status="sound"]
  .dwcp_modal_description
  .dwcp_videoOption
  .dwcp_videoPlay_button {
  -webkit-mask-image: url(https://www.uniqlo.com.hk/public//uqhk/feature/feature-linen-snap/icon_soundOn.svg);
  mask-image: url(https://www.uniqlo.com.hk/public//uqhk/feature/feature-linen-snap/icon_soundOn.svg);
}

.dwcp_modalShare {
  width: 100%;
  position: fixed;
  bottom: -70%;
  z-index: 20;
  transition: bottom 0.4s;
  background: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 30px 30px 0 0;
  padding-bottom: 21px;
}

@media screen and (min-width: 813px) {
  .dwcp_modalShare {
    max-width: 375px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.dwcp_modalShare.-modalopen {
  bottom: 0;
}

.dwcp_modalShare .dwcp_modalShareClose {
  position: relative;
}

.dwcp_modalShare .dwcp_modalShareClose .dwcp_modalShareCloseButton {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px;
}

.dwcp_modalShare .dwcp_modalShare_ttl {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

@media screen and (min-width: 813px) {
  .dwcp_modalShare .fr-snsButtons_items {
    justify-content: center;
  }
}

.dwcp_modall4Link {
  width: 100%;
  position: fixed;
  bottom: -70%;
  z-index: 20;
  transition: bottom 0.4s;
  background: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 10px 10px 0 0;
  padding-bottom: 15px;
}

@media screen and (min-width: 813px) {
  .dwcp_modall4Link {
    max-width: 375px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.dwcp_modall4Link.-modalopen {
  bottom: 0;
}

.dwcp_modall4Link.-modalopen .fr-bff-product:hover:before {
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
}

.dwcp_modall4Link .dwcp_modall4LinkClose {
  position: relative;
}

.dwcp_modall4Link .dwcp_modall4LinkClose .dwcp_modall4LinkCloseButton {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px;
}

.dwcp_modall4Link .dwcp_modall4Link_ttl {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.dwcp_modall4Link .fr-bff-products.-localStyle {
  display: none;
  justify-content: center;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle.-couple:nth-of-type(2)
  .fr-bff-product:before {
  bottom: 0;
}

.dwcp_modall4Link .fr-bff-products.-localStyle.-couple .fr-bff-product:before {
  left: auto;
  right: 0;
  bottom: 0;
  transform: none;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle.-couple
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_imgWrapper {
  width: 22.6087%;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle.-couple
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_imgWrapper
  .js-fr-bff-favorite {
  top: -6px;
  right: -6px;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle.-couple
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_content {
  margin-left: 15px;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle.-couple
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_content
  .fr-bff-product_name {
  -webkit-line-clamp: 1;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle.-couple
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_content
  .fr-bff-product_name:not(:has(~ .fr-bff-product_priceFlags)) {
  -webkit-line-clamp: 2;
}

.dwcp_modall4Link .fr-bff-products.-localStyle .fr-bff-product {
  width: 100%;
  position: relative;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle
  .fr-bff-product
  .fr-bff-product_inner {
  display: flex;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_imgWrapper {
  width: 47.82609%;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_content {
  flex: 1;
  margin-left: 15px;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_content
  .fr-bff-product_gender {
  font-size: 11px;
  line-height: 14px;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_content
  .fr-bff-product_name {
  margin-top: 3px;
  font-size: 13px;
  line-height: 19.5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_content
  .fr-bff-product_futureExhibition {
  display: none;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_content
  .fr-bff-product_price {
  margin-top: 3px;
  font-size: 18px;
  line-height: 18px;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_content
  .fr-bff-product_priceFlags {
  margin-top: 3px;
  font-size: 11px;
  line-height: 14px;
  color: red;
}

.dwcp_modall4Link
  .fr-bff-products.-localStyle
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_content
  .fr-bff-product_reviewStars,
.dwcp_modall4Link
  .fr-bff-products.-localStyle
  .fr-bff-product
  .fr-bff-product_inner
  .fr-bff-product_content
  .fr-bff-product_sizes {
  display: none;
}

.dsf-footer {
  margin-top: -6px;
}

.fr-globalFooter {
  box-sizing: border-box !important;
  min-width: 320px !important;
  /* padding-top: 24px !important; */
  background-color: #fff !important;
}

.fr-globalFooter_inner {
  box-sizing: border-box !important;
  text-align: center !important;
}

.fr-globalFooter_navigation {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  text-align: center !important;
}

.fr-globalFooter_logoLink {
  display: inline-block !important;
}

.fr-globalFooter_logoImg {
  width: auto !important;
  height: 36px !important;
}

.fr-globalFooter_navigationItems {
  font-size: 16px !important;
}

.fr-globalFooter_navigationItem,
.fr-globalFooter_snsItems {
  margin-top: 24px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.fr-globalFooter_snsItems {
  display: flex !important;
  justify-content: center !important;
}

.fr-globalFooter_snsItem + .fr-globalFooter_snsItem {
  margin-left: 30px !important;
}

.fr-globalFooter_snsItem {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fr-globalFooter_snsItemLink {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: 24px !important;
  mask-size: 24px !important;
  background-color: var(--color-black900) !important;
}

.fr-globalFooter_copyright {
  border-top: 1px solid #dadada !important;
  background: #f4f4f4 !important;
  padding: 15px !important;
  color: #7d7d7d !important;
  font-size: 12px !important;
}

body.modal-in
  .dsf-fixedAnchor
  .dsf-fixedAnchor_inner
  .dsf-fixedAnchor_item
  .dsf-fixedAnchor_itemLink {
  color: #a1a1a1;
}

body.modal-in
  .dsf-fixedAnchor
  .dsf-fixedAnchor_inner
  .dsf-fixedAnchor_item.-current
  .dsf-fixedAnchor_itemLink:after {
  background-color: #a1a1a1;
}

@media screen and (min-width: 813px) {
  .dsf-fixedAnchor {
    position: fixed;
    bottom: 97px;
    left: calc(50% + 232.5px);
  }

  .dsf-fixedAnchor .dsf-fixedAnchor_inner {
    display: flex;
    flex-direction: column;
  }

  .dsf-fixedAnchor
    .dsf-fixedAnchor_inner
    .dsf-fixedAnchor_item.-current
    .dsf-fixedAnchor_itemLink {
    position: relative;
  }

  .dsf-fixedAnchor
    .dsf-fixedAnchor_inner
    .dsf-fixedAnchor_item.-current
    .dsf-fixedAnchor_itemLink:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -21px;
    transform: translateY(-50%);
    width: 5px;
    height: 36px;
    background-color: #000;
  }

  .dsf-fixedAnchor
    .dsf-fixedAnchor_inner
    .dsf-fixedAnchor_item
    .dsf-fixedAnchor_itemLink {
    color: #000;
    font-size: 50px;
    line-height: 75px;
  }

  .dsf-fixedAnchor .snsShare_ttl {
    font-size: 30px;
    line-height: 30px;
  }

  .dsf-fixedAnchor .fr-snsButtons_items {
    justify-content: flex-start;
  }

  .dsf-fixedAnchorAdjust {
    margin-top: -64px;
    padding-top: 64px;
  }

  .dsf-fixedAnchorAdjust-fixed {
    margin-top: -121.5px;
    padding-top: 121.5px;
  }
}

@media screen and (min-width: 813px) and (max-width: 1200px) {
  .dsf-fixedAnchor
    .dsf-fixedAnchor_inner
    .dsf-fixedAnchor_item.-current
    .dsf-fixedAnchor_itemLink:after {
    left: -16px;
    width: 4px;
    height: 20px;
  }

  .dsf-fixedAnchor
    .dsf-fixedAnchor_inner
    .dsf-fixedAnchor_item
    .dsf-fixedAnchor_itemLink {
    font-size: 26px;
    line-height: 39px;
  }

  .dsf-fixedAnchor .snsShare_ttl {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (min-width: 813px) {
  .js-video:hover,
  .u_textLink:hover,
  a:hover:not(.fr-tabs_itemLink),
  a:hover img,
  a:hover p,
  a[data-link]:hover,
  a[data-link]:hover img,
  a[href]:hover img,
  a[href]:hover p,
  a[href]:not(.fr-tabs_itemLink):hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none;
  }
}

.dwcp-heading.-h2 {
  font-size: 51px;
  line-height: 51px;
}

@media screen and (min-width: 813px) {
  .pc-375 {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .fr-tabs_itemLink {
    min-height: 60px;
  }
}

body {
  background-color: #000;
}

body[data-bff-version="v5"] .main_inner {
  padding-top: 0;
}

.wrapper {
  background-color: #ededed;
}

#page-header {
  display: none;
}
#page-content {
  height: 100vh !important;
}
.weui-tab__panel {
  padding-bottom: 0;
}
.side-menu {
  display: none;
}
.h-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#hmall-container {
  min-width: unset;
}
.h-bd {
  margin: 0;
}
.h-footer {
  display: none;
}

.information__share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.information__share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.information__share img {
  width: 100%;
  max-width: 35px;
}
#dwcp_bffLists {
  max-height: 280px;
  overflow-y: scroll;
}
.view_product {
  text-decoration: underline;
  margin-top: 20px !important;
}
@font-face {
  font-family: "UniqloProLight";
  src: url("https://www.uniqlo.com.hk/public/uqhk/assets/fonts/UniqloProLight-webfont.woff");
}
.changeLangue {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}
.changeLangue a:link {
  text-decoration: underline !important;
}
