.newsList .newsList__body .fs-pt-list .fs-pt-list__item {
    margin-top: 0;
  }
  
  #fixed-bg {
    background: rgba(20, 13, 11, 0.84);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 100;
    pointer-events: none;
    transition: opacity 0.5s;
  }
  
  .fs-p-productSearch__search {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    margin: auto;
    max-height: inherit;
    display: none;
  }

  .fs-p-productSearch__field {
    display: block;
  }
  
  .fs-p-productSearch__form {
    background: #fff;
    transform: translateY(0);
    max-width: 80vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 95vh;
    left: 0;
    margin: auto;
    padding: 5.6vw 10vw;
    overflow-y: scroll;
    z-index: 100;
  }
  
  .fs-p-productSearch__search::before {
    background: rgba(20, 13, 11, 0.84);
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  
  [type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    border-color: #D3D3D3;
    border-radius: 0;
    padding: 0.8vw 1.333vw;
  }
  
  textarea {
    border: 1px solid #D3D3D3;
  }
  
  .fs-p-productSearch__field .fs-c-dropdown__menu {
    border: 1px solid #D3D3D3;
    padding: 0.8vw 1.333vw;
  }
  
  .fs-p-productSearch__field .fs-c-inputTable__headerCell {
    font-size: 1.067vw;
    letter-spacing: 0.12em;
    margin-bottom: 1.1vw;
  }
  
  .fs-p-productSearch__field #fs_input_productSearchPrice1, .fs-p-productSearch__field #fs_input_productSearchPrice2 {
    width: 9.133vw;
  }
  
  .fs-p-productSearch__field .fs-c-dropdown {
    width: 24.733vw;
  }
  
  .fs-p-productSearch__field .child-dropdown-wrap {
    margin-left: 3.333vw;
  }
  
  .fs-p-productSearch__field .fs-c-radio__labelText {
    font-size: 0.933vw;
  }
  
  .fs-p-productSearch__field .fs-c-inputTextGroup {
    display: block;
  }
  
  .fs-p-productSearch__field .fs-c-inputTable__dataCell {
    display: flex;
  }
  
  .fs-c-dropdown::after {
    border-left: 0;
    background: transparent;
    font-size: 2.4rem;
  }
  
  .fs-c-button--secondary {
    background: #3E3E3E;
    border-color: #0B0E10;
    border-radius: 4px;
    box-shadow: none;
    font-size: 0.933vw;
    padding: 1.667vw;
  }


  .fs-p-productSearch__searchButton {
    min-width: 16vw;
    transition: 0.3s ease-in-out;
    margin-top: 3.25vw;
  }
  
  .fs-p-productSearch__searchButton::before {
    content: "";
    width: 0.667vw;
    height: 0.667vw;
    border-left: 0.133vw solid #fff;
    border-bottom: 0.133vw solid #fff;
    left: inherit;
    right: 0.867vw;
    transform: rotate(225deg);
  }
  
  .close-btn {
    position: absolute;
    top: 2.533vw;
    right: 2.067vw;
    cursor: pointer;
  }
  
  .close-btn .line {
    background: #0A0E10;
    display: block;
    height: 1.8vw;
    width: 0.133vw;
    position: absolute;
  }
  
  .close-btn .line:first-child {
    transform: rotate(45deg) translate3d(0, 0, 0);
  }
  
  .close-btn .line:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  }
  
  .sp-menu + .fs-p-productSearch__search {
    display: none!important;
  }
  
  .fs-p-productSearch__form .fs-c-radioGroup .fs-c-radio {
    width: calc((100% - 15vw) / 6);
  }
  
  .fs-c-radioGroup .fs-c-radio:not(:nth-child(6n+1)), .fs-c-checkboxGroup .fs-c-radio:not(:nth-child(6n+1)) {
    margin-left: 3vw;
  }
  
  .fs-c-radioGroup .fs-c-radio:nth-child(n+7), .fs-c-checkboxGroup .fs-c-radio:nth-child(n+7) {
    margin-top: 1.333vw;
  }
  
  @media screen and (min-width: 769px) {
    .fs-p-productSearch__searchButton:hover {
      background: #fff;
      color: #3E3E3E;
      transition: 0.3s ease-in-out;
    }
    .fs-p-productSearch__searchButton:hover::before {
      border-color: #3E3E3E;
    }
    .fs-p-productSearch__form::-webkit-scrollbar {
      width: 0.867vw;
    }
  
    .fs-p-productSearch__form::-webkit-scrollbar-track {
      background: #fff;
    }
  
    .news-area .news-list::-webkit-scrollbar-thumb {
      border-radius: 20px;
      background: #C1C1C1;
      width: 0.533vw;
    }
  
    .fs-c-radioGroup .fs-c-radio:not(:last-child), .fs-c-checkboxGroup .fs-c-radio:not(:last-child) {
      margin-right: 0;
    }
  
  }
  
  @media screen and (min-width: 1501px) {
    .fs-p-productSearch__form {
      max-width: 80vw;
      height: 95vh;
      padding: 84px 150px;
    }
  
    [type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
      border-color: #D3D3D3;
      border-radius: 0;
      padding: 12px 20px;
    }
  
    .fs-p-productSearch__field .fs-c-dropdown__menu {
      padding: 12px 20px;
    }
  
    .fs-p-productSearch__field .fs-c-inputTable__headerCell {
      font-size: 16px;
      margin-bottom: 17px;
    }
  
    .fs-p-productSearch__field #fs_input_productSearchPrice1, .fs-p-productSearch__field #fs_input_productSearchPrice2 {
      width: 137px;
    }
  
    .fs-p-productSearch__field .fs-c-dropdown {
      width: 371px;
    }
  
    .fs-p-productSearch__field .child-dropdown-wrap {
      margin-left: 50px;
    }
  
    .fs-p-productSearch__field .fs-c-radio__labelText {
      font-size: 14px;
    }
  
    .fs-c-dropdown::after {
      font-size: 36px;
    }
  
    .fs-c-button--secondary {
      font-size: 14px;
      padding: 25px;
    }
  
    .fs-p-productSearch__searchButton {
      min-width: 240px;
      margin-top: 48px;
    }
  
    .fs-p-productSearch__searchButton::before {
      width: 10px;
      height: 10px;
      right: 13px;
    }
  
    .close-btn {
      top: 38px;
      right: 21px;
    }
  
    .close-btn .line {
      height: 27px;
      width: 2px;
    }
    .news-area .news-list::-webkit-scrollbar-thumb {
      width: 8px;
    }
    .fs-p-productSearch__form::-webkit-scrollbar {
      width: 13px;
    }
    .fs-c-radioGroup .fs-c-radio:not(:nth-child(6n+1)), .fs-c-checkboxGroup .fs-c-radio:not(:nth-child(6n+1)) {
      margin-left: 45px;
    }
    .fs-c-radioGroup .fs-c-radio:nth-child(n+7), .fs-c-checkboxGroup .fs-c-radio:nth-child(n+7) {
      margin-top: 20px;
    }
  
  }
  
  @media screen and (max-width: 1014px) {
    .fs-p-productSearch__form .fs-c-radioGroup .fs-c-radio {
      width: calc((100% - 12vw) / 5);
    }
  
    .fs-c-radioGroup .fs-c-radio:not(:nth-child(6n+1)), .fs-c-checkboxGroup .fs-c-radio:not(:nth-child(6n+1)) {
      margin-left: 0;
    }
  
    .fs-c-radioGroup .fs-c-radio:not(:nth-child(5n+1)), .fs-c-checkboxGroup .fs-c-radio:not(:nth-child(5n+1)) {
      margin-left: 3vw;
    }
  
    .fs-c-radioGroup .fs-c-radio:nth-child(n+6), .fs-c-checkboxGroup .fs-c-radio:nth-child(n+6) {
      margin-top: 3vw;
    }
  
  }
  
  @media screen and (max-width: 768px) {
    .fs-p-productSearch__form {
      background: transparent;
      max-width: 100vw;
      padding: 20.667vw 4.533vw 35.667vw;
      height: 100vh;
    }
    .fs-p-productSearch__search {
      z-index: 998;
    }
    .fs-p-productSearch__field .fs-c-inputTable__headerCell {
      color: #fff;
      font-size: 3.467vw;
    }
  
    .close-btn {
      top: 20vw;
      right: 4vw;
      height: 5.333vw;
      width: 5.333vw;
      z-index: 800;
    }
    .close-btn .line {
      background: #fff;
      height: 5.1vw;
      left: 2.667vw;;
    }
  
    [type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
      background: #fff;
      padding: 3vw;
    }
    .fs-p-productSearch__field .fs-c-dropdown__menu,
    .fs-c-inputInformation__field .fs-c-dropdown__menu {
      padding: 3vw;
    }
    .fs-p-productSearch__field #fs_input_productSearchPrice1, .fs-p-productSearch__field #fs_input_productSearchPrice2 {
      width: calc((100% - 12.8vw) / 2);
    }
    .fs-c-radioGroup, .fs-c-checkboxGroup {
      flex-direction: row;
      flex-wrap: wrap;
    }
    .fs-c-radioGroup > * + *, .fs-c-checkboxGroup > * + * {
      margin-top: 0;
    }
  
    .fs-c-radioGroup .fs-c-radio, .fs-c-checkboxGroup .fs-c-checkbox, .fs-c-checkboxGroup .fs-c-radio {
      width: calc(100% / 3)!important;
      flex-basis: auto;
      margin-bottom: 4.8vw;
    }
    .fs-p-productSearch__searchButton {
      background: #DBDBDB;
      border: 0;
      min-width: 56vw;
      color: #140D0B;
      margin-top: 13.333vw;
    }
  
    .fs-c-button--secondary {
      font-size: 3.2vw;
      padding: 5.333vw;
    }
    .fs-p-productSearch__searchButton::before {
      border-color: #130D0B;
      width: 2.8vw;
      height: 2.8vw;
      right: 2.667vw;
    }
    .fs-p-productSearch__field .fs-c-inputTable__dataCell {
      display: block;
    }
    .fs-p-productSearch__field .fs-c-dropdown {
      width: 100%;
    }
    .fs-p-productSearch__field .child-dropdown-wrap {
      margin-left: 0;
      margin-top: 4.533vw;
    }
    .fs-p-productSearch__field .fs-c-radio__labelText {
      color: #fff;
      font-size: 3.2vw;
    }
    .fs-p-productSearch__form .fs-c-checkbox__label {
      color: #fff;
    }
    .fs-c-inputTextGroup > * + * {
      color: #fff;
    }
  
    .fs-c-radioGroup .fs-c-radio:not(:nth-child(6n+1)), .fs-c-checkboxGroup .fs-c-radio:not(:nth-child(6n+1)) {
      margin-left: 0;
    }
  
    .fs-c-radioGroup .fs-c-radio:nth-child(n+7), .fs-c-checkboxGroup .fs-c-radio:nth-child(n+7) {
      margin-top: 0;
    }
    .fs-c-radioGroup .fs-c-radio:not(:nth-child(5n+1)), .fs-c-checkboxGroup .fs-c-radio:not(:nth-child(5n+1)) {
      margin-left: 0;
    }
  
    .fs-p-productSearch__form .fs-p-productSearch__searchButton {
      margin-top: 3.333vw;
    }
  
  }
  
  .new_detailsearch .fs-p-productSearch__formSwitch {
    display: none;
  }
  .new_detailsearch .fs-p-productSearch {
    border: transparent;
  }
  .fs-p-productSearch__formSwitch::before {
    content: unset!important;
  }
  
  .product_tab {
    margin-top: 60px;
  }
  @media screen and (max-width: 991px) {
  .product_tab {
    margin-top: 40px;
  }
  .fs-l-main.fs-l-product2 {
    padding-left: 0;
    padding-right: 0;
  }
  .fs-l-main.fs-l-product2 #fs_form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sp-text--center {
    text-align: center!important;
  }
  }
  
  .poplink {
    top: 100%;
  }
  
  .page_ttl {
    position: relative;
  }
  .page_ttl .page_ttl__img {
    margin-bottom: 0;
  }
  .page_ttl .page_ttl__txt {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .page_ttl .page_ttl__txt p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
  }
  @media screen and (max-width: 991px) {
  .page_ttl .page_ttl__txt p {
    font-size: 20px;
  }
  }
  
  
  /* CV関連ページのサブカラム非表示 */
  /* ↓メインおよびサブカラムのクラス名に応じて必ず調整↓ */
  .fs-body-checkout .fs-l-pageMain,
  .fs-body-cart .fs-l-pageMain,
  .fs-body-checkout-success .fs-l-pageMain,
  .fs-body-checkout-multiAddress-options .fs-l-pageMain,
  .fs-body-checkout-multiAddress-confirm .fs-l-pageMain,
  .fs-body-checkout-multiAddress-products .fs-l-pageMain,
  .fs-body-checkout-multiAddress .fs-l-pageMain,
  .fs-body-checkout-multi .fs-l-pageMain,
  .fs-body-customerDetails .fs-l-pageMain,
  .fs-body-checkout-amazon .fs-l-pageMain,
  .fs-body-my-addressbook-new .fs-l-pageMain,
  .fs-body-cart-login .fs-l-pageMain{
    width: 100% !important;
    max-width: 100%!important;
    float: none;
    flex-basis: 100%!important;
  }
  .fs-body-checkout #side,
  .fs-body-cart #side,
  .fs-body-checkout-success #side,
  .fs-body-checkout-multiAddress-options #side,
  .fs-body-checkout-multiAddress-confirm #side,
  .fs-body-checkout-multiAddress-products #side,
  .fs-body-checkout-multiAddress #side,
  .fs-body-checkout-multi #side,
  .fs-body-customerDetails #side,
  .fs-body-checkout-amazon #side,
  .fs-body-my-addressbook-new #side,
  .fs-body-cart-login #side{
    display: none !important;
  }
  
  .fs-body-checkout .fs-l-sideArea,
  .fs-body-cart .fs-l-sideArea,
  .fs-body-checkout-success .fs-l-sideArea,
  .fs-body-checkout-multiAddress-options .fs-l-sideArea,
  .fs-body-checkout-multiAddress-confirm .fs-l-sideArea,
  .fs-body-checkout-multiAddress-products .fs-l-sideArea,
  .fs-body-checkout-multiAddress .fs-l-sideArea,
  .fs-body-checkout-multi .fs-l-sideArea,
  .fs-body-customerDetails .fs-l-sideArea,
  .fs-body-checkout-amazon .fs-l-sideArea,
  .fs-body-my-addressbook-new .fs-l-sideArea,
  .fs-body-cart-login .fs-l-sideArea{
    display: none !important;
  }
  
  /*　カート調整 */
  select.fs-c-quantity__select {
      /* width: 100%; */
      padding: 0.5em;
      text-align: center;
  }
  
  /* ヘッダー調整 */
  @media (min-width: 992px) {
      .hdr--typeE .hdrTop {
          background: #fff !important;
          color: #000 !important;
      }
      .hdr--typeE .hdrTop a{
          color: #1b1b1b !important;
  
      }
      .hdr--typeE .hdrTop p {
          color: #1b1b1b !important;
      }
      .hdr--typeE .hdrTop .hdrInner {
          border-left: 10px solid #000;
          border-bottom: 1px solid #E60012;
          padding-left: 30px;
      }
      .hdrMiddle.hdrMiddle--logoLeft  .hdrInner {
          border-left: 10px solid #e60012;
          padding-left: 30px;
      }
  }
  
  .bg01 .container{
    background: #f2f2f2 !important;
}

