@charset "UTF-8";

.bread-links {
  list-style: none;
  margin-bottom: 50px;
}

@media screen and (max-width: 736px) {
  .bread-links {
    list-style: none;
    margin-bottom: 30px;
  }
}

.bread-links .bread-links__item {
  font-size: 14px;
  display: inline-block;
}

.bread-links .bread-links__item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 736px) {
  .bread-links .bread-links__item {
    font-size: 10px;
    display: inline-block;
  }
}

.bread-links .bread-links__item::after {
  content: ">";
}

.bread-links .bread-links__item:last-child::after {
  content: "";
}

.bread-links .bread-links__item a {
  color: #2b383f;
  margin: 0 5px;
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  .bread-links {
    background-color: #eceff1;
    padding: 10px;
    width: 102%;
    margin-left: -10%;
    padding-left: 10%;
  }
}

.handy-bgc {
  /*background: #22272a;*/
  background-color: #527586;
}

.cyclo-bgc {
  /*background: #22272a;*/
  background-color: #7ca476;
}

.standard-bgc {
  /*background: #22272a;*/
  background-color: #6a6a56;
}

.phase-bgc {
  /*background: #22272a;*/
  background-color: #c2ad64;
}

.other-title.handy-bgc,
.other-title.cyclo-bgc,
.other-title.standard-bgc,
.other-title.phase-bgc {
  background: #22272a;
}

.handy-img {
  background-image: url("/generator/lineup/common/img/kv-inverter-handy.jpg");
}

.eu9i-img {
  background-image: url("/generator/lineup/common/img/kv-eu9i.jpg");
}

.eu24i-img {
  background-image: url("/generator/lineup/common/img/kv-eu24i.jpg");
}

.eu26ij-img {
  background-image: url("/generator/lineup/common/img/kv-eu26ij.jpg");
}

.eu26i-img {
  background-image: url("/generator/lineup/common/img/kv-eu26i.jpg");
}

.eu28i-img {
  background-image: url("/generator/lineup/common/img/kv-eu28i.jpg");
}

.ex22-img {
  background-image: url("/generator/lineup/common/img/kv-ex22.jpg");
}

.eu9igb-img {
  background-image: url("/generator/lineup/common/img/kv-inverter-eu9igb.webp");
}

.eg25i-img {
  background-image: url("/generator/lineup/common/img/kv-inverter-eg25i.jpg");
}

.inverter-img {
  background-image: url("/generator/lineup/common/img/kv-inverter.jpg");
}

.eu55is-img {
  background-image: url("/generator/lineup/common/img/kv-inverter-eu55is.jpg");
}

.eu18i-img {
  background-image: url("/generator/lineup/common/img/kv-inverter-eu18i.jpg");
}

.lpg-generator-img {
  background-image: url(/generator/lineup/common/img/kv-inverter-lpg.jpg);
}

.cyclo-img {
  background-image: url(/generator/lineup/common/img/kv-cycloconverter.jpg);
}

.ep900-img {
  background-image: url(/generator/lineup/common/img/kv-ep900.jpg);
}

.standard-img {
  background-image: url(/generator/lineup/common/img/kv-standard.jpg);
}

.phase-img {
  background-image: url(/generator/lineup/common/img/kv-3phase.jpg);
}

@media screen and (max-width: 736px) {
  .handy-img {
    background-image: url("/generator/lineup/common/img/kv-inverter-handy-sp.jpg");
  }

  .eu9i-img {
    background-image: url("/generator/lineup/common/img/kv-eu9i-sp.jpg");
  }

  .eu24i-img {
    background-image: url("/generator/lineup/common/img/kv-eu24i-sp.jpg");
  }

  .eu26ij-img {
    background-image: url("/generator/lineup/common/img/kv-eu26ij-sp.jpg");
  }

  .eu26i-img {
    background-image: url("/generator/lineup/common/img/kv-eu26i-sp.jpg");
  }

  .eu28i-img {
    background-image: url("/generator/lineup/common/img/kv-eu28i-sp.jpg");
  }

  .ex22-img {
    background-image: url("/generator/lineup/common/img/kv-ex22-sp.jpg");
  }

  .eu9igb-img {
    background-image: url("/generator/lineup/common/img/kv-inverter-eu9igb-sp.webp");
  }

  .eg25i-img {
    background-image: url("/generator/lineup/common/img/kv-inverter-eg25i-sp.jpg");
  }

  .inverter-img {
    background-image: url("/generator/lineup/common/img/kv-inverter-sp.jpg");
  }

  .eu55is-img {
    background-image: url("/generator/lineup/common/img/kv-inverter-eu55is-sp.jpg");
  }

  .eu18i-img {
    background-image: url("/generator/lineup/common/img/kv-inverter-eu18i-sp.jpg");
  }

  .lpg-generator-img {
    background-image: url(/generator/lineup/common/img/kv-inverter-lpg-sp.jpg);
  }

  .cyclo-img {
    background-image: url(/generator/lineup/common/img/kv-cycloconverter-sp.jpg);
  }

  .standard-img {
    background-image: url(/generator/lineup/common/img/kv-standard-sp.jpg);
  }

  .ep900-img {
    background-image: url(/generator/lineup/common/img/kv-ep900-sp.jpg);
  }

  .phase-img {
    background-image: url(/generator/lineup/common/img/kv-3phase-sp.jpg);
  }
}

