@charset "UTF-8";

.p-product__container--row {
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  max-width: 1120px;
}
@media screen and (min-width: 768px) {
  .p-product__container--row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-product__mainCol {
    order: 2;
    width: 880px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__subCol {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 32px;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .p-product__subCol {
    order: 1;
    width: 200px;
  }
}
.p-product__pageTtl {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-product__pageTtl {
    font-size: 3.2rem;
  }
}
.p-product__morelink {
  display: block;
  margin-bottom: 1.6rem;
  padding: 1em 40px 1em 1em;
  background: #EEE url(/files/user/images/common/icon_blank.svg) no-repeat right 8px center/32px auto;
  color: #333 !important;
}
.p-product__btnWrap {
  display: flex;
  gap: 16px;
}
.p-product__btnWrap--center {
  justify-content: center;
}
.p-product__btn, .p-product__btn--catalog, .p-product__btn--manual, .p-product__btn--cad {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  line-height: 2;
  padding: 5px 1em;
  background: #fff;
  color: #333;
  text-align: center;
  text-decoration: none !important;
}
.p-product__btn--small {
  padding: 2px 4px;
  font-size: 1.2rem;
}
.p-product__btn--catalog::before, .p-product__btn--manual::before, .p-product__btn--cad::before {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-product__btn--catalog:hover, .p-product__btn--manual:hover, .p-product__btn--cad:hover {
    text-decoration: none;
  }
}
.p-product__btn--catalog {
  background: #3CADD8;
  font-weight: bold;
  color: #FFF !important;
}
.p-product__btn--catalog::before {
  background-image: url(/files/user/images/common/icon_catalog.png);
}
.p-product__btn--manual {
  background: #FFF;
  border: 1px solid #707070;
  color: #333 !important;
  font-weight: bold;
}
.p-product__btn--manual::before {
  background-image: url(/files/user/images/common/icon_manual.png);
}
.p-product__btn--cad {
  background: #FFF;
  border: 1px solid #707070;
  color: #333 !important;
  font-weight: bold;
}
.p-product__btn--cad::before {
  background-image: url(/files/user/images/common/icon_cad.svg);
}
.p-product__link--anchor {
  position: relative;
  padding-right: 16px;
}
.p-product__link--anchor::before {
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  content: "";
}
.p-product__link--catalog, .p-product__link--manual {
  display: inline-block;
  color: #009fe8;
}
.p-product__link--catalog::before, .p-product__link--manual::before {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-product__link--catalog:hover, .p-product__link--manual:hover {
    text-decoration: none;
  }
}
.p-product__link--catalog::before {
  background-image: url(/files/user/images/common/icon_catalog_lightblue.png);
}
.p-product__link--manual::before {
  background-image: url(/files/user/images/common/icon_manual_lightblue.png);
}
.p-product-chillerBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #1e5293;
  border-radius: 6px;
  color: #fff !important;
  font-size: 1.3rem;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-product-chillerBtn {
    font-size: 1.8rem;
  }
}
.p-product-chillerBtn:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
.p-product-chillerBtn__icon.is-search {
  width: min(57px, 8.90625vw);
  height: min(57px, 8.90625vw);
  background: url("/files/user/images/common/icon_search.svg") no-repeat center/contain;
}
.p-product-chillerBtn__icon.is-site {
  width: min(75px, 11.71875vw);
  aspect-ratio: 65/83;
  background: url("/files/user/images/common/icon_site.svg") no-repeat center/contain;
}
.p-product-chillerBtn__txt {
  margin: 0 min(25px, 1.953125vw);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-product-chillerBtn__txt {
    display: inline-block;
    margin: 0 10px;
    max-width: 15em;
  }
}
.p-product-chillerBtn__txt .is-large {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-product-chillerBtn__txt .is-large {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .p-product-chillerBtn__txt .is-large {
    font-size: 2.4rem;
  }
}
.p-product-lineupList {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-product-lineupList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-product-lineupList__item {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 4px 0px rgba(51, 51, 51, 0.1);
  padding: 16px;
  background: #FFF;
}
.p-product-lineupList__pic {
  width: 25%;
}
.p-product-lineupList__body {
  width: 75%;
}
.p-product-lineupList__name {
  font-weight: bold;
}
.p-product-lineupList__link {
  color: #333 !important;
  text-decoration: none;
}
.p-product-lineupList__link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}
.p-product-lineupList__txtLink {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-right: 1em;
  padding-left: 16px;
  color: #333 !important;
  font-size: 1.2rem;
  text-decoration: underline !important;
}
.p-product-lineupList__txtLink::before {
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  height: 6px;
  width: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  content: "";
}
@media screen and (min-width: 768px) {
  .p-product-lineupList__txtLink:hover {
    text-decoration: none !important;
  }
}
.p-product-lineupList__txt {
  font-size: 1.2rem;
}
.p-product-lineupList__btnWrap {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-lineupList__btnWrap {
    flex-direction: column;
  }
}
.p-product-lineupList__btn--catalog, .p-product-lineupList__btn--manual {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  line-height: 2;
  padding: 5px 12px;
  background: #fff;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-lineupList__btn--catalog, .p-product-lineupList__btn--manual {
    font-size: 1.1rem;
  }
}
.p-product-lineupList__btn--catalog::before, .p-product-lineupList__btn--manual::before {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-product-lineupList__btn--catalog:hover, .p-product-lineupList__btn--manual:hover {
    text-decoration: none;
  }
}
.p-product-lineupList__btn--catalog {
  background: #3CADD8;
  font-weight: bold;
  color: #FFF !important;
}
.p-product-lineupList__btn--catalog::before {
  background-image: url(/files/user/images/common/icon_catalog.png);
}
.p-product-lineupList__btn--manual {
  background: #FFF;
  border: 1px solid #707070;
  color: #333 !important;
  font-weight: bold;
}
.p-product-lineupList__btn--manual::before {
  background-image: url(/files/user/images/common/icon_manual.png);
}
.p-product-supportList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-supportList {
    flex-direction: column;
  }
}
.p-product-supportList__link, .p-product-supportList__link--question, .p-product-supportList__link--document {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CCC;
  height: 64px;
  background: #FFF;
  color: #333 !important;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-supportList__link, .p-product-supportList__link--question, .p-product-supportList__link--document {
    width: calc(33% - 8px);
    font-size: 1.6rem;
  }
}
.p-product-supportList__link--question::before, .p-product-supportList__link--document::before {
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain;
  content: "";
}
.p-product-supportList__link--question::before {
  background-image: url(/files/user/images/common/icon_question.svg);
}
.p-product-supportList__link--document::before {
  background-image: url(/files/user/images/top/icon_file.svg);
}
@media screen and (min-width: 768px) {
  .p-product-supportList__link:hover, .p-product-supportList__link--question:hover, .p-product-supportList__link--document:hover {
    text-decoration: none;
  }
}
.p-product-bnrList {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-bnrList {
    flex-direction: column;
  }
}
.p-product-recommendList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-product-recommendList__link {
  display: flex;
  align-items: center;
  border: 1px solid #CCC;
  padding: 8px 16px;
  width: calc(50% - 8px);
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .p-product-recommendList__link {
    width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-recommendList__link:hover {
    text-decoration: none;
  }
}
.p-product-recommendList__thumb {
  padding-right: 15px;
  width: 64px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-recommendList__thumb {
    width: 98px;
  }
}
.p-product-recommendList__name {
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-product-recommendList__name {
    font-size: 1.6rem;
  }
}
.p-product-recommendList__name__en {
  display: block;
  color: #BCBCBC;
  font-size: 1.8rem;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .p-product-recommendList__name__en {
    font-size: 2.1rem;
  }
}
.p-product-tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-product-tagList__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEE;
  box-shadow: 1px 1px 4px rgba(51, 51, 51, 0.05);
  padding: 8px 24px 8px 8px;
  min-height: 50px;
  background: #FFF;
  color: #333 !important;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-tagList__link {
    width: calc(25% - 12px);
  }
}
.p-product-tagList__link::before {
  position: absolute;
  right: 10px;
  border-top: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
  height: 6px;
  top: 50%;
  width: 6px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  content: "";
}
.p-product-subCol__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-product-subCol__product-list {
  margin-top: 1.6rem;
}
.p-product-subCol__product-list__img {
  width: 48px;
}
.p-product-subCol__product-list__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 4px;
  margin-top: 16px;
  padding-right: 16px;
  color: #333 !important;
}
.p-product-subCol__product-list__link::before {
  position: absolute;
  right: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  height: 8px;
  top: 50%;
  width: 8px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  content: "";
}
.p-product-subCol__product-list__link.is-active {
  color: #009fe8 !important;
  font-weight: bold;
}
.p-product-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-product-row__col-5 {
  width: calc((100% - 64px) / 5);
}
@media screen and (max-width: 767px) {
  .p-product-row__col-5--sp {
    width: calc((100% - 64px) / 5);
  }
}
.p-product-row__col-4 {
  width: calc((100% - 48px) / 4);
}
@media screen and (max-width: 767px) {
  .p-product-row__col-4--sp {
    width: calc((100% - 48px) / 4);
  }
}
.p-product-row__col-3 {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 767px) {
  .p-product-row__col-3--sp {
    width: calc((100% - 32px) / 3);
  }
}
.p-product-row__col-2 {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 767px) {
  .p-product-row__col-2--sp {
    width: calc((100% - 16px) / 2);
  }
}
.p-product-row__col-1 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product-row__col-1--sp {
    width: 100%;
  }
}
.p-product-detail-head {
  padding: 16px 5%;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .p-product-detail-head {
    padding: 16px 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-detail-head__inner {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-main {
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-main__inner {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }
}
.p-product-detail-head-main__label {
  display: inline-block;
  border: 1px solid #F00;
  margin-bottom: 8px;
  padding: 0 20px;
  color: #F00;
  font-size: 1.3rem;
}
.p-product-detail-head-main__pic {
  margin-top: 24px;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .p-product-detail-head-main__pic {
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-detail-head-main__body {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-main__body {
    width: calc(100% - 270px);
  }
}
.p-product-detail-head-main__ttl {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-main__ttl {
    font-size: 2.5rem;
  }
}
.p-product-detail-head-main__txt {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.5 !important;
}
.p-product-detail-head-main__txt--strong {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-main__txt--strong {
    font-size: 2rem;
  }
}
.p-product-detail-head-main__txt--notes {
  font-size: 75%;
}
.p-product-detail-head-main__icon {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.p-product-detail-head-main__icon img {
  width: auto;
}
.p-product-detail-head-main__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 44px;
  background: #009fe8;
  color: #FFF !important;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-main__btn:hover {
    text-decoration: none;
  }
}
.p-product-detail-head-main-dl {
  display: flex;
  gap: 16px 24px;
  margin-bottom: 16px;
}
.p-product-detail-head-main-dl__term {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  padding: 0 3px 0 6px;
  height: 24px;
  background: #DCE4ED;
}
.p-product-detail-head-main-dl__term::after {
  position: absolute;
  top: 0;
  left: 100%;
  border: 12px solid transparent;
  border-left-color: #DCE4ED;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-sub {
    width: 220px;
  }
}
.p-product-detail-head-sub__ttl {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-product-detail-head-sub__ttl::before {
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 8px;
  height: 16px;
  background: #CCC;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
.p-product-detail-head-sub__btn, .p-product-detail-head-sub__btn--white, .p-product-detail-head-sub__btn--yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 8px;
  height: 44px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-sub__btn:hover, .p-product-detail-head-sub__btn--white:hover, .p-product-detail-head-sub__btn--yellow:hover {
    text-decoration: none;
  }
}
.p-product-detail-head-sub__btn--yellow {
  border-color: #eda900;
  background: #eda900;
  color: #FFF !important;
}
.p-product-detail-head-sub__btn--white {
  border-color: #333;
  background: #FFF;
  color: #333 !important;
}
.p-product-detail-head-sub__link {
  position: relative;
  padding-left: 20px;
  color: #333 !important;
}
.p-product-detail-head-sub__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  height: 7px;
  width: 7px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  content: "";
}
.p-product-detail-head-sub__link.is-disable {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}
.p-product-detail-head-sub-btnList {
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}
.p-product-detail-head-sub-btnList__item {
  margin-top: 8px;
}
.p-product-detail-head-sub-btnList__item:first-of-type {
  margin-top: 0;
}
.p-product-detail-head-sub-linkList {
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}
.p-product-detail-head-sub-linkList__item {
  margin-top: 4px;
}
.p-product-detail-head-sub-linkList__item:first-of-type {
  margin-top: 0;
}
.p-product-cta {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
  padding: 16px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .p-product-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.p-product-cta__ttl, .p-product-cta__ttl--download {
  font-weight: bold;
}
.p-product-cta__ttl--download {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-cta__ttl--download {
    margin-bottom: 10px;
  }
}
.p-product-cta__ttl--download::before {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 18px;
  background: url(/files/user/images/common/sprite_icon_common.png) no-repeat 0 0;
  background-position: 0 -250px;
  background-size: 49px auto;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-product-cta__ttl--download::before {
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-cta__ttl--download::before {
    display: block;
    margin: 0 auto;
  }
}
.p-product-faq__a {
  position: relative;
  padding-left: 2.5em;
}
.p-product-faq__a::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  background: #B18907;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  content: "A";
}
@media screen and (min-width: 768px) {
  .p-product-faq__a::before {
    font-size: 2rem;
  }
}
.p-product-kv {
  position: relative;
}
.p-product-kv__body, .p-product-kv__body--feature, .p-product-kv__body--series {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-product-kv__body, .p-product-kv__body--feature, .p-product-kv__body--series {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-product-kv__body--series {
    top: 8%;
    left: 5%;
    right: 5%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-product-kv__body--series {
    left: 7%;
    right: 43%;
  }
}
@media screen and (max-width: 767px) {
  .p-product-kv__body--feature {
    top: 50%;
    left: 5%;
    right: 35%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-product-kv__body--feature {
    left: 38%;
    right: 7%;
  }
}
.p-product-kv__catch, .p-product-kv__catch--feature, .p-product-kv__catch--series {
  margin-top: 0 !important;
  line-height: 1.5 !important;
}
.p-product-kv__catch--series {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-product-kv__catch--series {
    font-size: 2.4rem;
  }
}
html:lang(en) .p-product-kv__catch--series {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  html:lang(en) .p-product-kv__catch--series {
    font-size: 2.2rem;
  }
}
.p-product-kv__catch--feature {
  font-size: 4.5333333333vw;
  letter-spacing: 0.085em;
}
@media screen and (min-width: 768px) {
  .p-product-kv__catch--feature {
    font-size: 3.2rem;
  }
}
html:lang(en) .p-product-kv__catch--feature {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  html:lang(en) .p-product-kv__catch--feature {
    font-size: 2.4rem;
  }
}
.p-product-kv__name, .p-product-kv__name--feature, .p-product-kv__name--series {
  margin-top: 1.2rem !important;
  font-family: "Libre Baskerville", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-product-kv__name, .p-product-kv__name--feature, .p-product-kv__name--series {
    margin-top: 2.2rem !important;
  }
}
.p-product-kv__name--series {
  font-size: 3.4666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-product-kv__name--series {
    font-size: 1.6rem;
  }
}
html:lang(en) .p-product-kv__name--series {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  html:lang(en) .p-product-kv__name--series {
    font-size: 1.4rem;
  }
}
.p-product-kv__name--feature {
  margin-left: 0.5rem;
  font-size: 2.6666666667vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-product-kv__name--feature {
    font-size: 1.5rem;
  }
}
html:lang(en) .p-product-kv__name--feature {
  font-size: 2.4vw;
}
@media screen and (min-width: 768px) {
  html:lang(en) .p-product-kv__name--feature {
    font-size: 1.2rem;
  }
}