@media screen and (max-width: 768px) {
  #key-visual .kv-pagination {
    position: static;
    transform: none;
    justify-content: center;
  }

  #key-visual .kv-pagination .swiper-pagination-bullets {
    padding: 10px 0;
  }

  #key-visual .kv-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }

  #key-visual .swiper-button-next,
  #key-visual .swiper-button-prev {
    display: none;
  }

  #hot {
    display: block;
  }

  #hot .hot-slide {
    margin-bottom: 7px;
  }

  #hot .hot-slide:hover {
    transform: none;
  }

  #banner .pagination {
    display: flex;
    justify-content: center;
    bottom: 8px;
    left: 0;
  }
  #banner .img {
    display: none;
  }
  #banner .img_m {
    display: block;
    width: 100%;
  }
  #banner a.arrow-left,
  #banner a.arrow-right {
    display: none;
  }

  .related {
    /*width:100%;
    padding: 20px 3%;
    box-sizing:border-box;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    height: auto;*/
    padding: 0;
    margin: 0 -15px !important;
  }
  .related .txtbox {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .related .imgbox_m {
    display: block;
    width: 49%;
    float: left;
    padding-left: 0;
  }
  .related .imgbox_pc,
  .related .imgbox_pad {
    display: none;
  }
  .related .imgbox_m {
    display: block;
  }

  .related .imgbox {
    /*width: 48%;
    padding-left: 5px;
    display: inline-block;*/
  }
  .related .imgbox a {
    float: none;
  }
  .related .imgbox img {
    width: 100%;
  }
  .related .imgbox .img_mobile {
    display: block;
  }
  .related .imgbox .img_pc,
  .related .imgbox .pad {
    display: none;
  }
  .related .imgbox span {
    display: block;
    font-size: 12px;
    line-height: 30px;
  }
  .related .imgbox_m a {
    width: 100%;
    display: block;
    float: none;
    margin-top: 15px;
    right: 0;
  }
  .related .imgbox_m_wrapper {
    overflow: hidden;
  }
  .related h2 {
    font-size: 16px;
  }
  .related ul li {
    font-size: 12px;
  }
  .related .imgboxWrapper {
    width: 100%;
    display: table;
  }
  #newslist_new .swiper-slide {
    flex: none;
  }

  #videoPlayModal .videoPlayModal_c {
    width: 100%;
    margin-left: 0%;
    top: 20%;
    left: 0;
    padding: 15px;
    padding-bottom: 76px;
    transform: none;
  }

  #videoPlayModal .videoPlayModal_c h2 {
    margin: 10px 0;
    font-size: 18px;
    padding-bottom: 16px;
    padding-right: 20px;
    line-height: 1.3;
  }

  .product-ad .arrow-left,
  .product-ad .arrow-right {
    width: 26px;
    height: 26px;
    margin: 0;
    transform: translateY(-50%);
  }
  .product-ad .arrow-left {
    left: 10px;
  }
  .product-ad .arrow-right {
    transform: translateY(-50%) rotateY(180deg);
    right: 10px;
  }
}
