[class*=btn] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fr-modalParent_contentsInner {
  overflow-y: auto;
}

.wrapper:not(:has(header nav)) #outer .fr-fixedAnchor {
  top: 0 !important;
  opacity: 1;
  pointer-events: auto !important;
}

.wrapper:not(:has(header nav)) #outer {
  margin-top: -57px !important;
}

.only-mo {
  display: none;
}

.only-pc {
  display: block;
}

.btn_link {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  padding: 3px;
  background: rgba(208, 208, 208, 0.8) url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_716_6979)'%3E%3Cpath d='M2.79731 2.81798C2.79731 2.61087 2.96516 2.44302 3.17227 2.44302L9.18268 2.44302C9.38978 2.44302 9.55764 2.61087 9.55764 2.81798L9.55764 8.82839C9.55764 9.03549 9.38978 9.20335 9.18268 9.20335C8.97557 9.20335 8.80772 9.03549 8.80772 8.82839L8.80772 3.72327L3.08388 9.44711C2.93744 9.59355 2.7 9.59355 2.55355 9.44711C2.40711 9.30066 2.40711 9.06322 2.55355 8.91678L8.27739 3.19294L3.17227 3.19294C2.96516 3.19294 2.79731 3.02509 2.79731 2.81798Z' fill='%23343434'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_716_6979'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/12px;
}
.btn_more {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.btn_more span {
  line-height: 1;
}
.btn_more i {
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.98043 1.9797C6.17569 1.78444 6.4922 1.78444 6.68746 1.9797L12.3541 7.64637C12.5494 7.84163 12.5494 8.15813 12.3541 8.3534L6.68746 14.0201C6.4922 14.2153 6.17569 14.2153 5.98043 14.0201C5.78517 13.8248 5.78517 13.5083 5.98043 13.313L11.2936 7.99988L5.98043 2.68673C5.78517 2.49147 5.78517 2.17496 5.98043 1.9797Z' fill='%23222222'/%3E%3C/svg%3E%0A") no-repeat center/cover;
}

.tab-menu {
  position: sticky;
  top: 56px;
  z-index: 20;
  background: #fff;
  overflow-x: auto;
}
.tab-menu::-webkit-scrollbar {
  display: none;
}
.tab-menu > ul {
  display: flex;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}
.tab-menu a {
  display: block;
  text-decoration: none;
  color: #666;
  padding: 13px 16px;
  transition: background 0.2s;
  position: relative;
}
.tab-menu a.active {
  color: #222;
}
.tab-menu a.active::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
}

.link-area {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-area .link {
  color: #7BB1F3;
  text-decoration: underline;
  font-size: 13px;
}

.product-model-image.border {
  border: 1px solid #A7A7A7;
}

section h1 {
  font-size: 64px;
  font-family: "UniqloPro", sans-serif;
  font-style: normal;
}
section h2 {
  font-size: 48px;
  font-family: "UniqloPro", sans-serif;
  font-style: normal;
}

.related-product {
  border-top: 1px solid #A7A7A7;
  border-bottom: 1px solid #A7A7A7;
  padding: 64px 0;
}
.related-product .swiper-parent {
  width: 1176px;
  margin: 0 auto;
}

.main-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 64px);
  aspect-ratio: unset;
  background: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2509_look/outer/pc/section0_image.png") no-repeat center/cover;
}
.main-cover .main-title {
  color: #fff;
}
.main-cover .main-title h1 {
  text-align: center;
}
.main-cover .main-title .desc {
  margin-top: 12px;
  text-align: center;
  line-height: 1.42;
  font-size: 24px;
}

