/* hover
=================================================================== */
/* ================================================ vw */
/* ================================================ vh */
/* common
=================================================================== */
/* layout
=================================================================== */
/* imgCover
=================================================================== */
/* mask
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* textTate
=================================================================== */
/* form
=================================================================== */
/* =================================================================== hover anime */
@keyframes pop-hover {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-6deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(3deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes pop-hover-sm {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-1deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(0.5deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
/* =================================================================== slider anime */
@keyframes slider-anime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/*============================================================================================ 1285px */
@media only screen and (max-width: 767px) {
  /* ================================================ vw */
  /* ================================================ vh */
  /* ======================================================================================================== products top */
  /* ============================================================================================ productsKv */
  .productsKv {
    padding-top: 30px;
  }
  /* ============================================================= pKv__article */
  .pKv__article {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .pKvSection__main {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .pKvSection__sub {
    width: 100%;
  }
  /* --------------------------------------- pKvSection__mainImg info */
  .pKvSection__mainImg--info {
    width: min(14.6666666667vw, 155px);
    height: min(4.8vw, 18px);
    line-height: min(5.8666666667vw, 22px);
    top: 3%;
    left: 3.5%;
    border-radius: min(0.8vw, 3px);
  }
  .pKvSection__mainImg--info--inner {
    transform: scale(0.75);
  }
  .pKvSection__mainImg--info--p {
    padding-left: 5px;
    padding-left: 5px;
  }
  .pKvSection__mainImg--info--p > span {
    font-size: min(2.9333333333vw, 11px);
  }
  .pKvSection__mainImg--info--p > span.fontEn {
    font-size: min(3.4666666667vw, 13px);
  }
  /* ============================================================= pKvLeader */
  .pKvLeader {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* --------------------------------------- pKvLeader__title */
  .pKvLeader__title--p {
    font-size: min(3.4666666667vw, 13px);
    padding-top: min(4vw, 15px);
  }
  /* =============================================== pKvLeader__main */
  .pKvLeader__main {
    display: block;
  }
  .pKvLeader--p {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    font-size: min(4.2666666667vw, 16px);
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.22em;
    font-family: YakuHanJP, dnp-shuei-gothic-gin-std, sans-serif;
  }
  .productsKv__slider--target {
    min-height: inherit;
  }
  /* =============================================== pKvCount */
  .pKvCount {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .pKvCount__inner {
    margin-bottom: 0;
  }
  /* --------------------------------------- pKvCount__num */
  .pKvCount__num {
    font-size: min(2.9333333333vw, 11px);
  }
  .pKvCount__num--all {
    font-size: min(2.6666666667vw, 10px);
    transform: scale(0.8);
    margin-top: 10px;
  }
  /* --------------------------------------- pKvCount__line */
  .pKvCount__line {
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* =============================================== pKvDetail */
  .pKvDetail {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: min(6.6666666667vw, 25px);
  }
  .pKvDetail .productBlock {
    max-width: inherit;
    margin: 0;
  }
  .pKvDetail .productBlock__infoTitle {
    font-size: min(4.8vw, 18px);
  }
  .pKvDetail .productBlock__infoPrice > span {
    font-size: min(2.9333333333vw, 11px);
  }
  .pKvDetail .productBlock__infoPrice > span.fontEn {
    font-size: min(5.0666666667vw, 19px);
  }
  .pKvDetail .productBlock__infoDesc {
    font-size: min(3.4666666667vw, 13px);
  }
  .pKvDetail .cateNav__link, .pKvDetail a.cateNav__link {
    height: min(5.6vw, 21px);
    line-height: min(5.3333333333vw, 20px);
    padding-left: min(2.1333333333vw, 8px);
    padding-right: min(2.1333333333vw, 8px);
  }
  .pKvDetail .productBlock__cateTag .cateNav__title, .pKvDetail .shopBlock__cateTag .cateNav__title {
    font-size: min(2.6666666667vw, 10px);
  }
}/*# sourceMappingURL=pages-kv-sp.css.map */