/* utils */
.-only-pc {
  display: none;
}

.-only-sp {
  display: block;
}

.-spaceBetween {
  justify-content: space-between;
}

.-block {
  display: block;
}

.-flex-1 {
  flex: 1;
}

.-listStyle-disc {
  list-style: disc;
}

/* gap */
.-g-7 {
  gap: 7px;
}

.-g-15 {
  gap: 15px;
}

/* padding */
.-pt-146 {
  padding-top: 146px;
}

.-pl-1em {
  padding-left: 1em;
}

.-px-0 {
  padding-left: 0;
  padding-right: 0;
}

.-px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.-px-4vw {
  padding-left: 4vw;
  padding-right: 4vw;
}

.-px-6_7vw {
  padding-left: 6.7vw;
  padding-right: 6.7vw;
}

.-pt-xl {
  padding-top: 36px;
}

.-pb-xl {
  padding-bottom: 36px;
}

.-pb-xxl {
  padding-bottom: 48px;
}

.-py-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.-py-xl {
  padding-top: 36px;
  padding-bottom: 36px;
}

.-py-xxxl {
  padding-top: 64px;
  padding-bottom: 64px;
}

/* margin */
.-mt-32 {
  margin-top: 32px;
}

.-mb-150 {
  margin-bottom: 150px;
}

.-ml-4vw {
  margin-left: 4vw;
}

.-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.-mx-4vw {
  margin-left: 4vw;
  margin-right: 4vw;
}

.-mt-xs {
  margin-top: 8px;
}

.-mt-s {
  margin-top: 12px;
}

.-mt-16 {
  margin-top: 16px;
}

.-mt-xl {
  margin-top: 36px;
}

.-mt-xxxl {
  margin-top: 64px;
}

.-mb-xl {
  margin-bottom: 36px;
}

.-mb-xxxl {
  margin-bottom: 64px;
}

.-my-xxxl {
  margin-top: 64px;
  margin-bottom: 64px;
}

/* width */
.-w-25 {
  width: 25px;
}

.-w-35 {
  width: 35px;
}

.-w-105 {
  width: 105px;
}

.-w-135 {
  width: 135px;
}

.-w-240 {
  width: 240px;
}

.-w-281 {
  width: 281px;
}

.-w-fitContent {
  width: fit-content;
}

.-w-full {
  width: 100%;
}

/* font-size */
.-fz-13 {
  font-size: 13px;
}

.-fz-14 {
  font-size: 14px;
  line-height: 21px;
}

.-fz-16 {
  font-size: 16px;
}

.-fz-18 {
  font-size: 18px;
  line-height: 1.2;
}

.-fz-33 {
  font-size: 33px;
}

.-fz-36 {
  font-size: 36px;
  line-height: 1;
}

/* video */
.fr-videoAutoPlay_wrapper[data-aspect-ratio="9:16"]:before {
  padding-top: 177.7777777778%;
}

/* image */
.u-imgAdjustBox[data-aspect-ratio="4:5"]::before {
  padding-top: 125%;
}
.u-imgAdjustBox[data-aspect-ratio="159:8"]::before {
  padding-top: 5.0314465409%;
}
.u-imgAdjustBox[data-aspect-ratio="375:145"]::before {
  padding-top: 38.6666666667%;
}
.u-imgAdjustBox[data-aspect-ratio="175:250"]::before {
  padding-top: 142.8571428571%;
}
.u-imgAdjustBox[data-aspect-ratio="223:54"]::before {
  padding-top: 24.2152466368%;
}
.u-imgAdjustBox[data-aspect-ratio="36:30"]::before {
  padding-top: 83.3333333333%;
}
.u-imgAdjustBox[data-aspect-ratio="155:112"]::before {
  padding-top: 72.2580645161%;
}
.u-imgAdjustBox[data-aspect-ratio="375:87"]::before {
  padding-top: 23.2%;
}
.u-imgAdjustBox[data-aspect-ratio="252:80"]::before {
  padding-top: 31.746031746%;
}
.u-imgAdjustBox[data-aspect-ratio="321:120"]::before {
  padding-top: 37.3831775701%;
}
.u-imgAdjustBox[data-aspect-ratio="189:147"]::before {
  padding-top: 77.7777777778%;
}
.u-imgAdjustBox[data-aspect-ratio="135:184"]::before {
  padding-top: 136.2962962963%;
}
.u-imgAdjustBox[data-aspect-ratio="81:50"]::before {
  padding-top: 61.7283950617%;
}
.u-imgAdjustBox[data-aspect-ratio="85:50"]::before {
  padding-top: 58.8235294118%;
}
.u-imgAdjustBox[data-aspect-ratio="63:28"]::before {
  padding-top: 44.4444444444%;
}
.u-imgAdjustBox[data-aspect-ratio="21:20"]::before {
  padding-top: 95.2380952381%;
}
.u-imgAdjustBox[data-aspect-ratio="184:197"]::before {
  padding-top: 107.0652173913%;
}
.u-imgAdjustBox[data-aspect-ratio="220:247"]::before {
  padding-top: 112.2727272727%;
}
.u-imgAdjustBox[data-aspect-ratio="304:297"]::before {
  padding-top: 97.6973684211%;
}
.u-imgAdjustBox[data-aspect-ratio="234:250"]::before {
  padding-top: 106.8376068376%;
}

