@charset "UTF-8";
/*!*
	--------------------------------
	Created: 2026.09.09
	Last Modified:
	--------------------------------
	--------------------------------
*!*/
#product_archive {
  /* ======================
    共通設定
  ====================== */
}
#product_archive .products_archive_contents_wrap {
  background: #f8f8f8;
}
#product_archive .products_archive_contents_wrap a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  #product_archive .products_archive_contents_wrap a:hover:hover {
    opacity: 0.7;
  }
}
#product_archive {
  /* ======================
    見出し
  ====================== */
}
#product_archive .main_visual.general {
  background: #ffffff;
}
#product_archive .main_visual.general > .container {
  height: 195px;
}
#product_archive .headline .inner {
  font-size: 0.9333333333em;
  margin-top: 51px;
  margin-bottom: 0;
  padding-bottom: 2px;
  font-weight: 600;
}
@media not all and (min-width: 768px) {
  #product_archive .main_visual.general > .container {
    height: 126px;
  }
  #product_archive .headline .inner {
    font-size: 1em;
    margin-top: 25px;
    padding-bottom: 5px;
  }
}
#product_archive {
  /* ======================
    タブエリア
  ====================== */
}
#product_archive .products_tab_wrap input[name=products_tab] {
  display: none;
}
#product_archive .products_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  background: #333333;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#product_archive .products_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#product_archive .products_tab_item_wrapper {
  width: 335px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 15px solid #333333;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#product_archive .products_tab_item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  padding-bottom: 0;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