.product-list-grid {
  padding: 64px 16px;
  background: #F7F7F7;
}
.product-list-grid > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 48px;
  width: 864px;
  margin: 0 auto;
}
.product-list-grid > ul > li {
  text-align: center;
}
.product-list-grid > ul > li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-list-grid > ul > li .thumb {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-list-grid > ul > li .thumb img {
  max-height: 100%;
}
.product-list-grid > ul > li .thumb .btn_link {
  position: absolute;
  right: -4px;
  bottom: 0;
}
.product-list-grid > ul > li .title {
  margin-top: 8px;
  font-size: 14px;
}

.product-category {
  padding-top: 48px;
}
.product-category h2 {
  text-align: center;
  margin-bottom: 24px;
}
.product-category h2 span {
  display: block;
  font-size: 16px;
  margin-top: 8px;
  font-weight: 500;
}
.product-category .product-model-area .title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 14px;
  color: #222;
}
.product-category .product-model-area.full-width .product-model-image {
  border-left: none;
  border-right: none;
}
.product-category .product-model-area.full-width .title-area {
  padding: 16px;
}
.product-category .product-model-image {
  position: relative;
}
.product-category .product-model-image img {
  width: 100%;
}
.product-category .product-model-image.gradient-bottom {
  border-right: none;
  border-left: none;
  position: relative;
}
.product-category .product-model-image.gradient-bottom .title-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 48px 16px 24px;
  background: linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 0.64) 65.22%);
}
.product-category .product-model-image .point-ball {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  color: #222;
}
.product-category .product-model-image .point-ball::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.16);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  animation: ball infinite 4s ease-in-out;
  transition: all 4s;
}
.product-category .product-model-image .point-ball:hover::after {
  opacity: 1;
  width: 20px;
  height: 20px;
}
@keyframes ball {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
  }
  30% {
    opacity: 1;
    width: 20px;
    height: 20px;
  }
  100% {
    opacity: 1;
    width: 20px;
    height: 20px;
  }
}
.product-category .product-model-image .point-ball .message-box {
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -100%);
  min-width: 240px;
  min-height: 64px;
  padding: 12px 16px;
  background: rgba(221, 221, 221, 0.9);
  border-radius: 4px;
  word-break: keep-all;
  margin-top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.product-category .product-model-image .point-ball .message-box.active {
  opacity: 1;
  margin-top: 0;
}
.product-category .product-model-image .point-ball .message-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-top: 14px solid rgba(221, 221, 221, 0.9);
  border-right: 8px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 8px solid transparent;
}

#blouson-and-jackets-pc h2 {
  float: left;
  margin-top: 128px;
  margin-left: 180px;
  z-index: 10;
}
#blouson-and-jackets-pc .sub-section0 {
  margin: 88px 144px;
}
#blouson-and-jackets-pc .sub-section1 {
  background: #F7F7F7;
  padding: 88px;
}
#blouson-and-jackets-pc .sub-section1 .contents-inner {
  position: relative;
  width: 1176px;
  margin: 0 auto;
  display: flex;
  gap: 107px;
}
#blouson-and-jackets-pc .sub-section1 .contents-inner .tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  transform: rotate(90deg) translate(100%);
  transform-origin: right top;
}
#blouson-and-jackets-pc .sub-section1 .contents-inner .product-model-area:nth-of-type(1) {
  flex: 0.6;
}
#blouson-and-jackets-pc .sub-section1 .contents-inner .product-model-area:nth-of-type(2) {
  flex: 0.4;
  margin-top: 450px;
}
#blouson-and-jackets-pc .image-wrap {
  display: flex;
  gap: 48px;
  margin-top: 72px;
}
#blouson-and-jackets-pc .image-wrap .product-model-area {
  flex: 0.3;
}
@media screen and (max-width: 1300px) {
  #blouson-and-jackets-pc h2 {
    margin-left: 0;
  }
}

#section2-image0_0-area-pc {
  width: 37%;
  border-right: 1px solid #A7A7A7;
  border-left: 1px solid #A7A7A7;
  margin-left: auto;
}

#section2-image0_1-area-pc {
  max-width: 468px;
}

#section2-image1-area-pc {
  max-width: 468px;
}

#section2-image2-area-pc {
  max-width: 468px;
}

#section2-image3-area-pc .point-ball {
  left: 37%;
  top: 52%;
}

#section2-image4-area {
  background: #F7F7F7;
  padding: 48px 24px;
  border: 1px solid #A7A7A7;
  border-right: none;
  border-left: none;
}

#pufftech-pc h2 {
  position: absolute;
  top: 0;
  right: 150px;
  text-align: left;
}
#pufftech-pc h2 span {
  font-size: 18px;
}
#pufftech-pc .contents-inner {
  position: relative;
  width: 1176px;
  margin: 88px auto;
  display: flex;
  gap: 171px;
}
#pufftech-pc .contents-inner .product-model-area:nth-of-type(1) {
  flex: 0.6;
}
#pufftech-pc .contents-inner .product-model-area:nth-of-type(2) {
  flex: 0.4;
  margin-top: 450px;
}
#pufftech-pc .image-wrap {
  display: flex;
  aspect-ratio: 1/0.5;
  overflow: hidden;
  border-bottom: 1px solid #A7A7A7;
}
#pufftech-pc .image-wrap article {
  flex: 1;
}
#pufftech-pc .image-wrap article + article {
  border-left: 1px solid #A7A7A7;
}

#section3-image0-pc .point-ball {
  top: 53%;
  left: 36%;
}

