@charset "UTF-8";
/*--------------------------------------
2026-04-26修正用
---------------------------------------*/
.p-spec-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-spec-panel {
    grid-template-columns: 1fr;
  }
}

.p-spec-panel__heading {
  margin-bottom: 0.5em;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-spec-panel__heading {
    font-size: 3.125vw;
  }
}

.p-spec-panel__image-main {
  width: 332px;
}
@media screen and (max-width: 768px) {
  .p-spec-panel__image-main {
    width: 100%;
  }
}

.p-spec-panel__image-main img {
  width: 100%;
}

.p-spec-panel__desc {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p-spec-panel__desc {
    margin-top: 30px;
    font-size: 3.125vw;
    line-height: 2;
  }
}

.p-spec-panel__wrap2 {
  margin-top: 16px;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-spec-panel__wrap2 {
    flex-direction: column;
  }
}

.p-spec-panel__image-sub {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .p-spec-panel__image-sub {
    width: 100%;
  }
}

.p-spec-panel__image-sub img {
  width: 100%;
}

.p-spec-panel__desc-small {
  flex: 1;
  font-family: sans-serif;
  font-size: 10px;
  line-height: 1.8;
}

/* 
* ユーティリティスタイル
*/
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block; /* 古いブラウザ用フォールバック */
    display: revert; /* モダンブラウザではUAスタイルに戻す */
  }
}

.u-small {
  display: block;
  font-size: 10px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .u-sp-w50p {
    width: 50%;
  }
}

/* 
* 上書き 
*/
@media screen and (max-width: 768px) {
  .slider-pro .sp-buttons .sp-button {
    width: 72px;
  }
}

#brand_history .h3_first,
#brand_history p {
  /* 端末次第でフォントウエイトに差がつかないことを防止 */
  font-family: sans-serif;
}

#brand_history .h3_first {
  margin-block-start: 0;
}

@media screen and (max-width: 768px) {
  ul.features-list[data-feature=ns340a] li {
    width: 100%;
    display: block;
    padding-inline: 12px !important;
    font-size: 12px;
    text-align: left;
  }
}/*# sourceMappingURL=fix.css.map */