@charset "UTF-8";
/* ============================================================
   NOBLE ATHLETE LP
   - hightechline.css の設計（クラス命名 / 599px ブレイクポイント /
     isSp・isPc ヘルパー / アイテムセクション構造）を踏襲
   - 本番組み込み時は「@media」の指定を
     html[data-browse-mode="P"] / html[data-browse-mode="S"]
     セレクタへ置き換えても動作するよう、構造を揃えています
   ============================================================ */

@media screen and (max-width: 599px) {
  .isSp {
    display: block !important;
  }
  .isPc {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .isSp {
    display: none !important;
  }
  .isPc {
    display: block !important;
  }
}

.pg-na_contents {
  position: relative;
  color: #fff;
  background-color: #15171d;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
}
.pg-na_contents img {
  vertical-align: top;
  max-width: 100%;
}
.pg-na_contents figure {
  margin: 0;
}

/* ------------------------------------------------------------
   KV（メインビジュアル 1枚目）
   ------------------------------------------------------------ */
.pg-na_kv {
  position: relative;
}
.pg-na_kv_img {
  display: block;
  width: 100%;
}
.pg-na_kv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .pg-na_kv_img img {
    aspect-ratio: 1400 / 607;
    min-height: 480px;
  }
}
@media screen and (max-width: 599px) {
  .pg-na_kv_img img {
    aspect-ratio: 390 / 300;
  }
}
.pg-na_kv_ttl {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .pg-na_kv_ttl {
    left: 9.8%;
    bottom: 13.7%;
    width: 34.8%;
    min-width: 380px;
  }
}
@media screen and (max-width: 599px) {
  .pg-na_kv_ttl {
    left: 12.5%;
    top: 47.3%;
    width: 74.6%;
  }
}

/* ------------------------------------------------------------
   MV（メインビジュアル 2枚目 / コンセプトコピー）
   ------------------------------------------------------------ */
.pg-na_mv {
  position: relative;
}
.pg-na_mv_img {
  display: block;
  width: 100%;
}
.pg-na_mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .pg-na_mv_img img {
    aspect-ratio: 1400 / 607;
  }
}
@media screen and (max-width: 599px) {
  .pg-na_mv_img img {
    aspect-ratio: 390 / 300;
  }
}
.pg-na_mv_inner {
  position: absolute;
  color: #fff;
  font-family: "A-OTF Reimin Y10 Pro", "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
}
@media screen and (min-width: 600px) {
  .pg-na_mv_inner {
    left: 63.7%;
    top: 21.6%;
    width: 320px;
  }
}
@media screen and (max-width: 599px) {
  .pg-na_mv_inner {
    left: 30px;
    bottom: 40px;
    right: 30px;
  }
}
.pg-na_mv_catch {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .pg-na_mv_catch {
    font-size: 21px;
  }
}
.pg-na_mv_txt {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .pg-na_mv_txt {
    margin-top: 14px;
    font-size: 14px;
  }
}

/* ------------------------------------------------------------
   商品セクション
   ------------------------------------------------------------ */
