: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
}

@font-face {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	src: url(../img/fonts/UniqloProLight.woff2) format("woff2"), url(../img/fonts/UniqloProLight.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	src: url(../img/fonts/UniqloProRegular.woff2) format("woff2"), url(../img/fonts/UniqloProRegular.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	src: url(../img/fonts/UniqloProBold.woff2) format("woff2"), url(../img/fonts/UniqloProBold.woff) format("woff");
	font-display: swap
}

*,
:after,
:before {
	box-sizing: border-box
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%
}

body {
	line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	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;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0
}

body {
	background-color: #fff;
	background-color: var(--color-white);
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased
}

body { position: absolute; width: 100%; top: 0; left: 0;}

body,
td {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif
}

a {
	color: #000
}

.contents-wrapper {
	max-width: 1176px;
} 

.main_inner {
	min-width: 320px
}

.fr-breadcrumbs {
	margin-top: 89px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10px;
	min-width: 320px
}

.fr-breadcrumbs_inner {
	display: flex;
	flex-wrap: wrap
}

.fr-breadcrumbs_item {
	line-height: 2.077
}

.fr-breadcrumbs_item:not(:last-child):after {
	content: "/";
	padding-right: 4px;
	padding-left: 4px
}

.fr-breadcrumbs_itemLink {
	text-decoration: underline
}

.fr-heading {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	line-height: 1.5em
}

.fr-heading.-h1 {
	font-size: 21px
}

.fr-heading.-h2 {
	font-size: 18px
}

.fr-heading.-h3 {
	font-size: 16px
}

.fr-heading.-h4 {
	font-size: 14px
}

.fr-body,
.fr-heading.-h5 {
	font-size: 13px
}

.fr-body {
	line-height: 19.5px;
	margin-top: 9px;
	margin-top: var(--sp-v-s);
	margin-bottom: 9px;
	margin-bottom: var(--sp-v-s)
}

.fr-body.-annotation {
	padding-left: 1.3em;
	position: relative
}

.fr-body.-annotation:before {
	content: "※";
	display: block;
	position: absolute;
	top: 1px;
	left: 0
}

.fr-img {
	width: 100%;
	height: auto
}

.lazyload,
.lazyloading {
	opacity: 0
}

.lazyloaded {
	opacity: 1;
	transition: opacity 1s
}

.fr-tabs_inner {
	display: flex;
	min-width: 320px
}

.fr-tabs_item {
	background-color: #f4f4f4;
	background-color: var(--color-gray050);
	border: 1px solid #dadada;
	border: solid var(--color-gray150);
	border-width: 0 0 1px;
	flex: 1;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 19px;
	text-align: center
}

.fr-tabs_item+.fr-tabs_item {
	border-left-width: 1px
}

.fr-tabs_itemLink {
	color: #ababab;
	color: var(--color-gray350);
	display: block;
	padding: 15px 4vw;
	padding: var(--sp-v-m) var(--sp-h-1g)
}

.fr-tabs_itemInner {
	padding-bottom: 7.5px
}

.fr-tabs_item.-active {
	background-color: #fff;
	background-color: var(--color-white);
	border-bottom-width: 0
}

.fr-tabs_item.-active .fr-tabs_itemLink {
	color: #000
}

.fr-tabs_item.-active .fr-tabs_itemInner {
	border-bottom: 2px solid #000;
	line-height: 1
}

.fr-tabs_item.-en {
	font-size: 15px;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 400
}

.fr-tabs_item.-en .fr-tabs_itemInner {
	padding-bottom: 4.5px
}

.fr-tabs.-line .fr-tabs_item {
	background-color: #fff;
	background-color: var(--color-white);
	line-height: 17px
}

.fr-tabs.-line .fr-tabs_item+.fr-tabs_item {
	border-left-width: 0
}

.fr-tabs.-line .fr-tabs_item.-active .fr-tabs_itemInner {
	border: 0
}

.fr-tabs.-line .fr-tabs_itemLink {
	border-bottom: 4px solid #fff;
	border-bottom: 4px solid var(--color-white)
}

.fr-tabs.-line .fr-tabs_item.-active .fr-tabs_itemLink {
	border-color: #000
}

.fr-anchorButton {
	border: 1px solid #dadada;
	border: solid var(--color-gray150);
	border-width: 0 0 1px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -1px
}

.fr-anchorButton_item {
	background-color: #fff;
	background-color: var(--color-white);
	border-top: 1px solid #dadada;
	border-top: 1px solid var(--color-gray150);
	border-left: 1px solid #dadada;
	border-left: 1px solid var(--color-gray150);
	cursor: pointer;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	font-size: 12px
}

.fr-anchorButton_itemInner {
	display: flex
}

.fr-anchorButton_item.-vertical {
	flex: 1
}

.-vertical .fr-anchorButton_itemInner {
	display: block
}

.fr-anchorButton_itemText {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: center;
	line-height: 18px;
	min-height: 71px;
	padding: 15px 8px;
	padding: var(--sp-v-m) 8px;
	text-align: center
}

.-vertical .fr-anchorButton_itemText {
	min-height: auto;
	padding-top: 3px;
	padding-top: var(--sp-v-xxs);
	padding-bottom: 3px;
	padding-bottom: var(--sp-v-xxs)
}

.fr-anchorButton_item.-oneThird {
	width: 33.33333%
}

.fr-anchorButton_item.-half {
	width: 50%
}

.fr-anchorButton_item.-full {
	width: 100%
}

.fr-anchorButton_item.-tmb .u-imgAdjustBox {
	width: 53px;
	height: auto
}

.fr-linkButton {
	border: 1px solid #000;
	display: block;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 48px;
	padding-right: 4vw;
	padding-right: var(--sp-h-1g);
	padding-left: 4vw;
	padding-left: var(--sp-h-1g);
	text-align: center
}

.fr-linkButton.-black {
	background-color: #000;
	color: #fff;
	color: var(--color-white)
}

.fr-linkButton.-white {
	background-color: #fff;
	background-color: var(--color-white)
}

.fr-linkButton+.fr-linkButton {
	margin-top: 15px;
	margin-top: var(--sp-v-m)
}

.fr-transitionButton {
	align-items: center;
	background-color: #fff;
	background-color: var(--color-white);
	border: 1px solid #dadada;
	border: 1px solid var(--color-gray150);
	border-width: 1px 0;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	padding: 21px 4vw;
	padding: var(--sp-v-l) var(--sp-h-1g)
}

.fr-transitionButton_inner {
	flex: 1;
	margin-right: 4vw;
	margin-right: var(--sp-h-1g)
}

.fr-transitionButton:after {
	background: url(../img/icons/chevron_right.svg) 50%/24px no-repeat;
	content: "";
	display: block;
	font-size: 24px;
	margin-left: auto;
	overflow: hidden;
	width: 24px;
	height: 24px
}

.fr-textLink {
	font-size: 13px;
	font-weight: 700;
	line-height: 19.5px
}

.fr-textLink_item {
	text-decoration: underline
}

.fr-textLink.-external .fr-textLink_item {
	align-items: center;
	display: flex
}

.fr-textLink.-external .fr-textLink_item:after {
	background: url(../img/icons/external_link.svg) 50%/24px no-repeat;
	content: "";
	display: block;
	font-size: 24px;
	overflow: hidden;
	width: 24px;
	height: 24px
}

.fr-textLink.-fontL {
	font-size: 16px;
	line-height: 24px
}

.fr-snsButtons {
	margin-top: 60px;
	margin-top: var(--sp-v-xxxl)
}

.fr-snsButtons_inner {
	min-width: 320px
}

.fr-snsButtons_heading {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 19.5px;
	text-align: center
}

.fr-snsButtons_items {
	display: flex;
	margin-top: 21px;
	margin-top: var(--sp-v-l);
	justify-content: center
}

.fr-snsButtons_item {
	align-items: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	position: relative;
	width: 40px;
	height: 40px
}

.fr-snsButtons_item+.fr-snsButtons_item {
	margin-left: 15px
}

.fr-snsButtons_itemLink {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px
}

.fr-snsButtons_itemLink.-facebook {
	background-image: url(/jp/ja/contents/feature/common/icons/sns-small_facebook.svg)
}

.fr-snsButtons_itemLink.-twitter {
	background-image: url(/jp/ja/contents/feature/common/icons/sns-small_twitter.svg)
}

.fr-snsButtons_itemLink.-line {
	background-image: url(/jp/ja/contents/feature/common/icons/sns-small_line.svg)
}

.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 {
	font-size: 0;
	margin-bottom: -9px
}

.fr-tag_item {
	background-color: #fff;
	background-color: var(--color-white);
	border: 1px solid #ababab;
	border: 1px solid var(--color-gray350);
	display: inline-block;
	font-size: 13px;
	margin-bottom: 9px;
	margin-bottom: var(--sp-v-s);
	margin-right: 10px
}

.fr-tag_item.-without {
	background-color: #f4f4f4;
	background-color: var(--color-gray050);
	border-color: #f4f4f4;
	border-color: var(--color-gray050)
}

.fr-tag_item.-without,
.fr-tag_itemLink {
	padding: 3px 6px;
	padding: var(--sp-v-xxs) var(--sp-v-xs)
}

.fr-tag_itemLink {
	display: block
}

.fr-accordion {
	background-color: #fff;
	background-color: var(--color-white);
	overflow: hidden
}

.fr-accordion+.fr-accordion .fr-accordion_label {
	border-top-width: 0
}

.fr-accordion_checkBox {
	display: none
}

.fr-accordion_label {
	align-items: center;
	border: 1px solid #dadada;
	border: 1px solid var(--color-gray150);
	border-width: 1px 0;
	cursor: pointer;
	display: flex;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 21px 4vw;
	padding: var(--sp-v-l) var(--sp-h-1g)
}

.fr-accordion_labelInner {
	flex: 1
}

.fr-accordion_label:after {
	align-items: center;
	display: flex;
	justify-content: center;
	content: "";
	background: url(../img/icons/chevron_updown.svg) 0/cover no-repeat;
	margin-left: auto;
	transition: .2s;
	width: 24px;
	height: 24px
}

.fr-accordion_content {
	border-bottom: 1px solid #dadada;
	border-bottom: 1px solid var(--color-gray150);
	height: 0;
	opacity: 0;
	padding: 0 4vw;
	padding: 0 var(--sp-h-1g);
	transition: .5s;
	visibility: hidden
}

.fr-accordion_contentInner {
	display: none
}

.fr-accordion_checkBox:checked+.fr-accordion_label {
	border-bottom: 1px solid #f4f4f4
}

.fr-accordion_checkBox:checked+.fr-accordion_label:after {
	transform: rotate(-180deg)
}

.fr-accordion_checkBox:checked+.fr-accordion_label+.fr-accordion_content {
	height: auto;
	opacity: 1;
	visibility: visible;
	padding-top: 24px;
	padding-top: var(--sp-v-xl);
	padding-bottom: 24px;
	padding-bottom: var(--sp-v-xl)
}

.fr-accordion_checkBox:checked+.fr-accordion_label+.fr-accordion_content .fr-accordion_contentInner {
	display: block
}

.fr-imagePlusText {
	background-color: #fff;
	background-color: var(--color-white);
	display: flex
}

.fr-imagePlusText_imgWrap {
	width: 32%
}

.fr-imagePlusText_content {
	flex: 1;
	margin-right: 4vw;
	margin-right: var(--sp-h-1g);
	margin-left: 4vw;
	margin-left: var(--sp-h-1g)
}

.fr-imagePlusText_title {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	line-height: 19.5px
}

.fr-imagePlusText_body,
.fr-imagePlusText_title+.fr-imagePlusText_title {
	margin-top: 8px;
	margin-top: var(--pc-v-xs)
}

.fr-imagePlusText_body {
	line-height: 19.5px;
	word-wrap: break-word
}

.fr-imagePlusText_link {
	display: block;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	margin-top: 12px;
	margin-top: var(--pc-v-s);
	text-align: right;
	text-decoration: underline
}

.fr-pagetop {
	background: url(../img/icons/backtotop.svg) 50%/28px auto no-repeat #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 15px;
	transition: .2s;
	z-index: 1
}

.fr-pagetop[data-pagetop-is-active=true] {
	opacity: 1;
	visibility: visible
}

button.fr-pagetop:active {
	background-position: 50%
}

.fr-userReview {
	margin: 15px 4vw 21px;
	margin: var(--sp-v-m) var(--sp-h-1g) var(--sp-v-l)
}

.fr-userReviewParent {
	background-color: #fff;
	background-color: var(--color-white);
	overflow: hidden
}

.fr-userReviewParent_inner {
	margin: 0 6vw;
	padding-left: 22.5px;
	padding-right: 22.5px
}

.fr-userReview_title {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 21px;
	padding-bottom: var(--sp-v-l)
}

.fr-userReview_review {
	font-size: 14px;
	line-height: 21px;
	padding-top: 9px;
	padding-top: var(--sp-v-s);
	position: relative
}

.fr-userReview_review:after,
.fr-userReview_review:before {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAApCAMAAACWVVC+AAAAM1BMVEUAAAAbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxtJJ/PRAAAAEHRSTlMAQMAQYPDQIOCAUDCgkLBwfL/9cgAAAM1JREFUOMvt0VsWhSAIBdBEzfeN+Y/2tlbZSdAZxF+HnWFsooJLYZuXSW54tsfOzGZKq2emt60nnescz3zQh+eFDsQ8avtjXujsWWi780o7dAgYWmChgaGBlW680sErbd5JHZZDjIrXciISCquh/aGiCijO8eWOcMWfwBnndFzwvhUaG0s9aiJC2ck5GCSoQfR9nmjfRKWnlXuEn93g5M+2WruljhhOb1zdiDDcWrPWDrekq4rapL87DXPrb5Ds0Kc//elHWyPLdl1kp/wBPLJAIkF4HgkAAAAASUVORK5CYII=") 50%/cover no-repeat;
	content: "";
	display: block;
	width: 22.5px;
	height: 20.5px;
	position: absolute
}

.fr-userReview_review:before {
	top: -10px;
	left: -31.5px;
	left: calc(-22.5px + var(--sp-v-s)*-1)
}

.fr-userReview_review:after {
	right: -31.5px;
	right: calc(-22.5px + var(--sp-v-s)*-1);
	bottom: -17px;
	transform: rotate(180deg)
}

.fr-userReview_stars {
	padding-top: 9px;
	padding-top: var(--sp-v-s)
}

.fr-userReview_star {
	background: url(/jp/ja/contents/feature/common/icons/review_star.svg) 0/5em 1em no-repeat;
	display: inline-block;
	height: 1em;
	vertical-align: sub;
	width: 1em
}

.fr-userReview_star+.fr-userReview_star {
	margin-left: 3px
}

.fr-userReview_star.-half {
	background-position: -2em
}

.fr-userReview_star.-active {
	background-position: -4em
}

.fr-userReview_starImplicit {
	border: 0;
	clip: rect(1px 1px 1px 1px);
	height: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 0
}

.fr-userReview_attribute {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	padding-top: 9px;
	padding-top: var(--sp-v-s);
	padding-bottom: 9px;
	padding-bottom: var(--sp-v-s)
}

.fr-userReview_attributeInner {
	color: #7d7d7d;
	color: var(--color-gray500);
	font-weight: 400
}

.fr-styling {
	background-color: #fff;
	background-color: var(--color-white);
	padding-top: 21px;
	padding-top: var(--sp-v-l);
	padding-bottom: 21px;
	padding-bottom: var(--sp-v-l)
}

.fr-styling_title {
	font-family: ヒラギノ角ゴ Pro W6, sans-serif;
	font-size: 17px;
	margin-bottom: 15px;
	margin-bottom: var(--sp-v-m)
}

.fr-styling_link,
.fr-styling_title {
	font-weight: 700;
	padding-right: 4vw;
	padding-right: var(--sp-h-1g);
	padding-left: 4vw;
	padding-left: var(--sp-h-1g)
}

.fr-styling_link {
	text-align: right;
	text-decoration: underline
}

.fr-banner_item+.fr-banner_item {
	margin-top: 15px;
	margin-top: var(--sp-v-m)
}

.modal_contents,
.modal_overlay {
	opacity: 0;
	transition: opacity .2s;
	visibility: hidden
}

.modal_contents,
.modal_contentsInner {
	padding-top: 52.73438vw;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 13;
	transform: translate(-50%, -50%);
	width: 93.75vw;
	height: 0
}

.modal_contents.-landscape,
.modal_contents.-landscape .modal_contentsInner {
	padding-top: 39.375vw;
	width: 70vw
}

.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: #fff;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 12
}

.-favorite .modal_overlay {
	background-color: rgba(27, 27, 27, .5)
}

.modal_close {
	cursor: pointer;
	font-size: 22px;
	position: absolute;
	top: -38px;
	right: -2px;
	z-index: 14
}

.-favorite .modal_heading {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 600;
	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: #000
}

.modal_btn.-login {
	background-color: #000;
	color: #fff;
	color: var(--color-white)
}

.-favorite .modal_close,
.modal_loginClose {
	display: none
}

[data-modal-is-active=true] .modal_contents,
[data-modal-is-active=true] .modal_overlay {
	visibility: visible
}

[data-modal-is-active=true] .modal_contents {
	opacity: 1
}

[data-modal-is-active=true] .modal_overlay {
	opacity: .75
}

.fr-fixedAnchor {
	background-color: #fff;
	background-color: var(--color-white);
	border: 1px solid #dadada;
	border: 1px solid var(--color-gray150);
	border-width: 1px 0;
	box-shadow: 0 4px 2px -3px #dadada;
	box-shadow: 0 4px 2px -3px var(--color-gray150);
	overflow-y: hidden;
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	z-index: 11
}

.fr-fixedAnchor.-loading {
	opacity: 0
}

.fr-fixedAnchor.-horizontalScroll .fr-fixedAnchor_inner {
	overflow-x: scroll;
	overflow-y: hidden;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.fr-fixedAnchor.-horizontalScroll .fr-fixedAnchor_inner::-webkit-scrollbar {
	display: none
}

.fr-fixedAnchor.-horizontalScroll .fr-fixedAnchor_item {
	flex-basis: auto;
	flex-shrink: 0;
	max-width: 112px;
	min-width: 68px
}

.fr-fixedAnchor_inner {
	display: flex
}

.fr-fixedAnchor_item {
	cursor: pointer;
	display: flex;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	font-size: 12px;
	flex: 1
}

.fr-fixedAnchor_item+.fr-fixedAnchor_item {
	border-left: 1px solid #dadada;
	border-left: 1px solid var(--color-gray150)
}

.fr-fixedAnchor_itemLink {
	align-items: center;
	border-top: 2px solid #fff;
	border-top: 2px solid var(--color-white);
	border-bottom: 2px solid #fff;
	border-bottom: 2px solid var(--color-white);
	display: flex;
	justify-content: center;
	line-height: 18px;
	min-height: 68px;
	padding-right: 8px;
	padding-left: 8px;
	width: 100%
}

.fr-fixedAnchor_itemLink.-current {
	border-bottom-color: #000
}

.fr-fixedAnchor_movingButton {
	background: url(../img/icons/chevron_carousel.svg) #fff 0/7em 2em no-repeat;
	background: url(../img/icons/chevron_carousel.svg) var(--color-white) 0/7em 2em no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	transition: .2s;
	opacity: 0;
	visibility: hidden
}

.fr-stepFlow {
	background-color: #fff;
	background-color: var(--color-white)
}

.fr-stepFlow_item {
	margin-left: 4vw;
	margin-left: var(--sp-h-1g);
	margin-right: 4vw;
	margin-right: var(--sp-h-1g);
	padding-top: 9px;
	padding-top: var(--sp-v-s);
	padding-bottom: 9px;
	padding-bottom: var(--sp-v-s)
}

.fr-stepFlow_itemInner,
.fr-stepFlow_number {
	align-items: center;
	display: flex
}

.fr-stepFlow_number {
	border: 1px solid #dadada;
	border: 1px solid var(--color-gray150);
	font-size: 24px;
	font-weight: 700;
	justify-content: center;
	width: 30px;
	height: 30px
}

.fr-stepFlow_number.-large {
	width: 44px;
	height: 44px
}

.fr-stepFlow_heading {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	font-size: 14px;
	flex: 1;
	line-height: 21px;
	margin-left: 4vw;
	margin-left: var(--sp-h-1g)
}

.fr-stepFlow_text {
	line-height: 19.5px;
	padding-top: 9px;
	padding-top: var(--sp-v-s)
}

.fr-stepFlow_simple {
	flex: 1
}

.fr-stepFlow_heading+.fr-stepFlow_text {
	margin-left: 4vw;
	margin-left: var(--sp-h-1g);
	padding-top: 3px;
	padding-top: var(--sp-v-xxs)
}

.fr-imagePlusText .fr-stepFlow_item {
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0
}

.fr-tappableGrid {
	border: 1px solid #dadada;
	border: solid var(--color-gray150);
	border-width: 0 0 1px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -1px
}

.fr-tappableGrid+.fr-tappableGrid {
	margin-top: -1px
}

.fr-tappableGrid_item {
	background-color: #fff;
	background-color: var(--color-white);
	border-top: 1px solid #dadada;
	border-top: 1px solid var(--color-gray150);
	border-left: 1px solid #dadada;
	border-left: 1px solid var(--color-gray150);
	cursor: pointer;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	font-size: 12px;
	width: 50%
}

.fr-tappableGrid_item.-full {
	width: 100%
}

.fr-tappableGrid_item .fr-tappableGrid_itemInner {
	display: flex
}

.fr-tappableGrid_itemText {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: center;
	line-height: 18px;
	min-height: 71px;
	padding: 15px 4vw;
	padding: var(--sp-v-m) var(--sp-h-1g);
	position: relative;
	text-align: center
}

.fr-tappableGrid_itemText.-new:after {
	align-items: center;
	background-color: #378694;
	display: flex;
	color: #fff;
	content: "NEW";
	font-size: 11px;
	font-weight: 700;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 18px
}

.fr-tappableGrid_item.-tmb .u-imgAdjustBox {
	width: 53px;
	height: auto
}

.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 {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700
}

.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-bff-products {
	background-color: #fff;
	background-color: var(--color-white)
}

.fr-bff-products[data-component-type=ProductGridSmall] {
	display: flex;
	flex-wrap: wrap
}

.fr-bff-products[data-component-type=ProductCarousel],
.fr-bff-products[data-component-type=ProductGridSmall],
.fr-bff-products[data-component-type=ProductGridStyling] {
	padding-right: 4vw;
	padding-right: var(--sp-h-1g);
	padding-left: 4vw;
	padding-left: var(--sp-h-1g)
}

.fr-bff-product_imgWrapper {
	position: relative
}

[data-component-type=ProductCarousel] .fr-bff-product,
[data-component-type=ProductGridSmall] .fr-bff-product {
	margin-right: 4vw;
	margin-right: var(--sp-h-1g);
	margin-bottom: 21px;
	margin-bottom: var(--sp-v-l);
	width: calc(33.3% - 2.66vw)
}

[data-component-type=ProductGridSmall] .fr-bff-product:nth-of-type(3n) {
	margin-right: 0
}

[data-component-type=ProductGridStyling] .fr-bff-product {
	margin-top: 9px;
	margin-top: var(--sp-v-s)
}

[data-component-type=ProductGridStyling] .fr-bff-product_inner {
	display: flex
}

[data-component-type=ProductGridStyling][data-component-column="1"] .fr-bff-product_imgWrapper,
[data-component-type=ProductGridStyling][data-component-column="2"] .fr-bff-product_imgWrapper {
	width: 90px
}

[data-component-type=ProductCarousel] .fr-bff-product_content,
[data-component-type=ProductGridSmall] .fr-bff-product_content {
	margin-top: 15px;
	margin-top: var(--sp-v-m)
}

[data-component-type=ProductGridStyling] .fr-bff-product_content {
	flex: 1;
	margin-left: 4vw;
	margin-left: var(--sp-h-1g)
}

[data-component-type=ProductCarousel] .fr-bff-product_name,
[data-component-type=ProductGridSmall] .fr-bff-product_name,
[data-component-type=ProductGridStyling] .fr-bff-product_name {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
	font-weight: 700;
	line-height: 19.5px
}

[data-component-type=ProductCarousel] .fr-bff-product_futureExhibition,
[data-component-type=ProductGridSmall] .fr-bff-product_futureExhibition,
[data-component-type=ProductGridStyling] .fr-bff-product_futureExhibition {
	color: #7d7d7d;
	color: var(--color-gray500);
	line-height: 19.5px;
	margin-top: 3px;
	margin-top: var(--sp-v-xxs)
}

[data-component-type=ProductCarousel] .fr-bff-product_price,
[data-component-type=ProductGridSmall] .fr-bff-product_price,
[data-component-type=ProductGridStyling] .fr-bff-product_price {
	font-size: 18px;
	line-height: 21.6px;
	margin-top: 3px;
	margin-top: var(--sp-v-xxs)
}

[data-component-type=ProductCarousel] .fr-bff-product_priceFlags,
[data-component-type=ProductGridSmall] .fr-bff-product_priceFlags,
[data-component-type=ProductGridStyling] .fr-bff-product_priceFlags {
	color: red;
	color: var(--color-red);
	line-height: 19.5px;
	margin-top: 3px;
	margin-top: var(--sp-v-xxs)
}

[data-component-type=ProductCarousel]+.swiper-pagination,
[data-component-type=ProductCarousel] .fr-bff-product_sizes,
[data-component-type=ProductGridSmall] .fr-bff-product_sizes,
[data-component-type=ProductGridStyling] .fr-bff-product_sizes {
	display: none
}

.fr-bff-favorite {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	z-index: 1
}

.fr-bff-favorite_icon {
	fill: #1b1b1b
}

.fr-bff-favorite_icon g {
	opacity: 0;
	transition: opacity .18s cubic-bezier(.4, 0, .2, 1)
}

.fr-bff-favorite_icon g:first-child {
	opacity: 1
}

.fr-bff-favorite.-active .fr-bff-favorite_icon g {
	fill: red;
	fill: var(--color-red);
	opacity: 1
}

.fr-bff-favorite.-active .fr-bff-favorite_icon g:first-child {
	opacity: 0
}

[data-aspect-ratio="1:1"]:before {
	padding-top: 100%
}

[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="16:9"]:before {
	padding-top: 56.25%
}

.Header {
	background-color: #fff;
	background-color: var(--color-white);
	border-bottom: 1px solid #dadada;
	border-bottom: 1px solid var(--color-gray150);
	padding: 15px 20px;
	width: 100vw;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
	height: 65px
}

.Header_LogoLink {
	display: inline-block
}

.Header_Logo {
	width: 81px;
	height: 36px
}

.Navigation-Default_Item {
	border-top: 1px solid #dadada;
	border-top: 1px solid var(--color-gray150);
	font-size: 14px;
	line-height: 20px;
	padding-right: 4vw;
	padding-right: var(--sp-h-1g);
	padding-left: 4vw;
	padding-left: var(--sp-h-1g);
	padding-top: 13px;
	padding-bottom: 13px;
	min-height: 52px
}

.Navigation-Default.-top {
	border-bottom: 1px solid #dadada;
	border-bottom: 1px solid var(--color-gray150);
}

.Navigation-Default.-top .Navigation-Default_Item {
	padding: 12px 0;
	min-height: 52px
}

.Navigation {
	overflow: hidden
}

.Navigation,
.Navigation:first-child {
	border-bottom: 1px solid #dadada;
	border-bottom: 1px solid var(--color-gray150)
}

.Navigation:first-child {
	padding-bottom: 0
}

.Navigation_Item {
	border-top: 1px solid #dadada;
	border-top: 1px solid var(--color-gray150);
	font-size: 14px;
	line-height: 20px;
	/* padding-right: 4vw;
	padding-right: var(--sp-h-1g); */
	/* padding-left: 4vw;
	padding-left: var(--sp-h-1g); */
	min-height: 52px
}

.Navigation_Link {
	display: block
}

.Navigation_Link.-single {
	align-items: center;
	display: flex;
	gap: 12px;
}

.Navigation_Link.-single.-home:before {
	margin-right: 8px;
	background: url(../img/icon-home.svg) 0/cover no-repeat
}

.Navigation_Link.-single.-home:before,
.Navigation_Link.-single:after {
	display: flex;
	justify-content: center;
	content: "";
	transition: .2s;
	width: 24px;
	min-width: 24px;
	height: 24px
}

.Navigation_Link.-single:after {
	align-items: center;
	background: url(../img/icon-arrow.svg) 0/cover no-repeat;
	margin-left: auto
}

.Navigation_Logo {
	margin-right: 9px;
	width: auto;
	height: 28px
}

.Navigation.-globalNavi {
	border-bottom: none
}

.Navigation.-globalNavi .Navigation_Item {
	border-top: none;
	font-size: 16px;
	line-height: 21px
}

.Navigation.-globalNavi:first-of-type .Navigation_Item {
	padding-top: 0;
}

.Navigation.-globalNavi .Navigation_ItemChild {
	font-size: 14px;
	line-height: 18px
}

.Navigation.-globalNavi .Navigation_ItemChild.-active {
	font-weight: 700
}

.Navigation.-globalNavi .Navigation_Item .Accordion_CheckBox+.Accordion_Heading .Accordion_Label {
	margin-bottom: 0;
	transition: all .3s ease-in-out;
}

.Navigation.-globalNavi .Navigation_Item .Accordion_CheckBox:checked+.Accordion_Heading .Accordion_Label {
	margin-bottom: 14.5px;
	transition: all .3s ease-in-out;
}

.Navigation.-globalNavi:first-child {
	padding-bottom: 0
}

.Navigation.-globalNavi .Accordion_Heading.-active {
	font-weight: 700;
}

.Navigation.-announcements {
	border-bottom: 1px solid #dadada;
	border-bottom: 1px solid var(--color-gray150)
}

.Navigation.-announcements .Navigation_Item {
	padding: 12px 0;
	min-height: 52px
}

.Navigation.-announcements .Navigation_Link {
	display: flex;
	align-items: center;
	gap: 12px;
}

.Navigation.-announcements .Navigation_Link:after {
	align-items: center;
	display: flex;
	justify-content: center;
	content: "";
	background: url(../img/icon-arrow.svg) 0/cover no-repeat;
	margin-left: auto;
	transition: .2s;
	width: 24px;
	min-width: 24px;
	height: 24px
}

.Navigation.-top {
	border-bottom: none
}

.Navigation.-top .Navigation_Item {
	padding: 12px 0;
	min-height: 52px
}

.u-only-sp .Navigation.-top .Navigation_Item {
	border-bottom: 1px solid var(--color-gray150)
}

.Navigation.-top span .Navigation_Item:last-child {
	border-bottom: 1px solid var(--color-gray150)
}

.u-only-pc .Navigation.-top .Navigation_Item:last-child {
	border-bottom: 1px solid var(--color-gray150)
}

.u-only-sp.grad-wrap {
	margin-bottom: 16px
}

.Navigation.-topCategory {
	display: flex;
	flex-wrap: wrap;
	border-bottom: none
}

.Navigation_ItemChild.-topCategory {
	margin-left: 62px
}

.Navigation_Item.-topCategory {
	width: calc(33.333% - 24px);
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 44px;
	padding: 15px 0 24px
}

.Contents {
	padding-right: 20px;
	padding-left: 20px;
	/* padding-right: 4vw;
	padding-right: var(--sp-h-1g); */
	/* padding-left: 4vw;
	padding-left: var(--sp-h-1g) */
}

.Contents .-h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 24px;
	margin-top: 52px;
	color: #181818;
}

.Contents .-h2.-page_title {
	font-size: 26px;
	margin-bottom: 32px;
}

.Contents .-h2.-detail,
.Contents .-h2.-search,
.Contents .-h2.-top {
	margin-top: 32px
}

.Contents .-h2.-category {
	margin-top: 52px
}

.Contents .-h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 16px
}

