#main #specification_block ul,
#main #specification_block ol {
  padding-left: 1rem;
}
#main #specification_block ul li,
#main #specification_block ol li {
  list-style: unset;
}
#main #specification_block table {
  max-width: 100%;
}
#main #specification_block table td {
  padding: 0.5rem;
  min-width: 80px;
}
#main #specification_block img,
#main #specification_block iframe {
  max-width: 100%;
}
#main #specification_block a {
  text-decoration: underline;
}
#main #specification_block a:hover {
  color: #009491;
}
#main #specification_block .youtube-embed-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: 0;
}
#main #specification_block .youtube-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

#main #pd_block #mainCarousel {
  width: 100%;
  margin: 0 auto 1rem auto;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
      0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}
#main #pd_block #mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main #pd_block #mainCarousel .carousel__button.is-prev {
  left: -1.5rem;
}
#main #pd_block #mainCarousel .carousel__button.is-next {
  right: -1.5rem;
}
#main #pd_block #mainCarousel .carousel__button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #ddd;
          box-shadow: 0 0 0 4px #ddd;
}
#main #pd_block #thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
}
#main #pd_block #thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#main #pd_block #thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}
#main #com_info_block .ap_tag_list > a:not(:nth-last-child(3))::after {
  content: ",";
  padding-right: 0.25rem;
}
#main #specification_block table th {
  text-align: center;
}
#main #specification_block .tab-pane {
  overflow-x: auto;
}
#main #relative_block .slider .slick-arrow {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
#main #relative_block .slider .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  color: #212529;
  font-size: 2.5rem;
}
#main #relative_block .slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #212529;
  font-size: 2.5rem;
}

.fancybox__container .fancybox__button--zoom {
  display: none !important;
}

@media (max-width: 1199.98px) {
  #main #pd_block .slider-for img {
    max-width: 350px;
  }
}
@media (max-width: 767.98px) {
  #main #com_info_block .com_logo {
    width: 80%;
  }
}

.product-tag::before {
  content: attr(data-ribbon);
  position: absolute;
  font-size: var(--f);
  top: 0;
  right: 0;
  transform: translate(29.29%, -100%) rotate(45deg);
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 0;
  transform-origin: bottom left;
  padding: 5px 35px calc(var(--d) + 5px);
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0 0) bottom/100% var(--d)
    no-repeat var(--c);
  background-clip: padding-box;
  clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - var(--d)) calc(100% - var(--d)),var(--d) calc(100% - var(--d)),0 100%);
  -webkit-mask: linear-gradient(135deg,transparent calc(50% - var(--d) * 0.707),#fff 0) bottom left,
    linear-gradient(-135deg, transparent calc(50% - var(--d) * 0.707), #fff 0)bottom right;
  -webkit-mask-size: 300vmax 300vmax;
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  z-index: 100;
}

.product-tag.left::before {
  left: 0;
  right: auto;
  transform: translate(-29.29%, -100%) rotate(-45deg);
  transform-origin: bottom right;
}