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

img {
  max-width: 100%;
}

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

.only-mo {
  display: none;
}

.only-pc {
  display: block;
}

.link-arrow {
  padding-right: 16px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M8.54096 6.23684C8.66111 6.08955 8.65238 5.87219 8.51508 5.73489L4.01508 1.23489C3.86863 1.08845 3.63125 1.08845 3.4848 1.23489C3.33836 1.38134 3.33836 1.61872 3.4848 1.76517L7.71967 6.00003L3.4848 10.2349C3.33836 10.3813 3.33836 10.6187 3.4848 10.7652C3.63125 10.9116 3.86863 10.9116 4.01508 10.7652L8.51508 6.26516L8.54096 6.23684Z' fill='%23222222'/%3E%3C/svg%3E");
}

.tab-area {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #EEE;
  background: #fff;
  overflow-y: hidden;
  overflow-x: auto;
}
.tab-area ul {
  display: flex;
  margin-bottom: -1px;
}
.tab-area ul li {
  flex: 1;
}
.tab-area ul li a, .tab-area ul li button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 12px 16px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
  letter-spacing: -0.56px;
  white-space: nowrap;
  text-align: center;
}
.tab-area ul li.active {
  border-bottom: 1px solid #222;
}
.tab-area ul li.active a, .tab-area ul li.active button {
  color: #222;
  font-weight: 700;
}

.custom-tab.typeA > ul {
  display: flex;
}
.custom-tab.typeA > ul > li {
  position: relative;
  width: 88px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='36' viewBox='0 0 88 36' fill='none'%3E%3Cpath d='M81.836 6.37059C81.064 2.65978 77.7939 0 74.0037 0H7.99998C3.58171 0 0 3.58172 0 8V36H88L81.836 6.37059Z' fill='%23CCCCCC'/%3E%3C/svg%3E");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -7px;
}
.custom-tab.typeA > ul > li button {
  color: #fafafa;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  font-family: "UniqloPro Regular", sans-serif;
}
.custom-tab.typeA > ul > li.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='36' viewBox='0 0 88 36' fill='none'%3E%3Cpath d='M81.836 6.37059C81.064 2.65978 77.7939 0 74.0037 0H7.99998C3.58171 0 0 3.58172 0 8V36H88L81.836 6.37059Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  z-index: 1;
}
.custom-tab.typeA > ul > li.active button {
  color: #1A1A19;
}
.custom-tab.typeA .tab-contents {
  background: #F7F7F7;
  padding: 24px 16px;
  border-radius: 0 8px 8px 8px;
}

.tab-contents {
  display: none;
}
.tab-contents.active {
  display: block;
}

.look-series .custom-tab {
  margin-top: -36px;
}
.look-series .tab-contents .list-area.product-list > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.look-series .tab-contents .list-area.product-list > ul > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.look-series .tab-contents .list-area.product-list > ul > li .title {
  font-weight: 700;
}
.look-series .tab-contents .list-area.product-list > ul > li .fr-bff-product_gender, .look-series .tab-contents .list-area.product-list > ul > li .fr-bff-product_price, .look-series .tab-contents .list-area.product-list > ul > li .fr-bff-product_sizes, .look-series .tab-contents .list-area.product-list > ul > li .fr-bff-product_reviewStars, .look-series .tab-contents .list-area.product-list > ul > li .fr-bff-product_futureExhibition {
  display: none;
}
.look-series .tab-contents .list-area.product-list > ul > li .fr-bff-product_name {
  margin-top: 0;
  font-size: 14px;
}

.fr-bff-products[data-component-type=ProductCarouselDestroy] {
  justify-content: center;
}

.main_inner {
  max-width: unset;
  margin-right: unset;
  margin-left: unset;
  padding-right: 0;
  padding-left: 0;
}

h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
  font-family: "UniqloPro Regular", sans-serif;
  font-size: 44px;
  line-height: 100%; /* 44px */
  letter-spacing: 1.32px;
}