.text--subheading {
  font-weight: bold;
}

.product-links {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
}

.product-links .product-links__item {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 2px 0 0;
  margin: 0;
}

.product-links .product-links__item a {
  box-sizing: border-box;
  color: #2b383f;
  font-weight: bold;
  font-size: 16px;
  display: block;
  background-color: #eceff1;
  padding: 15px;
}

.product-links .product-links__item.is-current a {
  background-color: #ff6400;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .product-links .product-links__item {
    font-size: 12px;
    line-height: 20px;
    width: 50%;
    letter-spacing: 0;
    padding: 0;
  }

  .product-links .product-links__item a {
    font-size: 11px;
    padding: 10px 0;
  }
}

.product-links .product-links__item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#sec1 .product-box {
  margin: 20px 0 50px;
}

@media screen and (max-width: 736px) {
  #sec1 .product-box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-box .spec {
  width: 46.32653%;
}

@media screen and (max-width: 736px) {
  .product-box .spec {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
}

.product-box .spec .price-box {
  max-width: 260px;
  background-color: #eceff1;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.other_lineup a,
.other_lineup a:link {
  color: #000;
}

.other_lineup a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  .product-box .spec .price-box {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.product-box .spec .price-box .price {
  color: #c00;
  font-weight: bold;
  font-size: 36px;
}

@media screen and (max-width: 736px) {
  .product-box .spec .price-box .price {
    color: #c00;
    font-weight: bold;
    font-size: 28px;
  }
}

.relational-products-box {
  margin-top: 30px;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 16px;
  max-width: 475px;
}

.relational-products-box a {
  color: #2b383f;
  text-decoration: underline;
}

.relational-products-box a:hover {
  text-decoration: none;
}

.product-box .spec .spec-detail {
  margin-top: 0;
}

.product-box .spec .spec-detail.long {
  width: 105%;
}

.product-box .spec .spec-type {
  overflow: hidden;
  margin: 30px 0 5px 0;
  padding-right: 15px;
  font-size: 22px;
  box-sizing: border-box;
}

.product-box .spec .spec-type.long {
  width: 105%;
}

.product-box .spec .spec-type .smallText {
  font-size: 14px;
}

.product-box .spec .spec_clm-L,
.product-box .spec .spec_clm-R {
  text-align: right;
  display: block;
  width: 110px;
  float: right;
}

@media screen and (max-width: 736px) {
  .product-box .spec .spec_clm-L,
  .product-box .spec .spec_clm-R {
    width: 90px;
  }

  .product-box .spec .inner .spec_clm-L,
  .product-box .spec .inner .spec_clm-R,
  .product-box .spec .inner2 .spec_clm-L,
  .product-box .spec .inner2 .spec_clm-R {
    padding-top: 10px;
  }

  .product-box .spec .spec-type {
    font-size: 18px;
    margin: 40px 0 5px 0;
  }

  .product-box .spec .spec-type .smallText {
    font-size: 12px;
  }

  .product-box .spec .spec-detail.long {
    width: 100%;
  }

  .product-box .spec .spec-type.long {
    width: 100%;
  }
}

.product-box .spec .spec-detail ul {
  font-weight: bold;
  list-style: none;
  margin-bottom: 20px;
}

.product-box .spec .spec-detail ul li {
  border-top: 1px solid #bbb;
  box-sizing: border-box;
  padding: 10px 15px;
}

.product-box .spec .spec-detail ul li.prNon {
  padding-right: 0;
  /*padding-top: 30px;*/
}

/*.product-box .spec .spec-detail ul li.prNon2 {
		padding-top: 30px;
}*/
@media screen and (max-width: 736px) {
  /*.product-box .spec .spec-detail ul li.prNon2 {
		padding-top: 10px;
}*/
  /*.product-box .spec .spec-detail ul li.prNon2 dd {
		padding-top: 20px;
}*/
}

.product-box .spec .spec-detail ul li:last-child {
  border-bottom: 1px solid #bbb;
}

.product-box .spec .spec-detail dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-box .spec .spec-detail dt {
  font-size: 22px;
  font-weight: bold;
}

.product-box .spec .spec-detail dt sup {
  font-size: 10px;
  font-weight: normal;
  vertical-align: top;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .product-box .spec .spec-detail dt {
    font-size: 18px;
  }
}

@media screen and (max-width: 736px) {
  .product-box .spec .spec-detail dt.sp-br {
    font-size: 14px;
  }
}

.product-box .spec .spec-detail dd {
  font-weight: bold;
  font-size: 28px;
}

.product-box .spec .spec-detail dd.txt-center {
  width: 180px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 736px) {
  .product-box .spec .spec-detail dd.txt-center {
    width: 150px;
  }
}

.product-box .spec .spec-detail dd .smallText {
  font-size: 14px;
  font-weight: normal;
}

.product-box .spec .spec-detail dd .inner {
  width: 340px;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bbb;
  overflow: hidden;
  padding-right: 15px;
}

.product-box .spec .spec-detail dd .inner2 {
  width: 340px;
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 15px;
}

.product-box .spec .spec-detail dd .unit {
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 736px) {
  .product-box .spec .spec-detail dd {
    font-size: 25px;
    line-height: 1;
  }

  .product-box .spec .spec-detail dd .inner {
    width: auto;
  }

  .product-box .spec .spec-detail dd .inner2 {
    width: auto;
  }

  .product-box .spec .spec-detail dd .smallText {
    font-size: 12px;
  }

  .product-box .spec .spec-detail dd .unit {
    font-size: 12px;
  }
}

.product-box .img-box {
  margin-left: 12.65306%;
  width: 38.77551%;
}

.product-box .img-box .btn {
  display: inline-block;
  min-height: 43px;
  margin-top: 40px;
}

.product-box .img-box .btn a {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 1.4;
  position: relative;
  background: #ff6400;
}

@media screen and (max-width: 736px) {
  .product-box .img-box .btn {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .product-box .img-box {
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 0px !important;
    -ms-flex-order: 1;
    order: 1;
  }
}

.js-product-accordion-btn.text--subheading {
  font-weight: bold;
}

.js-product-accordion-btn.text--subheading > span {
  font-weight: normal;
  font-size: 14px;
  margin-left: 20px;
}

.js-product-accordion-panel-lead {
  padding-top: 30px;
}

@media screen and (max-width: 736px) {
  .js-product-accordion-btn.text--subheading {
    position: relative;
    background-color: #eceff1;
    box-sizing: border-box;
    width: 110%;
    margin-left: -5%;
    padding-left: 10%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .js-product-accordion-btn.text--subheading.is-icon-close::after {
    position: absolute;
    color: #404a4f;
    margin-right: 10px;
    font-size: 24px;
    vertical-align: 2px;
    vertical-align: 2px;
    right: 1%;
    content: "+";
  }

  .js-product-accordion-btn.text--subheading.is-icon-open::after {
    position: absolute;
    color: #404a4f;
    margin-right: 10px;
    font-size: 24px;
    vertical-align: 2px;
    right: 1%;
    vertical-align: 2px;
    content: "-";
  }
}

.l-module-margin.product-icon-box {
  margin: 20px 0 40px;
}

.product-icon-box .icon-box {
  position: relative;
  list-style: none;
  -ms-flex-pack: justify;
  width: 98%;
  margin: 20px 0 40px;
}

@media screen and (max-width: 736px) {
  .product-icon-box .icon-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.product-icon-box .icon-box li {
  margin-right: 3px;
  width: 77px;
  height: 77px;
}

@media screen and (max-width: 736px) {
  .product-icon-box .icon-box li {
    margin-right: 1.3%;
    width: 24%;
    height: auto;
  }

  .product-icon-box .icon-box li:nth-child(4n) {
    margin-right: 0;
  }

  .product-icon-box .icon-box li:nth-child(n + 5) {
    margin-top: 1.3%;
  }
}

.product-plug-box .product-plug-box__item {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 2%;
}

.product-plug-box .product-plug-box__item h4 {
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .product-plug-box .product-plug-box__item {
    width: 100%;
    display: block;
  }

  .product-plug-box .product-plug-box__item:nth-child(n + 2) {
    margin-top: 5%;
  }
}

.product-plug-box .product-plug-box__item figure {
  display: inline-block;
  height: auto;
  vertical-align: top;
  margin-right: 10px;
}

@media screen and (max-width: 736px) {
  .product-plug-box .product-plug-box__item figure {
    padding-right: 15px;
  }
}

.product-plug-box .product-plug-box__item .text-wrap {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .js-product-accordion-panel {
    display: none;
  }
}

.js-product-accordion-close-btn {
  display: none;
}

@media screen and (max-width: 736px) {
  .js-product-accordion-close-btn {
    display: block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    position: relative;
  }

  .js-product-accordion-close-btn::after {
    position: absolute;
    right: 10px;
    font-size: 14px;
    content: "×";
  }
}

.emb-are-wrapper {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 736px) {
  .emb-are-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }
}

@media screen and (max-width: 736px) {
  .emb-are-wrapper .r-col {
    border-top: 1px solid #ccc;
    padding-bottom: 0 !important;
  }
}

.emb-are-wrapper .l-col,
.emb-are-wrapper .r-col {
  width: 48.46939%;
}

@media screen and (max-width: 736px) {
  .emb-are-wrapper .l-col,
  .emb-are-wrapper .r-col {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.emb-are-wrapper .emb-card {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.emb-are-wrapper .emb-card a:hover {
  opacity: 0.7;
}

.emb-are-wrapper .emb-card span:hover {
  text-decoration: underline;
}

.emb-are-wrapper .emb-card figure {
  width: 21.79802%;
}

.emb-are-wrapper .emb-card .text-wrap {
  width: 72.05263%;
}

.emb-are-wrapper .text-under-line {
  font-size: 14px;
}

.emb_list {
  margin-left: 50px;
}

.emb_list li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.emb_list li:last-child {
  margin-bottom: 0;
}

.emb_list li figure {
  width: 82px;
  float: left;
}

.emb_list li.double figure {
  width: 65px;
  padding-right: 10px;
}

.emb_list li .text--subheading {
  margin-left: 110px;
}

.emb_list li.double .text--subheading {
  margin-left: 155px;
}

.other-product-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 736px) {
  .emb_list {
    margin-left: 0;
  }

  .emb_list li:last-child {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }

  .emb_list li:nth-child(1) {
    border: none;
    padding-top: 0px;
  }

  .other-product-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}

.other-product-wrapper .other-model-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 68.36735%;
  -ms-flex-align: end;
  align-items: flex-end;
}

.other-product-wrapper .other-model-list.has-enepo {
  margin-top: -30px;
}

@media screen and (max-width: 736px) {
  .other-product-wrapper .other-model-list {
    width: 100%;
    margin-top: 30px;
  }

  .other-product-wrapper .other-model-list.has-enepo {
    margin-top: 30px;
  }
}

.other-product-wrapper .other-title {
  width: 27.14286%;
  color: #fff;
  padding: 30px 20px;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/generator/lineup/common/img/tri.jpg");
  background-repeat: no-repeat;
  background-position: right -0.3px center;
  background-size: auto 100%;
  font-size: 20px;
}

@media screen and (max-width: 736px) {
  .other-product-wrapper .other-title {
    width: 100%;
    font-size: 16px;
    background-image: url("/generator/lineup/common/img/tri-sp.jpg");
    background-position: bottom;
    padding: 20px 20px 40px;
    background-size: 100% 30px;
    text-align: center;
    justify-content: center;
  }
}

.other-product-wrapper .other-model-list__item {
  list-style: none;
  box-sizing: border-box;
  width: 165px;
}

@media screen and (max-width: 736px) {
  .other-product-wrapper .other-model-list__item {
    width: 50%;
  }
}

.other-product-wrapper .other-model-list__item:nth-child(n + 5) {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .other-product-wrapper .other-model-list__item:nth-child(n + 5) {
    margin-top: 0;
  }
}

@media screen and (max-width: 736px) {
  .other-product-wrapper .other-model-list__item:nth-child(n + 3) {
    margin-top: 0px;
  }
}

.other-product-wrapper .other-model-list__item.is-current {
  background-color: #eceff1;
}

.other-product-wrapper .other-model-list__item figure {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  vertical-align: bottom;
}

.other-product-wrapper .other-model-list__item figcaption {
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 736px) {
  .other-product-wrapper .other-model-list__item figcaption {
    font-size: 14px;
  }
}

.other-product-wrapper .other-model-list__item figcaption span {
  display: block;
}

.other-product-wrapper .other-model-list__item figure img {
  width: 48.48485%;
}

.oil-msg {
  border: 5px solid #efefef;
}

.oil-msg p {
  font-weight: bold;
  color: #ff6400;
}

@media screen and (max-width: 736px) {
  .oil-msg p {
    line-height: 1.5;
  }
}

.attention-list {
  list-style: none;
}

.oil-msg .attention-list {
  margin-top: 25px;
}

.attention-list li {
  font-size: 16px;
  margin-top: 5px !important;
}

.attention-list li::before {
  content: "■";
  color: #bbb;
  padding-right: 5px;
}

.generator_use,
.lp_use {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ff6400;
  line-height: 30px;
}

.text_lp_orange {
  color: #ff6400 !important;
  font-weight: bold;
}

.caution_txt {
  font-size: 14px;
}

@media screen and (max-width: 736px) {
  .attention-list li {
    font-size: 14px;
    /*line-height: 1.3;*/
  }
}

.attention-box {
  border-color: #efefef;
  border: 5px solid #efefef;
  background-color: #fff;
}

.attention-box a {
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 736px) {
  .attention-box a {
    padding: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.attention-box .l-col {
  width: 28.26531%;
}

@media screen and (max-width: 736px) {
  .attention-box .l-col {
    width: 100%;
    padding-bottom: 15px;
  }
}

.attention-box .l-col figure {
  width: 65px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}

@media screen and (max-width: 736px) {
  .attention-box .l-col figure {
    width: 13.46154%;
    vertical-align: middle;
    margin-right: 15px;
  }
}

.attention-box .l-col p {
  width: 60%;
  color: #c00;
  font-weight: bold;
  display: inline-block;
  vertical-align: text-top;
}

@media screen and (max-width: 736px) {
  .attention-box .l-col p {
    width: 72%;
    line-height: 1.3;
    vertical-align: middle;
  }
}

.attention-box .r-col {
  width: 72.57143%;
  padding-left: 30px;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 736px) {
  .attention-box .r-col {
    border-left: none;
    border-top: 1px solid #ccc;
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
  }
}

.attention-box .r-col .text--subheading {
  color: #c00;
}

.attention-box .r-col .text--plane--link {
  text-align: right;
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  .attention-box .r-col .text--plane--link {
    font-size: 14px;
  }
}

.attention-box:hover {
  opacity: 0.7;
}

#sec1 .text--product-title {
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.3;
}

@media screen and (max-width: 736px) {
  #sec1 .text--product-title {
    font-size: 32px;
  }
}

#sec1 .text--product-title__description {
  color: #ff6400;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

#sec1 .text--product-title__description sup {
  color: #ff6400;
}

@media screen and (max-width: 736px) {
}

#sec1 .l-section-inner {
  padding-top: 15px;
}

@media screen and (max-width: 736px) {
  #sec1 .l-section-inner {
    padding-top: 0;
    overflow-x: hidden;
  }
}

#kvArea {
  position: relative;
}

#kvArea figure {
  background-size: cover;
  background-position: center;
  height: 525px;
}

@media screen and (max-width: 736px) {
  #kvArea figure {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 78.125%;
  }
}