.Contents_Text {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 21px
}

.Contents .Button_text.-noteText {
	margin: 8px 0 24px
}


.Contents_imagePlusText {
	display: flex;
	width: 100%;
	gap: 16px;
	flex-wrap: wrap;
}

.Contents_imagePlusText_imgWrap {
	width: 120px;
}

.Contents_imagePlusText_content {
	flex: 1
}

.Contents_imagePlusText_title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 4px
}

.Contents_imagePlusText_body {
	font-size: 14px;
	line-height: 21px
}

.Contents.-search .Navigation_Item.-search:last-child {
	border-bottom: 1px solid #dadada;
	border-bottom: 1px solid var(--color-gray150)
}

.Lead_Body {
	font-size: 14px;
	line-height: 20px
}

.grad-btn {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateY(0) translateX(-50%);
	transition: bottom .3s ease-out
}

.grad-btn.sp-toggle-btn {
	bottom: -36px
}

.grad-btn:hover {
	color: #2a2a2a
}

.grad-wrap {
	position: relative;
	margin-top: 20px
}

.grad-btn .btn-close {
	display: none;
	font-size: 14px;
	line-height: 24px;
}

.grad-btn .btn-more {
	display: flex;
	font-size: 14px;
	line-height: 24px;
}

.btn-more:after {
	background: url(../img/icon-down.svg) 0/cover no-repeat
}

