@charset "utf-8";
/* ===================================================================
CSS information

 style info: times

=================================================================== */

/*----------------------------------------------------------------
  times
----------------------------------------------------------------*/

.times main{
  padding-bottom: 40px;
}
.times .headline {
  margin: 38px 0 0;
}
.times-slider {
  margin: 34px 0 0;
}

.times-slider .slick-slide {
  margin: 0 25px;
}

.slick-slide img {
  width: 100%;
}
.slick-next,
.slick-prev {
  width: 15px;
  height: 28px;
  cursor: pointer;
  top: -88px;
  transform: translate(0,0);
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
  z-index: 1;
}

.slick-next:before,
.slick-prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.slick-next::before {
  background: url(../img/icn_arrow_r_03.png) no-repeat top left;
  background-size: 100% auto;
}
.slick-prev::before {
  background: url(../img/icn_arrow_l_03.png) no-repeat top left;
  background-size: 100% auto;
}
.slick-next.slick-disabled:before {
  opacity: 1;
}
.times-slider .img {
  position: relative;
  padding-bottom: 39px;
  background: none;
}
.times-slider .img img {
  width: auto;
  height: 670px;
}
.times-slider .button {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.times-slider .button a {
  display: block;
  width: 20px;
  height: 20px;
}
.times-slider .button::after,
.times-slider .button::before {
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background: #000;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform .3s;
}
.times-slider .button::after {
  transform: rotate(90deg);
}

.times-slider .button.active::before {
  transform: rotate(45deg);
}
.times-slider .button.active::after {
  transform: rotate(135deg);
}

.credit {
  display: none;
  margin: -26px 0 0;
  padding: 0 25px 0 0;
}
.credit p {
  font-size: 12px;
  line-height: 2.2;
}

@media screen and (max-width: 1366px) {
  .times-slider .img img {
    width: auto;
    height: 450px;
  }
}
@media screen and (max-width: 800px) {
  .times main {
    padding-bottom: 27px;
  }
  .times .headline {
    margin: 19px 0 0;
  }
  .times-slider {
    margin: 17px 0 0;
  }
  .times-slider li + li {
    margin: 25px 0 0;
  }
  .times-slider .button {
    position: relative;
    float: right;
    margin: 14px 0 0;
  }
  .times-slider .img {
    padding-bottom: 0;
    overflow: hidden;
  }
  .times-slider .img img {
    width: 100%;
    height: auto;
  }
  .credit {
    margin: -26px 0 -10px;
  }
}


/*----------------------------------------------------------------
  footer
----------------------------------------------------------------*/
.home footer .language{
  display: block;
}