#kvArea .l-text-box {
  position: absolute;
  top: 123px;
  width: 980px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#kvArea .l-text-box2 {
  position: absolute;
  top: 100px;
  width: 980px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media screen and (max-width: 736px) {
  #kvArea .l-text-box,
  #kvArea .l-text-box2 {
    position: static;
    width: 100%;
  }
}

#kvArea .l-text-box .text-box {
  background-color: rgba(64, 74, 79, 0.6);
  width: 75.5102%;
  padding: 30px;
}

#kvArea .l-text-box2 .text-box {
  background-color: rgba(64, 74, 79, 0.6);
  width: 52.55%;
  padding: 30px;
  float: right;
}

#kvArea .l-text-box .text-box-cyclo {
  width: 80.8%;
  padding-right: 0;
}

@media screen and (max-width: 736px) {
  #kvArea .l-text-box .text-box,
  #kvArea .l-text-box2 .text-box,
  #kvArea .l-text-box .text-box-cyclo {
    background-color: #fff;
    width: 100%;
    float: none;
    padding: 30px 15px;
  }
}

#kvArea .item-type {
  font-size: 18px;
  color: #fff;
  padding: 10px;
}

@media screen and (max-width: 736px) {
  #kvArea .item-type {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
  }
}

#kvArea .item-description {
  margin-top: 30px;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 100;
  color: #fff;
}