h2 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -1.1px;
}

.ani-down {
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.5s;
}

.ani-down.active {
  transform: translateY(0);
  opacity: 1;
}

.look-series .top_area {
  position: relative;
}
.look-series .tab-contents .list-area.product-list > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.look-series .tab-contents .list-area.product-list > ul > li a {
  display: flex;
  justify-content: space-between;
}
.look-series .tab-contents .list-area.product-list > ul > li .sold-out {
  pointer-events: none;
}
.look-series .tab-contents .list-area.product-list > ul > li .sold-out .fr-bff-product_apology {
  width: auto;
}
.look-series .tab-contents .list-area.product-list > ul > li .sub-text {
  font-size: 84%;
  color: gray;
  text-align: right;
  display: block;
}
.look-series .tab-contents .list-area.product-list > ul > li .title {
  font-weight: 700;
  font-size: 12px;
}

#cover {
  position: relative;
}
#cover .top-text {
  position: absolute;
  top: unset;
  bottom: 212px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  gap: 4px;
  z-index: 10;
  width: 100%;
}
#cover .top-text .small-text {
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
  font-family: "UniqloPro Regular", sans-serif;
  font-size: 14px;
  color: #fff;
}
#cover h1 {
  position: absolute;
  left: 50%;
  bottom: 96px;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  padding: 0 16px;
}
#cover #cover-slide .swiper-slide img {
  width: 100%;
}

#section-top {
  padding: 64px 0 0;
}
#section-top .profile-area p {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 133%;
  letter-spacing: -0.36px;
}
#section-top .profile-thumb-wrap {
  position: relative;
  width: 217px;
  margin: 0 auto;
}
#section-top .profile-thumb {
  background: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2511_couple/profile.png") no-repeat center/cover;
  width: 217px;
  height: 217px;
  border-radius: 50%;
  overflow: hidden;
  margin: 48px auto 0;
}
#section-top .bubble {
  background: rgba(224, 224, 224, 0.9411764706);
  border-radius: 4px;
  display: flex;
  padding: 4px 12px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: absolute;
  z-index: 10;
}
#section-top .bubble .name {
  color: #222;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 142%;
  letter-spacing: -0.56px;
}
#section-top .bubble .instar-id {
  color: #61605F;
  text-align: center;
  font-family: "UniqloPro Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
#section-top .bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#section-top .bubble:nth-of-type(1) {
  top: 27px;
  left: 50%;
  margin-left: -38%;
  transform: translate(-50%, -100%);
}
#section-top .bubble:nth-of-type(1)::after {
  bottom: 0;
  right: 22px;
  transform: translateY(100%);
  border-top: 7px solid rgba(224, 224, 224, 0.9411764706);
  border-right: 4px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 4px solid transparent;
}
#section-top .bubble:nth-of-type(2) {
  bottom: -15px;
  left: 50%;
  margin-left: 22%;
}
#section-top .bubble:nth-of-type(2)::after {
  top: 0;
  left: 12px;
  transform: translate(-50%, -100%);
  border-top: 7px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid rgba(224, 224, 224, 0.9411764706);
  border-left: 4px solid transparent;
}
#section-top .mv {
  margin: 67px 0 0;
  position: relative;
  aspect-ratio: 1/0.3453;
}
#section-top .mv .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#section-top .mv video {
  width: 61.5%;
  margin: 0 auto;
}

