button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
  background: none;
  cursor: pointer;
  outline: none;
}

.site-main .uq_lp {
  overflow: hidden;
}

.scrollview {
  transition: all 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;
}

/*/////////////////////////////
	japandesign
/////////////////////////////*/
.uq_lp {
  position: relative;
  width: 100%;
}
.uq_lp > .mainVisual_section {
  padding-top: 38px;
  position: relative;
}
.uq_lp > .mainVisual_section > .main_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 60.5%;
  backface-visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.uq_lp > .mainVisual_section > .main_title > .i {
  display: block;
  width: 100%;
}
.uq_lp > .mainVisual_section > .image {
  display: block;
  width: 100%;
  overflow: hidden;
}
.uq_lp > .mainVisual_section > .image > .i {
  position: relative;
  display: block;
  width: 100%;
  backface-visibility: hidden;
  opacity: 0;
  transform: scale(1.05) translate3d(0, 0, 0);
}
.uq_lp > .mainVisual_section.show > .main_title {
  transition: opacity .6s .6s ease;
  opacity: 1;
}
.uq_lp > .mainVisual_section.show > .image > .i {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: opacity .8s ease, transform 1.2s ease;
}
.uq_lp > .lead_section {
  display: flex;
}
.uq_lp > .lead_section > .left_block {
  width: 50%;
  background-color: #8cc882;
}
.uq_lp > .lead_section > .left_block > .inner {
  width: 67.5%;
  margin-top: 16.375rem;
  margin-left: auto;
  margin-right: auto;
}
.uq_lp > .lead_section > .left_block > .inner > .lead {
  font-size: 1.125rem;
  line-height: 2.1111111111;
  letter-spacing: 0;
  color: #fff;
}
.uq_lp > .lead_section > .right_block {
  width: 50%;
  background-color: #736ebe;
  padding-top: 5.625rem;
  padding-bottom: 5.5rem;
}
.uq_lp > .lead_section > .right_block > .image {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.uq_lp > .lead_section > .right_block > .image > .i {
  backface-visibility: hidden;
  opacity: 0;
  transform: scale(1.05) translate3d(0, 0, 0);
}
.uq_lp > .lead_section > .right_block > .image.view > .i {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: opacity .8s ease, transform 1.2s ease;
}
.uq_lp > .ancor_nav {
  display: inline-block;
  position: fixed;
  top: 50%;
  right: 0;
  transform: rotate(90deg);
  z-index: 100;
  opacity: 0;
  transition: opacity .2s ease;
}
.uq_lp > .ancor_nav > .list {
  display: flex;
}
.uq_lp > .ancor_nav > .list > .item {
  position: relative;
  display: block;
}
.uq_lp > .ancor_nav > .list > .item > .link {
  display: block;
}
.uq_lp > .ancor_nav > .list > .item > .link > .text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}
.uq_lp > .ancor_nav > .list > .item > .link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .4s ease;
}
.uq_lp > .ancor_nav > .list > .item > .link.current:before {
  opacity: 1;
}
.uq_lp > .ancor_nav > .list > .item.men > .link {
  color: #00F000;
}
.uq_lp > .ancor_nav > .list > .item.men > .link:before {
  background-color: #00F000;
}
.uq_lp > .ancor_nav > .list > .item.women {
  margin-left: 2.8125rem;
}
.uq_lp > .ancor_nav > .list > .item.women > .link {
  color: #9966FF;
}
.uq_lp > .ancor_nav > .list > .item.women > .link:before {
  background-color: #9966FF;
}
.uq_lp > .ancor_nav.view {
  opacity: 1;
}
.uq_lp > .style_section > .style {
  position: relative;
  margin-top: 0.375rem;
  padding-top: 5.375rem;
  padding-bottom: 3.75rem;
  background-color: #ededed;
}
.uq_lp > .style_section > .style > .category {
  width: 10.25%;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uq_lp > .style_section > .style > .category > .text {
  font-size: 1.25rem;
  line-height: 1;
}
.uq_lp > .style_section > .style > .style_title {
  position: relative;
  margin-top: 2.1875rem;
  font-size: 3.25rem;
  line-height: 1;
  text-align: center;
  padding-bottom: 1.875rem;
}
.uq_lp > .style_section > .style > .style_title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 2.5%;
  height: 1px;
  background-color: #00F000;
}
.uq_lp > .style_section > .style > .style_lead {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.uq_lp > .style_section > .style > .look_image {
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  width: 33.125%;
}
.uq_lp > .style_section > .style > .look_image > .look_slider {
  position: relative;
}
.uq_lp > .style_section > .style > .look_image > .look_slider .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2 !important;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  transition: all .4s ease;
}
.uq_lp > .style_section > .style > .look_image > .look_slider .slide-arrow.next-arrow {
  right: -3.3962264151%;
}
.uq_lp > .style_section > .style > .look_image > .look_slider .slide-arrow.next-arrow.next-arrow:before {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0.9375rem;
  width: 0.3125rem;
  height: 0.9375rem;
  background: url(../img/japandesign/arrow.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.uq_lp > .style_section > .style > .look_image > .look_slider .slide-arrow.prev-arrow {
  left: -3.3962264151%;
}
.uq_lp > .style_section > .style > .look_image > .look_slider .slide-arrow.prev-arrow.prev-arrow:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  width: 0.3125rem;
  height: 0.9375rem;
  transform: rotate(180deg);
  background: url(../img/japandesign/arrow.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.uq_lp > .style_section > .style > .look_image > .look_slider .slick-dots {
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0.0625rem;
  overflow: hidden;
}
.uq_lp > .style_section > .style > .look_image > .look_slider .slick-dots li {
  display: inline-block;
}
.uq_lp > .style_section > .style > .look_image > .look_slider .slick-dots li button {
  position: relative;
  margin-left: 0.5rem;
  display: block;
  width: 2.5rem;
  height: 0.625rem;
  padding-top: 0.625rem;
  transition: width 580ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
.uq_lp > .style_section > .style > .look_image > .look_slider .slick-dots li button::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.uq_lp > .style_section > .style > .look_image > .look_slider .slick-dots li button #text {
  display: none;
}
.uq_lp > .style_section > .style > .look_image > .look_slider .slick-dots li:first-child button {
  margin-left: 0;
}
.uq_lp > .style_section > .style > .look_image > .look_slider .slick-dots li.slick-active button {
  width: 1.25rem;
}
.uq_lp > .style_section > .style > .look_item {
  padding-top: 3.75rem;
  width: 80%;
  margin-top: 3.75rem;
  padding-bottom: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 80px;
}
.uq_lp > .style_section > .style > .look_item > .look_inner {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list {
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item {
  display: flex;
  width: 50%;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .image {
  width: 41.6666666667%;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .image > .i {
  display: block;
  width: 100%;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap {
  position: relative;
  display: block;
  margin-left: 2.754590985%;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .catch {
  display: inline-block;
  padding: 0 0.5rem;
  color: #E7702E;
  font-size: 0.625rem;
  border: 1px solid #E7702E;
  border-radius: 14px;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .name {
  margin-top: 1rem;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .name > span {
  display: block;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .name > .en {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  font-weight: 600;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .name > .jp {
  font-size: 0.6875rem;
  line-height: 1.5454545455;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .note {
  font-size: 0.6875rem;
  line-height: 1.5454545455;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .detail {
  margin-top: 1rem;
  font-size: 0.6875rem;
  line-height: 1.5454545455;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .detail > span {
  position: relative;
  display: block;
  padding-left: 0.9375rem;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .detail > span:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 0.6875rem;
  height: 0.6875rem;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .detail > .f:before {
  background: url(../img/japandesign/icon_f.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .detail > .s:before {
  background: url(../img/japandesign/icon_s.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .detail > .c:before {
  background: url(../img/japandesign/icon_f.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .size {
  margin-top: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1.5454545455;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .buy_button {
  margin-top: 1.25rem;
  width: 6.875rem;
  transition: all .4s ease;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item > .wrap > .buy_button > .link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2.6;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}
.uq_lp > .style_section > .style > .look_item > .look_inner > .list > .item:nth-child(n+3) {
  margin-top: 3.75rem;
}
.uq_lp > .style_section > .style.style_01 > .look_item {
  width: 50%;
}
.uq_lp > .style_section > .style.style_01 > .look_item > .look_inner {
  width: 75%;
}
.uq_lp > .style_section > .style.style_01 > .look_item > .look_inner > .list > .item {
  width: 100%;
}
.uq_lp > .style_section > .style.style_04 > .look_item {
  width: 50%;
}
.uq_lp > .style_section > .style.style_04 > .look_item > .look_inner {
  width: 75%;
}
.uq_lp > .style_section > .style.style_04 > .look_item > .look_inner > .list > .item {
  width: 100%;
}
.uq_lp > .style_section.men > .style > .category {
  border: 1px solid #00F000;
}
.uq_lp > .style_section.men > .style > .category > .text {
  color: #00F000;
}
.uq_lp > .style_section.men > .style > .style_title:after {
  background-color: #00F000;
}
.uq_lp > .style_section.men > .style > .look_image > .look_slider .slide-arrow {
  background-color: #00F000;
  border: 1px solid #00F000;
}
.uq_lp > .style_section.men > .style > .look_image > .look_slider .slide-arrow:hover {
  background-color: #FFF;
}
.uq_lp > .style_section.men > .style > .look_image > .look_slider .slide-arrow:hover.next-arrow.next-arrow:before {
  background: url(../img/japandesign/arrow_g.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.uq_lp > .style_section.men > .style > .look_image > .look_slider .slide-arrow:hover.prev-arrow.prev-arrow:before {
  background: url(../img/japandesign/arrow_g.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.uq_lp > .style_section.men > .style > .look_item {
  border: 1px solid #00F000;
}
.uq_lp > .style_section.men > .style > .look_item > .look_inner > .title {
  color: #00F000;
}
.uq_lp > .style_section.men > .style > .look_item > .look_inner > .list > .item > .wrap > .buy_button {
  background-color: #00F000;
  border: 1px solid #00F000;
}
.uq_lp > .style_section.men > .style > .look_item > .look_inner > .list > .item > .wrap > .buy_button > .link {
  color: #fff;
}
.uq_lp > .style_section.men > .style > .look_item > .look_inner > .list > .item > .wrap > .buy_button:hover {
  background-color: #fff;
}
.uq_lp > .style_section.men > .style > .look_item > .look_inner > .list > .item > .wrap > .buy_button:hover > .link {
  color: #00F000;
}
.uq_lp > .style_section.women > .style > .category {
  border: 1px solid #9966FF;
}
.uq_lp > .style_section.women > .style > .category > .text {
  color: #9966FF;
}
.uq_lp > .style_section.women > .style > .style_title:after {
  background-color: #9966FF;
}
.uq_lp > .style_section.women > .style > .look_image > .look_slider .slide-arrow {
  background-color: #9966FF;
  border: 1px solid #9966FF;
}
.uq_lp > .style_section.women > .style > .look_image > .look_slider .slide-arrow:hover {
  background-color: #FFF;
}
.uq_lp > .style_section.women > .style > .look_image > .look_slider .slide-arrow:hover.next-arrow.next-arrow:before {
  background: url(../img/japandesign/arrow_p.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.uq_lp > .style_section.women > .style > .look_image > .look_slider .slide-arrow:hover.prev-arrow.prev-arrow:before {
  background: url(../img/japandesign/arrow_p.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.uq_lp > .style_section.women > .style > .look_item {
  border: 1px solid #9966FF;
}
.uq_lp > .style_section.women > .style > .look_item > .look_inner > .title {
  color: #9966FF;
}
.uq_lp > .style_section.women > .style > .look_item > .look_inner > .list > .item > .wrap > .buy_button {
  background-color: #9966FF;
  border: 1px solid #9966FF;
}
.uq_lp > .style_section.women > .style > .look_item > .look_inner > .list > .item > .wrap > .buy_button > .link {
  color: #fff;
}
.uq_lp > .style_section.women > .style > .look_item > .look_inner > .list > .item > .wrap > .buy_button:hover {
  background-color: #fff;
}
.uq_lp > .style_section.women > .style > .look_item > .look_inner > .list > .item > .wrap > .buy_button:hover > .link {
  color: #9966FF;
}
.uq_lp > .credit_section {
  position: relative;
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
}
.uq_lp > .credit_section > .credit {
  font-size: 0.625rem;
  line-height: 2;
  color: #000;
  text-align: center;
}