@media screen and (max-width: 736px) {
  #kvArea .item-description {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 20px;
    line-height: 34px;
    color: #2b383f;
  }
}

#kvArea .kv-end {
  position: relative;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 36px;
}

@media screen and (max-width: 736px) {
  #kvArea .kv-end {
    font-size: 24px;
    padding: 3% 5.46875%;
  }
}

#kvArea .kv-end h4 {
  width: 980px;
  margin: 0 auto;
  color: #fff !important;
  padding: 5px 0;
}

@media screen and (max-width: 736px) {
  #kvArea .kv-end h4 {
    font-size: 20px;
    width: 100%;
  }
}

footer {
  margin-top: 30px;
}

span.notice {
  color: #cc0000;
  text-align: left !important;
  text-decoration: none !important;
}

.text--product-title span.notice {
  font-size: clamp(9.6px, 3.1vw, 14px);
  font-weight: normal;
  display: inline;
  color: #c00;
  margin-left: 0.5rem;
}

@media screen and (max-width: 736px) {
  .text--product-title span.notice {
    display: block;
    margin: 0.3rem 0;
  }
}

#generatorWrapp .topNav ul li:hover {
  color: #ff6400;
}

#generatorWrapp .topNav ul li p {
  color: inherit;
}

.bottomNav li:hover {
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  .bottomNav li:hover {
    text-decoration: none;
  }
}