.btn-close:after,
.btn-more:after {
	align-items: center;
	display: flex;
	justify-content: center;
	content: "";
	margin-left: 12px;
	transition: .2s;
	width: 24px;
	height: 24px
}

.btn-close:after {
	background: url(../img/icon-up.svg) 0/cover no-repeat
}

.btn-more.-topCategory:before {
	align-items: center;
	display: flex;
	justify-content: center;
	content: "";
	background: url(../img/icon-down.svg) 0/cover no-repeat;
	margin-right: 12px;
	transition: .2s;
	width: 24px;
	height: 24px
}

.btn-more.-topCategory:after {
	content: none !important
}

.btn-close.-topCategory:before {
	align-items: center;
	display: flex;
	justify-content: center;
	content: "";
	background: url(../img/icon-up.svg) 0/cover no-repeat;
	margin-right: 12px;
	transition: .2s;
	width: 24px;
	height: 24px
}

.btn-close.-topCategory:after {
	content: none !important
}

.grad-item.Navigation.-top {
	position: relative;
	overflow: hidden;
	height: auto;
	max-height: 0;
	transition-duration: 0.3s;
	transition: max-height 0.4s ease-in-out;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.grad-item.Navigation.-top .Navigation_Item {
	border-top: none;
	line-height: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.grad-item:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: ""
}

.grad-trigger {
	display: none
}

.grad-trigger:checked~.grad-btn {
	bottom: -40px
}

.grad-trigger:checked~.grad-btn .btn-close {
	display: flex
}

.grad-trigger:checked~.grad-btn .btn-more {
	display: none
}

.grad-trigger:checked~.grad-item.Navigation.-top {
	max-height: 500px;
	transition-duration: 0.3s;
	transition: max-height 0.6s ease-in-out;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.grad-trigger:checked~.grad-item:before {
	display: none
}

.Contents.-attention {
	min-height: 67px;
	font-size: 13px;
	line-height: 20px;
	background-color: #6a6a6a;
	margin-top: 73px;
	padding: 12px 20px
}

.Contents.-attention>div {
	max-width: 1176px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start
}

.Contents.-attention>div>*+* {
	margin-top: 4px
}

.Contents.-attention>div>.-header {
	color: #fff;
	width: 150px
}

.Contents.-attention>div>.-attentions {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%
}

.Contents.-attention>div>.-attentions>.-attention {
	line-height: 21px
}

.Contents.-attention>div>.-attentions>.-attention>a {
	color: #fff;
	text-decoration: underline
}

.Contents.-attention>div>.-attentions>.-attention>a:hover {
	text-decoration: none
}

.Contents.-attention>div>.-attentions>.-attention+.-attention {
	margin-top: 4px
}

.Detail_Title {
	font-weight: 400
}

.Detail_Title.-h2-detail {
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 24px
}

.Detail_Title.-h3-detail {
	font-size: 22px;
	line-height: 26px;
	margin-top: 32px;
	margin-bottom: 24px
}

.Detail_Title.-h4-detail {
	font-size: 18px;
	line-height: 22px;
	margin-top: 24px;
	margin-bottom: 16px
}

.Detail_Title.-h5-detail {
	font-size: 16px;
	line-height: 19px;
	margin-top: 24px;
	margin-bottom: 16px
}

.Detail_Text {
	font-size: 14px;
	line-height: 20px
}

.Detail_Text.-notice {
	margin-bottom: 16px
}

.Detail_Container.hide {
	display: none
}

.Detail_Container .Detail_Title {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-top: 24px;
	padding-top: 32px;
	margin-bottom: 24px;
	border-top: 1px solid #dadada;
	font-weight: 400;
}

.Detail_Container.Trigger .Trigger_Butoon {
	display: flex;
	width: 100%;
	margin-bottom: 52px;
}

.Detail_Container.Trigger .Trigger_Butoon .Button {
	line-height: 32px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.Detail_Container.Trigger .Trigger_Butoon .Button img {
	width: 24px;
	height: 24px;
}

.Detail_Container.Trigger .Trigger_Butoon .Button.-left {
	border-right: none
}

.Detail_Container.Trigger .Trigger_Butoon .HalfWidth {
	width: 50%
}

.Detail_Container.Reason {
	width: 100%;
	margin-bottom: 52px;
}

.Detail_Container.Reason .Reason_List {
	display: flex;
	flex-direction: column;
	width: 90%;
	width: 100%;
	margin: 0 auto;
}

.Detail_Container.Reason .Reason_List_Item {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	margin-top: 8px
}

.Detail_Container.Reason .Reason_List_Item_Input {
	margin: 2px 0 auto;
	line-height: 18px
}

.Detail_Container.Reason .Reason_List_Item_Label {
	margin-left: 8px;
	line-height: 18px
}

.Detail_Container.Reason .Reason_List_Item+.Detail_Container.Reason .Reason_List_Item {
	margin-top: 4px
}

.Detail_Container.Improve {
	width: 100%;
	margin-bottom: 24px
}

.Detail_Container.Improve .Improve_Item {
	margin: 0 auto 8px;
}

.Detail_Container.Improve .Improve_Item_Note {
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.Detail_Container.Improve .Improve_Item_Note_Text {
	margin-left: 8px
}

.Detail_Container.Improve .Improve_Item_Textarea {
	resize: vertical;
	width: 100%;
}

.Detail_Container.Improve .Improve_Item_Textarea textarea {
	font-size: 16px;
	padding: 4px;
}

.Detail_Container.Improve .Improve_Item_Button {
	width: 100%;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto
}

.Detail_Container.Improve .Improve_Item_Button span {
	font-size: 16px;
}

.Detail_Container.Appreciate .Appreciate_Item {
	text-align: center
}

.question-complete {
	margin-bottom: 52px;
}

.Button_Inner {
	font-size: 13px;
	line-height: 32px;
}

table.answer-content-table {
	border: 1px solid #ccc;
	width: 100%
}

table.answer-content-table tr {
	border-top: 1px solid #ccc
}

table.answer-content-table tr:first-child {
	border-top: none
}

table.answer-content-table td {
	padding: 10px;
	border-left: 1px solid #ccc
}

table.answer-content-table td:first-child {
	border-left: none
}

.Button {
	font-size: 15px
}

.Button,
.Button_IQ {
	border: 1px solid #000;
	display: block;
	font-weight: 400;
	text-align: center;
	min-height: 52px;
	background-color: #fff;
	background-color: var(--color-white)

	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Button_IQ {
	max-height: 52px;
	font-size: 13px;
	cursor: pointer;
	max-width: 376px;
}

.Button.-s {
	max-width: 247px
}

.Button.-m {
	max-width: 376px
}

.Button.-l {
	max-width: 576px
}

.Button.-naviButton {
	margin: 24px 4vw 8px
}

.Button_text {
	margin: 0 4vw;
	font-size: 12px;
	line-height: 13px;
	color: #7d7d7d
}

.Button_Inner {
	display: flex;
	justify-content: center;
	align-items: center
}

.Button_Inner.-delivery-order:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(../img/icon-delivery-order.svg) 0/cover no-repeat
}

.Button_Inner.-delivery:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(../img/icon-delicery-support.svg) 0/cover no-repeat
}

.Button_Inner.-make-a-return:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(../img/icon-make-a-return.svg) 0/cover no-repeat
}

.Button_Inner.-messenger:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(../img/icon-messenger.svg) 0/cover no-repeat
}

.Button_Inner.-iq:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(../img/icon-iq.svg) 0/cover no-repeat
}