@media screen and (min-width: 1117px) {
  #section-top + .tab-area {
    margin-top: 32px;
    border-bottom: none;
  }
  #section-top + .tab-area ul {
    justify-content: center;
    width: 748px;
    margin: 0 auto;
  }
  .custom-tab.typeA {
    margin-top: 0;
    width: 414px;
  }
  .look_1 {
    position: relative;
  }
  .look_1 .look-wrap {
    width: 1176px;
    position: absolute;
    top: 88px;
    left: 50%;
    transform: translateX(-50%);
  }
  .look_1 .look-wrap .title-look {
    margin-top: 48px;
  }
  .look_1 .look-wrap .custom-tab {
    margin-top: 194px;
  }
  .look_2 {
    position: relative;
  }
  .look_2 .look-wrap {
    width: 1176px;
    position: absolute;
    top: 88px;
    left: 50%;
    transform: translateX(-50%);
  }
  .look_2 .look-wrap .title-look {
    position: absolute;
    top: 56px;
    right: 218px;
  }
  .look_2 .look-wrap .custom-tab {
    position: absolute;
    top: 268px;
    right: 0;
  }
  #section-urban-pc .look_1 {
    height: 1451px;
    padding-bottom: 88px;
    box-sizing: content-box;
  }
  #section-urban-pc .look_1 .look-wrap {
    height: 1365px;
  }
  #section-urban-pc .look_1 #section-urban-look1-image-area-pc figure:nth-of-type(1) {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #section-urban-pc .look_1 #section-urban-look1-image-area-pc figure:nth-of-type(2) {
    width: 378px;
    position: absolute;
    bottom: 117px;
    left: 91px;
  }
  #section-urban-pc .look_1 #section-urban-look1-image-area-pc figure:nth-of-type(2) .text {
    margin-top: 17px;
    width: 152px;
  }
  #section-urban-pc .look_1 #section-urban-look1-image-area-pc figure:nth-of-type(3) {
    width: 234px;
    position: absolute;
    right: 114px;
    bottom: 0;
  }
  #section-urban-pc .look_2 {
    padding-top: 88px;
    height: 1268px;
  }
  #section-urban-pc .look_2 #section-urban-look2-image-area-pc {
    height: 100%;
    border-top: 1px dashed #888;
    background: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2511_couple/section1_image4_bg.png") no-repeat center/cover;
  }
  #section-urban-pc .look_2 #section-urban-look2-image-area-pc .look-wrap {
    position: relative;
    height: 1038px;
  }
  #section-urban-pc .look_2 #section-urban-look2-image-area-pc figure:nth-of-type(1) {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #section-urban-pc .look_2 #section-urban-look2-image-area-pc figure:nth-of-type(2) {
    width: 403px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #section-genderless-pc .look_1 {
    height: 1459px;
    padding-bottom: 88px;
    box-sizing: content-box;
  }
  #section-genderless-pc .look_1 .look-wrap {
    height: 1371px;
  }
  #section-genderless-pc .look_1 #section-genderless-look1-image-area-pc figure:nth-of-type(1) {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #section-genderless-pc .look_1 #section-genderless-look1-image-area-pc figure:nth-of-type(2) {
    width: 462px;
    position: absolute;
    bottom: 0;
    left: 27px;
  }
  #section-genderless-pc .look_1 #section-genderless-look1-image-area-pc figure:nth-of-type(2) .text {
    margin-top: 17px;
    width: 152px;
  }
  #section-genderless-pc .look_1 #section-genderless-look1-image-area-pc .text {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #section-genderless-pc .look_2 {
    height: 1428px;
    box-sizing: content-box;
  }
  #section-genderless-pc .look_2 #section-genderless-look2-image-area-pc {
    height: 100%;
    border-top: 1px dashed #888;
    background: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2511_couple/section1_image4_bg.png") no-repeat center/cover;
  }
  #section-genderless-pc .look_2 #section-genderless-look2-image-area-pc .look-wrap {
    position: relative;
    height: 1248px;
  }
  #section-genderless-pc .look_2 #section-genderless-look2-image-area-pc figure:nth-of-type(1) {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #section-genderless-pc .look_2 #section-genderless-look2-image-area-pc figure:nth-of-type(2) {
    width: 400px;
    position: absolute;
    right: 40px;
    bottom: 0;
  }
  #section-genderless-pc .look_2 #section-genderless-look2-image-area-pc figure:nth-of-type(2) .text {
    display: block;
    margin-top: 20px;
  }
  #section-street-pc .look_1 {
    height: 1325px;
    padding-bottom: 88px;
    box-sizing: content-box;
  }
  #section-street-pc .look_1 .look-wrap {
    height: 1239px;
  }
  #section-street-pc .look_1 #section-street-look1-image-area-pc figure:nth-of-type(1) {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #section-street-pc .look_1 #section-street-look1-image-area-pc figure:nth-of-type(2) {
    width: 378px;
    position: absolute;
    bottom: 0;
    left: 34px;
  }
  #section-street-pc .look_1 #section-street-look1-image-area-pc figure:nth-of-type(2) .text {
    margin-top: -30px;
    margin-left: -30px;
    width: 240px;
    display: block;
  }
  #section-street-pc .look_2 {
    padding-top: 88px;
    height: 1268px;
  }
  #section-street-pc .look_2 #section-street-look2-image-area-pc {
    height: 100%;
    border-top: 1px dashed #888;
    background: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2511_couple/section1_image4_bg.png") no-repeat center/cover;
  }
  #section-street-pc .look_2 #section-street-look2-image-area-pc .look-wrap {
    position: relative;
    height: 1038px;
  }
  #section-street-pc .look_2 #section-street-look2-image-area-pc figure:nth-of-type(1) {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #section-street-pc .look_2 #section-street-look2-image-area-pc figure:nth-of-type(2) {
    width: 443px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #section-street-pc .look_2 #section-street-look2-image-area-pc figure:nth-of-type(2) .text {
    display: block;
    margin-top: 16px;
  }
  #section-minimal-pc .look_1 {
    height: 1597px;
    padding-bottom: 88px;
    box-sizing: content-box;
  }
  #section-minimal-pc .look_1 .look-wrap {
    height: 1597px;
  }
  #section-minimal-pc .look_1 #section-minimal-look1-image-area-pc figure:nth-of-type(1) {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #section-minimal-pc .look_1 #section-minimal-look1-image-area-pc figure:nth-of-type(2) {
    width: 378px;
    position: absolute;
    bottom: 356px;
    left: 48px;
  }
  #section-minimal-pc .look_1 #section-minimal-look1-image-area-pc figure:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    right: 139px;
    width: 186px;
  }
  #section-minimal-pc .look_1 #section-minimal-look1-image-area-pc figure:nth-of-type(3) .text {
    position: relative;
    z-index: -1;
    width: 274px;
    display: block;
    transform: translate(-80%, -160%);
  }
  #section-minimal-pc .look_2 {
    padding-top: 88px;
    height: 1268px;
  }
  #section-minimal-pc .look_2 #section-minimal-look2-image-area-pc {
    height: 100%;
    border-top: 1px dashed #888;
    background: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2511_couple/section1_image4_bg.png") no-repeat center/cover;
  }
  #section-minimal-pc .look_2 #section-minimal-look2-image-area-pc .look-wrap {
    position: relative;
    height: 1038px;
  }
  #section-minimal-pc .look_2 #section-minimal-look2-image-area-pc figure:nth-of-type(1) {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #section-minimal-pc .look_2 #section-minimal-look2-image-area-pc figure:nth-of-type(2) {
    width: 443px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #section-minimal-pc .look_2 #section-minimal-look2-image-area-pc figure:nth-of-type(2) .text {
    display: block;
    margin-top: 16px;
  }
  #all-product-list {
    max-width: 1200px;
    margin: 0 auto;
  }
  #all-product-list h2 {
    padding-top: 88px;
    padding-bottom: 24px;
  }
  #all-product-list h3 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    letter-spacing: -0.9px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  #all-product-list .tab-area {
    border-top: none;
    border-bottom: 0;
  }
  #all-product-list .tab-area .tab-button {
    border-bottom: 1px solid #EEE;
  }
}
@media screen and (max-width: 1117px) {
  .only-mo {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .custom-tab.typeA > ul {
    display: flex;
    padding-left: 16px;
  }
  .custom-tab.typeA > ul > li {
    position: relative;
    width: 88px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='36' viewBox='0 0 88 36' fill='none'%3E%3Cpath d='M81.836 6.37059C81.064 2.65978 77.7939 0 74.0037 0H7.99998C3.58171 0 0 3.58172 0 8V36H88L81.836 6.37059Z' fill='%23CCCCCC'/%3E%3C/svg%3E");
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -7px;
  }
  .custom-tab.typeA > ul > li button {
    color: #fafafa;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    font-family: "UniqloPro Regular", sans-serif;
  }
  .custom-tab.typeA > ul > li.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='36' viewBox='0 0 88 36' fill='none'%3E%3Cpath d='M81.836 6.37059C81.064 2.65978 77.7939 0 74.0037 0H7.99998C3.58171 0 0 3.58172 0 8V36H88L81.836 6.37059Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
    z-index: 1;
  }
  .custom-tab.typeA > ul > li.active button {
    color: #1A1A19;
  }
  .custom-tab.typeA .tab-contents {
    background: #F7F7F7;
    padding: 24px 16px;
  }
  .title-look {
    width: 112px;
  }
  .look-series .custom-tab {
    margin-top: -36px;
  }
  .look-series .tab-contents .list-area.product-list > ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .look-series .tab-contents .list-area.product-list > ul > li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .look-series .tab-contents .list-area.product-list > ul > li .title {
    font-weight: 700;
    font-size: 12px;
  }
  #cover {
    position: relative;
  }
  #cover .top-text {
    position: absolute;
    top: 24px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    width: 100%;
  }
  #cover .top-text .small-text {
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 14px;
    color: #fff;
  }
  #cover h1 {
    position: absolute;
    left: 50%;
    bottom: 44px;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    padding: 0 16px;
  }
  #cover #cover-slide .swiper-slide img {
    width: 100%;
  }
  #section-top {
    padding: 64px 16px 32px;
  }
  #section-top .profile-area p {
    color: #222;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 133%;
    letter-spacing: -0.36px;
  }
  #section-top .profile-thumb-wrap {
    position: relative;
    width: 217px;
    margin: 0 auto;
  }
  #section-top .profile-thumb {
    background: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2511_couple/profile.png") no-repeat center/cover;
    width: 217px;
    height: 217px;
    border-radius: 50%;
    overflow: hidden;
    margin: 48px auto 0;
  }
  #section-top .bubble {
    background: rgba(224, 224, 224, 0.9411764706);
    border-radius: 4px;
    display: flex;
    padding: 4px 12px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    position: absolute;
    z-index: 10;
  }
  #section-top .bubble .name {
    color: #222;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%;
    letter-spacing: -0.56px;
  }
  #section-top .bubble .instar-id {
    color: #61605F;
    text-align: center;
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
  }
  #section-top .bubble::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  #section-top .bubble:nth-of-type(1) {
    top: 27px;
    left: 50%;
    margin-left: -38%;
    transform: translate(-50%, -100%);
  }
  #section-top .bubble:nth-of-type(1)::after {
    bottom: 0;
    right: 22px;
    transform: translateY(100%);
    border-top: 7px solid rgba(224, 224, 224, 0.9411764706);
    border-right: 4px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 4px solid transparent;
  }
  #section-top .bubble:nth-of-type(2) {
    bottom: -15px;
    left: 50%;
    margin-left: 22%;
  }
  #section-top .bubble:nth-of-type(2)::after {
    top: 0;
    left: 12px;
    transform: translate(-50%, -100%);
    border-top: 7px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid rgba(224, 224, 224, 0.9411764706);
    border-left: 4px solid transparent;
  }
  #section-top .mv {
    margin: 67px -16px 0;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/0.74;
  }
  #section-top .mv .frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #section-top .mv video {
    width: 120%;
    margin-left: -10%;
    margin-top: 7%;
  }
  #section-urban .look_1 {
    margin-top: 42px;
  }
  #section-urban .look_1 .title-look {
    margin-bottom: 12px;
    padding: 0 16px;
    box-sizing: content-box;
  }
  #section-urban .look_1 #section-urban-look1-image-area {
    position: relative;
    padding: 60px 0 40px 16px;
    border-bottom: 1px dashed #888;
    background: #F7F7F7;
  }
  #section-urban .look_1 #section-urban-look1-image-area figure:nth-of-type(1) {
    width: 80%;
  }
  #section-urban .look_1 #section-urban-look1-image-area figure:nth-of-type(1) .text {
    margin-top: 12px;
    width: 130px;
  }
  #section-urban .look_1 #section-urban-look1-image-area figure:nth-of-type(2) {
    width: 35%;
    position: absolute;
    bottom: 40px;
    right: 0;
  }
  #section-urban .look_2 {
    padding-top: 60px;
  }
  #section-urban .look_2 .title-look {
    margin-bottom: 12px;
    margin-left: auto;
    padding-right: 16px;
  }
  #section-urban .look_2 #section-urban-look2-image-area {
    border-top: 1px dashed #888;
    padding: 48px 16px 64px 0;
    background: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2511_couple/section1_image4_bg.png") no-repeat center/cover;
  }
  #section-genderless .look_1 .title-look {
    padding: 48px 0 12px 16px;
  }
  #section-genderless .look_2 {
    padding-top: 60px;
  }
  #section-genderless .look_2 .title-look {
    margin-bottom: 12px;
    margin-left: auto;
    padding-right: 16px;
  }
  #section-street .look_1 .title-look {
    padding: 48px 0 12px 16px;
  }
  #section-street .look_1 #section-street-look1-image-area {
    position: relative;
    padding-top: 36px;
    padding-bottom: 86px;
    border-bottom: 1px dashed #888;
    background: #F7F7F7;
  }
  #section-street .look_1 #section-street-look1-image-area figure {
    width: 80%;
    margin-left: auto;
  }
  #section-street .look_1 #section-street-look1-image-area .text {
    position: absolute;
    display: block;
    width: 60%;
    left: 0;
    bottom: 50px;
  }
  #section-street .look_2 {
    padding-top: 60px;
  }
  #section-street .look_2 .title-look {
    margin-bottom: 12px;
    margin-left: auto;
    padding-right: 16px;
  }
  #section-minimal .look_1 .title-look {
    padding: 48px 0 12px 16px;
  }
  #section-minimal .look_1 #section-minimal-look1-image-area {
    position: relative;
    padding-top: 36px;
    padding-bottom: 180px;
    border-bottom: 1px dashed #888;
    background: #F7F7F7;
  }
  #section-minimal .look_1 #section-minimal-look1-image-area figure:nth-of-type(1) {
    width: 70%;
  }
  #section-minimal .look_1 #section-minimal-look1-image-area figure:nth-of-type(2) {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 10;
  }
  #section-minimal .look_1 #section-minimal-look1-image-area .text {
    position: absolute;
    width: 210px;
    right: 30%;
    bottom: 96px;
    z-index: 10;
  }
  #section-minimal .look_2 {
    padding-top: 60px;
  }
  #section-minimal .look_2 .title-look {
    margin-bottom: 12px;
    margin-left: auto;
    padding-right: 16px;
  }
  #all-product-list h2 {
    padding-top: 48px;
    padding-bottom: 16px;
  }
  #all-product-list h3 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    letter-spacing: -0.9px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  #all-product-list .tab-area {
    border-top: none;
    border-bottom: 0;
  }
  #all-product-list .tab-area .tab-button {
    border-bottom: 1px solid #EEE;
  }
}

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