@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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 0 120px 0;
}
@media screen and (max-width:800px) {
  .slick-list {
    padding: 0 0 19vw 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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

/**top*****************************/
.prev2 {
  width: 65px;
  position: absolute;
  top: calc((100% - 120px) / 2);
  left: 0.5%;
  transform: translate(0%, -50%);
  z-index: 50;
  transition: all 0.4s ease-out 0.01s;
}
.prev2:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  .prev2 {
    width: 5vw;
    left: 0%;
    top: calc((100% - 19vw) / 2);
    display: none !important;
  }
}

.next2 {
  width: 65px;
  position: absolute;
  top: calc((100% - 120px) / 2);
  right: 0.5%;
  transform: translate(0%, -50%);
  z-index: 50;
  transition: all 0.4s ease-out 0.01s;
}
.next2:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  .next2 {
    top: calc((100% - 19vw) / 2);
    width: 5vw;
    right: 0%;
    display: none !important;
  }
}

.slick-dots {
  position: absolute;
  bottom: 2px;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 0;
  transform: translate(0, 0%);
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:800px) {
  .slick-dots {
    bottom: 0.5vw;
  }
}
.slick-dots li {
  display: inline-block;
  padding: 0 7.5px !important;
}
.slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 10px;
  border: unset;
  height: 10px;
  display: block;
  background: #CBCBCB;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: #f89432;
}
.slick-dots .slick-current button {
  background: #f89432 !important;
}

/********************************/
.slider_all_contena {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.slidebox001 {
  width: 100%;
  position: relative;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
}
.slidebox001.active {
  pointer-events: auto;
  opacity: 1;
}

.slidebox002 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
}
.slidebox002.active {
  pointer-events: auto;
  opacity: 1;
}

.slidebox003 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
}
.slidebox003.active {
  pointer-events: auto;
  opacity: 1;
}

ul.slidemenu {
  width: 79.5%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 10.25%;
  bottom: 45px;
  z-index: 99;
}
@media screen and (max-width:800px) {
  ul.slidemenu {
    font-size: 3.4vw;
    width: 90%;
    left: 5%;
    bottom: 8vw;
  }
}
ul.slidemenu li {
  width: 31%;
}
ul.slidemenu li.logn {
  width: 48.5%;
}
ul.slidemenu li a {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0 0.6em 0;
  border: 1px solid #999;
  text-align: center;
}
@media screen and (max-width:800px) {
  ul.slidemenu li a {
    padding: 0.4em 0 0.45em 0;
  }
}
ul.slidemenu li a.active {
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff;
}

/**中身********************************/
.slidebana {
  position: relative;
  width: 100%;
}
.slidebana::before {
  content: "";
  width: 12%;
  height: 100%;
  position: absolute;
  z-index: 15;
  top: -5px;
  left: -2%;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  .slidebana::before {
    width: 7%;
  }
}
.slidebana::after {
  content: "";
  width: 12%;
  height: 100%;
  position: absolute;
  z-index: 15;
  top: -5px;
  right: -2%;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  .slidebana::after {
    width: 7%;
  }
}

.slidebana li.mainps {
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  z-index: 10;
}
.slidebana li.mainps figure {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width:800px) {
  .slidebana li.mainps figure {
    width: 90%;
  }
}
.slidebana li.mainps figure .shadow_uper {
  width: 100%;
  height: 28%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 99%);
}
.slidebana li.mainps figure .shadow_uper2 {
  width: 100%;
  height: 28%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 99%);
}
.slidebana li.mainps .base_text {
  font-size: 20;
  color: #fff;
  position: absolute;
  z-index: 15;
  top: 34px;
  left: 34px;
  letter-spacing: 0.1em;
  line-height: 160%;
}
@media screen and (max-width:1000px) {
  .slidebana li.mainps .base_text {
    font-size: 2vw;
    top: 3vw;
    left: 3vw;
  }
}
@media screen and (max-width:800px) {
  .slidebana li.mainps .base_text {
    top: 2.5vw;
    left: 2.5vw;
    font-size: 2.8vw;
  }
}
.slidebana li.mainps .base_text.blacks {
  color: #000;
}/*# sourceMappingURL=slick_product.css.map */