body.is-renewal *, body:has(.top-kv) *, body:has(.pagetitle) *, body:has(.breadcrumbs) * {
  box-sizing: border-box;
}
body {
  height: auto;
}
a[type="button"],button {
  cursor: pointer;
}
#Header {
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
}


footer {
  z-index: auto;
}
section .swiper-button-next, section .swiper-button-prev {
  background: none;
  
}
.jins-wrap .swiper-button-prev:after, .jins-wrap .swiper-rtl .swiper-button-next:after,
.jins-wrap .swiper-button-next:after, .jins-wrap .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.swiper-button-next .swiper-navigation-icon {
  transform: scaleX(-1);
}

.jins-wrap .section-contents-product-mention-box:last-of-type {
  right: calc(var(--designSp)*60);
}

@media screen and (min-width: 992px) {
  .jins-wrap .section-contents-product-mention-box:first-of-type {
    left: calc(var(--designPc)*36);
  }  
  .jins-wrap .section-contents-product-mention-box:last-of-type {
    right: calc(var(--designPc)*68);
    top: calc(var(--designPc)*50);
  }
}