.Button_Inner.-mail:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(../img/icon-mail.svg) 0/cover no-repeat
}

.Button_Inner.-phone:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(../img/icon-phone.svg) 0/cover no-repeat
}

.Button_Inner.-feedback:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(../img/icon-feedback.svg) 0/cover no-repeat
}

.Search {
	position: absolute;
	top: 0;
	right: 65px;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 2
}

.Search_Text {
	margin-top: 24px;
	margin-top: var(--sp-v-xl);
	color: #000;
	font-size: 12px;
	width: 100%;
	word-break: break-word;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif
}

.Search_Icon,
.Search_Text {
	position: absolute;
	left: 0;
	right: 0;
	top: 15px
}

.Search_Icon {
	background: no-repeat url(../img/icon-search.svg) 50%/contain;
	height: 25px
}

.search-form.-header {
	display: flex
}

.search-form.-header :focus::-webkit-input-placeholder {
	color: #fff
}

.search-form.-header :focus:-ms-input-placeholder {
	color: #fff
}

.search-form.-header :focus::placeholder {
	color: #fff
}

.search-form.-header .search-form-input {
	width: 276px;
	height: 44px;
	padding: 0 8px;
	font-size: 15px;
	line-height: 21px;
	color: #787878;
	border: 1px solid #ababab
}

.search-form.-header .search-form-input:focus {
	outline: none
}

.search-form.-header .search-form-btn {
	background: no-repeat url(../img/icon-search.svg) 50%/24px;
	width: 44px;
	height: 44px;
	background-color: #fff;
	border: 1px solid #ababab;
	border-left: none
}

.SearchContents {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f4f4f4;
	padding-bottom: 32px;
}

.SearchContents .-h1 {
	font-size: 26px;
	line-height: 31px;
	font-weight: 400;
	margin-bottom: 16px;
	margin-top: 32px
}

.SearchContents .search-form {
	display: flex;
	justify-content: center;
	align-items: center;
	border: none !important;
}

.SearchContents .search-form :focus::-webkit-input-placeholder {
	color: #fff
}

.SearchContents .search-form :focus:-ms-input-placeholder {
	color: #fff
}

.SearchContents .search-form :focus::placeholder {
	color: #fff
}

.SearchContents .search-form-input {
	height: 44px;
	width: 100%;
	padding: 0 8px;
	font-size: 16px;
	line-height: 21px;
	color: #787878;
	border: 1px solid #ababab;
	border-radius: unset;
}

.SearchContents .search-form-input:focus {
	outline: none
}

.SearchContents .search-form-btn {
	background: no-repeat url(../img/icon-search-white.svg) 50%/24px;
	width: 44px;
	height: 44px;
	background-color: #000
}

.SearchContents .fr-breadcrumbs {
	margin-top: 0;
	padding-top: 89px;
	padding-right: 0;
	padding-left: 0
}

.SearchContents.-attention .fr-breadcrumbs {
	margin-top: 0;
	padding-top: 24px;
	padding-right: 0;
	padding-left: 0
}

.Drawer,
.SearchContents.-search {
	background-color: #fff;
	position: relative;
}

.SearchContents.-search::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #DADADA;
	position: absolute;
	left: 0;
	bottom: 0;
}

.Drawer {
	overflow-y: scroll;
	padding-top: 36px;
	padding-top: var(--sp-v-xxl);
	padding-bottom: 28px;
	position: fixed;
	top: 0;
	right: -130%;
	bottom: 0;
	transform: translateX(50%);
	transition: transform .4s ease-in-out;
	width: 82%;
	z-index: 999996;
	-webkit-overflow-scrolling: touch
}

.Drawer .Navigation .Navigation_Item {
	padding-right: 4vw;
	padding-right: var(--sp-h-1g);
	padding-left: 4vw;
	padding-left: var(--sp-h-1g);
}

.Drawer .Navigation .Navigation_Item .Navigation_Link {
	cursor: pointer;
	display: flex;
	position: relative;
	line-height: 24px;
	padding-top: 12px;
	padding-bottom: 11px;
}

.Drawer .Navigation .Navigation_Item .Navigation_Link:not(.-single) {
	padding-top: 0;
	padding-bottom: 0;
}

.DrawerTrigger {
	color: #000;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 2
}

.DrawerTrigger.-Close {
	top: 11px;
	right: calc(4vw - 2px);
	right: calc(var(--sp-h-1g) - 2px)
}

.DrawerTrigger_Line {
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	right: 0;
	left: 0;
	width: 17px;
	height: 2px
}

.DrawerTrigger.-Open .DrawerTrigger_Line:first-child {
	top: 20px
}

.DrawerTrigger.-Open .DrawerTrigger_Line:nth-child(2) {
	top: 26px
}

.DrawerTrigger.-Open .DrawerTrigger_Line:nth-child(3) {
	top: 32px
}

.DrawerTrigger.-Close .DrawerTrigger_Line:first-child {
	transform: rotate(45deg);
	margin-top: -11px;
	margin-left: 12px;
	width: 20px;
	height: 2px
}

.DrawerTrigger.-Close .DrawerTrigger_Line:nth-child(2) {
	transform: rotate(-45deg);
	margin-top: -11px;
	margin-left: 12px;
	width: 20px;
	height: 2px
}

