.scrollview {
  transition: opacity 0.5s 0.1s ease, transform 0.5s 0.1s ease;
  opacity: 0;
  transform: scale(1, 1) translate(0%, 10px);
}

.scrollview.view {
  opacity: 1;
  transform: scale(1, 1) translate(0%, 0%);
}

/*/////////////////////////////
	slick
/////////////////////////////*/
.slide_image {
  display: none;
}

.slide_image.slick-initialized {
  display: block;
}

.mainImage {
  opacity: 0;
  visibility: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.uq_lp {
  font-family: "SofiaPro", "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  background-color: #f9f9f9;
  overflow: hidden;
}
.uq_lp .mainvisual {
  position: relative;
}
.uq_lp .mainvisual__title {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #aeaeae;
  text-align: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, transform, visibility;
}
.uq_lp .mainvisual__title--sml {
  display: block;
  margin: 0 auto 1.1666666667rem;
  width: 18.3333333333rem;
}
.uq_lp .mainvisual__title--lar {
  display: block;
  text-align: center;
  margin: auto;
  width: 44rem;
}
.uq_lp .mainvisual__title.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  transition: all 0.6s 0.6s ease;
  transition-property: opacity, transform, visibility;
}
.uq_lp .mainvisual__img {
  position: relative;
  background-image: url("/static/full/icebreaker/assets/img/cool-lite2023ss/mainvisual.jpg");
  background-size: cover;
  background-position: 0 30%;
  background-repeat: no-repeat;
  width: 100%;
  height: 44.75rem;
  z-index: 1;
  opacity: 0;
  transform: scale(1.05) translate3d(0, 0, 0);
  transition-property: opacity, transform;
}
.uq_lp .mainvisual__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uq_lp .mainvisual__img.active {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: opacity 0.8s ease, transform 1.2s ease;
  transition-property: opacity, transform;
}
.uq_lp .lead__area {
  display: flex;
  justify-content: space-between;
  width: 75rem;
  margin: 1.6666666667rem 0 3.8333333333rem 2.25rem;
}
.uq_lp .lead__title {
  font-size: 1.5rem;
  line-height: 1.8333333333;
  width: 24.5833333333rem;
}
.uq_lp .lead__text {
  width: 43.3333333333rem;
}
.uq_lp .collectionTitle {
  font-size: 1.8333333333rem;
  font-family: "SofiaPro", "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  line-height: 1.7272727273;
  margin: 0 1.25rem 0 2.3333333333rem;
}
.uq_lp .collection__list {
  display: flex;
}
.uq_lp .collection__item {
  width: 25%;
  position: relative;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
}
.uq_lp .collection__item > img {
  transition: transform 0.4s ease;
}
.uq_lp .collection__item:hover > img {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}
.uq_lp .collection__item:hover .circle {
  transition: 0.4s ease;
  opacity: 0.7;
  transition-property: opacity;
}
.uq_lp .collection .productArea {
  margin: 0.8333333333rem 2rem 1.9166666667rem;
}
.uq_lp .collection .product {
  display: flex;
  align-items: center;
}
.uq_lp .collection .product__text {
  display: block;
  font-size: 0.9166666667rem;
  line-height: 1.5454545455;
}
.uq_lp .collection .product__text--women {
  font-weight: 700;
}
.uq_lp .collection .product__link {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #aeaeae;
  margin-left: 1.1666666667rem;
  position: relative;
  top: -0.0833333333rem;
}
.uq_lp .collection .product__link:hover {
  color: #aeaeae;
  opacity: 0.5;
}
.uq_lp .collection .product__link::before {
  content: "";
  position: absolute;
  bottom: 0.1666666667rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #aeaeae;
}
.uq_lp .circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 1.25rem;
  cursor: pointer;
  transition: 0.4s ease;
  transition-property: opacity;
}
.uq_lp .circle::before {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.uq_lp .circle::after {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}
.uq_lp .collectionWrapper {
  margin-bottom: 11.25rem;
}
.uq_lp .collection01 {
  position: relative;
  margin-bottom: 5rem;
}
.uq_lp .collection01__modal {
  background-color: rgba(255, 255, 255, 0.95);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
}
.uq_lp .collection01__close {
  position: absolute;
  top: 2.1666666667rem;
  right: 2.0833333333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uq_lp .collection01__closeText {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.uq_lp .collection01__closeBtn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #aeaeae;
  margin-bottom: 1rem;
  cursor: pointer;
  position: relative;
}
.uq_lp .collection01__closeBtn::before {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transform: rotate(45deg);
}
.uq_lp .collection01__closeBtn::after {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}
.uq_lp .collection01__slider {
  width: 55.3333333333rem;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.uq_lp .collection01__slide {
  width: 35.5rem;
  height: 53.3333333333rem;
  position: relative;
}
.uq_lp .collection01__slideImg {
  width: 35.5rem;
  margin: auto;
}
.uq_lp .collection01 .slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  cursor: pointer;
}
.uq_lp .collection01 .prev-arrow {
  background-image: url("/static/full/icebreaker/assets/img/cool-lite2023ss/arrow_L.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  left: -25px;
}
.uq_lp .collection01 .next-arrow {
  background-image: url("/static/full/icebreaker/assets/img/cool-lite2023ss/arrow_R.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  right: -25px;
}
.uq_lp .collection01 .slick-num {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 3.3333333333rem;
  bottom: 3.3333333333rem;
  z-index: 3;
}
.uq_lp .collection01 .now-count {
  display: inline-block;
  margin-bottom: -0.8333333333rem;
}
.uq_lp .collection01 .all-count {
  display: inline-block;
  margin-top: -0.8333333333rem;
}
.uq_lp .collection01 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}
.uq_lp .collection01__buy {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 20px;
  display: flex;
  justify-content: center;
}
.uq_lp .collection01__buyLink {
  color: #4d4d4d;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  text-align: center;
  position: relative;
}
.uq_lp .collection01__buyLink:hover {
  color: #4d4d4d;
  opacity: 0.5;
}
.uq_lp .collection01__buyLink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  bottom: 0;
}
.uq_lp .collection01__buyBtn {
  position: relative;
  z-index: 3;
  right: 1.1666666667rem;
}
.uq_lp .collection01__buyBtn::before {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transform: rotate(90deg);
}
.uq_lp .collection01__buyBtn::after {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.uq_lp .collection02 {
  position: relative;
  margin-bottom: 5rem;
}
.uq_lp .collection02__modal {
  background-color: rgba(255, 255, 255, 0.95);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
}
.uq_lp .collection02__close {
  position: absolute;
  top: 2.1666666667rem;
  right: 2.0833333333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uq_lp .collection02__closeText {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.uq_lp .collection02__closeBtn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #aeaeae;
  margin-bottom: 1rem;
  cursor: pointer;
  position: relative;
}
.uq_lp .collection02__closeBtn::before {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transform: rotate(45deg);
}
.uq_lp .collection02__closeBtn::after {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}
.uq_lp .collection02__slider {
  width: 55.3333333333rem;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.uq_lp .collection02__slide {
  width: 35.5rem;
  height: 53.3333333333rem;
  position: relative;
}
.uq_lp .collection02__slideImg {
  width: 35.5rem;
  margin: auto;
}
.uq_lp .collection02 .slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  cursor: pointer;
}
.uq_lp .collection02 .prev-arrow {
  background-image: url("/static/full/icebreaker/assets/img/cool-lite2023ss/arrow_L.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  left: -25px;
}
.uq_lp .collection02 .next-arrow {
  background-image: url("/static/full/icebreaker/assets/img/cool-lite2023ss/arrow_R.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  right: -25px;
}
.uq_lp .collection02 .slick-num {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 3.3333333333rem;
  bottom: 3.3333333333rem;
  z-index: 3;
}
.uq_lp .collection02 .now-count {
  display: inline-block;
  margin-bottom: -0.8333333333rem;
}
.uq_lp .collection02 .all-count {
  display: inline-block;
  margin-top: -0.8333333333rem;
}
.uq_lp .collection02 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}
.uq_lp .collection02__buy {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 20px;
  display: flex;
  justify-content: center;
}
.uq_lp .collection02__buyLink {
  color: #4d4d4d;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  text-align: center;
  position: relative;
}
.uq_lp .collection02__buyLink:hover {
  color: #4d4d4d;
  opacity: 0.5;
}
.uq_lp .collection02__buyLink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  bottom: 0;
}
.uq_lp .collection02__buyBtn {
  position: relative;
  z-index: 3;
  right: 1.1666666667rem;
}
.uq_lp .collection02__buyBtn::before {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transform: rotate(90deg);
}
.uq_lp .collection02__buyBtn::after {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.uq_lp .collection03 {
  position: relative;
}
.uq_lp .collection03__modal {
  background-color: rgb(255, 255, 255);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
}
.uq_lp .collection03__close {
  position: absolute;
  top: 2.1666666667rem;
  right: 2.0833333333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uq_lp .collection03__closeText {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.uq_lp .collection03__closeBtn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #aeaeae;
  margin-bottom: 1rem;
  cursor: pointer;
  position: relative;
}
.uq_lp .collection03__closeBtn::before {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transform: rotate(45deg);
}
.uq_lp .collection03__closeBtn::after {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}
.uq_lp .collection03__slider {
  width: 55.3333333333rem;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.uq_lp .collection03__slide {
  width: 35.5rem;
  height: 53.3333333333rem;
  position: relative;
}
.uq_lp .collection03__slideImg {
  width: 35.5rem;
  margin: auto;
}
.uq_lp .collection03 .slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  cursor: pointer;
}
.uq_lp .collection03 .prev-arrow {
  background-image: url("/static/full/icebreaker/assets/img/cool-lite2023ss/arrow_L.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  left: -25px;
}
.uq_lp .collection03 .next-arrow {
  background-image: url("/static/full/icebreaker/assets/img/cool-lite2023ss/arrow_R.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  right: -25px;
}
.uq_lp .collection03 .slick-num {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 3.3333333333rem;
  bottom: 3.3333333333rem;
  z-index: 3;
}
.uq_lp .collection03 .now-count {
  display: inline-block;
  margin-bottom: -0.8333333333rem;
}
.uq_lp .collection03 .all-count {
  display: inline-block;
  margin-top: -0.8333333333rem;
}
.uq_lp .collection03 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}
.uq_lp .collection03__buy {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 20px;
  display: flex;
  justify-content: center;
}
.uq_lp .collection03__buyLink {
  color: #4d4d4d;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  text-align: center;
  position: relative;
}
.uq_lp .collection03__buyLink:hover {
  color: #4d4d4d;
  opacity: 0.5;
}
.uq_lp .collection03__buyLink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  bottom: 0;
}
.uq_lp .collection03__buyBtn {
  position: relative;
  z-index: 3;
  right: 1.1666666667rem;
}
.uq_lp .collection03__buyBtn::before {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transform: rotate(90deg);
}
.uq_lp .collection03__buyBtn::after {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.uq_lp .collectionAll {
  padding-bottom: 13.3333333333rem;
}
.uq_lp .collectionAll__content {
  width: 66.6666666667rem;
  height: 26.6666666667rem;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  cursor: pointer;
}
.uq_lp .collectionAll__content:hover .collectionAll__imgArea {
  filter: brightness(100%);
  transition: 0.4s ease;
  transition-property: filter;
}
.uq_lp .collectionAll__content:hover .collectionAll__imgArea > img {
  filter: brightness(100%);
  transform: scale(1.1);
  transition: 0.4s ease;
}
.uq_lp .collectionAll__textArea {
  z-index: 2;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.8333333333rem;
  border-bottom: 1px solid #fff;
}
.uq_lp .collectionAll__text {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.125;
  margin: auto;
  color: #fff;
  margin-right: 2.3333333333rem;
}
.uq_lp .collectionAll__text:hover {
  color: #fff;
}
.uq_lp .collectionAll__imgArea {
  filter: brightness(80%);
  margin: auto;
  transition: 0.4s ease;
  line-height: 0;
}
.uq_lp .collectionAll__imgArea--arrow {
  position: absolute;
  top: 0.1666666667rem;
  right: 0;
  width: 1.0833333333rem;
  height: 1.0833333333rem;
  display: block;
}
.uq_lp .collectionAll__imgArea--arrow > img {
  width: 100%;
  height: 100%;
}
.uq_lp .collectionAll__imgArea > img {
  transition: 0.4s ease;
  transform: scale(1);
}
.uq_lp .credit {
  background-color: #fff;
  padding: 8.3333333333rem 0;
}
.uq_lp .credit__text {
  text-align: center;
  line-height: 2;
}