#down-and-fleece-pc h2 {
  position: absolute;
  top: 80px;
  right: 90px;
}
#down-and-fleece-pc .contents-inner {
  position: relative;
  width: 1176px;
  margin: 96px auto;
  display: flex;
  gap: 102px;
}
#down-and-fleece-pc .contents-inner .product-model-area:nth-of-type(1) {
  flex: 0.6;
}
#down-and-fleece-pc .contents-inner .product-model-area:nth-of-type(2) {
  flex: 0.4;
  margin-top: 628px;
}
#down-and-fleece-pc .sub-section0 {
  background: #F7F7F7;
  display: flex;
  justify-content: space-between;
  padding: 246px 144px 136px;
}
#down-and-fleece-pc .sub-section0 .product-model-area:nth-of-type(1) {
  flex: 0.3;
}
#down-and-fleece-pc .sub-section0 .product-model-area:nth-of-type(2) {
  flex: 0.25;
  margin-top: 10%;
}

#section4-image0_0-pc .point-ball {
  top: 54%;
  left: 36%;
}

#section4-image2-area-pc {
  position: relative;
}
#section4-image2-area-pc .tag {
  position: absolute;
  top: -90px;
  left: 0;
  color: #888;
  font-size: 14px;
}
#section4-image2-area-pc #section4-image2-pc {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(88%, -20%);
}