/* heading */
.sectionTitle {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}
.sectionTitle.-fz-33 {
  font-size: 33px;
}

.fr-heading.-h3.-fz-18 {
  font-size: 18px;
}
.fr-heading.sectionTitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}
.fr-heading.sectionTitle.-h2 {
  font-size: 33px;
  line-height: 35px;
}
.fr-heading.sectionTitle.-h3.-fz-16 {
  font-size: 16px;
}
.fr-heading.sectionTitle.-large {
  font-size: 43px;
  line-height: 43px;
}

/* main_inner */
.main_inner.-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.main_inner.-blue {
  background-color: #76c3ee;
}
.main_inner.-pt-0 {
  padding-top: 0;
}

/* anchor */
.fr-anchorButton.-borderBlack {
  border-color: #000000;
}
.fr-anchorButton.-noBorder {
  border: none;
}
.fr-anchorButton.-noBorder .fr-anchorButton_item {
  border: none;
}
.fr-anchorButton.-noSideBorder {
  border-left: none;
  border-right: none;
}
.fr-anchorButton.-noSideBorder .fr-anchorButton_item:nth-child(2n) {
  border-right: none;
}
.fr-anchorButton.-noSideBorder .fr-anchorButton_item:nth-child(2n+1) {
  border-left: none;
}

.-default.-length-2 .fr-anchorButton_item.-w-full {
  width: 100%;
}
.fr-anchorButton_item.-blue {
  background-color: #76c3ee;
}
.fr-anchorButton_item.-borderBlack {
  border-color: #000000;
}
.fr-anchorButton_item.-bg-transparent {
  background: transparent;
}
.fr-anchorButton_item.-noSideBorder {
  border-left: none;
  border-right: none;
}

/* fixedAnchor */
body[data-bff-version=v5] .fr-fixedAnchor.-isFixed.-withCustomHeader {
  top: 0;
}

body .u-fixedAnchorAdjust.-top-45 {
  padding-top: 45px;
  margin-top: -45px;
}

body .u-fixedAnchorAdjust.-top-150 {
  padding-top: 150px;
  margin-top: -150px;
}

html.frNativeApp body .u-fixedAnchorAdjust.-top-150 {
  padding-top: 150px;
  margin-top: -150px;
}

.fr-fixedAnchor_itemLink.-imageWithText {
  padding: 5px 7.5px;
}
.fr-fixedAnchor_itemLink.-imageWithText .fr-imagePlusText_content {
  padding: 0 0 0 5px;
}
.fr-fixedAnchor_itemLink.-imageWithText .fr-imagePlusTextParent {
  display: flex;
  align-items: center;
}