#product_archive .products_tab_item:hover {
  background: #ededed;
  color: #333333;
  border-color: #ededed;
}
#product_archive .products_tab_content {
  display: none;
}
#product_archive #show_series_list:checked ~ #series_list_content,
#product_archive #show_size_list:checked ~ #show_size_content {
  display: block;
}
#product_archive #show_series_list:checked ~ .products_tab #bt_series_list,
#product_archive #show_size_list:checked ~ .products_tab #bt_size_list {
  border-bottom-color: #ededed;
}
#product_archive #show_series_list:checked ~ .products_tab #bt_series_list .products_tab_item,
#product_archive #show_size_list:checked ~ .products_tab #bt_size_list .products_tab_item {
  background: #ededed;
  color: #333333;
  border-color: #ededed;
  cursor: default;
}
#product_archive .tab_content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 87px;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  #product_archive .products_tab {
    height: 80px;
  }
  #product_archive .products_tab_item_wrapper {
    width: 43.7333333333vw;
    max-width: 164px;
    border-bottom: 10px solid #333333;
  }
  #product_archive .products_tab_item {
    font-size: 14px;
    height: 60px;
  }
  #product_archive .tab_content_wrapper {
    gap: 70px;
    padding-top: 30px;
    padding-bottom: 67px;
  }
}
#product_archive {
  /* ======================
    基本4列グリッド
  ====================== */
}
#product_archive .series_block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 768px) {
  #product_archive #series_list_content .series_block:nth-child(2) .series_col:nth-child(1),
  #product_archive #show_size_content .series_block:nth-child(2) .series_col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #product_archive #series_list_content .series_block:nth-child(2) .series_col:nth-child(2),
  #product_archive #show_size_content .series_block:nth-child(2) .series_col:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #product_archive #series_list_content .series_block:nth-child(2) .series_col:nth-child(3),
  #product_archive #show_size_content .series_block:nth-child(2) .series_col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #product_archive #series_list_content .series_block:nth-child(2) .series_col:nth-child(4),
  #product_archive #show_size_content .series_block:nth-child(2) .series_col:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #product_archive #series_list_content .series_block:nth-child(2) .series_col:nth-child(3),
  #product_archive #series_list_content .series_block:nth-child(2) .series_col:nth-child(4),
  #product_archive #show_size_content .series_block:nth-child(2) .series_col:nth-child(1),
  #product_archive #show_size_content .series_block:nth-child(2) .series_col:nth-child(2),
  #product_archive #show_size_content .series_block:nth-child(3) .series_col:nth-child(3) {
    padding-top: 54px;
  }
}
#product_archive {
  /* ======================
    カラム（縦構造）
  ====================== */
}
#product_archive .series_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
#product_archive .with-img .col_title_noimage::before {
  content: none;
}
#product_archive .series_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  max-width: 100%;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
#product_archive .series_heading {
  text-align: center;
}
#product_archive .series_logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#product_archive .series_col.logo-aligned {
  padding-top: 54px;
}
#product_archive .col_title {
  font-weight: bold;
}
@media (max-width: 767px) {
  #product_archive .series_col {
    gap: 16px;
  }
  #product_archive .series_logo {
    width: 31.4666666667vw;
  }
}
#product_archive {
  /* ======================
    ブロック③
  ====================== */
}
#product_archive .no-img {
  margin-top: 25px;
}
@media (max-width: 767px) {
  #product_archive .no-img {
    margin-top: 0;
  }
}
#product_archive {
  /* ======================
    詳細レイアウト
  ====================== */
}
#product_archive .series_name {
  font-size: 1.75em;
}
#product_archive .product_link {
  color: #005e8c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: bold;
  font-size: 0.875em;
}
@media not all and (min-width: 768px) {
  #product_archive .series_name {
    font-size: 1.4285714286em;
  }
  #product_archive .col_title {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 768px) {
  #product_archive .product_link {
    font-size: 1em;
  }
}
#product_archive {
  /* ======================
    レスポンシブ：SP時 2列
  ====================== */
}
@media (max-width: 767px) {
  #product_archive .series_block {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 70px;
  }
}
#product_archive {
  /* ======================
    関連コンテンツ
  ====================== */
}
#product_archive #related {
  margin-top: 21.3333333333vw;
  background-color: #ffffff;
}
#product_archive #related .container {
  max-width: 1114px;
}
#product_archive #related .headline {
  margin: 0;
  text-align: center;
}
#product_archive #related .headline .inner {
  display: inline-block;
  margin: 0;
  padding-bottom: 3.7333333333vw;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  border-bottom: 0.5333333333vw solid #ec1d00;
}
#product_archive .link_card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 3.2vw;
  -webkit-column-gap: 3.2vw;
     -moz-column-gap: 3.2vw;
          column-gap: 3.2vw;
  grid-row-gap: 3.7333333333vw;
  row-gap: 3.7333333333vw;
  max-width: 100%;
  margin: 8vw auto 0;
  padding: 0;
  list-style: none;
}
#product_archive .link_card_item {
  min-width: 0;
}
#product_archive .link_card_item:only-child {
  grid-column: 1/-1;
  justify-self: center;
}
#product_archive .link_card_link {
  position: relative;
  display: grid;
  grid-template-rows: 11.7333333333vw 28.2666666667vw;
  width: 100%;
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #ececec;
}
#product_archive .link_card_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding-left: 1.6vw;
  padding-right: 1.6vw;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  background-color: #ececec;
  border-bottom: 1px solid #ffffff;
}
#product_archive .link_card_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #ececec;
}
#product_archive .link_card_img img {
  display: block;
  max-width: 100%;
  height: auto;
}
#product_archive .link_card_item.banner .link_card_img img {
  width: 100%;
  height: 100%;
}
#product_archive .link_card_item:not(.banner) .link_card_img img {
  max-width: 19.7333333333vw;
  max-height: 19.7333333333vw;
}
@media screen and (min-width: 768px) {
  #product_archive #related {
    padding-top: 100px;
    margin-top: 0;
    padding-bottom: 90px;
  }
  #product_archive #related .headline .inner {
    padding-bottom: 14px;
    border-bottom-width: 2px;
  }
  #product_archive .link_card {
    grid-template-columns: repeat(4, 250px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
    row-gap: 38px;
    margin-top: 50px;
  }
  #product_archive .link_card_item:only-child {
    width: 250px;
  }
  #product_archive .link_card_link {
    grid-template-rows: 44px 106px;
  }
  #product_archive .link_card_title {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1em;
    border-bottom: 2px solid #ffffff;
  }
  #product_archive .link_card_item:not(.banner) .link_card_img img {
    max-width: 74px;
    max-height: 74px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #product_archive .link_card {
    grid-template-columns: repeat(2, 250px);
  }
}
@media screen and (max-width: 767px) {
  #product_archive #related {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 27.2vw;
  }
  #product_archive #related .headline .inner {
    font-size: 1.625em;
    padding-bottom: 2.1333333333vw;
  }
  #product_archive .link_card {
    grid-template-columns: repeat(2, 41.6vw);
    -webkit-column-gap: 6.1333333333vw;
       -moz-column-gap: 6.1333333333vw;
            column-gap: 6.1333333333vw;
    row-gap: 6.1333333333vw;
    margin-top: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #product_archive .link_card_item:only-child {
    width: 41.6vw;
  }
  #product_archive .link_card_link {
    grid-template-rows: 30px 18.6666666667vw;
    max-width: 41.6vw;
  }
  #product_archive .link_card_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.625em;
    line-height: 1.5;
    border-bottom-width: 1px;
  }
  #product_archive .link_card_img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #product_archive .link_card_item.banner .link_card_img img {
    width: 100%;
    height: 100%;
  }
  #product_archive .link_card_item:not(.banner) .link_card_img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  #product_archive .link_card_item:nth-child(1) .link_card_img img {
    width: 12.8vw;
    height: 12.8vw;
  }
  #product_archive .link_card_item:nth-child(2) .link_card_img img {
    width: 11.8951333333vw;
    height: 11.5179173333vw;
  }
  #product_archive .link_card_item:nth-child(3) .link_card_img img {
    width: 7.4666666667vw;
    height: 10.695496vw;
  }
  #product_archive .link_card_item:nth-child(4) .link_card_img img {
    width: 12.549552vw;
    height: 12.6594026667vw;
  }
}
#product_archive {
  /* ======================
    タブ下の注釈
  ====================== */
}
#product_archive .series_list_note {
  max-width: 790px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #product_archive .series_list_note {
    font-size: 0.75em;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
  }
}