@charset "UTF-8";
@font-face {
  font-family: "Shuei Mincho M";
  src: url("/static/full/icebreaker/assets/fonts/winterperformance2023/A-OTF-ShueiMinPr6-M.otf") format("opentype");
}
@font-face {
  font-family: "Sofia Pro";
  src: url("/static/full/icebreaker/assets/fonts/SofiaProRegular.ttf") format("opentype"), url("/static/full/icebreaker/assets/fonts/SofiaProRegular.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  src: url("/static/full/icebreaker/assets/fonts/SofiaProMedium.ttf") format("opentype"), url("/static/full/icebreaker/assets/fonts/SofiaProMedium.woff") format("woff");
}
.uq_lp .line-svg {
  fill: none;
  stroke: #e6702e;
  stroke-linejoin: round;
}

.uq_lp .winter2023 {
  color: #4d4d4d;
}

.uq_lp .sectionArea {
  width: 79.1765637371rem;
  margin: auto;
}

.uq_lp > .timeArea {
  display: flex;
  max-width: 101.3460015835rem;
  margin: auto;
}
.uq_lp > .sectionImage {
  max-width: 101.3460015835rem;
  width: 87.0942201108rem;
  height: 49.089469517rem;
  margin: 9.5011876485rem auto 0;
}
.uq_lp > .sectionImage > .i {
  width: 100%;
  height: 100%;
}

.scrollview {
  opacity: 0;
  transition: 1s ease;
  transition-property: opacity;
}

.scrollview.view {
  opacity: 1;
  transition: 1s ease;
  transition-property: opacity;
}

.image.scrollview.view.__first {
  transition-delay: 0;
}
.image.scrollview.view.__second {
  transition-delay: 0.2s;
}

.js-fvVisual {
  opacity: 0;
  transform: scale(1.07) translate3d(0, 0, 0);
  transition-property: opacity, transform;
}
.js-fvVisual.is-fadein {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: opacity 1s ease, transform 1.6s ease;
  transition-property: opacity, transform;
}

.js-fv-enTitle01 {
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, visibility;
}
.js-fv-enTitle01.is-fadein {
  opacity: 1;
  visibility: visible;
  transition: all 1.6s 0.2s ease;
  transition-property: opacity, visibility;
}

.js-fv-enTitle02 {
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, visibility;
}
.js-fv-enTitle02.is-fadein {
  opacity: 1;
  visibility: visible;
  transition: all 1.6s 0.4s ease;
  transition-property: opacity, visibility;
}

.js-fv-jaTitle01 {
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, visibility;
}
.js-fv-jaTitle01.is-fadein {
  opacity: 1;
  visibility: visible;
  transition: all 1.6s 0.6s ease;
  transition-property: opacity, visibility;
}

.js-fv-jaTitle02 {
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, visibility;
}
.js-fv-jaTitle02.is-fadein {
  opacity: 1;
  visibility: visible;
  transition: all 1.6s 0.8s ease;
  transition-property: opacity, visibility;
}

/*/////////////////////////////
	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-slide {
  -webkit-transform-style: preserve-3d;
}

.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;
}

.slider .slick-dots {
  position: relative;
}
.slider .slick-dots li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 0;
}

.picture-dots li button {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  width: 1.2668250198rem;
  height: 1.2668250198rem;
  padding: 0.8709422011rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.picture-dots li button:before {
  font-family: "slick";
  font-size: 1.5835312747rem;
  line-height: 1.5835312747rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5835312747rem;
  height: 1.5835312747rem;
  color: #000;
  content: "•";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  width: 1.2668250198rem;
  height: 1.2668250198rem;
  padding: 0.3958828187rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 1.5835312747rem;
  line-height: 1.5835312747rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5835312747rem;
  height: 1.5835312747rem;
  color: #000;
  content: "•";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider .slick-dots li.slick-active button::before {
  font-size: 2.3752969121rem;
}
.slider .picture-dots li.slick-active button::before {
  font-size: 2.3752969121rem;
}

.slider.women01 > .slick-dots li:nth-of-type(1) button::before {
  color: #0000ad;
}
.slider.women01 > .slick-dots li:nth-of-type(2) button::before {
  color: #000000;
}
.slider.women02 > .slick-dots li:nth-of-type(1) button::before {
  color: #c86673;
}
.slider.women02 > .slick-dots li:nth-of-type(2) button::before {
  color: #c82d64;
}
.slider.women02 > .slick-dots li:nth-of-type(3) button::before {
  color: #00cccc;
}
.slider.women02 > .slick-dots li:nth-of-type(4) button::before {
  color: #fff5c6;
}
.slider.women02 > .slick-dots li:nth-of-type(5) button::before {
  color: #666666;
}
.slider.women02 > .slick-dots li:nth-of-type(6) button::before {
  color: #1b143c;
}
.slider.women02 > .slick-dots li:nth-of-type(7) button::before {
  color: #1b143c;
}
.slider.women03 > .slick-dots li:nth-of-type(1) button::before {
  color: #c6c6c6;
}
.slider.women03 > .slick-dots li:nth-of-type(2) button::before {
  color: #2e3322;
}
.slider.women04 > .slick-dots li:nth-of-type(1) button::before {
  color: #666666;
}
.slider.women04 > .slick-dots li:nth-of-type(2) button::before {
  color: #c82d64;
}
.slider.women04 > .slick-dots li:nth-of-type(3) button::before {
  color: #1b143c;
}
.slider.women04 > .slick-dots li:nth-of-type(4) button::before {
  color: #000000;
}
.slider.women05 > .slick-dots li:nth-of-type(1) button::before {
  color: #c82d64;
}
.slider.women05 > .slick-dots li:nth-of-type(2) button::before {
  color: #ff9933;
}
.slider.women05 > .slick-dots li:nth-of-type(3) button::before {
  color: #3366cc;
}
.slider.women05 > .slick-dots li:nth-of-type(4) button::before {
  color: #67623c;
}
.slider.women05 > .slick-dots li:nth-of-type(5) button::before {
  color: #666666;
}
.slider.women05 > .slick-dots li:nth-of-type(6) button::before {
  color: #000000;
}
.slider.men01 > .slick-dots li:nth-of-type(1) button::before {
  color: #000000;
}
.slider.men01 > .slick-dots li:nth-of-type(2) button::before {
  color: #67623c;
}
.slider.men02 > .slick-dots li:nth-of-type(1) button::before {
  color: #64145a;
}
.slider.men02 > .slick-dots li:nth-of-type(2) button::before {
  color: #3366cc;
}
.slider.men02 > .slick-dots li:nth-of-type(3) button::before {
  color: #94a8c6;
}
.slider.men02 > .slick-dots li:nth-of-type(4) button::before {
  color: #cccc33;
}
.slider.men02 > .slick-dots li:nth-of-type(5) button::before {
  color: #67623c;
}
.slider.men02 > .slick-dots li:nth-of-type(6) button::before {
  color: #fff5c6;
}
.slider.men02 > .slick-dots li:nth-of-type(7) button::before {
  color: #e0e0e0;
}
.slider.men02 > .slick-dots li:nth-of-type(8) button::before {
  color: #666666;
}
.slider.men02 > .slick-dots li:nth-of-type(9) button::before {
  color: #1b143c;
}
.slider.men02 > .slick-dots li:nth-of-type(10) button::before {
  color: #000000;
}
.slider.men03 > .slick-dots li:nth-of-type(1) button::before {
  color: #2e3322;
}
.slider.men03 > .slick-dots li:nth-of-type(2) button::before {
  color: #c6c6c6;
}
.slider.men04 > .slick-dots li:nth-of-type(1) button::before {
  color: #67623c;
}
.slider.men04 > .slick-dots li:nth-of-type(2) button::before {
  color: #000000;
}
.slider.men05 > .slick-dots li:nth-of-type(1) button::before {
  color: #67623c;
}
.slider.men05 > .slick-dots li:nth-of-type(2) button::before {
  color: #000000;
}

.uq_lp .slider {
  position: relative;
  width: 17.4188440222rem;
  height: 17.4188440222rem;
}
.uq_lp .slider > .slick-arrow {
  width: 50%;
  height: 100%;
  font-size: 0;
  position: absolute;
  z-index: 2;
}
.uq_lp .slider > .slick-prev {
  top: 0;
  left: 0;
  cursor: url("/static/full/icebreaker/assets/img/readyforwinter2023/arrow_left.svg") 12 20, auto;
}
.uq_lp .slider > .slick-next {
  top: 0;
  right: 0;
  cursor: url("/static/full/icebreaker/assets/img/readyforwinter2023/arrow_right.svg") 8 20, auto;
}
.uq_lp .slider button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 0;
}

.uq_lp .am_slider {
  position: relative;
  width: 50.6730007918rem;
  height: 38.0047505938rem;
}
.uq_lp .am_slider > .slick-arrow {
  width: 50%;
  height: 100%;
  font-size: 0;
  position: absolute;
  z-index: 2;
}
.uq_lp .am_slider > .slick-prev {
  top: 0;
  left: 0;
  cursor: auto;
}
.uq_lp .am_slider > .slick-next {
  top: 0;
  right: 0;
  cursor: auto;
}
.uq_lp .am_slider button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 0;
}

.uq_lp .afternoon_slider {
  position: relative;
  width: 50.6730007918rem;
  height: 38.0047505938rem;
}
.uq_lp .afternoon_slider > .slick-arrow {
  width: 50%;
  height: 100%;
  font-size: 0;
  position: absolute;
  z-index: 2;
}
.uq_lp .afternoon_slider > .slick-prev {
  top: 0;
  left: 0;
  cursor: auto;
}
.uq_lp .afternoon_slider > .slick-next {
  top: 0;
  right: 0;
  cursor: auto;
}
.uq_lp .afternoon_slider button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 0;
}

.uq_lp .evening_slider {
  position: relative;
  width: 50.6730007918rem;
  height: 38.0047505938rem;
}
.uq_lp .evening_slider > .slick-arrow {
  width: 50%;
  height: 100%;
  font-size: 0;
  position: absolute;
  z-index: 2;
}
.uq_lp .evening_slider > .slick-prev {
  top: 0;
  left: 0;
  cursor: auto;
}
.uq_lp .evening_slider > .slick-next {
  top: 0;
  right: 0;
  cursor: auto;
}
.uq_lp .evening_slider button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 0;
}

.uq_lp .c-button {
  width: 6.334125099rem;
  height: 1.9002375297rem;
  background-color: #e6702e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  opacity: 1;
  transition: 0.5s;
  transition-property: opacity;
}
.uq_lp .c-button:hover {
  opacity: 0.5;
  transition: 0.5s;
  transition-property: opacity;
}
.uq_lp .c-button > .text {
  color: #fff;
  font-family: "Sofia Pro";
  font-weight: 500;
}

.uq_lp > .fv {
  position: relative;
}
.uq_lp > .fv > .area {
  overflow: hidden;
  margin-top: 1.9794140934rem;
}
.uq_lp > .fv > .area > .image {
  width: 100%;
  height: 47.5059382423rem;
}
.uq_lp > .fv > .area > .image > .i {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uq_lp > .fv > .area > .enTitle {
  position: absolute;
  top: 5.9382422803rem;
  left: 4.2755344418rem;
}
.uq_lp > .fv > .area > .enTitle > .sml {
  width: 8.3135391924rem;
  height: 0.8709422011rem;
  display: flex;
}
.uq_lp > .fv > .area > .enTitle > .sml > .i {
  width: 100%;
  height: 100%;
}
.uq_lp > .fv > .area > .enTitle > .lar {
  width: 41.0926365796rem;
  height: 9.9762470309rem;
  display: block;
  margin-top: 2.2961203484rem;
}
.uq_lp > .fv > .area > .enTitle > .lar > .i {
  width: 100%;
  height: 100%;
}
.uq_lp > .fv > .area > .jaTitle {
  position: absolute;
  bottom: 3.008709422rem;
  left: 4.2755344418rem;
}
.uq_lp > .fv > .area > .jaTitle > .en {
  width: 15.1227236738rem;
  height: 2.2169437846rem;
  display: block;
}
.uq_lp > .fv > .area > .jaTitle > .en > .i {
  width: 100%;
  height: 100%;
}
.uq_lp > .fv > .area > .jaTitle > .ja {
  width: 19.3982581156rem;
  height: 1.7418844022rem;
  display: block;
  margin-top: 1.1876484561rem;
}
.uq_lp > .fv > .area > .jaTitle > .ja > .i {
  width: 100%;
  height: 100%;
}

.uq_lp .read {
  position: relative;
  padding-top: 7.521773555rem;
  max-width: 101.3460015835rem;
  margin: auto;
}
.uq_lp .read > .title {
  position: absolute;
  top: 6.6508313539rem;
  left: 5.1464766429rem;
  font-size: 0.8709422011rem;
  line-height: 1.2727272727;
  color: #acacac;
}
.uq_lp .read > .image {
  width: 42.7553444181rem;
  height: 28.5035629454rem;
  margin: auto;
}
.uq_lp .read > .image > .i {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uq_lp .read > .text {
  text-align: center;
  margin-top: 5.1464766429rem;
}
.uq_lp .read > .text > .ja {
  font-size: 1.4251781473rem;
  line-height: 1.7777777778;
}
.uq_lp .read > .text > .en {
  font-size: 1.2668250198rem;
  line-height: 1.5625;
  margin-top: 1.5835312747rem;
}

.uq_lp .am {
  margin-top: 9.026128266rem;
}
.uq_lp .am > .area {
  display: flex;
}
.uq_lp .am > .area > .imageArea {
  width: 50.6730007918rem;
  height: 38.0047505938rem;
}
.uq_lp .am > .area > .imageArea > .am_slider > .picture-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.7917656374rem;
  left: 0;
  right: 0;
  z-index: 3;
}
.uq_lp .am > .area > .imageArea > .am_slider > .picture-dots > li > button::before {
  color: #fff !important;
}
.uq_lp .am > .area > .imageArea > .am_slider > .picture-dots > .slick-active > button::before {
  color: #e5702e !important;
}
.uq_lp .am > .area > .textArea {
  width: 20.4275534442rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto auto 5.7798891528rem;
}
.uq_lp .am > .area > .textArea > .area > .heading {
  width: 10.9263657957rem;
  height: 1.9794140934rem;
  border: 1px solid #e5702e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.9897070467rem;
  margin: auto;
}
.uq_lp .am > .area > .textArea > .area > .heading > .text_right {
  color: #e5702e;
  position: relative;
  font-size: 1.0292953286rem;
  font-family: "Shuei Mincho M";
  font-weight: 500;
}
.uq_lp .am > .area > .textArea > .area > .heading > .text_line {
  width: 1px;
  height: 18px;
  background-color: #e5702e;
  margin: 0 0.7125890736rem;
}
.uq_lp .am > .area > .textArea > .area > .heading > .text_left {
  color: #e5702e;
  font-size: 1.0292953286rem;
  font-family: "Shuei Mincho M";
  font-weight: 500;
}
.uq_lp .am > .area > .textArea > .area > .title {
  font-size: 1.4251781473rem;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 4.0380047506rem;
}
.uq_lp .am > .area > .textArea > .area > .text {
  font-size: 1.0292953286rem;
  line-height: 1.8461538462;
  margin-top: 3.8004750594rem;
}

.uq_lp .afternoon {
  margin-top: 9.4220110847rem;
}
.uq_lp .afternoon > .area {
  display: flex;
}
.uq_lp .afternoon > .area > .imageArea {
  width: 50.6730007918rem;
  height: 38.0047505938rem;
}
.uq_lp .afternoon > .area > .imageArea > .afternoon_slider > .picture-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.7917656374rem;
  left: 0;
  right: 0;
  z-index: 3;
}
.uq_lp .afternoon > .area > .imageArea > .afternoon_slider > .picture-dots > li > button::before {
  color: #fff !important;
}
.uq_lp .afternoon > .area > .imageArea > .afternoon_slider > .picture-dots > .slick-active > button::before {
  color: #e5702e !important;
}
.uq_lp .afternoon > .area > .textArea {
  width: 20.4275534442rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 5.7798891528rem auto auto;
}
.uq_lp .afternoon > .area > .textArea > .area > .heading {
  width: 11.7181314331rem;
  height: 1.9794140934rem;
  border: 1px solid #e5702e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.9897070467rem;
  margin: auto;
}
.uq_lp .afternoon > .area > .textArea > .area > .heading > .text_right {
  color: #e5702e;
  position: relative;
  font-size: 1.0292953286rem;
  font-family: "Shuei Mincho M";
  font-weight: 500;
}
.uq_lp .afternoon > .area > .textArea > .area > .heading > .text_line {
  width: 1px;
  height: 18px;
  background-color: #e5702e;
  margin: 0 0.7125890736rem;
}
.uq_lp .afternoon > .area > .textArea > .area > .heading > .text_left {
  color: #e5702e;
  font-size: 1.0292953286rem;
  font-family: "Shuei Mincho M";
  font-weight: 500;
}
.uq_lp .afternoon > .area > .textArea > .area > .title {
  font-size: 1.4251781473rem;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 4.0380047506rem;
}
.uq_lp .afternoon > .area > .textArea > .area > .text {
  font-size: 1.0292953286rem;
  line-height: 1.8461538462;
  margin-top: 3.8004750594rem;
}

.uq_lp .evening {
  margin-top: 9.4220110847rem;
}
.uq_lp .evening > .area {
  display: flex;
}
.uq_lp .evening > .area > .imageArea {
  width: 50.6730007918rem;
  height: 38.0047505938rem;
}
.uq_lp .evening > .area > .imageArea > .evening_slider > .picture-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.7917656374rem;
  left: 0;
  right: 0;
  z-index: 3;
}
.uq_lp .evening > .area > .imageArea > .evening_slider > .picture-dots > li > button::before {
  color: #fff !important;
}
.uq_lp .evening > .area > .imageArea > .evening_slider > .picture-dots > .slick-active > button::before {
  color: #e5702e !important;
}
.uq_lp .evening > .area > .textArea {
  width: 20.4275534442rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto auto 5.7798891528rem;
}
.uq_lp .evening > .area > .textArea > .area > .heading {
  width: 12.8266033254rem;
  height: 1.9794140934rem;
  border: 1px solid #e5702e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.9897070467rem;
  margin: auto;
}
.uq_lp .evening > .area > .textArea > .area > .heading > .text_right {
  color: #e5702e;
  position: relative;
  font-size: 1.0292953286rem;
  font-family: "Shuei Mincho M";
  font-weight: 500;
}
.uq_lp .evening > .area > .textArea > .area > .heading > .text_line {
  width: 1px;
  height: 18px;
  background-color: #e5702e;
  margin: 0 0.7125890736rem;
}
.uq_lp .evening > .area > .textArea > .area > .heading > .text_left {
  color: #e5702e;
  font-size: 1.0292953286rem;
  font-family: "Shuei Mincho M";
  font-weight: 500;
}
.uq_lp .evening > .area > .textArea > .area > .title {
  font-size: 1.4251781473rem;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 4.0380047506rem;
}
.uq_lp .evening > .area > .textArea > .area > .text {
  font-size: 1.0292953286rem;
  line-height: 1.8461538462;
  margin-top: 3.8004750594rem;
}

.uq_lp .items {
  max-width: 101.3460015835rem;
  margin: auto;
  padding-top: 8.3927157561rem;
}
.uq_lp .items > .area {
  width: 87.0942201108rem;
  margin: auto;
}
.uq_lp .items > .area > .innerArea > .title {
  text-align: center;
}
.uq_lp .items > .area > .innerArea > .title > .sml {
  font-size: 0.8709422011rem;
  line-height: 1.4545454545;
  color: #acacac;
  display: block;
}
.uq_lp .items > .area > .innerArea > .title > .lar {
  font-size: 1.7418844022rem;
  line-height: 1.7272727273;
  display: block;
}
.uq_lp .items > .area > .innerArea > .selectArea {
  margin-top: 5.5423594616rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select {
  width: 41.567695962rem;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .head > .image {
  width: auto;
  height: 46.7141726049rem;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .head > .image > .i {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .text {
  font-size: 1.0292953286rem;
  line-height: 1.2307692308;
  color: #acacac;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body {
  margin-top: 2.6920031671rem;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body.__first {
  border-left: 1px dotted #ebebeb;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body.__first > .content {
  margin-left: auto;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body.__second {
  border-right: 1px dotted #ebebeb;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body.__second > .content {
  margin-right: auto;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body > .content {
  width: 37.2129849565rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body > .content > .item {
  width: 17.4188440222rem;
  margin-bottom: 3.1670625495rem;
  display: flex;
  flex-direction: column;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body > .content > .item:last-child {
  margin-bottom: 0;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body > .content > .item > .slider > .slide-item {
  width: 17.4188440222rem;
  height: 17.4188440222rem;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body > .content > .item > .slider > .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.3460015835rem;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body > .content > .item > .prodect {
  text-align: center;
  margin-top: 3.4837688044rem;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body > .content > .item > .prodect > .title {
  font-size: 0.9501187648rem;
  line-height: 1.1666666667;
  color: #acacac;
  display: block;
  font-weight: 500;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body > .content > .item > .prodect > .price {
  margin-top: 0.9501187648rem;
  font-size: 0.7917656374rem;
  line-height: 1.7;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body > .content > .item > .text {
  font-size: 0.7917656374rem;
  line-height: 1.7;
  margin-top: 0.7917656374rem;
  flex-grow: 1;
}
.uq_lp .items > .area > .innerArea > .selectArea > .select > .area > .body > .content > .item > .buttonArea {
  margin-top: 1.5835312747rem;
}

.uq_lp .shops {
  background-color: #f8f8f8;
  padding: 5.5423594616rem 0 6.8883610451rem;
  margin-top: 11.7181314331rem;
}
.uq_lp .shops > .area {
  max-width: 101.3460015835rem;
  width: 87.0942201108rem;
  margin: auto;
}
.uq_lp .shops > .area > .title {
  font-size: 1.6627078385rem;
  line-height: 1.7619047619;
  text-align: center;
}
.uq_lp .shops > .area > .text {
  font-size: 1.0292953286rem;
  text-align: center;
  margin-top: 2.3752969121rem;
}
.uq_lp .shops > .area > .boxArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.4338875693rem;
}
.uq_lp .shops > .area > .boxArea > .shop {
  width: 25.7323832146rem;
}
.uq_lp .shops > .area > .boxArea > .shop:hover {
  opacity: 0.8;
  transition: 0.5s;
  transition-property: opacity;
}
.uq_lp .shops > .area > .boxArea > .shop:hover > .area > .text {
  color: #4d4d4d !important;
}
.uq_lp .shops > .area > .boxArea > .shop > .area > .image {
  width: 25.7323832146rem;
}
.uq_lp .shops > .area > .boxArea > .shop > .area > .image > .i {
  width: 100%;
  height: 100%;
}
.uq_lp .shops > .area > .boxArea > .shop > .area > .text {
  text-align: center;
  font-size: 1.1876484561rem;
  line-height: 1.6;
  margin-top: 2.2169437846rem;
  color: #4d4d4d !important;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: #e5702e;
}

.uq_lp .credit > .area {
  padding: 7.2050673001rem 0;
}
.uq_lp .credit > .area > .text {
  text-align: center;
  font-size: 0.7917656374rem;
  color: #acacac;
  line-height: 2.2;
}

.uq_lp .clockArea {
  width: 14.9643705463rem;
  height: 102.1377672209rem;
  margin-top: 6.2549485352rem;
}
.uq_lp .clockArea > .clockContent {
  width: 14.9643705463rem;
  height: 54.3942992874rem;
  display: flex;
  flex-direction: column;
  gap: 1.5835312747rem;
  margin: auto;
  z-index: 10;
}
.uq_lp .clockArea > .clockContent > .amArea > .area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.uq_lp .clockArea > .clockContent > .amArea > .area > .image {
  width: 4.7505938242rem;
  margin: auto;
}
.uq_lp .clockArea > .clockContent > .amArea > .area > .text {
  text-align: center;
  color: #e5702e;
  margin-top: 1.1084718923rem;
}
.uq_lp .clockArea > .clockContent > .line {
  width: 1px;
  height: 37.6088677751rem;
  background-color: #ebebeb;
  margin: 0 auto;
  position: relative;
  height: 37.6088677751rem;
}
.uq_lp .clockArea > .clockContent > .line > .js-line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #acacac;
  height: 0;
  width: 1px;
}
.uq_lp .clockArea > .clockContent > .line > .js-line-second {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #acacac;
  height: 0;
  width: 1px;
}
.uq_lp .clockArea > .clockContent > .line > .js-line-third {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #acacac;
  height: 0;
  width: 1px;
}
.uq_lp .clockArea > .clockContent > .afternoonArea > .area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.uq_lp .clockArea > .clockContent > .afternoonArea > .area > .image {
  width: 4.7505938242rem;
  margin: auto;
}
.uq_lp .clockArea > .clockContent > .afternoonArea > .area > .text {
  text-align: center;
  color: #e5702e;
  margin-top: 1.1084718923rem;
}
.uq_lp .clockArea > .clockContent > .eveningArea > .area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.uq_lp .clockArea > .clockContent > .eveningArea > .area > .image {
  width: 4.7505938242rem;
  margin: auto;
}
.uq_lp .clockArea > .clockContent > .eveningArea > .area > .text {
  text-align: center;
  color: #e5702e;
  margin-top: 1.1084718923rem;
}