.button:hover {
  opacity: 0.7;
}

.emb-card:hover {
  opacity: 0.7;
}

.emb-are-wrapper .emb-card:hover {
  opacity: 1;
}

#tillerWrapp h2 {
  margin-bottom: 0;
}

#tillerWrapp h2 {
  padding-bottom: 20px;
  margin-bottom: 0;
}

table tr th:first-child {
  width: 30% !important;
}

@media screen and (max-width: 736px) {
  table tr th:first-child {
    width: 50% !important;
  }
}

.r-text-wrapper {
  width: 980px;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 123px;
  position: absolute;
}

@media screen and (max-width: 736px) {
  .r-text-wrapper {
    width: 100%;
    position: static;
  }
}

.r-text-wrapper .l-text {
  width: auto;
  position: absolute;
  background-color: rgba(64, 74, 79, 0.6);
  padding: 30px;
  left: 100px;
}

.r-text-wrapper .r-text {
  width: auto;
  position: absolute;
  background-color: rgba(64, 74, 79, 0.6);
  padding: 30px;
  right: 0px;
}

@media screen and (max-width: 736px) {
  .r-text-wrapper .r-text {
    right: 0;
    background-color: #fff;
    position: static;
  }

  .r-text-wrapper .l-text {
    left: 0;
    background-color: #fff;
    position: static;
  }
}

.js-product-accordion-icon {
  /*		position: relative;*/
  cursor: pointer;
}

.js-product-accordion-icon.is-active {
  opacity: 0.7;
}

.js-product-accordion-baloon {
  position: absolute;
  top: 80px;
  z-index: 10;
  padding: 20px;
  border: 5px solid #e1e4e6;
  background-color: #fff;
  width: 521px;
  display: none;
  box-sizing: border-box;
}

/*バルーンのレイアウト*/
.icon-box__items:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 736px) {
  .icon-box__items:hover img {
    opacity: 1;
  }
}

.icon-box__items:nth-child(-n + 6) .js-product-accordion-baloon {
  left: 0;
}

.icon-box__items:nth-child(n + 6) .js-product-accordion-baloon {
  right: 9px;
}

/*吹き出し*/
.js-product-accordion-baloon::before {
  position: absolute;
  top: -30px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 15px solid #e1e4e6;
}

.js-product-accordion-baloon::after {
  position: absolute;
  top: -20px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 15px solid #fff;
}

.js-product-accordion-baloon .close-btn {
  position: absolute;
  color: #2b383f !important;
  font-size: 30px !important;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 0;
  z-index: 11;
}

.js-product-accordion-baloon .title {
  font-size: 16px;
  color: #2b383f;
  font-weight: bold;
}

.js-product-accordion-baloon .text {
  text-align: left !important;
  color: #2b383f !important;
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
}

.text + .title {
  margin-top: 20px;
}

/*矢印のレイアウト*/
.icon-box__items:nth-child(1) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(1) .js-product-accordion-baloon::after,
.icon-box__items:nth-child(7) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(7) .js-product-accordion-baloon::after {
  left: 21px;
}