.pg-na_item {
  background-color: #15171d;
}
.pg-na_item_inner {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .pg-na_item_inner {
    width: 992px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* --rev : 画像を左配置 */
  .pg-na_item--rev .pg-na_item_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pg-na_item_txts {
  padding: 50px 0;
}
@media screen and (min-width: 600px) {
  .pg-na_item_txts {
    width: 50%;
  }
  .pg-na_item_img {
    width: 58.46774193548387%;
    margin-right: calc(50% - 50vw);
  }
  .pg-na_item_img img {
    max-width: initial;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pg-na_item--rev .pg-na_item_img {
    margin-right: auto;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 599px) {
  .pg-na_item_txt {
    padding: 0 15px;
  }
}
.pg-na_item_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.pg-na_item_type span {
  border-radius: 3px;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
}
.pg-na_item_type span.is-unisex {
  background-color: #37503f;
}
.pg-na_item_type span.is-mens {
  background-color: #2a3a7e;
}
.pg-na_item_type span.is-ladies {
  background-color: #9b0606;
}
.pg-na_item_name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .pg-na_item_name {
    font-size: 20px;
  }
}
.pg-na_item_price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.pg-na_item_price span {
  margin-left: 8px;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .pg-na_item_price {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .pg-na_item_price span {
    font-size: 12px;
  }
}
.pg-na_item_spec {
  line-height: 1.4;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .pg-na_item_spec {
    margin-top: 14px;
    font-size: 14px;
  }
}
.pg-na_item_spec dt {
  font-weight: bold;
  width: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pg-na_item_spec dd {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.pg-na_item_color {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
.pg-na_item_color.is-black {
  background-color: #0d0c0b;
}
.pg-na_item_color.is-red {
  background-color: #f00;
}
.pg-na_item_color.is-navy {
  background-color: #042e84;
}
.pg-na_item_icn {
  width: 70px;
  height: 70px;
}
.pg-na_item_icn img {
  width: 100%;
}
.pg-na_item_btn a {
  margin: 44px auto 0;
  font-size: 18px;
  width: 280px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  background-color: #15171d;
  border-radius: 5px;
  border: 2px solid #fff;
  line-height: 1.4;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 599px) {
  .pg-na_item_btn a {
    font-size: 16px;
    width: 100%;
  }
}
.pg-na_item_btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pg-na_item_btn a span:after {
  content: "";
  display: block;
  margin-left: 20px;
  width: 18px;
  height: 18px;
  background: url("../../../img/usr/freepage/hightechline/arrow-right_wh.png") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 600px) {
  .pg-na_item_btn a:hover {
    background-color: #fff;
    color: #15171d;
  }
  .pg-na_item_btn a:hover span:after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

/* ------------------------------------------------------------
   WEARING COMMENT（選手着用コメント）
   ------------------------------------------------------------ */
.pg-na_comment {
  position: relative;
  background-color: #171f2a;
  padding: 80px 0 100px;
}
.pg-na_comment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 660px;
  background: url("../../../img/usr/freepage/noble/comment-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.pg-na_comment:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 660px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 31, 42, 0.45)), color-stop(60%, rgba(23, 31, 42, 0.75)), to(#171f2a));
  background: linear-gradient(180deg, rgba(23, 31, 42, 0.45) 0%, rgba(23, 31, 42, 0.75) 60%, #171f2a 100%);
}
@media screen and (max-width: 599px) {
  .pg-na_comment {
    padding: 60px 0 70px;
  }
  .pg-na_comment:before,
  .pg-na_comment:after {
    height: 320px;
  }
}
.pg-na_comment_inner {
  position: relative;
  z-index: 1;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .pg-na_comment_inner {
    width: 1000px;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .pg-na_comment_inner {
    padding: 0 15px;
  }
}
.pg-na_comment_ttl {
  text-align: center;
  font-weight: bold;
}
.pg-na_comment_ttl strong {
  display: block;
  font-size: 49px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.pg-na_comment_ttl small {
  display: block;
  margin-top: 2px;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .pg-na_comment_ttl strong {
    font-size: 32px;
  }
  .pg-na_comment_ttl small {
    font-size: 14px;
  }
}
.pg-na_comment_list {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .pg-na_comment_list {
    margin-top: 40px;
  }
}
.pg-na_comment_row + .pg-na_comment_row {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .pg-na_comment_row + .pg-na_comment_row {
    margin-top: 50px;
  }
}
@media screen and (min-width: 600px) {
  .pg-na_comment_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
  /* --rev : カードを右配置 */
  .pg-na_comment_row--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.pg-na_comment_card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .pg-na_comment_card {
    width: 424px;
  }
}
.pg-na_comment_card figure {
  margin: 0;
}
.pg-na_comment_card figure img {
  width: 100%;
  aspect-ratio: 424 / 220;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-na_comment_profile {
  background-color: #000;
  padding: 20px;
}
.pg-na_comment_name {
  font-size: 18px;
  font-weight: bold;
}
.pg-na_comment_data {
  margin: 16px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.575;
  color: #c3c3c3;
}
.pg-na_comment_data li {
  list-style: none;
}
.pg-na_comment_data li + li {
  margin-top: 6px;
}
@media screen and (max-width: 599px) {
  .pg-na_comment_name {
    font-size: 16px;
  }
  .pg-na_comment_data {
    font-size: 14px;
  }
}
.pg-na_comment_txt {
  margin: 0;
  font-size: 18px;
  line-height: 1.78;
}
@media screen and (max-width: 599px) {
  .pg-na_comment_txt {
    margin-top: 20px;
    font-size: 14px;
  }
}
