/* ------------------------------------------------------
 * slick common
------------------------------------------------------ */

.slick-slider {
  display: none;
}

.slick-initialized.slick-slider {
  display: block;
}

/* ------------------------------------------------------
 * Hero Visual
------------------------------------------------------ */
#top-hero {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42.80%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
#top-hero {
  padding-top: 80%;
}
}

#top-hero .hero-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0,0,-1px);
  transform: translate3d(0,0,-1px);
}

#top-hero .hero-item {
  position: relative;
}

#top-hero .hero-item > img {
  width: 100%;
  height: auto;
  transform: scale(1.0,1.0);
  transition: transform 0s linear 1.0s;
}

#top-hero .hero-item.orgbtm img {
  transform-origin: bottom;
}

#top-hero .hero-item:first-child > img {
  animation: firstZOut 12.0s linear;
}

#top-hero .hero-item.slick-active > img {
  transform: scale(1.1,1.1);
  transition: transform 12.0s linear;
}

#top-hero .hero-item .hero_copy {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

#top-hero .slider-interface {
  position: absolute;
  width: 100%;
  bottom: 5%;
}

#top-hero .slider-interface .ui-dots {
  height: 10px;
  text-align: center;
}

#top-hero .slider-interface .ui-dots .slick-dots {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  bottom: 10px;
}

#top-hero .slider-interface .ui-dots .slick-dots > li {
  padding: 0;
  margin: 0 7.5px;
  width: 10px;
  height: 10px;
}

#top-hero .slider-interface .ui-dots .slick-dots > li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #666;
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

#top-hero .slider-interface .ui-dots .slick-dots > li.slick-active button {
  background: #fff;
}

@keyframes firstZOut {
0% {
  -webkit-transform: scale(1.0,1.0);
  transform: scale(1.0,1.0);
}
100% {
  -webkit-transform: scale(1.2,1.2) rotate(0.1deg);
  transform: scale(1.2,1.2) rotate(0.1deg);
}
}

@media only screen and (min-width: 768px) {
.pc-hidden {
  display: none!important;
}
}

@media only screen and (max-width: 767px) {
.sp-hidden {
  display: none!important;
}
}

.hero-item__ttl {
  padding: 0 20px;
}

.hero-item__ttl.ttl__01 {
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
}

.hero-item__ttl.ttl__02 {
  position: absolute;
  top: 50%;
  right: 25%;
}

.hero-item__ttl.ttl__03 {
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
}

.hero-item__ttl img {
  margin: auto;
}

@media only screen and (max-width: 1000px) {
.hero-item__ttl.ttl__02 {
  right: 14%;
}
}

@media only screen and (max-width: 900px) {
.hero-item__ttl.ttl__02 {
  right: 9%;
}
}

@media only screen and (max-width: 767px) {
.hero-item__ttl {
  padding: 0 50px;
}

.hero-item__ttl.ttl__02 {
  top: 63%;
  right: 2%;
  padding: 0;
}

.hero-item__ttl.ttl__03 {
  padding: 0 80px;
}
}

@media only screen and (max-width: 640px) {
.hero-item__ttl.ttl__02 {
  max-width: 340px;
  padding: 0;
  top: 63%;
  right: 2%;
}
}


@media only screen and (max-width: 425px) {
.hero-item__ttl.ttl__02 {
  max-width: 240px;
  padding: 0;
  top: 63%;
  right: 2%;
}
}


/* ------------------------------------------------------
 * products slilder
------------------------------------------------------ */
.top-products .slick-prev, .top-products .slick-next {
  z-index: 10;
}

.top-products .slick-prev:before, .top-products .slick-next:before {
  color: #333;
}
.top-products .slick-prev {
  left: -35px;
}

.top-products .slick-next {
  right: -35px;
}

.top-products .slick-slide img {
  max-width: 100%;
}

.data-pro {
  outline: none;
}

.data-pro:hover {
  cursor: pointer;
}

.scale {
  overflow: hidden;
  width: 255px;
  height: 255px;
  display: block;
}
.scale img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
.scale img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* ------------------------------------------------------
 * products
------------------------------------------------------ */
.c-section__products {
  background: #bfdffe url("/images/products_bg.jpg") no-repeat center bottom;
  background-size: cover;
  width: 100%;
  min-height: 1350px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
.c-section__products {
  background: none;
}
}

.c-section__products .c-section__body {
  max-width: 1000px;
  padding: 60px 20px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
.c-section__products .c-section__body.sp-bgsection {
  background: url(/images/products_bg_sp.jpg) no-repeat center bottom;
  min-height: 460px;
  background-size: cover;
}
}

.c-section__products .c-section__body__inner {
  text-align: center;
}

.c-section__products .c-section__body__inner h2:before {
  content: none;
}

.c-section__products .c-section__body__inner h2 {
  font-size: 26px;
}

.c-section__products__panel {
  margin-top: 40px;
}

.c-section__products__panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.c-section__products__panel ul li {
  list-style: none;
  margin: 0 15px 30px 15px;
  padding: 0;
  background: #fff;
  border: 1px solid #c1c1c1;
  width: 310px;
  height: 310px;
  box-sizing: border-box;
  position: relative;
}

.c-section__products__panel ul li:before {
  content: none;
}

.c-section__products__panel ul li a {
  display: block;
  padding: 60px 16px 80px 16px;
}

.c-section__products__panel ul li img {
  max-width: 100%;
  max-height: 100%;
}

/*.c-section__products__panel ul li:hover {
  background: #e5e5e5;
  cursor: pointer;
  transition: 0.3s;
}*/


.c-section__products__panel ul li a:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  content: '';
  transition: opacity .5s;
  transform: translate3d(0,0,0);
}

.c-section__products__panel ul li a:hover:after {
  opacity: .3;
}


.c-section__products__panel ul li span {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.c-section__link {
  padding-top: 2px;
}

.p-linkPanel__title {
  color: #222;
  font-size: 22px;
  top: 20%;
}

.c-section--info .c-btn {
  margin-top: 40px;
}

/* ------------------------------------------------------
 * recomend
------------------------------------------------------ */
.p-recomendCards .p-linkCard__link {
  outline: none;
}

.p-recomendCards__list .slick-dots {
  bottom: -46px;
}

.p-recomendCards__list .slick-dots li button:before {
  display: none;
}

.p-recomendCards__list .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 16px 5px;
}