.icon-box__items:nth-child(2) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(2) .js-product-accordion-baloon::after,
.icon-box__items:nth-child(8) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(8) .js-product-accordion-baloon::after {
  left: 96px;
}

.icon-box__items:nth-child(3) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(3) .js-product-accordion-baloon::after,
.icon-box__items:nth-child(9) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(9) .js-product-accordion-baloon::after {
  left: 171px;
}

.icon-box__items:nth-child(4) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(4) .js-product-accordion-baloon::after,
.icon-box__items:nth-child(10) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(10) .js-product-accordion-baloon::after {
  left: 246px;
}

.icon-box__items:nth-child(5) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(5) .js-product-accordion-baloon::after,
.icon-box__items:nth-child(11) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(11) .js-product-accordion-baloon::after {
  left: 321px;
}

.icon-box__items:nth-child(6) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(6) .js-product-accordion-baloon::after,
.icon-box__items:nth-child(12) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(12) .js-product-accordion-baloon::after {
  left: 396px;
}

.icon-box__items:nth-child(13) .js-product-accordion-baloon::before,
.icon-box__items:nth-child(13) .js-product-accordion-baloon::after {
  left: 471px;
}

@media screen and (max-width: 736px) {
  .js-product-accordion-baloon {
    width: 415%;
    padding: 10px;
    left: 0;
    margin-top: 8%;
    z-index: 12;
  }

  .js-product-accordion-baloon .close-btn {
    position: absolute;
    color: #2b383f !important;
    font-size: 30px !important;
    right: 10px;
  }

  .js-product-accordion-baloon .title {
    font-size: 18px;
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
  }

  .js-product-accordion-baloon .text {
    font-size: 14px;
  }

  .icon-box__items {
    position: relative;
  }

  /*バルーンのレイアウト*/
  .icon-box__items:nth-child(4n + 1) .js-product-accordion-baloon {
    left: 0;
  }

  .icon-box__items:nth-child(4n + 2) .js-product-accordion-baloon {
    left: -105%;
  }

  .icon-box__items:nth-child(4n + 3) .js-product-accordion-baloon {
    left: -210%;
  }

  .icon-box__items:nth-child(4n + 4) .js-product-accordion-baloon {
    left: -315%;
  }

  /*		矢印のレイアウト*/
  .icon-box__items:nth-child(4n + 1) .js-product-accordion-baloon::before,
  .icon-box__items:nth-child(4n + 1) .js-product-accordion-baloon::after {
    left: 8%;
  }

  .icon-box__items:nth-child(4n + 2) .js-product-accordion-baloon::before,
  .icon-box__items:nth-child(4n + 2) .js-product-accordion-baloon::after {
    left: 34%;
  }

  .icon-box__items:nth-child(4n + 3) .js-product-accordion-baloon::before,
  .icon-box__items:nth-child(4n + 3) .js-product-accordion-baloon::after {
    left: 60%;
  }

  .icon-box__items:nth-child(4n + 4) .js-product-accordion-baloon::before,
  .icon-box__items:nth-child(4n + 4) .js-product-accordion-baloon::after {
    left: 86%;
  }
}

.js-product-accordion-baloon.is-active {
  display: block;
}

/*section4*/
/*#sec4 .l-section-inner {
		padding-top: 30px;
}
@media screen and (max-width: 736px){
#sec4 .l-section-inner {
		padding-top: 0;
}
}*/
.itemid + .opTitleSub {
  margin-top: 20px !important;
}

.lead + .opTitleSub {
  margin-top: 20px !important;
}

.link-text a {
  color: #2b383f;
}

.link-text a:hover {
  opacity: 0.7;
}

.single span {
  display: block;
  font-size: 14px !important;
  font-weight: normal !important;
}

.single div + div {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .relational-products-box {
    font-size: 14px;
  }
}

table tr th.w25p {
  width: 25% !important;
}

@media screen and (max-width: 736px) {
  #tab03 .price {
    font-size: 16px !important;
  }
}

.img02 .figcap {
  font-size: 12px;
  padding-top: 5px;
  display: block;
}

/* 201709 button */
.bt_ps2017 {
  margin: -60px auto 60px;
}

.bt_ps2017 .btn--long {
  background-color: #ff6400;
}

.bt_ps2017 .text-after-arrow {
  position: relative;
}

.bt_ps2017 .text-after-arrow::after {
  transform: scaleX(0.9);
  font-size: 14px;
  position: absolute;
  right: 10px;
  font-family: FontAwesome;
  content: "\f054";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 736px) {
  .bt_ps2017 {
    margin: -3em auto 0;
  }

  .bt_ps2017 a {
    padding-right: 2em;
  }
}

.product_clm {
  position: relative;
  margin-bottom: 42px;
}

.product_clm_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
}

.product_clm_bnr {
  display: flex;
}

.product_clm_price {
  margin: 40px 10px 30px 0;
  padding: 15px 20px;
  width: 260px;
  font-size: 14px;
  background: #eceff1;
}

.product_clm_price strong {
  color: #c00;
  font-size: 36px;
  font-weight: bold;
}

.product_clm_bnr_link {
  margin: 40px 0 30px 0;
  width: 205px;
  background: #c00;
}

.product_clm_bnr_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  color: #fff;
}

.product_clm_bnr_link_info {
  padding: 0 15px;
  width: 100%;
}