.DrawerTrigger_Text {
	margin-top: 24px;
	margin-top: var(--sp-v-xl);
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	font-size: 12px;
	width: 120%;
	word-break: break-word;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif
}

.DrawerTrigger.-Close .DrawerTrigger_Text {
	top: 0
}

.Drawer_Overlay {
	background-color: rgba(27, 27, 27, .5);
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .4s ease-in-out;
	visibility: hidden;
	z-index: 2
}

[data-drawer-is-active=true] {
	right: 0;
	left: 0
}

[data-drawer-is-active=true] .Drawer {
	transform: translateX(-158%)
}

[data-drawer-is-active=true] .Drawer_Overlay {
	opacity: 1;
	visibility: visible
}

.globalNavi {
	display: none
}

.globalNavi .Navigation_Item {
	padding-top: 14.5px;
	padding-bottom: 0;
}

.globalNavi .Navigation_Item .Navigation_Link.-single {
	gap: 0;
}

.globalNavi .Navigation_Item .Navigation_Link {
	font-size: 15px;
}

.globalNavi .Navigation_Item .Accordion_Label {
	padding-top: unset;
	padding-bottom: unset;
}

.Accordion {
	background-color: #fff;
	background-color: var(--color-white);
	overflow: hidden
}

.Accordion_CheckBox {
	display: none
}

.Accordion_Label {
	cursor: pointer;
	display: flex;
	position: relative;
	line-height: 24px;

	padding-top: 12px;
	padding-bottom: 11px;
}

.Accordion_Label:before {
	display: flex;
	justify-content: center;
	content: "";
	margin-right: 8px;
	transition: .2s;
	width: 24px;
	height: 24px
}

.Accordion_Label.-exclamation:before {
	background: url(../img/icon-exclamation.png) 0/cover no-repeat
}
.Accordion_Label.-online:before {
	background: url(../img/icon-online.svg) 0/cover no-repeat
}

.Accordion_Label.-store:before {
	background: url(../img/icon-store.svg) 0/cover no-repeat
}

.Accordion_Label.-delivery:before {
	background: url(../img/icon-delivery.svg) 0/cover no-repeat
}

.Accordion_Label.-return-exchange:before {
	background: url(../img/icon-return-exchange.svg) 0/cover no-repeat
}

.Accordion_Label.-uniqlo-app:before {
	background: url(../img/icon-uniqlo-app.svg) 0/cover no-repeat
}

.Accordion_Label.-uniqlo-products:before {
	background: url(../img/icon-uniqlo-products.svg) 0/cover no-repeat
}

.Accordion_Label.-uniqlo-collaboration:before {
	background: url(../img/icon-uniqlo-collaboration.svg) 0/cover no-repeat
}

.Accordion_Label.-uniqlo-uniform:before {
	background: url(../img/icon-uniqlo-uniform.svg) 0/cover no-repeat
}

.Accordion_Label.-uniqlo-company:before {
	background: url(../img/icon-uniqlo-company.svg) 0/cover no-repeat
}

.Accordion_Label.-legal:before {
	background: url(../img/icon-legal.svg) 0/cover no-repeat
}

.Accordion_Label.-information:before {
	background: url(../img/icon-information.svg) 0/cover no-repeat
}

.Accordion_Label.-campaign:before {
	background: url(../img/icon-campaign.svg) 0/cover no-repeat
}

.Accordion_Label:after {
	align-items: center;
	display: flex;
	justify-content: center;
	content: "";
	background: url(../img/icon-plus.svg) 0/cover no-repeat;
	margin-left: auto;
	transition: .2s;
	width: 24px;
	height: 24px
}

.Accordion+.Accordion .Accordion_Label {
	border-top-width: 0
}

.Accordion_Content {
	height: auto;
	max-height: 0;
	transition-duration: 0.3s;
	transition: max-height .4s ease-in-out;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	overflow-y: hidden;
}

.Accordion_ContentInner .Navigation_ItemChild {
	font-size: 14px;
	margin-left: 32px;
	opacity: 0;
	line-height: 0;
	margin-top: 0;
	transition: margin-top .3s ease-out, line-height .3s ease-out
}
.Accordion_ContentInner .Navigation_ItemChild:last-child {
	margin-bottom: 14.5px;
}

.Accordion_CheckBox:checked+.Accordion_Heading .Accordion_Label {
	font-weight: 700;
}

.Accordion_CheckBox:checked+.Accordion_Heading .Accordion_Label:after {
	background-image: url('data:image/svg+xml;charset=utf8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M5.5 11h13v2h-13z"></path></svg>');
}

.Accordion_CheckBox:checked+.Accordion_Heading+.Accordion_Content {
	max-height: 1000px;
	transition-duration: 0.3s;
	transition: max-height .6s ease-in-out;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.Accordion_CheckBox+.Accordion_Heading+.Accordion_Content .Accordion_ContentInner .Navigation_ItemChild {
	display: block;
	margin-left: 32px;
	line-height: 20px;
	padding: 8px 0;
	opacity: 1;
}

.Category {
	background-color: #fff;
	background-color: var(--color-white);
	overflow: hidden
}

.Category_Heading {
	font-size: 18px;
	line-height: 23px
}

.Category_Label {
	cursor: pointer;
	display: flex;
	position: relative;
	line-height: 44px
}

.Category_Label:before {
	display: flex;
	justify-content: center;
	content: "";
	margin-right: 16px;
	transition: .2s;
	width: 44px;
	height: 44px
}

.Category_Label.-online:before {
	background: url(../img/pict-online.svg) 0/cover no-repeat
}

.Category_Label.-store:before {
	background: url(../img/pict-store.svg) 0/cover no-repeat
}

.Category_Label.-delivery:before {
	background: url(../img/pict-delivery.svg) 0/cover no-repeat
}

.Category_Label.-return-exchange:before {
	background: url(../img/pict-return-exchange.svg) 0/cover no-repeat
}

.Category_Label.-uniqlo-app:before {
	background: url(../img/pict-uniqlo-app.svg) 0/cover no-repeat
}

.Category_Label.-uniqlo-products:before {
	background: url(../img/pict-uniqlo-products.svg) 0/cover no-repeat
}

.Category_Label.-uniqlo-collaboration:before {
	background: url(../img/pict-uniqlo-collaboration.svg) 0/cover no-repeat
}

.Category_Label.-uniqlo-uniform:before {
	background: url(../img/pict-uniqlo-uniform.svg) 0/cover no-repeat
}

.Category_Label.-uniqlo-company:before {
	background: url(../img/pict-uniqlo-company.svg) 0/cover no-repeat
}

.Category_Label.-legal:before {
	background: url(../img/pict-legal.svg) 0/cover no-repeat
}

.Category_Label.-information:before {
	background: url(../img/pict-information.svg) 0/cover no-repeat
}

.Category_Label.-campaign:before {
	background: url(../img/pict-campaign.svg) 0/cover no-repeat
}

.Category+.Category .Category_Label {
	border-top-width: 0
}

.Navigation.-topCategory .Navigation_ItemChild {
	display: block;
	line-height: 20px;
	margin-top: 16px;
	opacity: 1
}

.Navigation.-topCategory .grad-btn {
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	position: absolute;
	bottom: -48px;
	left: 120px;
	cursor: pointer;
}

.Navigation.-topCategory .grad-wrap {
	position: relative;
	margin-top: 0
}

.Navigation.-topCategory .btn-more:after {
	background: url(../img/icon-down.svg) 0/cover no-repeat
}

.Navigation.-topCategory .btn-close:after,
.Navigation.-topCategory .btn-more:after {
	align-items: center;
	display: flex;
	justify-content: center;
	content: "";
	margin-left: 12px;
	transition: .2s;
	width: 24px;
	height: 24px
}

.Navigation.-topCategory .btn-close:after {
	background: url(../img/icon-up.svg) 0/cover no-repeat
}

.Navigation.-topCategory .grad-item {
	position: relative;
	height: auto;
	max-height: 144px;
	transition-duration: 0.3s;
	transition: max-height .4s ease-in-out;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	overflow-y: hidden;

}

.Navigation.-topCategory .grad-item:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: ""
}

.Navigation.-topCategory .grad-trigger {
	display: none
}

.Navigation.-topCategory .grad-trigger:checked~.grad-item {
	height: auto;
	max-height: 1000px;
	transition-duration: 0.3s;
	transition: max-height .6s ease-in-out;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.Navigation.-topCategory .grad-trigger:checked~.grad-item:before {
	display: none
}

.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: 0;
}

.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-uqFont-l {
	font-family: UniqloPro Light, sans-serif
}

.u-uqFont-r {
	font-family: UniqloPro Regular, sans-serif
}

.u-uqFont-b {
	font-family: UniqloPro Bold, sans-serif
}

.u-font-400 {
	font-weight: 400
}

.u-font-700 {
	font-weight: 700
}

.u-boxShadow {
	box-shadow: 0 2px 2px rgba(0, 0, 0, .16)
}

.u-align-left {
	text-align: left
}

.u-align-center {
	text-align: center
}

.u-align-right {
	text-align: right
}

.u-color-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: #fff;
	color: var(--color-white)
}

.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-only-sp {
	display: block
}

.u-only-pc {
	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%
}

.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: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	touch-action: pan-y
}

.swiper-wp8-vertical {
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-parent {
	overflow: hidden;
	position: relative
}

.swiper-container {
	padding-bottom: 18px
}

.swiper-pagination-bullets {
	bottom: -5px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	margin: 0 3px;
	opacity: 1;
	background-color: #dadada
}

.swiper-pagination-bullet-active {
	background-color: #1b1b1b
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none;
	background-color: hsla(0, 0%, 100%, .9);
	position: absolute;
	height: 40px;
	width: 40px;
	z-index: 1
}

.swiper-button-prev {
	left: 0
}

.swiper-button-next {
	right: 0
}

.swiper-button-next:after,
.swiper-button-prev:after {
	background: url(/jp/ja/contents/feature/common/icons/chevron_carousel.svg) 0/7em 2em no-repeat;
	content: "";
	display: block;
	width: 40px;
	height: 40px
}

.swiper-button-next:after {
	background-position-x: -4em
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: none
}

/* Top Customer Suport */
.Contents .customer_suport {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.Contents .customer_suport .-h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #1B1B1B;
	margin-bottom: 0;
}

.Contents .customer_suport .-h2 + .-h2 {
	margin-top: 4px;
}

.Contents .customer_suport .Button_Contents_List .Button {
	word-break: keep-all;
	line-height: 25px;
	min-height: 50px;
	display: flex;
	text-align: center;
	padding-right: unset;
	padding-left: unset;
	justify-content: center;
}

.Contents .customer_suport .Button_Contents_List .Button_text {
	text-align: left;
	color: #858585;
}
.Contents .customer_suport .Button_Contents_List .Button_text > p{
	line-height: 20px;
}

#feedback .Trigger_Butoon {
	gap: 16px;
}

#feedback .Trigger_Butoon .Button.-left {
	border-right: solid 1px;
}