/* linkButton */
.fr-linkButton.-w-contain {
  max-width: calc(100% - 8vw);
  margin-left: auto;
  margin-right: auto;
}
.fr-linkButton.-w-fill {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* swiper */
.swiper-slide.-flex {
  display: flex;
}

.swiper-button-prev.-left-4vw {
  left: -4vw;
}
.swiper-button-prev.-custom {
  background-image: url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/left_arrow.png");
}
.swiper-button-prev.-rightBottom {
  top: auto;
  bottom: 0;
  left: auto;
  right: 18.7vw;
}

.swiper-button-next.-right-4vw {
  right: -4vw;
}
.swiper-button-next.-custom {
  background-image: url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/right_arrow.png");
}
.swiper-button-next.-rightBottom {
  top: auto;
  bottom: 0;
  left: auto;
  right: 6.7vw;
}

.swiper-button-prev.-custom,
.swiper-button-next.-custom {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.swiper-button-prev.-custom::after,
.swiper-button-next.-custom::after {
  display: none;
}

/* mediaCarousel */
.fr-mediaCarouselThumbs_items.-center {
  justify-content: center;
}

.fr-mediaCarouselThumbs_item.-mt-s {
  margin-top: 12px;
}

/* linkText */
.fr-linkText_item.-link {
  color: #000000;
  text-decoration: underline;
}

/* imagePlusText */
.fr-imagePlusTextParent.-block {
  display: block;
}

.fr-imagePlusText.-center {
  align-items: center;
}

.-list.-large .fr-imagePlusText_imgWrap.-w-35 {
  width: 35px;
}

.fr-imagePlusText_link.-link {
  color: #000000;
  text-decoration: underline;
}

/* fadeIn */
.fadeIn_wrapper {
  width: auto;
  height: auto;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 0;
  transition: padding-bottom 0.75s ease, margin-bottom 0.75s ease;
}
.fadeIn_wrapper.isFadeIn .fadeIn_content {
  opacity: 1;
  transform: translateY(0);
}
.fadeIn_wrapper.isFadeIn .fadeIn_content.-delay {
  transition-delay: 0.25s;
}
.fadeIn_wrapper.isFadeIn .fadeIn_content:has(.fadeIn_char) .fadeIn_char {
  animation: charFadeIn 0.75s ease-out forwards;
}
.fadeIn_wrapper.isFadeIn:has(.fadeIn_content) {
  padding-bottom: 0.5em;
  margin-bottom: -0.5em;
}
.fadeIn_wrapper.isFadeIn:has(.fadeIn_content.-delay) {
  transition: padding-bottom 0.75s ease 0.25s, margin-bottom 0.75s ease 0.25s;
}

.fadeIn_content {
  opacity: 0;
  transform: translateY(1em);
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}
.fadeIn_content.-inlineBlock {
  display: inline-block;
}
.fadeIn_content:has(.fadeIn_char) {
  opacity: 1;
  transform: none;
  transition: none;
}
.fadeIn_content .fadeIn_char {
  opacity: 0;
  display: inline-block;
}

@keyframes charFadeIn {
  0% {
    opacity: 0;
    transform: translateY(1em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-0.1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* box */
.box {
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: #fff;
  padding-left: calc(4vw - 1px);
  padding-right: calc(4vw - 1px);
}

.box-bold {
  border: 2px solid #000000;
  border-radius: 10px;
  background-color: #fff;
  padding-left: calc(4vw - 2px);
  padding-right: calc(4vw - 2px);
}

.box-noBorder {
  border-radius: 10px;
  background-color: #fff;
  padding-left: 4vw;
  padding-right: 4vw;
}

/* header */
.header {
  height: 53px;
  position: relative;
  background: #ffffff;
}

.header_logo {
  position: absolute;
  top: 12px;
  left: 20px;
  width: 63px;
  height: 28px;
}

.header_ut {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  width: 36px;
  height: 30px;
  margin: auto;
}

/* content */
.content {
  display: block;
}

.leftContent {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  order: 1;
  z-index: 1;
}

.leftContent_inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.centerContent {
  order: 2;
  width: 100%;
}

.rightContent {
  order: 3;
  position: relative;
  width: calc((100% - 500px) / 2);
  background-color: #5db5e5;
}

.rightContent_inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.flowerAnimation {
  position: absolute;
}
.flowerAnimation .u-imgAdjustBox {
  position: absolute;
  animation: flowerRotate 7s linear infinite, flowerFloat 5s linear infinite;
}
.flowerAnimation.flower_01 {
  width: 61px;
  height: auto;
  top: 112px;
  right: 85px;
}
.flowerAnimation.flower_02 {
  width: 70px;
  height: auto;
  top: 187px;
  right: 508px;
}
.flowerAnimation.flower_03 {
  width: 73px;
  height: auto;
  bottom: 201px;
  right: -14px;
}
.flowerAnimation.flower_04 {
  width: 106px;
  height: auto;
  bottom: 163px;
  right: 178px;
}
.flowerAnimation.flower_05 {
  width: 101px;
  height: auto;
  top: 69px;
  left: 222px;
}
.flowerAnimation.flower_06 {
  width: 78px;
  height: auto;
  top: 259px;
  left: 420px;
}
.flowerAnimation.flower_07 {
  width: 65px;
  height: auto;
  top: 152px;
  left: 10px;
}
.flowerAnimation.flower_08 {
  width: 101px;
  height: auto;
  top: 310px;
  left: 370px;
}
.flowerAnimation.flower_09 {
  width: 61px;
  height: auto;
  bottom: 211px;
  left: 250px;
}
.flowerAnimation.flower_10 {
  width: 101px;
  height: auto;
  bottom: 192px;
  left: 135px;
}

@keyframes flowerFloat {
  0% {
    top: 0;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
@keyframes flowerRotate {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
/* productAnchor */
.productAnchorButton {
  justify-content: space-between;
  border: none;
}
.productAnchorButton .productAnchorButton_item {
  width: auto;
  border: none;
  background: transparent;
}
.productAnchorButton .productAnchorButton_itemInner {
  display: block;
}
.productAnchorButton .productAnchorButton_itemThumb {
  width: 20vw;
}
.productAnchorButton .u-imgAdjustBox.-arrow {
  width: 6.4vw;
  height: 6.4vw;
  margin: 0 auto;
}

/* character */
.characterHead {
  margin: 0 0 0 -6.7vw;
  width: calc(100% + 13.4vw);
}

.swiper-parent.-character {
  width: calc(100% + 13.4vw);
  margin-left: -6.7vw;
  padding: 0 0 38px 0;
}
.swiper-parent.-character .swiper-slide {
  padding: 0 6.7vw;
  align-items: center;
}
.swiper-parent.-character .swiper-slide .u-imgAdjustBox {
  width: 46.7vw;
}

.characterSection .fr-mediaCarouselThumbs {
  max-width: none;
}
.characterSection .fr-mediaCarouselThumbs .fr-mediaCarouselThumbs_items {
  align-items: stretch;
}
.characterSection .fr-mediaCarouselThumbs .fr-mediaCarouselThumbs_item {
  margin: 0;
  display: flex;
  align-items: center;
}
.characterSection .fr-mediaCarouselThumbs .fr-mediaCarouselThumbs_item::before {
  border: none;
}
.characterSection .fr-mediaCarouselThumbs .fr-mediaCarouselThumbs_item.-current::after {
  border: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #000000;
  border-bottom: 0;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
}

.fr-mediaCarouselThumbs_item.-character_01 {
  width: 21.6vw;
}
.fr-mediaCarouselThumbs_item.-character_02 {
  width: 22.7vw;
}
.fr-mediaCarouselThumbs_item.-character_03 {
  width: 11.7vw;
}
.fr-mediaCarouselThumbs_item.-character_04 {
  width: 11.7vw;
}

/* copyright */
.u-imgAdjustBox.-copyright {
  width: 42.4vw;
}

/* styling */
.swiper-wrapper.-stylingArea {
  padding: 0 0 0 8vw;
}
.swiper-wrapper.-stylingArea:has(.swiper-slide:first-child:not(.swiper-slide-active)) {
  padding-left: 11.7vw;
}

.swiper-parent.-stylingArea:has(.swiper-button-next.swiper-button-disabled) .swiper-wrapper.-stylingArea {
  padding: 0 0 0 0;
  margin: 0 0 0 -6.2vw;
}

.swiper-parent.-stylingArea {
  width: calc(100% + 16vw);
  margin-left: -8vw;
}
.swiper-parent.-stylingArea .swiper-pagination-bullet {
  background-color: #dadada;
}
.swiper-parent.-stylingArea .swiper-pagination-bullet-active {
  background-color: #000000;
}
.swiper-parent.-stylingArea .swiper-slide.-large {
  /* Because styles with the important attribute exist in ariakedesign.css */
  width: calc(100% - 18.7vw) !important;
  padding: 0 5.3vw 0 0;
}

.swiper-container.-stylingArea {
  padding-bottom: 34px;
}

.stylingImage_icon {
  position: absolute;
  left: 6.4vw;
  width: 59.4vw;
  bottom: calc(3.2vw + 7px);
  z-index: 2;
}

/* products */
.products .product:nth-of-type(even) .fr-mediaCarouselThumbs.-lineup {
  background: top 62.4vw right -4.8vw/25.6% no-repeat url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/flower_01.png");
}
.products .product:nth-of-type(odd) .fr-mediaCarouselThumbs.-lineup {
  background: top 0 left -5.9vw/26.7% no-repeat url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/flower_03.png"), top 60.2vw left 7.5vw/14.4% no-repeat url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/flower_02.png");
}

/* store */
.swiper-parent.-store {
  width: calc(100% + 8vw);
  margin-left: -4vw;
}
.swiper-parent.-store .swiper-container {
  margin-left: 4vw;
  margin-right: 4vw;
}
.swiper-parent.-store .swiper-pagination-bullet {
  background-color: #dadada;
}
.swiper-parent.-store .swiper-pagination-bullet-active {
  background-color: #000000;
}

/* lineup */
.fr-mediaCarouselThumbs.-lineup {
  max-width: none;
  width: calc(100% + 8vw);
  margin-left: -4vw;
}
.fr-mediaCarouselThumbs.-lineup .swiper-slide {
  padding: 0 4vw;
}

.lineupSection .fr-bff-products {
  background: transparent;
}
.lineupSection .fr-bff-products .fr-bff-product_apology {
  display: none;
}
.lineupSection .fr-bff-products.-description {
  justify-content: center;
}
.lineupSection .fr-bff-products.-description .fr-bff-product_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineupSection .fr-bff-products.-description .fr-bff-product_gender {
  color: #000000;
  margin-right: 4vw;
}
.lineupSection .fr-bff-products.-description .fr-bff-product_futureExhibition {
  display: none;
}
.lineupSection .fr-bff-products.-description .fr-bff-product_name {
  display: none;
}
.lineupSection .fr-bff-products.-description .fr-bff-product_price {
  margin-top: 0;
  font-size: 18px;
}
.lineupSection .fr-bff-products.-description .fr-bff-product_priceFlags {
  display: none;
}
.lineupSection .fr-bff-products.-description .fr-bff-product_reviewStars {
  display: none;
}
.lineupSection .fr-bff-products.-favButton .fr-bff-product_content {
  display: none;
}
.lineupSection .fr-bff-products.-favButton .fr-bff-product_imgWrapper {
  display: block;
}
.lineupSection .fr-bff-products.-favButton .fr-bff-product_imgWrapper .fr-bff-product_colorChipsAndIcon {
  display: none;
}
.lineupSection .fr-bff-products.-favButton .fr-bff-product_imgWrapper > .u-imgAdjustBox {
  display: none;
}

.lineupDetailButton_wrapper {
  display: flex;
}
.lineupDetailButton_wrapper:has(.fr-bff-product_colorChipsAndFavorite) {
  gap: 7px;
}
.lineupDetailButton_wrapper .lineupDetailButton {
  flex: 1;
}
.lineupDetailButton_wrapper .fr-bff-products.-favButton {
  padding: 0;
}
.lineupDetailButton_wrapper .fr-bff-products.-favButton:has(.fr-bff-product_colorChipsAndFavorite .fr-bff-favorite) {
  width: 52px;
}
.lineupDetailButton_wrapper .fr-bff-products.-favButton .fr-bff-product_colorChipsAndFavorite {
  display: block;
}
.lineupDetailButton_wrapper .fr-bff-products.-favButton .fr-bff-product_colorChipsAndFavorite:has(.fr-bff-favorite) {
  width: 52px;
}
.lineupDetailButton_wrapper .fr-bff-products.-favButton .fr-bff-product_colorChipsAndFavorite .fr-bff-favorite {
  display: block;
  width: 52px;
  height: 52px;
  background: top left/contain url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/fav.png");
}
.lineupDetailButton_wrapper .fr-bff-products.-favButton .fr-bff-product_colorChipsAndFavorite .fr-bff-favorite_icon {
  display: none;
}

/* boundImage */
.boundImageWrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.boundImageWrapper.boundImage_01 {
  padding-top: 110px;
  margin-top: -110px;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
.boundImageWrapper.boundImage_01 .boundImage {
  width: 252px;
  height: 80px;
  left: calc((100vw - 252px) * 59 / 123);
}

.boundImageWrapper.boundImage_02 {
  padding-top: 150px;
  margin-top: -150px;
  margin-bottom: 20px;
}
.boundImageWrapper.boundImage_02 .boundImage {
  width: 241px;
  left: 0;
  right: 0;
  margin: auto;
}

.boundImageWrapper.boundImage_03 {
  padding-top: 200px;
  margin-top: -200px;
  margin-bottom: 20px;
}
.boundImageWrapper.boundImage_03 .boundImage {
  width: 142px;
  left: 0;
  right: 0;
  margin: auto;
}

.boundImage {
  opacity: 1;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: auto;
}
.boundImage img.lazyloaded {
  transition: none;
}

.boundImageWrapper.isFadeIn .boundImage {
  animation: boundAppear 0.3s cubic-bezier(0.13, 0.94, 0.47, 0.99) forwards;
}

@keyframes boundAppear {
  0% {
    bottom: -100%;
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    bottom: 5%;
  }
  100% {
    bottom: 0px;
    opacity: 1;
  }
}
/* spacial gift */
.specialGift {
  margin-bottom: 154px;
}

/* top information */
.topInformation {
  background-image: url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* information */
.fr-imagePlusTextParent.-information {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
}
.fr-imagePlusTextParent.-information .fr-imagePlusText + .fr-imagePlusText {
  margin-left: 0;
}

/* snsButton */
.fr-snsButtons_heading.-center {
  text-align: center;
}

.fr-snsButtons_items.-center {
  justify-content: center;
}

/* pageTop */
.fr-pagetop.-custom {
  background: url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/top.png");
  width: 63px;
  height: 67px;
  background-size: contain;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.fr-pagetop.-custom[data-pagetop-is-active=true] {
  opacity: 1;
  visibility: visible;
}

/* pc */
@media screen and (min-width: 1016px) {
  /* util */
  .-only-pc {
    display: block;
  }
  .-only-sp {
    display: none;
  }
  /* gap */
  .-pc-g-20 {
    gap: 20px;
  }
  /* padding */
  .-pc-pt-187 {
    padding-top: 187px;
  }
  .-pc-pt-xl {
    padding-top: 40px;
  }
  .-pc-pb-0 {
    padding-bottom: 0;
  }
  .-pc-pb-xl {
    padding-bottom: 40px;
  }
  .-pc-px-m {
    padding-left: 20px;
    padding-right: 20px;
  }
  .-pc-px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .-pc-px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }
  .-pc-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .-pc-px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .-pc-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .-pc-py-xl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .-pc-py-xxxl {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  /* margin */
  .-pc-mt-16 {
    margin-top: 16px;
  }
  .-pc-mb-48 {
    margin-bottom: 48px;
  }
  .-pc-mb-xxxl {
    margin-bottom: 76px;
  }
  .-pc-ml-0 {
    margin-left: 0;
  }
  .-pc-ml-15 {
    margin-left: 15px;
  }
  .-pc-mx-m {
    margin-left: 20px;
    margin-right: 20px;
  }
  .-pc-mt-s {
    margin-top: 12px;
  }
  .-pc-mt-xl {
    margin-top: 40px;
  }
  .-pc-mt-xxxl {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  /* width */
  .-pc-w-33 {
    width: 33px;
  }
  .-pc-w-160 {
    width: 160px;
  }
  .-pc-w-180 {
    width: 180px;
  }
  .-pc-w-375 {
    width: 375px;
  }
  /* font-size */
  .-pc-fz-17 {
    font-size: 17px;
    line-height: 1.5;
  }
  .-pc-fz-18 {
    font-size: 18px;
    line-height: 1.4;
  }
  .-pc-fz-20 {
    font-size: 20px;
    line-height: 1.2;
  }
  .-pc-fz-22 {
    font-size: 22px;
    line-height: 1.2;
  }
  .-pc-fz-24 {
    font-size: 24px;
    line-height: 1.4;
  }
  .-pc-fz-28 {
    font-size: 28px;
    line-height: 1.2;
  }
  .-pc-fz-29 {
    font-size: 29px;
  }
  .-pc-lh-28 {
    line-height: 28px;
  }
  /* heading */
  .fr-heading.-h3.-pc-fz-24 {
    font-size: 24px;
    line-height: 1.4;
  }
  .fr-heading.-h4.-pc-fz-24 {
    font-size: 24px;
    line-height: 1.4;
  }
  .fr-heading.sectionTitle.-pc-fz-44 {
    font-size: 44px;
    line-height: 1;
  }
  .fr-heading.sectionTitle.-pc-fz-48 {
    font-size: 48px;
    line-height: 1;
  }
  .fr-heading.sectionTitle.-pc-fz-57 {
    font-size: 57px;
    line-height: 1;
  }
  /* footer */
  .fr-globalFooter .fr-globalFooter_navigationInner {
    /* Because styles with the important attribute exist in snippet */
    max-width: 500px !important;
    display: block !important;
  }
  .fr-globalFooter .fr-globalFooter_navigationItems {
    /* Because styles with the important attribute exist in snippet */
    display: block !important;
  }
  .fr-globalFooter .fr-globalFooter_navigationItem {
    /* Because styles with the important attribute exist in snippet */
    margin-left: 0 !important;
  }
  .fr-globalFooter .fr-globalFooter_copyrightInner {
    /* Because styles with the important attribute exist in snippet */
    max-width: 500px !important;
  }
  .fr-globalFooter .fr-globalFooter_navigationItem,
  .fr-globalFooter .fr-globalFooter_snsItems {
    /* Because styles with the important attribute exist in snippet */
    margin-top: 28px !important;
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  .fr-globalFooter .fr-globalFooter_navigationItems + .fr-globalFooter_snsItems {
    /* Because styles with the important attribute exist in snippet */
    display: flex !important;
    justify-content: center !important;
  }
  .fr-globalFooter .fr-globalFooter_copyrightInner {
    /* Because styles with the important attribute exist in snippet */
    display: block !important;
    justify-content: center !important;
  }
  .fr-globalFooter .fr-globalFooter_copyrightInner > .fr-globalFooter_snsItems {
    /* Because styles with the important attribute exist in snippet */
    display: none !important;
  }
  /* main_inner */
  .main_inner.-pc-w-500 {
    max-width: 500px;
    width: auto;
  }
  /* fixedAnchor */
  body .u-fixedAnchorAdjust.-pc-top-0 {
    padding-top: 0;
    margin-top: 0;
  }
  /* linkButton */
  .fr-linkButton.-pc-mw-460 {
    max-width: 460px;
    padding-top: 22px;
    padding-bottom: 22px;
    line-height: 24px;
  }
  /* swiper */
  .swiper-button-prev.-custom,
  .swiper-button-next.-custom {
    width: 43px;
    height: 43px;
    background-size: 43px 43px;
  }
  .swiper-button-prev.-rightBottom {
    right: 95px;
    bottom: 0;
  }
  .swiper-button-next.-rightBottom {
    right: 35px;
    bottom: 0;
  }
  /* header */
  .header {
    position: sticky;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1;
  }
  .header_logo {
    top: 20px;
    left: 24px;
  }
  .header_ut {
    position: absolute;
    top: 20px;
    left: 111px;
    right: auto;
    width: 33.6px;
    height: 28px;
  }
  /* content */
  .leftContent {
    width: calc((100% - 500px) / 2);
    background-color: #5db5e5;
    z-index: auto;
  }
  .leftContent_inner {
    height: 100vh;
    z-index: 3;
  }
  .leftContent_content {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: right;
    position: absolute;
    top: 0;
    left: 0;
  }
  .leftContent_image {
    width: calc(36.8571428571% + 181px);
    margin-right: calc(21.7142857143% - 56px);
  }
  .rightContent_inner {
    height: 100vh;
  }
  .rightContent_content {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .rightContent_list {
    width: 230px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 0 20px;
    margin-left: 40px;
  }
  .content {
    display: flex;
  }
  .centerContent {
    width: 500px;
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .flowerAnimation {
    z-index: 3;
  }
  /* styling */
  .swiper-container.-stylingArea {
    padding-left: 40px;
    padding-right: 53px;
  }
  .swiper-wrapper.-stylingArea {
    padding: 0 0 0 0;
    margin: 0 0 0 0px;
  }
  .swiper-wrapper.-stylingArea:has(.swiper-slide:first-child:not(.swiper-slide-active)) {
    padding-left: 20px;
  }
  .swiper-parent.-stylingArea {
    width: 500px;
    margin-left: -40px;
  }
  .swiper-parent.-stylingArea .swiper-slide.-large {
    width: 100% !important;
    padding: 0 27px 0 0;
  }
  .swiper-parent.-stylingArea:has(.swiper-button-next.swiper-button-disabled) .swiper-wrapper.-stylingArea {
    padding: 0 0 0 22px;
    margin: 0 0 0 0;
  }
  .stylingImage_icon {
    width: 297px;
    left: 28px;
    bottom: 21px;
  }
  /* lineup */
  .swiper-parent.-lineup .swiper-slide {
    padding: 0 20px;
  }
  .fr-mediaCarouselThumbs.-lineup {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .fr-mediaCarouselThumbs.-lineup .swiper-slide {
    padding: 0 20px;
  }
  /* character */
  .characterHead {
    margin: 0 0 0 -35px;
    width: calc(100% + 70px);
  }
  .swiper-parent.-character {
    width: calc(100% + 70px);
    padding: 0 0 51px;
    margin: 0 0 0 -35px;
  }
  .swiper-parent.-character .swiper-slide {
    padding: 0 35px;
  }
  .swiper-parent.-character .swiper-slide .u-imgAdjustBox {
    width: 233px;
  }
  .fr-mediaCarouselThumbs_item.-character_01 {
    width: 113px;
  }
  .fr-mediaCarouselThumbs_item.-character_02 {
    width: 113px;
  }
  .fr-mediaCarouselThumbs_item.-character_03 {
    width: 63px;
  }
  .fr-mediaCarouselThumbs_item.-character_04 {
    width: 60px;
  }
  /* information */
  .fr-imagePlusTextParent.-information {
    display: block;
  }
  .fr-imagePlusTextParent.-information > .fr-imagePlusText {
    margin-left: 0;
  }
  .fr-imagePlusTextParent.-information .fr-imagePlusText_content {
    padding: 0 0 0 20px;
  }
  /* boundImage */
  .boundImageWrapper.boundImage_01 {
    padding-bottom: 10px;
    margin-bottom: -10px;
  }
  .boundImageWrapper.boundImage_01 .boundImage {
    width: 340px;
    height: 108px;
    left: 78px;
  }
  .boundImageWrapper.boundImage_02 .boundImage {
    width: 321px;
    height: 120px;
  }
  .boundImageWrapper.boundImage_03 .boundImage {
    width: 189px;
    height: 147px;
  }
  /* productAnchorButton */
  .productAnchorButton .productAnchorButton_itemThumb {
    width: 100px;
  }
  .productAnchorButton .u-imgAdjustBox.-arrow {
    width: 32px;
    height: 32px;
  }
  /* special gift */
  .specialGift {
    margin-bottom: 196px;
  }
  /* product */
  .products .product:nth-of-type(1) .fr-mediaCarouselThumbs.-lineup {
    padding-top: 12px;
    background: top 8px left -28px/134px no-repeat url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/flower_03.png"), top 310px left 38px/72px no-repeat url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/flower_02.png");
  }
  .products .product:nth-of-type(even) .fr-mediaCarouselThumbs.-lineup {
    background: top 292px right -23px/128px no-repeat url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/flower_01.png");
  }
  .products .product:nth-of-type(odd):not(:nth-of-type(1)) .fr-mediaCarouselThumbs.-lineup {
    padding-top: 4px;
    margin-top: -4px;
    background: top 0 left -28px/134px no-repeat url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/flower_03.png"), top 302px left 38px/72px no-repeat url("https://image.uniqlo.com/UQ/ST3/jp/imagesother/26ss_ut_zonfriends/flower_02.png");
  }
  .lineupSection .fr-bff-products.-description .fr-bff-product {
    width: auto;
  }
  .lineupSection .fr-bff-products.-description .fr-bff-product_gender {
    color: #000000;
    margin-right: 20px;
  }
  .lineupDetailButton_wrapper:has(.fr-bff-product_colorChipsAndFavorite) {
    gap: 10px;
  }
  .lineupDetailButton_wrapper .fr-bff-products.-favButton:has(.fr-bff-product_colorChipsAndFavorite .fr-bff-favorite) {
    width: 70px;
  }
  .lineupDetailButton_wrapper .fr-bff-products.-favButton .fr-bff-product_colorChipsAndFavorite:has(.fr-bff-favorite) {
    width: 70px;
  }
  .lineupDetailButton_wrapper .fr-bff-products.-favButton .fr-bff-product_colorChipsAndFavorite .fr-bff-favorite {
    width: 70px;
    height: 70px;
  }
  /* store */
  .swiper-parent.-store {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .swiper-parent.-store .swiper-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 16px;
  }
  /* copyright */
  .u-imgAdjustBox.-copyright {
    width: 193px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1015px) {
  /* styling */
  .swiper-container.-stylingArea {
    width: 81.3vw;
    padding-left: 9.35vw;
    padding-right: 9.35vw;
    box-sizing: content-box;
  }
  .swiper-parent.-stylingArea .swiper-slide.-large {
    width: 81.3vw !important;
  }
  .swiper-parent.-stylingArea:has(.swiper-button-next.swiper-button-disabled) .swiper-wrapper.-stylingArea {
    margin: 0 0 0 5vw;
  }
  .swiper-wrapper.-stylingArea {
    padding-left: 0;
  }
  .swiper-wrapper.-stylingArea:has(.swiper-slide:first-child:not(.swiper-slide-active)) {
    padding-left: 3vw;
  }
}

/*# sourceMappingURL=style@1.0.0.css.map */
