.fromzero-product-details .categoryMv_contents .categoryMv_specList img {
  border: none;
}

.fromzero-product-details .categoryMv_contents .categoryMv_specList img:hover {
  border: none;
}

/* モーダルと背景の指定 */
.notec-modal {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 100px 20px;
  overflow: auto;
  box-sizing: border-box;
  z-index: 2000;
}

/* モーダル背景 */
.mfp-notec-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: 100%;
  z-index: 2000;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
}

/* スライダー */
.slick-slide-notec {
  text-align: center;
}

.slick-slide-notec img {
  width: 400px;
  display: inline-block;
}

.slick-notec .slick-dots-notec {
  flex-direction: unset !important;
  flex-wrap: wrap;
  position: unset;
  margin: 20px auto;
}

.slick-notec .slick-dots-notec li button:before {
  font-size: 30px !important;
}

.notec-modal button.mfp-close {
  top: -25px;
  right: -25px;
}

.notec-modal .slick-arrow.slick-prev {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  left: 5px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.notec-modal .slick-arrow.slick-prev:before {
  line-height: 1;
  font-size: 3rem;
  color: #6b6b6d;
  font-family: "FontAwesome";
  content: "\f104";
  margin-left: -4px;
  margin-top: -4px;
}

.notec-modal .slick-arrow.slick-next {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  right: 5px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}

.notec-modal .slick-arrow.slick-next:before {
  line-height: 1;
  font-size: 3rem;
  color: #6b6b6d;
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: -4px;
  margin-top: -4px;
}

@media print, screen and (min-width: 768px) {
  .notec-modal .slick-dots-notec li {
    width: 100px;
    height: 100px;
    border-radius: 3px;
    margin: 0 2px !important;
    border: 1px solid #cccccc;
  }
  .notec-modal .slick-arrow {
    top: 210px;
    transform: translateY(0);
  }

  .notec-modal .slick-dots-notec .slick-active {
    border: 1px solid #0784e8;
  }

  .slick-notec .slick-dots-notec {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .mfp-notec-bg {
    display: none;
  }

  .notec-modal {
    top: 0px;
    height: 100vh;
    padding: 0px;
    background: #ffffff;
  }

  .modal-container {
    height: 100%;
    align-content: center;
  }

  .notec-modal button.mfp-close {
    top: 15px;
    right: 15px;
  }
  .notec-modal .slick-dots-notec{
    width: auto;
    justify-content: center;
  }
  .notec-modal .slick-dots-notec li{
    margin-top: 20px;
  }
  .slick-notec .slick-dots-notec li img {
    display: none;
  }

  .slick-notec .slick-dots-notec li:before {
    font-size: 30px !important;
  }

  .slick-notec .slick-dots-notec .slick-active:before {
    color: black;
    opacity: 0.75;
  }

  .slick-notec .slick-dots-notec li:before {
    display: block !important;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .notec-modal .slick-arrow.slick-prev,
  .notec-modal .slick-arrow.slick-next {
    background: none;
    border: none;
    box-shadow: none;
  }

  .notec-modal .slick-arrow.slick-next{
    right: -15px;
  }

  .notec-modal .slick-arrow.slick-prev {
    left: -15px;
  }

  .notec-modal .slick-arrow.slick-next:before,
  .notec-modal .slick-arrow.slick-prev:before {
    font-size: 5rem;
  }
}