.Actions_List .Action_Wrapper .Action > .Button > img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.Button_Contents_List .Button_Contents .Button {
	padding-right: unset;
	padding-left: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Button_Contents_List .Button_Contents .Button_IQ .btncust img {
	margin-right: 8px;
	width: 24px;
	height: 24px;
}
.Button_Contents_List .Button_Contents .Button img {
	margin-right: 8px;
	width: 24px;
	height: 24px;
}

@media screen and (min-width:813px) {
	body {
		font-size: 14px
	}

	.wrapper {
		background-color: #fff;
		background-color: var(--color-white)
	}

	.fr-breadcrumbs,
	.main_inner {
		max-width: 1176px;
		margin-right: auto;
		margin-left: auto
	}

	.fr-breadcrumbs {
		margin-top: 89px;
		margin-bottom: 24px;
		padding-right: 24px;
		padding-left: 24px;
		box-sizing: content-box;
	}

	.fr-breadcrumbs_item {
		font-size: 12px;
		line-height: 14px
	}

	.fr-breadcrumbs_item:not(:last-child) {
		align-items: center;
		display: flex
	}

	.fr-breadcrumbs_itemLink:hover {
		text-decoration: none;
		color: #2a2a2a
	}

	.fr-heading.-h1 {
		font-size: 36px;
		line-height: 1.375em
	}

	.fr-heading.-h1.u-uqFont-b {
		font-size: 48px
	}

	.fr-heading.-h2 {
		font-size: 30px;
		line-height: 1.375em
	}

	.fr-heading.-h2.u-uqFont-b {
		font-size: 36px
	}

	.fr-heading.-h3 {
		font-size: 23px;
		line-height: 1.4em
	}

	.fr-heading.-h3.u-uqFont-b {
		font-size: 20px;
		line-height: 1.2em
	}

	.fr-heading.-h4 {
		font-size: 20px;
		line-height: 1.4em
	}

	.fr-heading.-h4.u-uqFont-b {
		font-size: 16px;
		line-height: 1.2em
	}

	.fr-heading.-h5 {
		font-size: 14px;
		line-height: 1.4em
	}

	.fr-body {
		font-size: 14px;
		line-height: 19.6px
	}

	.fr-body.-annotation {
		padding-left: 1.4em
	}

	.fr-tabs_inner {
		max-width: 1176px;
		margin-right: auto;
		margin-left: auto
	}

	.fr-tabs_item {
		background-color: #fff;
		background-color: var(--color-white);
		font-size: 20px;
		line-height: 24px
	}

	.fr-tabs_item+.fr-tabs_item {
		border-left-width: 0
	}

	.fr-tabs_item.-en {
		font-size: 20px
	}

	.fr-tabs_item.-en .fr-tabs_itemInner {
		padding-bottom: 0
	}

	.fr-tabs_itemLink {
		border-bottom: 4px solid #fff;
		border-bottom: 4px solid var(--color-white);
		padding-top: 28px;
		padding-top: var(--pc-v-l);
		padding-bottom: 20px;
		padding-bottom: var(--pc-v-m)
	}

	.fr-tabs_item.-active {
		border-bottom-width: 1px
	}

	.fr-tabs_item.-active .fr-tabs_itemInner {
		border: 0
	}

	.fr-tabs_item.-active .fr-tabs_itemLink {
		border-bottom-color: #000
	}

	.fr-anchorButton {
		border-right-width: 1px;
		margin-left: 0
	}

	.fr-anchorButton_item {
		font-size: 17px
	}

	.-vertical .fr-anchorButton_itemInner {
		display: flex
	}

	.fr-anchorButton_item .fr-anchorButton_itemText {
		min-height: 79px;
		line-height: 23.8px;
		padding: 0 12px;
		padding: 0 var(--pc-h-s)
	}

	.fr-anchorButton_item .u-imgAdjustBox[data-aspect-ratio="1:1"] {
		width: 94px;
		height: auto
	}

	.fr-anchorButton_item .u-imgAdjustBox[data-aspect-ratio="3:4"] {
		width: 71px;
		height: auto
	}

	.fr-anchorButton_item .u-imgAdjustBox[data-aspect-ratio="4:3"] {
		width: 123px;
		height: auto
	}

	.fr-linkButton {
		font-size: 17px;
		line-height: 48px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0;
		width: 100%
	}

	.fr-linkButton.-s {
		max-width: 276px
	}

	.fr-linkButton.-m {
		max-width: 376px
	}

	.fr-linkButton.-l {
		max-width: 576px
	}

	.fr-linkButton+.fr-linkButton {
		margin-top: 20px;
		margin-top: var(--pc-v-m)
	}

	.fr-linkButtonParent.-horizontal {
		display: flex
	}

	.fr-linkButtonParent.-horizontal .fr-linkButton+.fr-linkButton {
		margin-top: 0;
		margin-left: 24px;
		margin-left: calc(var(--pc-v-s)*2)
	}

	.fr-transitionButton {
		font-size: 17px;
		font-weight: 400;
		line-height: 23.8px;
		padding: 28px 0;
		padding: var(--pc-v-l) 0
	}

	.fr-transitionButton_inner {
		flex: none;
		margin-right: 24px;
		margin-right: var(--pc-h-m)
	}

	.fr-transitionButton:after {
		margin-left: 0
	}

	.fr-textLink {
		font-size: 14px;
		line-height: 19.6px
	}

	.fr-textLink.-external .fr-textLink_item:after {
		margin-left: 12px;
		margin-left: var(--pc-h-s)
	}

	.fr-snsButtons_inner {
		max-width: 1176px;
		margin-right: auto;
		margin-left: auto
	}

	.fr-snsButtons {
		margin-top: 52px;
		margin-top: var(--pc-v-xxl)
	}

	.fr-snsButtons_heading {
		text-align: right;
		margin-right: 12px;
		margin-right: var(--pc-v-s)
	}

	.fr-snsButtons_items {
		margin-top: 12px;
		margin-top: var(--pc-v-s);
		justify-content: flex-end
	}

	.fr-snsButtons_item+.fr-snsButtons_item {
		margin-left: 12px;
		margin-left: var(--pc-h-s)
	}

	.fr-tag_item {
		font-size: 14px;
		line-height: 19.6px;
		margin-right: 12px;
		margin-right: var(--pc-v-s);
		margin-bottom: 12px;
		margin-bottom: var(--pc-v-s)
	}

	.fr-tag_item.-without,
	.fr-tag_itemLink {
		padding: 8px 20px;
		padding: var(--pc-v-xs) 20px
	}

	.fr-accordion {
		margin-right: 160px;
		margin-left: 160px
	}

	.fr-accordion_label {
		font-size: 17px;
		padding: 28px 0;
		padding: var(--pc-v-l) 0
	}

	.fr-accordion_label:after,
	.fr-accordion_labelInner {
		margin-right: 12px;
		margin-right: var(--pc-h-s)
	}

	.fr-accordion_label:after {
		color: #ababab;
		color: var(--color-gray350)
	}

	.fr-accordion_content {
		font-size: 14px;
		line-height: 19.6px;
		padding: 0 80px;
		padding: 0 var(--pc-h-l)
	}

	.fr-accordion_checkBox:checked+.fr-accordion_label+.fr-accordion_content {
		padding-top: 28px;
		padding-top: var(--pc-v-l);
		padding-bottom: 28px;
		padding-bottom: var(--pc-v-l)
	}

	.fr-imagePlusTextParent.-column-1 {
		margin-right: auto;
		margin-left: auto;
		width: 616px
	}

	.fr-imagePlusTextParent.-column-1 .fr-imagePlusText_body,
	.fr-imagePlusTextParent.-column-1 .fr-imagePlusText_link,
	.fr-imagePlusTextParent.-column-2 .fr-imagePlusText_body,
	.fr-imagePlusTextParent.-column-2 .fr-imagePlusText_link,
	.fr-imagePlusTextParent.-column-3 .fr-imagePlusText_body,
	.fr-imagePlusTextParent.-column-3 .fr-imagePlusText_link {
		margin-top: 12px;
		margin-top: var(--pc-v-s)
	}

	.fr-imagePlusTextParent.-column-1 .fr-imagePlusText_link,
	.fr-imagePlusTextParent.-column-2 .fr-imagePlusText_link,
	.fr-imagePlusTextParent.-column-3 .fr-imagePlusText_link {
		text-align: left
	}

	.fr-imagePlusTextParent.-column-2 .fr-imagePlusText:not(:first-child):not(:nth-child(2)) {
		margin-top: 20px;
		margin-top: var(--pc-v-m)
	}

	.fr-imagePlusTextParent.-column-1,
	.fr-imagePlusTextParent.-column-2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.fr-imagePlusTextParent.-column-1 .fr-imagePlusText_imgWrap,
	.fr-imagePlusTextParent.-column-2 .fr-imagePlusText_imgWrap {
		width: 47%
	}

	.fr-imagePlusTextParent.-column-1 .fr-imagePlusText_imgWrap.-small,
	.fr-imagePlusTextParent.-column-2 .fr-imagePlusText_imgWrap.-small {
		width: 32%
	}

	.fr-imagePlusTextParent.-column-1 .fr-imagePlusText_content,
	.fr-imagePlusTextParent.-column-2 .fr-imagePlusText_content {
		flex: 1;
		margin-right: 24px;
		margin-right: var(--pc-h-m);
		margin-left: 24px;
		margin-left: var(--pc-h-m)
	}

	.fr-imagePlusTextParent.-column-1 .fr-imagePlusText {
		width: 100%
	}

	.fr-imagePlusTextParent.-column-2 .fr-imagePlusText {
		width: calc(50% - 12px)
	}

	.fr-imagePlusTextParent.-column-3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.fr-imagePlusTextParent.-column-3 .fr-imagePlusText {
		display: block;
		width: calc(33.3% - 16px)
	}

	.fr-imagePlusTextParent.-column-3 .fr-imagePlusText_title {
		margin-top: 12px;
		margin-top: var(--pc-v-s)
	}

	.fr-imagePlusTextParent.-column-3 .fr-imagePlusText_imgWrap {
		width: 100%
	}

	.fr-imagePlusTextParent.-column-3 .fr-imagePlusText_content {
		margin-right: 0;
		margin-left: 0
	}

	.fr-imagePlusTextParent.-column-3.-below {
		justify-content: unset
	}

	.fr-imagePlusTextParent.-column-3.-below .fr-imagePlusText+.fr-imagePlusText {
		margin-left: 24px
	}

	.swiper-slide .fr-imagePlusTextParent .fr-imagePlusText {
		width: 100%
	}

	.fr-pagetop {
		width: 60px;
		height: 60px;
		right: 15px
	}

	.fr-video {
		display: block;
		margin-right: 160px;
		margin-right: var(--pc-h-xl);
		margin-left: 160px;
		margin-left: var(--pc-h-xl)
	}

	.fr-userReview {
		flex: 1;
		margin: 12px 43px;
		margin: var(--pc-v-s) calc(19px + var(--pc-h-s)*2)
	}

	.fr-userReviewParent_inner {
		display: flex;
		margin: 0;
		padding-left: 0;
		padding-right: 0
	}

	.fr-userReview_review {
		padding-top: 12px;
		padding-top: var(--pc-v-s)
	}

	.fr-userReview_review:after,
	.fr-userReview_review:before {
		width: 19px;
		height: 17px
	}

	.fr-userReview_review:before {
		top: -3px;
		left: -31px;
		left: calc(-19px + var(--pc-h-s)*-1)
	}

	.fr-userReview_review:after {
		right: -31px;
		right: calc(-19px + var(--pc-h-s)*-1);
		bottom: -13px
	}

	.fr-userReview_stars {
		padding-top: 12px;
		padding-top: var(--pc-v-s);
		text-align: center
	}

	.fr-userReview_star {
		font-size: 14px
	}

	.fr-userReview_attribute {
		font-size: 14px;
		line-height: 19.6px;
		padding-top: 12px;
		padding-top: var(--pc-v-s)
	}

	.fr-styling_title {
		font-size: 26px;
		line-height: 36.4px;
		margin-bottom: 20px;
		margin-bottom: var(--pc-v-m);
		padding-right: 0;
		padding-left: 0;
		text-align: center
	}

	.fr-styling_link {
		padding-top: 20px;
		padding-top: var(--pc-v-m);
		padding-right: 0;
		padding-left: 0;
		text-decoration: none
	}

	.fr-styling_linkItem {
		font-size: 14px;
		text-decoration: underline
	}

	.fr-banner {
		display: flex
	}

	.fr-banner_item {
		flex: 1
	}

	.fr-banner_item+.fr-banner_item {
		margin-top: 0;
		margin-left: 24px;
		margin-left: var(--pc-h-m)
	}

	.modal_contents,
	.modal_contentsInner {
		padding-top: 39.375vw;
		width: 70vw
	}

	.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_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
	}

	.fr-fixedAnchor {
		border-width: 1px
	}

	.fr-fixedAnchor_movingButton.-prev {
		left: 0
	}

	.fr-fixedAnchor_movingButton.-next {
		background-position-x: -4em;
		right: 0
	}

	.fr-fixedAnchor.-isActiveMovingButtonPrev {
		border-left-width: 0
	}

	.fr-fixedAnchor.-isActiveMovingButtonNext {
		border-right-width: 0
	}

	.fr-fixedAnchor.-isActiveMovingButtonNext .fr-fixedAnchor_movingButton.-next,
	.fr-fixedAnchor.-isActiveMovingButtonPrev .fr-fixedAnchor_movingButton.-prev {
		opacity: 1;
		visibility: visible
	}

	.fr-fixedAnchor_item {
		font-size: 17px;
		padding: 0
	}

	.fr-fixedAnchor.-horizontalScroll .fr-fixedAnchor_item {
		flex-basis: 217px;
		max-width: none;
		min-width: none
	}

	.fr-fixedAnchor_itemLink {
		line-height: 23.8px;
		min-height: 81px;
		border-top-width: 4px;
		border-bottom-width: 4px;
		padding-right: 16px;
		padding-left: 16px
	}

	.fr-fixedAnchor.-horizontalScroll .fr-fixedAnchor_itemLink {
		padding-right: 40px;
		padding-left: 40px
	}

	.fr-stepFlow {
		display: flex
	}

	.fr-stepFlow_item {
		flex: 1;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 28px;
		padding-bottom: var(--pc-v-l)
	}

	.fr-stepFlow_item+.fr-stepFlow_item {
		margin-left: 24px;
		margin-left: var(--pc-h-m)
	}

	.fr-stepFlow_number,
	.fr-stepFlow_number.-large {
		font-size: 36px;
		width: 56px;
		height: 56px
	}

	.fr-stepFlow_heading {
		font-size: 23px;
		line-height: 32px;
		margin-left: 24px;
		margin-left: var(--pc-h-m)
	}

	.fr-stepFlow_text {
		line-height: 19.6px;
		padding-top: 12px;
		padding-top: var(--pc-v-s)
	}

	.fr-stepFlow_heading+.fr-stepFlow_text {
		margin-left: 24px;
		margin-left: var(--pc-h-m);
		padding-top: 8px;
		padding-top: var(--pc-v-xs)
	}

	.fr-tappableGrid {
		border-right-width: 1px;
		margin-left: 0
	}

	.fr-tappableGrid_item {
		flex: 1;
		font-size: 17px;
		width: auto
	}

	.fr-tappableGrid_itemText {
		min-height: 82px;
		line-height: 23.8px;
		padding: 0 12px;
		padding: 0 var(--pc-h-s)
	}

	.fr-tappableGrid_itemText.-new {
		padding-top: 24px;
		position: relative
	}

	.-new .fr-tappableGrid_itemTextInner {
		padding-top: 4px;
		padding-top: var(--pc-v-xxs);
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%
	}

	.fr-tappableGrid_itemText.-new:after {
		font-size: 12px;
		width: 52px;
		height: 24px
	}

	.fr-tappableGrid_item .u-imgAdjustBox[data-aspect-ratio="3:4"] {
		width: 71px;
		height: auto
	}

	.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-bff-products[data-component-type=ProductCarousel],
	.fr-bff-products[data-component-type=ProductGridSmall],
	.fr-bff-products[data-component-type=ProductGridStyling] {
		padding-right: 0;
		padding-left: 0
	}

	.fr-bff-products[data-component-type=ProductGridStyling][data-component-column="2"] {
		display: flex;
		flex-wrap: wrap
	}

	[data-component-type=ProductCarousel] .fr-bff-product,
	[data-component-type=ProductGridSmall] .fr-bff-product {
		margin-right: 24px;
		margin-right: var(--pc-h-m);
		margin-bottom: 28px;
		margin-bottom: var(--pc-v-l);
		width: calc(20% - 19.2px)
	}

	[data-component-type=ProductGridSmall] .fr-bff-product:nth-of-type(3n) {
		margin-right: 24px;
		margin-right: var(--pc-h-m)
	}

	[data-component-type=ProductGridSmall] .fr-bff-product:nth-of-type(5n) {
		margin-right: 0
	}

	[data-component-type=ProductGridStyling][data-component-column="2"] .fr-bff-product {
		width: 50%
	}

	[data-component-type=ProductGridStyling][data-component-column="2"] .fr-bff-product:nth-child(2n) {
		padding-left: 24px;
		padding-left: var(--pc-h-m)
	}

	[data-component-type=ProductGridStyling] .fr-bff-product {
		margin-top: 12px;
		margin-top: var(--pc-v-s)
	}

	[data-component-type=ProductGridStyling][data-component-column="2"] .fr-bff-product_imgWrapper {
		width: 126px
	}

	[data-component-type=ProductGridStyling] .fr-bff-product_content {
		margin-left: 24px;
		margin-left: var(--pc-h-m)
	}

	[data-component-type=ProductCarousel] .fr-bff-product_name,
	[data-component-type=ProductGridSmall] .fr-bff-product_name,
	[data-component-type=ProductGridStyling] .fr-bff-product_name {
		line-height: 19.6px
	}

	[data-component-type=ProductCarousel] .fr-bff-product_futureExhibition,
	[data-component-type=ProductGridSmall] .fr-bff-product_futureExhibition,
	[data-component-type=ProductGridStyling] .fr-bff-product_futureExhibition {
		line-height: 19.6px;
		margin-top: 8px;
		margin-top: var(--pc-v-xs)
	}

	[data-component-type=ProductCarousel] .fr-bff-product_price,
	[data-component-type=ProductGridSmall] .fr-bff-product_price,
	[data-component-type=ProductGridStyling] .fr-bff-product_price {
		font-size: 24px;
		line-height: 28.8px;
		margin-top: 8px;
		margin-top: var(--pc-v-xs)
	}

	[data-component-type=ProductCarousel] .fr-bff-product_priceFlags,
	[data-component-type=ProductGridSmall] .fr-bff-product_priceFlags,
	[data-component-type=ProductGridStyling] .fr-bff-product_priceFlags {
		line-height: 19.6px;
		margin-top: 8px;
		margin-top: var(--pc-v-xs)
	}

	[data-component-type=ProductCarousel][data-pc-panel="4"]+.swiper-pagination+.swiper-button-prev,
	[data-component-type=ProductCarousel][data-pc-panel="4"]+.swiper-pagination+.swiper-button-prev+.swiper-button-next {
		top: 140px
	}

	[data-component-type=ProductCarousel][data-pc-panel="5"]+.swiper-pagination+.swiper-button-prev,
	[data-component-type=ProductCarousel][data-pc-panel="5"]+.swiper-pagination+.swiper-button-prev+.swiper-button-next {
		top: 110px
	}

	[data-pc-aspect-ratio="1:1"]:before {
		padding-top: 100%
	}

	[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="16:9"]:before {
		padding-top: 56.25%
	}

	.Header {
		padding: 12px 24px;
		height: 73px
	}

	.Header_Inner {
		align-items: center;
		max-width: 1176px;
		padding: 0;
		margin: 0 auto;
		display: flex;
		justify-content: space-between
	}

	.Header_Logo {
		width: 90px;
		height: 40px
	}

	.Navigation-Default_Item {
		padding-right: 24px;
		padding-right: var(--pc-h-m);
		padding-left: 24px;
		padding-left: var(--pc-h-m);
		padding-top: 19px;
		padding-bottom: 19px
	}

	.Navigation-Default.-top {
		margin-top: 32px
	}

	.Navigation-Default.-top .Navigation-Default_Item {
		padding: 13px 0
	}

	.Navigation:first-child {
		padding-top: 0
	}

	.Navigation_Item {
		/* padding-right: 24px;
		padding-right: var(--pc-h-m);
		padding-left: 24px;
		padding-left: var(--pc-h-m); */
		padding-top: 19px;
		padding-bottom: 19px;
		font-size: 15px;
	}

	.Navigation_Item:hover,
	.Navigation_Link.-single.-home:hover,
	.Navigation_Link.-single:hover,
	.Navigation_Link:hover {
		color: #2a2a2a;
		text-decoration: none
	}

	.Navigation .Accordion_Heading {
		font-size: 16px;
		line-height: 22px
	}

	.Navigation.-announcements .Navigation_Item {
		padding-top: 13px;
		padding-bottom: 13px;
		min-height: 52px
	}

	.Navigation.-announcements .Navigation_Link:hover {
		color: #2a2a2a;
		text-decoration: none
	}

	.Navigation.-top {
		margin-top: 32px
	}

	.Navigation.-top .Navigation_Item {
		padding: 13px 0
	}

	.Navigation_Link.-topCategory:hover {
		text-decoration: none
	}

	.Contents {
		padding-right: 0;
		padding-left: 0
	}

	.Contents_List {
		width: 776px;
		margin-left: auto;
		margin-right: auto
	}

	.Actions_List {
		display: flex;
		flex-direction: column;
		gap: 24px;
		margin-left: auto;
		margin-right: auto;
		width: 776px;
	}

	.Actions_List > .Description {
		color: var(--color-black900);
		font-size: 15px;
		font-width: 400;
		text-align: center;
	}

	.Actions_List .Action_Wrapper {
		display: flex;
		flex-decoration: row;
		flex-wrap: wrap;
		gap: 24px;
	}

	.Actions_List .Action_Wrapper .Action {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		gap: 8px;
		width: calc((100% - 24px) / 2);
	}

	.Actions_List .Action_Wrapper .Action > .Button {
		width: 100%;
	}

	.Actions_List .Action_Wrapper .Action > .Description {
		color: #858585;
		font-size: 13px;
		font-width: 400;
	}

	.Contents .-h2 {
		text-align: center;
		margin-bottom: 32px;
		font-size: 24px;
		line-height: 34px;
		margin-top: 52px
	}

	.Contents .-h2.-top {
		margin-top: 52px
	}

	.Contents .-h2.-detail,
	.Contents .-h2.-search {
		margin-top: 32px;
		margin-bottom: 25px;
		text-align: left
	}

	.Contents .-h3 {
		text-align: center;
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 32px
	}

	.Contents .Contents_Top_List {
		display: flex
	}

	.Contents .Contents_Top {
		margin-left: 12px;
		margin-right: 12px;
		width: calc(50% - 12px)
	}

	.Contents .Contents_Top:first-child {
		margin-left: 0
	}

	.Contents .Contents_Top:last-child {
		margin-right: 0
	}

	.Contents_Text {
		text-align: center;
		line-height: 21px
	}

	.Contents_Text.-search {
		text-align: left
	}

	.Contents_PhoneText {
		font-size: 22px;
		line-height: 26px;
		margin-top: 32px;
		text-align: center
	}

	.Contents_PhoneNumber {
		font-size: 36px;
		line-height: 43px;
		margin-top: 16px;
		text-align: center
	}

	.Contents .Button_text.-noteText {
		text-align: center;
		font-size: 13px;
		line-height: 20px;
		margin: 8px 0 0
	}

	.Contents .Button_text.-noteText.-top {
		text-align: left
	}

	.Contents .Button {
		max-width: 376px;
		margin-left: auto;
		margin-right: auto
	}

	.Contents .Button_Contents_List {
		display: flex;
		justify-content: center
	}

	.Contents .Button_Contents {
		width: calc(33.333% - 12px);
		margin-left: 12px;
		margin-right: 12px;
	}

	.Contents .Button_Contents div {
		font-size: 15px;
	}

	.Contents .Button_Contents:first-child {
		margin-left: 0
	}

	.Contents .Button_Contents:last-child {
		margin-right: 0
	}

	.Contents .announcements_contents {
		display: flex
	}

	.Contents .announcements_day {
		margin-right: 16px;
		color: #5A5A5A;
	}

	.Contents_imagePlusTextParent {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap:24px;
	}

	.Contents_imagePlusText {
		width: calc((100% - 48px) / 3)
	}

	.Contents_imagePlusText:hover {
		color: #2a2a2a;
		text-decoration: none
	}

	.Contents_imagePlusText_imgWrap {
		width: 176px;
	}

	.Contents_imagePlusText_content {
		min-width: 80px;
	}

	.Contents_imagePlusText_content:hover {
		color: #2a2a2a;
		text-decoration: none
	}

	.Contents_imagePlusText_title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 8px
	}

	.Contents_imagePlusText_body {
		font-size: 15px;
		line-height: 21px
	}

	.Contents_Category,
	.Contents_Footer {
		max-width: 1176px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		padding-left: 0
	}

	.Contents_Footer > .Contents_List {
		width: 100%;
	}

	.Contents.-detail,
	.Contents.-search,
	.Contents.-search .Navigation_Item.-search {
		padding-right: 0;
		padding-left: 0
	}

	.Contents.-attention {
		font-size: 14px;
		padding: 12px 25px
	}

	.Contents.-attention>div {
		padding: 0;
		flex-direction: row
	}

	.Contents.-attention>div>*+* {
		margin-top: 0;
		margin-left: 9px
	}

	.Detail_Title {
		text-align: left
	}

	.Detail_Title.-h2-detail {
		font-size: 32px;
		line-height: 38px
	}

	.Detail_Title.-h3-detail {
		font-size: 26px;
		line-height: 31px
	}

	.Detail_Title.-h4-detail {
		font-size: 22px;
		line-height: 26px
	}

	.Detail_Title.-h5-detail {
		font-size: 18px;
		line-height: 22px
	}

	.Detail_Text.-notice {
		text-align: center
	}

	.Detail_Container.Trigger .Trigger_Butoon {
		width: 476px;
		margin-left: auto;
		margin-right: auto
	}

	.Detail_Container.Reason {
		margin-left: auto;
		margin-right: auto
	}

	.Detail_Container.Improve .Improve_Item {
		width: 100%;
	}

	.Button {
		font-size: 16px
	}

	.Button:hover {
		text-decoration: none
	}

	.Button:hover,
	.Button_IQ:hover {
		color: #2a2a2a;
		border: 1px solid #2a2a2a
	}

	.Search {
		top: 10px;
		right: 25px;
		width: 292px;
		height: 44px;
		position: static
	}

	.SearchContents {
		padding: 0 25px 52px
	}

	.SearchContents .-h1 {
		text-align: center;
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 19px;
		margin-top: 23px
	}

	.SearchContents .search-form {
		width: 575px;
		margin-left: auto;
		margin-right: auto
	}

	.SearchContents .search-form-btn {
		margin-left: 0;
		margin-right: auto
	}

	.SearchContents .fr-breadcrumbs {
		padding-top: 89px
	}

	.SearchContents.-attention .fr-breadcrumbs,
	.SearchContents .fr-breadcrumbs {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 24px;
		max-width: 1176px;
		margin-right: auto;
		margin-left: auto
	}

	.SearchContents.-search .search-form {
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}

	.SearchContents.-search .-h1 {
		text-align: left;
		margin-bottom: 24px;
		margin-top: 0
	}

	.Drawer {
		right: 0;
		transform: translateX(100%);
		width: 392px
	}

	.DrawerTrigger {
		cursor: pointer
	}

	.DrawerTrigger.-Close {
		right: 18px
	}

	[data-drawer-is-active=true] .Drawer {
		transform: translateX(0)
	}

	.l-wrapper {
		display: flex;
		max-width: 1176px;
		margin-left: auto;
		margin-right: auto
	}

	.globalNavi {
		display: block;
		width: 328px;
	}

	.contentBox {
		width: 100%;
		max-width: 776px;
	}

	.contentBox .Contents:first-of-type .-h2 {
		margin-top: 0;
	}

	.Accordion_ContentInner {
		margin-bottom: 5px
	}

	.Accordion_CheckBox:checked+.Accordion_Heading+.Accordion_Content .-Pc-DisabledAccordion .Accordion_Label {
		cursor: unset
	}

	.Accordion_CheckBox:checked+.Accordion_Heading+.Accordion_Content .-Pc-DisabledAccordion .Accordion_Label:after {
		content: none
	}

	.Accordion_CheckBox:checked+.Accordion_Heading+.Accordion_Content .-Pc-DisabledAccordion .Accordion_Content {
		height: auto;
		opacity: 1;
		visibility: visible
	}

	.Accordion_CheckBox:checked+.Accordion_Heading+.Accordion_Content .-Pc-DisabledAccordion .Accordion_ContentInner {
		display: block
	}

	.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-only-sp {
		display: none
	}

	.u-only-pc {
		display: block
	}

	.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-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 {
		padding-bottom: 28px
	}

	.fr-globalFooter {
		background: var(--color-gray050);
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		margin-top: 88px;
		width: 100%;
	}

	.fr-globalFooter_container {
		padding: 24px 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		position: relative;
		width: 100%;
	}

	.fr-globalFooter_container + .fr-globalFooter_container {
		width: 100%;
		border-top: solid 1px #DADADA;
	}

	.fr-globalFooter_links {
		padding: 8px 0;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		width: 100%;
		max-width: 1176px;
		column-gap: 32px;
		row-gap: 16px;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.fr-globalFooter_links .linkItem {
		color: #000000;
		line-height: 20px;
		position: relative;
		cursor: pointer;
		font-weight: 300;
		font-size: 15px;
	}

	.fr-globalFooter_links .linkItem:hover {
		color: #2a2a2a;
	}

	.fr-globalFooter_links .linkItem:not(:last-child):after {
		background: #000;
		content: "";
		font-Weight: 400;
		height: 100%;
		right: -16px;
		line-height: 20px;
		position: absolute;
		top: 0;
		width: 1px;
	}

	.fr-globalFooter_copyright {
		color: #6a6a6a ;
		font-size: 13px ;
		font-Weight: 400;
		letter-spacing: -.03em;
		line-height: 20px;
		padding: 10px 0;
		width: 1176px;
		margin: 0 auto;
	}

	.contents-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 72px;
	}
}