.product_clm_bnr_link_info_txt {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.product_clm_bnr_link_info_btn {
  padding: 8px;
  color: #c00;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
}

.product_clm_txt {
  width: 475px;
  font-size: 18px;
}

.product_clm_txt small {
  font-size: 14px;
}

.product_spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.product_spec_item {
  width: 475px;
}

.specTable-1 {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  border-collapse: collapse;
  border-spacing: 0;
}

.specTable-1 tr {
  border-bottom: 1px solid #bbb;
}

.specTable-1 tr:first-child {
  border-top: 1px solid #bbb;
}

.specTable-1 td {
  padding: 10px 0;
  padding-left: 10px;
  height: 64px;
  vertical-align: middle;
  box-sizing: border-box;
}

.specTable-1 td.th {
  width: 45%;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}

.specTable-1 td strong {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}

.specTable-1 td sup {
  position: relative;
  bottom: -1.5ex;
  height: 0;
  font-size: 60%;
  line-height: 1;
  vertical-align: baseline;
}

.specTable-2 {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  border-collapse: collapse;
  border-spacing: 0;
}

.specTable-2 tr {
  border-bottom: 1px solid #bbb;
}

.specTable-2 tr:first-child {
  border-top: 1px solid #bbb;
}

.specTable-2 td {
  width: 33.33%;
  height: 128px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0;
  border-right: 1px solid #bbb;
  box-sizing: border-box;
}

.specTable-2 td:last-child {
  border-right: 0;
}

.specTable-2 td.th {
  height: 64px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  background: #eceff1;
}

.specTable-2 td.th .wa {
  font-size: 14px;
  line-height: 1em;
}

.specTable-2 td strong {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}

.specTable-2 td sup {
  position: relative;
  bottom: -1.5ex;
  height: 0;
  font-size: 60%;
  line-height: 1;
  vertical-align: baseline;
}

.product_spec_comment {
  padding-top: 14px;
  width: 100%;
  font-size: 14px;
}

.product_sub_ttl {
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
}

.product_sub_ttl:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #ff6400;
}

.product_sub_ttl .ttl-option {
  display: inline-block;
  padding-left: 26px;
  font-size: 14px;
  font-weight: normal;
}

.product_info {
  padding-bottom: 50px;
}

.product_info-btm {
  padding-bottom: 20px;
}

.product_icon {
  position: relative;
}

.product_icon li {
  float: left;
  margin-right: 4px;
  width: 71px;
}

.product_use {
  display: flex;
  justify-content: space-between;
}

.product_use_item {
  padding: 20px 19px;
  width: 475px;
  background: #eceff1;
}

.product_use_item_ttl {
  margin-bottom: 16px;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
}

.product_use_item_img {
  text-align: center;
}

.product_plug_item {
  display: inline-block;
  margin-right: 25px;
}

.product_plug_item:nth-child(n + 4) {
  margin-top: 25px;
}

.product_plug_item_img {
  display: inline-block;
  margin-right: 10px;
}

.product_plug_item_info {
  display: inline-block;
}

.product_plug_item_info_ttl {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}

.product_plug_item_info_txt {
  font-size: 14px;
}

.product_accordion_content_comment {
  margin-top: 20px;
  font-size: 14px;
}
.product_accordion_content_comment + .product_accordion_content_comment {
  margin-top: 0.2em;
}
.contents_about_clm_section_item_ttl_comment {
  display: none;
  font-size: 13px;
  font-weight: 400;
  margin-left: 1em;
}

.contents_about_clm_section_item_ttl_comment span {
  display: none;
}

.contents_about_clm_section_item_ttl_comment.c_open,
.contents_about_clm_section_item_ttl_comment span.s_open {
  display: inline;
}

@media screen and (max-width: 736px) {
  .contents_about_clm_section_item_ttl_comment {
    font-size: clamp(10px, 2.9vw, 13px);
    margin: 0;
  }

  .contents_about_clm_section_item_ttl_comment.c_open {
    display: block;
  }
}

.product_accordion_content_alternating {
  margin-top: 50px;
  padding: 25px 30px;
  background: #eceff1;
}

.alternating_ttl {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}

.alternating_clm_img {
  float: right;
  width: 360px;
}

.alternating_clm_img_holder {
  margin-left: auto;
  width: 325px;
}

.alternating_clm_txt {
  float: right;
  width: 560px;
  font-size: 16px;
}

