.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
/////////////////////////////*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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-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);
  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;
}

/*/////////////////////////////
	01. mainImage
/////////////////////////////*/
.site-main .block_mainvisual {
  margin-top: 2.125rem;
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .8s ease, visibility .8s ease;
  transition: opacity .8s ease, visibility .8s ease;
}
.site-main .block_mainvisual.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}
.site-main .block_mainvisual.is-hidden .title {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.site-main .block_mainvisual.is-hidden .play {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}
.site-main .block_mainvisual .title {
  width: 31.5625%;
  position: absolute;
  top: 50%;
  left: 12.5%;
  transform: translateY(-50%);
}

/*/////////////////////////////
	02. block_lead
/////////////////////////////*/
.site-main .block_lead {
  margin-top: 7.5rem;
}
.site-main .block_lead .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 74.375%;
  max-width: 1190px;
  margin: 0 auto;
}
.site-main .block_lead .graph {
  width: 33.6134453782%;
}
.site-main .block_lead .column {
  flex: 1;
  padding-left: 18.0672268908%;
}
.site-main .block_lead .column p {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: .06em;
}

/*/////////////////////////////
	03. sect_product
/////////////////////////////*/
.site-main .sect_product {
  margin-top: 7.1875rem;
  padding-bottom: 8.125rem;
  transform: none;
}
.site-main .sect_product.view {
  transform: none;
}
.site-main .sect_product .hdg02 {
  color: #afafaf;
  font-size: 2.625rem;
  line-height: 1;
  text-align: center;
}
.site-main .sect_product .anchorLink {
  margin-top: 1.4375rem;
  border-top: #afafaf 1px solid;
}
.site-main .sect_product .anchorLink .wrap {
  padding: 1.25rem 0;
  background: #fff;
  transition: opacity .3s ease, visibility .3s ease;
}
.site-main .sect_product .anchorLink .wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-main .sect_product .anchorLink .wrap ul li {
  margin: 0 1.5625rem;
}
.site-main .sect_product .anchorLink .wrap ul li a {
  color: #afafaf;
  font-weight: bold;
  line-height: 1.625;
  display: block;
  padding: 0 0.3125rem;
  transition: color .4s ease;
}
.site-main .sect_product .anchorLink .wrap ul li a.current {
  color: #e7702e;
}
.site-main .sect_product .anchorLink + .section {
  margin-top: 7.5rem;
}
.site-main .sect_product .anchorLink.fixed {
  height: 4.125rem;
}
.site-main .sect_product .anchorLink.fixed .wrap {
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 100;
}
.site-main .sect_product .anchorLink.hide .wrap {
  opacity: 0;
  visibility: hidden;
}
.site-main .sect_product .section {
  margin-top: 1.25rem;
}
.site-main .sect_product .section + .section .inner {
  border-top: #afafaf 1px solid;
}
.site-main .sect_product .section + .section .heading {
  padding-top: 3.125rem;
}
.site-main .sect_product .section .inner {
  width: 57.5%;
  max-width: 920px;
  margin: 0 auto;
}
.site-main .sect_product .section .heading {
  display: flex;
  align-items: flex-end;
  padding: 0 5.4347826087%;
}
.site-main .sect_product .section .heading .image {
  width: 25.6097560976%;
}
.site-main .sect_product .section .heading .column {
  flex: 1;
  padding-right: 14.0243902439%;
}
.site-main .sect_product .section .heading .column h3 {
  color: #aeaeae;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.2;
}
.site-main .sect_product .section .heading .column p {
  line-height: 1.75;
  margin-top: 1.875rem;
}
.site-main .sect_product .section .body {
  margin-top: 5.3125rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-main .sect_product .section .body .col {
  display: flex;
  flex-direction: column;
  width: 42.3913043478%;
  margin-bottom: 6.25rem;
}
.site-main .sect_product .section .body .col .viewer {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
}
.site-main .sect_product .section .body .col .viewer.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.site-main .sect_product .section .body .col .viewer.slick-initialized + .thumbnailes {
  opacity: 1;
  visibility: visible;
}
.site-main .sect_product .section .body .col .viewer.slick-initialized + .thumbnailes:before {
  display: none;
}
.site-main .sect_product .section .body .col .viewer .img img {
  display: block;
}
.site-main .sect_product .section .body .col .viewer .slick-arrow {
  display: block;
  width: 1.875rem;
  height: 0;
  padding: 1.875rem 0 0;
  overflow: hidden;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  margin: -0.9375rem 0 0;
  z-index: 5;
  cursor: pointer;
}
.site-main .sect_product .section .body .col .viewer .slick-arrow:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  border-top: #fff 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5625rem;
}
.site-main .sect_product .section .body .col .viewer .slick-arrow.slick-next {
  right: 0.625rem;
}
.site-main .sect_product .section .body .col .viewer .slick-arrow.slick-next:before {
  border-right: #fff 1px solid;
  transform: rotate(45deg);
  margin-left: -0.84375rem;
}
.site-main .sect_product .section .body .col .viewer .slick-arrow.slick-prev {
  left: 0.625rem;
}
.site-main .sect_product .section .body .col .viewer .slick-arrow.slick-prev:before {
  border-left: #fff 1px solid;
  transform: rotate(-45deg);
  margin-left: -0.28125rem;
}
.site-main .sect_product .section .body .col .thumbnailes {
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
}
.site-main .sect_product .section .body .col .thumbnailes:before {
  content: "";
  display: block;
  padding-top: 26.6666666667%;
}
.site-main .sect_product .section .body .col .thumbnailes .slick-dots {
  display: flex;
}
.site-main .sect_product .section .body .col .thumbnailes .slick-dots li {
  width: 20%;
}
.site-main .sect_product .section .body .col .thumbnailes .slick-dots li button {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 133.3333333333% 0 0;
  margin: 0;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  opacity: .5;
  transition: opacity .6s ease;
}
.site-main .sect_product .section .body .col .thumbnailes .slick-dots li.slick-active button {
  opacity: 1;
}
.site-main .sect_product .section .body .col .detail {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  flex: 1;
}
.site-main .sect_product .section .body .col .detail .type {
  font-size: 0.875rem;
  line-height: 1;
}
.site-main .sect_product .section .body .col .detail .name {
  color: #afafaf;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.1111111111;
  margin-top: 0.9375rem;
}
.site-main .sect_product .section .body .col .detail .text {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  margin-top: 0.625rem;
  flex: 1;
}
.site-main .sect_product .section .body .col .detail .date {
  font-size: 0.6875rem;
  line-height: 1;
  margin-top: 0.75rem;
  padding-top: 0.875rem;
  border-top: #afafaf 1px solid;
}
.site-main .sect_product .section .body .col .detail .buyBtn {
  width: 7.5rem;
  margin: 1.875rem auto 0;
}
.site-main .sect_product .section .body .col .detail .buyBtn a {
  color: #e8702e;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.1428571429;
  text-align: center;
  display: block;
  border: #e8702e 1px solid;
  transition: opacity .4s ease;
}
.site-main .sect_product .section .body .col .detail .buyBtn a:hover {
  opacity: .6;
}
.site-main .sect_product .section .body .col .detail .buyBtn span {
  color: #e8702e;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
  display: block;
  border: #e8702e 1px solid;
}

/*# sourceMappingURL=2022spring_summer.css.map */