@media screen and (max-width:812px) {

	.Contents .-h2 {
		font-size: 22px;
	}

	.Contents .-h2.-category {
		margin-top: 52px;
	}

	.fr-styling .swiper-parent.-fr-styling .swiper-slide {
		width: 66vw !important
	}

	[data-component-type=ProductCarousel] .fr-bff-product {
		width: 32vw !important
	}

	[data-component-type=ProductCarousel]+.swiper-pagination+.swiper-button-prev,
	[data-component-type=ProductCarousel]+.swiper-pagination+.swiper-button-prev+.swiper-button-next {
		display: none
	}

	[data-sp-aspect-ratio="1:1"]:before {
		padding-top: 100%
	}

	[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="16:9"]:before {
		padding-top: 56.25%
	}

	.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)
	}

	.Contents_imagePlusTextParent {
		gap:16px;
	}

	.Button_Contents div {
		font-size: 14px;
	}

	.Contents .Button_text.-noteText {
		font-size: 12px;
	}

	.Actions_List {
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.Actions_List > .Description {
		color: var(--color-black900);
		font-size: 14px;
		font-width: 400;
		text-align: start;
	}

	.Actions_List .Action_Wrapper {
		display: flex;
		flex-decoration: row;
		flex-wrap: wrap;
		gap: 24px;
	}

	.Actions_List .Action_Wrapper .Action {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		gap: 8px;
		width: 100%;
	}

	.Actions_List .Action_Wrapper .Action > .Button {
		width: 100%;
	}

	.Actions_List .Action_Wrapper .Action > .Description {
		color: #858585;
		font-size: 12px;
		font-width: 400;
	}

	.fr-globalFooter {
		background: var(--color-gray050);
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		margin-top: 88px;
		width: 100%;
	}

	.fr-globalFooter_container {
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		position: relative;
	}

	.fr-globalFooter_container + .fr-globalFooter_container {
		width: 100%;
		border-top: solid 1px #DADADA;
	}

	.fr-globalFooter_links {
		padding: 8px 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 24px
	}

	.fr-globalFooter_links + .fr-globalFooter_links{
		margin-top: 8px;
	}

	.fr-globalFooter_links .linkItem {
		color: #000000;
		line-height: 20px;
		position: relative;
		cursor: pointer;
		}

	.fr-globalFooter_copyright {
		color: #6a6a6a ;
		font-size: 13px ;
		font-Weight: 400;
		letter-spacing: -.03em;
		line-height: 20px;
		padding: 0;
	}

	/* Top Customer-Suport */
	.Contents .customer_suport .-h2 {
		text-align: left;
	}
	.Contents .Button_Contents_List .Button_text.-noteText {
		margin: 8px 0 0 0;
	}

	/* Sidemenu Actions */
	.Sidemenu_Actions {
		padding: 32px 20px;
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.Sidemenu_Actions .Button_Contents {
		display: flex;
    flex-direction: column;
    gap: 8px;
	}
	
	.Sidemenu_Actions .Button_Contents .Button {
		align-items: center;
		display: flex;
    justify-content: center;
    gap: 8px;
	}
	.Sidemenu_Actions .Button_Contents .Button_Description {
		font-weight: 400;
		font-size: 12px;
		line-height: 18px;
		color: #858585;
	}

	.Contents .announcements_day {
		color: #5A5A5A;
	}

	.Navigation .Navigation_Item .Accordion_Content .Navigation_ItemChild {
		font-size: 13px;
	}

	.Drawer .Navigation .Navigation_Item .Navigation_Link.-single {
		gap: unset;
	}

	.Button_IQ {
		max-width: unset;
	}

	.Inquiry_section {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.Contents.-attention {
		margin-top: 65px;
	}
}

@media screen and (min-width:812px) and (max-width:1200px) {
	.contentBox {
		padding-right: 52px;
	}

	.Contents_Footer,
	.fr-globalFooter_links,
	.fr-globalFooter_copyright {
		padding-right: 24px;
		padding-left: 24px;
	}

	.Navigation_Item {
		padding-left: 24px;
	}
}

@media screen and (min-width:1176px) and (max-width:1220px) {
	.contents-wrapper {
		padding-left: 24px;
		margin-left: 0;
		margin-right: 0;
	}

	.Navigation_Item {
		padding-left: 0;
	}
}

@media screen and (--desktop) {
	.grad-btn,
	.Lead_Body {
		font-size: 20px;
		line-height: 30px
	}

	.grad-btn {
		bottom: -20px
	}
}