@media screen and (max-width: 736px) {
  .product_clm {
    margin-bottom: 30px;
  }

  .product_clm_img {
    position: relative;
    left: 0;
    right: 0;
    margin: 30px auto 35px auto;
    width: 62.5%;
  }

  .product_clm_bnr {
    display: block;
  }

  .product_clm_price {
    margin: 40px 0 30px 0;
    width: 100%;
  }

  .product_clm_bnr .product_clm_price {
    margin: 40px 0 10px 0;
  }

  .product_clm_price strong {
    font-size: 28px;
  }

  .product_clm_bnr_link {
    margin: 0 0 30px 0;
    width: 100%;
  }

  .product_clm_bnr_link a {
    display: block;
    height: auto;
  }

  .product_clm_bnr_link_info {
    padding: 15px;
  }

  .product_clm_bnr_link_info_txt {
    font-size: 16px;
  }

  .product_clm_txt {
    width: 100%;
    font-size: 16px;
  }

  .product_clm_txt small {
    font-size: 12px;
  }

  .product_spec {
    display: block;
    margin-bottom: 30px;
  }

  .product_spec_item {
    width: 100%;
  }

  .specTable-1 {
    table-layout: fixed;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 20px;
  }

  .specTable-1 td {
    padding: 15px 0 15px 10px;
    height: auto;
    overflow-wrap: break-word;
  }

  .specTable-1 td.th {
    font-size: 16px;
  }

  .specTable-1 td strong {
    font-size: 18px;
    line-height: 1.2;
  }

  .specTable-2 {
    table-layout: fixed;
    font-size: 12px;
    line-height: 20px;
  }

  .specTable-2 td {
    padding: 15px 0;
    height: auto;
    overflow-wrap: break-word;
  }

  .specTable-2 td.th {
    height: auto;
    font-size: 16px;
  }

  .specTable-2 td.th .wa {
    font-size: 13px;
  }

  .specTable-2 td strong {
    font-size: 18px;
    line-height: 1.2;
  }

  .product_spec_comment {
    padding-top: 10px;
    font-size: 12px;
  }

  .product_accordion {
    margin-top: -78px;
    padding-top: 78px;
    border-bottom: 1px solid #fff;
  }

  .product_accordion_bar {
    position: relative;
    margin-left: -5%;
    width: 110%;
    background: #eceff1;
    box-sizing: border-box;
  }

  .accordion_open_btn {
    position: relative;
    display: block;
    padding: 18px 4%;
    color: #2b383f;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
  }

  .accordion_open_btn:after {
    position: absolute;
    content: "+";
    top: 50%;
    right: 4%;
    color: #2b383f;
    font-size: 24px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .accordion_open_btn.is-open:after {
    content: "-";
  }

  .product_accordion_content {
    display: none;
    padding: 30px 0 40px 0;
  }

  .product_accordion_content_comment {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .product_accordion_content.on {
    display: block;
  }

  .product_accordion_content_btm {
    padding-top: 30px;
    margin: 0 auto;
    width: 80%;
  }

  .accordion_close_btn {
    position: relative;
    display: block;
    padding: 8px 0;
    color: #2b383f;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #999;
    border-radius: 5px;
  }

  .accordion_close_btn:after {
    position: absolute;
    content: "×";
    top: 50%;
    right: 10px;
    color: #2b383f;
    font-size: 14px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .product_info {
    padding-bottom: 1px;
  }

  .product_info-btm {
    padding-bottom: 0;
  }

  .product_info-btm .product_accordion_content {
    padding-bottom: 0;
  }

  .product_icon li {
    margin-right: 0;
    margin-bottom: 4px;
    padding: 0 2px;
    width: 25%;
    box-sizing: border-box;
  }

  .product_use {
    display: block;
  }

  .product_use_item {
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
  }

  .product_use_item:last-child {
    margin-bottom: 0;
  }

  .product_use_item_ttl {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .product_plug_item {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .product_plug_item:nth-child(n + 4) {
    margin-top: 0;
  }

  .product_plug_item:last-child {
    margin-bottom: 0;
  }

  .product_plug_item_img {
    margin-right: 10px;
  }

  .product_plug_item_info_ttl {
    font-size: 14px;
  }

  .product_accordion_content_comment {
    margin-top: 15px;
    font-size: 12px;
  }

  .product_accordion_content_alternating {
    margin-top: 30px;
    padding: 15px 20px;
  }

  .alternating_ttl {
    font-size: 16px;
  }

  .alternating_clm_img {
    margin-bottom: 15px;
    float: none;
    width: 100%;
  }

  .alternating_clm_img_holder {
    width: 100%;
  }

  .alternating_clm_txt {
    float: none;
    width: 100%;
    font-size: 14px;
  }
}

/* 感謝還元キャンペーン */
.cp_2111 {
  width: 475px;
  display: block;
  margin: -20px 0 30px;
}

@media screen and (max-width: 736px) {
  .cp_2111 {
    width: 100%;
    display: block;
    margin: -20px 0 30px;
  }
}

/* 2022.03 */
span.caut1 {
  display: block;
  font-size: 12.6px;
  line-height: 1.5;
  margin: 0.12em 0 0 1em;
  text-indent: -1em;
}

span.caut1 + p {
  margin-top: 0.3em;
}

.text--product-title_new {
  display: flex;
  align-items: center;
}

.text--product-title_new span {
  font-size: 18px;
  font-weight: 700;
  background: #c00;
  padding: 0.7em 1em;
  color: #fff;
  margin-left: 20px;
}

@media screen and (max-width: 736px) {
  .text--product-title_new span {
    font-size: 15px;
    padding: 0.3em 1em;
    margin-left: 12px;
  }
}

/* 2024.07 */
.product_clm .h1_wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
}

.product_clm .h1_wrap .fi_img {
  width: 106px;
  margin-top: 10px;
  aspect-ratio: 25 / 11;
  object-fit: contain;
}

.product_clm .h1_wrap + .note {
  font-size: 14px;
  color: #2b383f;
  margin: -2px 0;
  display: block;
}

@media screen and (max-width: 736px) {
  .product_clm .h1_wrap {
    gap: 1rem;
  }

  .product_clm .h1_wrap .fi_img {
    width: 50px;
    margin-top: 5px;
  }

  .product_clm .h1_wrap + .note {
    margin: 0;
  }
}