.related-page {
  padding: 64px 0;
}
.related-page h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.related-page > ul {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.related-page > ul > li figure {
  width: 250px;
}
.related-page > ul > li figure img {
  width: 100%;
}
.related-page > ul > li .text-area {
  margin-top: 16px;
}
.related-page > ul > li .text-area .title {
  font-family: UniqloPro, sans-serif;
  font-size: 20px;
  margin-bottom: 8px;
  display: block;
}
.related-page > ul > li .text-area .desc {
  font-size: 14px;
  line-height: 1.42;
}

@media screen and (max-width: 1117px) {
  .only-mo {
    display: block;
  }
  .only-pc {
    display: none;
  }
  section h1 {
    font-size: 48px;
    font-family: "UniqloPro", sans-serif;
    font-style: normal;
  }
  section h2 {
    font-size: 40px;
    font-family: "UniqloPro", sans-serif;
    font-style: normal;
  }
  section article + article {
    margin-top: 48px;
  }
  .related-product {
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    padding: 24px 0 24px 16px;
  }
  .related-product .swiper-parent {
    width: auto;
  }
  .main-cover {
    display: flex;
    width: 100%;
    min-height: 182.4vw;
    aspect-ratio: 1/1.824;
    padding: 24px 16px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    background: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2509_look/outer/section0_image.png") no-repeat center/cover;
  }
  .main-cover .main-title {
    color: #fff;
  }
  .main-cover .main-title .desc {
    margin-top: 12px;
    text-align: center;
    line-height: 1.42;
    font-size: 14px;
  }
  .product-list-grid {
    padding: 24px 16px;
    background: #F7F7F7;
  }
  .product-list-grid > ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 16px;
    justify-items: center;
    width: 100%;
  }
  .product-list-grid > ul > li {
    text-align: center;
  }
  .product-list-grid > ul > li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-list-grid > ul > li .thumb {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .product-list-grid > ul > li .thumb img {
    max-height: 100%;
  }
  .product-list-grid > ul > li .thumb .btn_link {
    position: absolute;
    right: -4px;
    bottom: 0;
  }
  .product-list-grid > ul > li .title {
    margin-top: 8px;
    font-size: 12px;
  }
  .product-category {
    padding-top: 48px;
  }
  .product-category h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  .product-category h2 span {
    display: block;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 500;
  }
  .product-category .product-model-area .title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 14px;
  }
  .product-category .product-model-area.full-width .product-model-image {
    border-left: none;
    border-right: none;
  }
  .product-category .product-model-area.full-width .title-area {
    padding: 16px;
  }
  .product-category .product-model-image {
    position: relative;
  }
  .product-category .product-model-image img {
    width: 100%;
  }
  .product-category .product-model-image.gradient-bottom {
    border-right: none;
    border-left: none;
    position: relative;
  }
  .product-category .product-model-image.gradient-bottom .title-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 48px 16px 24px;
    background: linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 0.64) 65.22%);
  }
  .product-category .product-model-image .point-ball {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }
  .product-category .product-model-image .point-ball::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.16);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    animation: ball infinite 4s ease-in-out;
    transition: all 4s;
  }
  .product-category .product-model-image .point-ball:hover::after {
    opacity: 1;
    width: 20px;
    height: 20px;
  }
  @keyframes ball {
    0% {
      opacity: 0;
      width: 0;
      height: 0;
    }
    30% {
      opacity: 1;
      width: 20px;
      height: 20px;
    }
    100% {
      opacity: 1;
      width: 20px;
      height: 20px;
    }
  }
  .product-category .product-model-image .point-ball .message-box {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -100%);
    min-width: 240px;
    min-height: 64px;
    padding: 12px 16px;
    background: rgba(221, 221, 221, 0.9);
    border-radius: 4px;
    word-break: keep-all;
    margin-top: 10px;
    opacity: 0;
    transition: all 0.3s;
  }
  .product-category .product-model-image .point-ball .message-box.active {
    opacity: 1;
    margin-top: 0;
  }
  .product-category .product-model-image .point-ball .message-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    border-top: 14px solid rgba(221, 221, 221, 0.9);
    border-right: 8px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 8px solid transparent;
  }
  .product-model-slide .swiper-pagination {
    position: static;
    margin-top: 16px;
  }
  .product-model-slide .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    background: rgba(34, 34, 34, 0.08);
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
  }
  .product-model-slide .swiper-pagination .swiper-pagination-bullet-active {
    background: #222;
  }
  #section2-image1-area {
    padding: 0 24px;
  }
  #section2-image2-area {
    padding: 0 40px 0 50px;
  }
  #section2-image2-area .tag {
    position: absolute;
    top: -1px;
    right: 0;
    transform: rotate(-90deg);
    transform-origin: top right;
    background: #ccc;
    color: #333;
    padding: 4px 12px;
    font-size: 12px;
  }
  #section2-image3-area .point-ball {
    left: 37%;
    top: 52%;
  }
  #section2-image4-area {
    background: #F7F7F7;
    padding: 48px 24px;
    border: 1px solid #A7A7A7;
    border-right: none;
    border-left: none;
  }
  #section3-image0 .point-ball {
    top: 53%;
    left: 36%;
  }
  #section3-image1-area {
    padding: 0 24px;
  }
  #section3-image1-area #section3-image1 {
    position: relative;
    width: 100%;
    height: auto;
  }
  #section3-image1-area #section3-image1 figure:nth-child(2) {
    animation: fadeSlide 6s infinite;
    animation-delay: 3s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  @keyframes fadeSlide {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  #section3-image2-area {
    padding: 48px 16px;
    background: #F4F4F4;
  }
  #section3-image2-area .image-box {
    width: 75%;
  }
  #section3-image2-area .image-box:nth-of-type(2) {
    margin-left: auto;
    margin-top: -30px;
  }
  #section3-image2-area .image-box .tag {
    position: absolute;
    top: 16px;
    left: 0;
    color: #A7A7A7;
    font-size: 12px;
    transform: rotate(90deg) translate(0, 100%);
    transform-origin: bottom left;
    padding-top: 12px;
  }
  #section4-image0_0 .point-ball {
    top: 54%;
    left: 36%;
  }
  #section4-image1-area {
    padding: 0 16px;
  }
  #section4-image2-area {
    padding: 0 16px;
  }
  #section4-image2-area .image-box {
    width: 75%;
  }
  #section4-image2-area .image-box:nth-of-type(1) .tag {
    position: absolute;
    top: -1px;
    right: 0;
    transform: rotate(-90deg);
    transform-origin: top right;
    background: #ccc;
    color: #333;
    padding: 4px 12px;
    font-size: 12px;
  }
  #section4-image2-area .image-box:nth-of-type(2) {
    margin-left: auto;
    margin-top: -60px;
  }
  #section4-image2-area .image-box:nth-of-type(2) .tag {
    position: absolute;
    top: 46px;
    left: 0;
    color: #A7A7A7;
    font-size: 12px;
    transform: rotate(90deg) translate(0, 100%);
    transform-origin: bottom left;
    padding-top: 12px;
  }
  .related-page {
    padding: 64px 16px 78px;
  }
  .related-page h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 17px;
  }
  .related-page > ul {
    gap: 0;
    flex-direction: column;
  }
  .related-page > ul > li {
    border-bottom: 1px solid #EEEEEE;
    padding: 16px 0;
  }
  .related-page > ul > li figure {
    width: 40%;
    margin-right: 16px;
  }
  .related-page > ul > li figure img {
    width: 100%;
  }
  .related-page > ul > li .wrap {
    display: flex;
    align-items: center;
  }
  .related-page > ul > li .text-area {
    margin-top: 0;
  }
  .related-page > ul > li .text-area .title {
    font-family: UniqloPro, sans-serif;
    font-size: 20px;
    margin-bottom: 16px;
  }
  .related-page > ul > li .text-area .desc {
    font-size: 14px;
    line-height: 1.42;
  }
}

/*# sourceMappingURL=style3.css.map */