a.fs-c-button--viewProductDetail.fs-c-button--plain, span.fs-c-productName__copy, button.fs-c-button--addToCart--list.fs-c-button--plain {
    display: none !important;
}

/* ランキング調整 */
.itemList--ranking .itemList__unit:nth-child(1) .itemWrap:before {
    background: url(https://patlite.itembox.design/item/ranking_icon01.png) no-repeat !important;
    border: none !important;
    content: "" !important;
  }
  
  .itemList--ranking .itemList__unit:nth-child(2) .itemWrap:before {
    background: url(https://patlite.itembox.design/item/ranking_icon02.png) no-repeat !important;
    border: none !important;
    content: "" !important;
  }
  
  .itemList--ranking .itemList__unit:nth-child(3) .itemWrap:before {
    background: url(https://patlite.itembox.design/item/ranking_icon03.png) no-repeat !important;
    border: none !important;
    content: "" !important;
  }
  .itemList--ranking .itemList__unit:nth-child(4) .itemWrap:before {
    background: url(https://patlite.itembox.design/item/ranking_icon04.png) no-repeat !important;
    border: none !important;
    content: "" !important;
  }
  .itemList--ranking .itemList__unit:nth-child(5) .itemWrap:before {
    background: url(https://patlite.itembox.design/item/ranking_icon05.png) no-repeat !important;
    border: none !important;
    content: "" !important;
  }

  .itemList--ranking .itemList__unit:nth-child(n+6) .itemWrap:before {
    display: none !important;
}

.itemList--ranking .itemList__unit .itemWrap:before {
    position: relative !important;
    inset: 0 !important;
    width: 52px !important;
    height: 15px !important;
    border-radius: 0 !important;
}

.fs-p-accountInfo__body {
    display: none;
}
.fs-p-accountInfo__header {
    margin: 0 !important;
}

@media (min-width: 1200px) {
    .hdrTop .hdrInner:not(.hdrInner--one) > :first-child {
      max-width: 300px;
      flex: 0 0 300px;
    }
  .hdrTop .hdrInner:not(.hdrInner--one) > :last-child {
    max-width: calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
  }
}

.fs-c-productImage a:hover {
    opacity: 0.7;
}

.fNav--typeA .row {
  margin: 0px -10px 30px;
}
.fNav--typeA .row [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.fNav--typeA .fNav__list h3 {
  display: flex;
  align-items: center;
}
.fNav--typeA .fNav__list h3 img,
.fNav--typeA .fNav__list h3 i {
  display: block;
  color: #E60012;
  margin-right: 10px;
}
.fNav--typeA .fNav__list ul + ul {
  margin-top: 20px;
}

.mainVisual--arrangeA .mvA_inner {
  max-width: 1440px;
  margin: 0 auto;
}
.regi_button {
  display: none;
}

#fs_communication{
  font-size:18px;
}



/* 20231225_人気商品詳しく見るボタン非表示調整 */
.ccItemListContainer .itemList__unit .fs-c-productPrice .fs-c-productPrice__main__label {
  font-size: 10px;
}
.ccItemListContainer .itemList__unit .fs-c-productPrice .fs-c-price__value {
  font-size: 13px;
}
.ccItemListContainer .itemList__unit .fs-c-productPrice .fs-c-productPrice__main__joint {
  margin: 0;
}
.ccItemListContainer .itemList__unit .button {
  display: none;
}



/* 20231226_会員登録ページラジオボタン楕円調整
span.fs-c-radio__radioMark {
    min-width: 24px;
}
*/

/* 商品グループページ子カテ件数の非表示
.fs-c-listControl {
    display: none
}
*/ 


/* バリエーションの型式名フォントサイズ変更　20240125  */
.fs-c-variationCart__variationName__name {
    font-size: 18px;
}

/* 商品一覧ページ　カテゴリ部分フォントサイズ変更　20240125  */
.fs-c-productList__list span.fs-c-productName__name {
    line-height: 20px;
    font-size: 14px;
}


/* カート画面　閉じかっこ(左側)部分の変更＆「型式」文言追加　20240126 */
.fs-c-listedProductName__variation::before, .fs-c-listedProductName__selection::before {
    content: "型式：";
    font-size: 17px;
}

/* カート画面　閉じかっこ(右側)部分の削除　20240126 */
.fs-c-listedProductName__variation::after, .fs-c-listedProductName__selection::after {
    content: "";
}


/* カート画面　型式部分フォントサイズ変更　20240126 */
.fs-c-listedProductName__variation__choice {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 17px;
    color: blue;
    vertical-align: baseline;
    background: transparent;
}

/*お気に入り内　元文章(コメントアウト)  20240130
.fs-c-productListItem__productDescription {
    font-size: 12px;
    line-height: 1.5;
}*/

/*お気に入り　説明文非表示 20240130*/
.fs-c-productListItem__productDescription {
    display: none
}


/*お気に入り　バリエーション部分非表示 20240130*/
.fs-c-productName__variation__y{
    display: none
}

/*お問い合わせフォーム種別文字間隔 20240719*/
.contactForm__field p .category {
  display: inline-block;
  margin: 0 5px;
}

/*YouTube動画の埋め込みレスポンシブ対応 20240723*/
.responsive {
width: 100%;
aspect-ratio: 16/9;
}

/*====================仕様テーブル用cssを設定====================*/
	:root {
		--commentArea-factor: 1.37;
	}

	.table-shiyo {
		display: table;
		border: 1px solid grey;
		margin: calc(1em * var(--commentArea-factor)) auto;
		width: calc(100% / var(--commentArea-factor));
		border-collapse: collapse;
	}

	.table-shiyo th,
	.table-shiyo td {
		border-left: 1px solid grey;
		border-bottom: 1px solid grey;
		padding: calc(1em / var(--commentArea-factor)) calc(1.2em / var(--commentArea-factor));
	}

	.table-shiyo th {
		background: #7f7f7f;
		color: white;
	}
	.table-shiyo tr td {
		text-align: center;
	}

	.table-shiyo th:not(:first-child) {
		border-left-color: #f0f0f0;
	}

	.table-shiyo td:first-child {
		text-align: left;
		font-weight: bold;
		background-color: #f0f0f0;
		white-space: nowrap;
		vertical-align: middle;
		min-width: 140px; /* 内容に応じて広がるが、極端に狭くさせない */
		max-width: 25% /* テーブル幅 1/4 までしか広がらない */
	}
	.table-shiyo td:not(:first-child) {
		width: 100%;
	}

	/* レスポンシブの設定 */
	/* 991px 以下 */
	@media (max-width: 991px) {
		.table-shiyo {
			width: 100%;
		}
		.table-shiyo td:not(:first-child) {
			text-align: left;
		}
	}
	/* 600px 以下 */
	@media (max-width: 600px) {
		.table-shiyo,
		.table-shiyo tbody {
			display: block;
		}

		.table-shiyo tr {
			border-bottom: 1px solid #ccc;
		}

		.table-shiyo td {
			width: 100%;
			border: none;
			box-sizing: border-box;
		}
	}