/* TOP ADD */
/*------------------------------------------------*/
.pg-new-block .pg-kv-img {
  background-image: url("/assets/images/top/top_kv_pc_03.jpg");
  height: 525px;
}
@media only screen and (max-width: 960px) {
  .pg-new-block .pg-kv-img {
    height: 465px;
  }
}
.pg-new-block .pg-kv-img-flame {
  padding-top: 145px;
}
@media only screen and (max-width: 960px) {
  .pg-new-block .pg-kv-img-flame {
    padding-top: 70px;
  }
}
.pg-new-block .pg-kv-img-flame .box-title {
  padding-top: 0;
}
.pg-new-block .pg-kv-img-flame .box-title > img {
  width: auto;
  max-width: 100%;
}
.pg-new-block .pg-kv-img-flame .txt-main {
  width: 570px;
  color: #323246!important;
}
@media only screen and (max-width: 960px) {
  .pg-new-block .pg-kv-img-flame .txt-main {
    width: 100%;
    color: #323246;
  }
}
@media only screen and (max-width: 960px) {
  .list-ul-index-link.pg-new-index {
    display: flex;
  }
  .list-ul-index-link.pg-new-index > li {
    display: inline-block;
    width: 50%;
  }
  .list-ul-index-link.pg-new-index > li:nth-child(even) {
    padding-left: 20px;
  }
  .list-ul-index-link.pg-new-index > li:not(:first-child) {
    border-top: 1px solid #d7d7e1;
  }
}

/* 20210624 carousel */
.top-carousel {
  overflow: hidden;
}

.top-carousel .banner-slider-wrapper {
  max-width: 980px;
  padding-top: 36px;
  padding-bottom: 36px;
}

@media screen and (max-width: 960px) {
  .top-carousel .banner-slider-wrapper {
    max-width: 196px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.top-carousel .banner-slider,
.top-carousel .slick-list {
  overflow: visible;
}

.top-carousel .banner-slider {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .top-carousel .banner-slider {
    margin: 0 -8px;
  }
}

@media screen and (max-width: 960px) {
  .top-carousel .slick-list {
    margin: 0 16px;
  }
}

.top-carousel .banner-slider-item {
  width: 180px;
  margin: 0 8px;
}

.top-carousel .banner-slider-wrapper .banner-cassette {
  width: 100%;
}

.top-carousel .banner-cassette-inner {
  display: block;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .top-carousel .banner-cassette-inner {
    padding: 0;
  }
}

@media screen and (max-width: 960px) {
  .top-carousel .banner-cassette-inner > img {
    display: block;
    width: 100%;
  }
}

.top-carousel .banner-cassette-inner > .banner-cassette-definition {
  padding: 8px 10px 16px;
}

@media screen and (max-width: 960px) {
  .top-carousel .banner-cassette-inner > .banner-cassette-definition {
    display: block;
    padding: 6px 10px;
  }
}

.top-carousel .banner-cassette-definition > dt {
  margin-bottom: 8px;
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  .top-carousel .banner-cassette-definition > dt {
    margin-bottom: 4px;
    font-size: 12px;
  }
}

.top-carousel .banner-cassette-definition > dd {
  font-size: 12px;
  color: #323246;
}

@media screen and (max-width: 960px) {
  .top-carousel .banner-cassette-definition > dd {
    font-size: 12px;
    color: #6e6e82;
  }
}

.top-carousel .slider-btn-top {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(60, 80, 160, 0.2);
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 960px) {
  .top-carousel .slider-btn-top {
    width: 32px;
    height: 32px;
  }
}

.top-carousel .slider-btn-top.is-disabled {
  pointer-events: none;
}

.top-carousel .slider-btn-top:hover {
  opacity: 0.75;
}

.top-carousel .slider-prev-btn-top {
  left: -12px;
}

@media screen and (max-width: 960px) {
  .top-carousel .slider-prev-btn-top {
    left: -26px;
  }
}

.top-carousel .slider-prev-btn-top::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url("/assets/images/top/icon_slide_left.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .top-carousel .slider-prev-btn-top::after {
    width: 8px;
    height: 14px;
  }
}

.top-carousel .slider-next-btn-top {
  right: -12px;
}

@media screen and (max-width: 960px) {
  .top-carousel .slider-next-btn-top {
    right: -26px;
  }
}

.top-carousel .slider-next-btn-top::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url("/assets/images/top/icon_slide_right.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .top-carousel .slider-next-btn-top::after {
    width: 8px;
    height: 14px;
  }
}
