@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* 商品詳細スライダー */
.fs-c-productCarouselMainImage .slick-slide {
    max-width: 692px;
}
.fs-c-productCarouselMainImage .slick-slide img {
    max-width: 100%;
}
@media (max-width: 991px){
	.fs-c-productCarouselMainImage .slick-slide {
	    max-width: calc(100vw - 30px);
	}
}

/* 商品グループ */
#lowerRecentlyViewed {
  margin-top: 110px;
}

@media (max-width: 767px) {
  #lowerRecentlyViewed {
    margin-top: 70px;
  }
}

#lowerRecentlyViewed h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
}

@media (max-width: 767px) {
  #lowerRecentlyViewed h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1px;
  }
}

body.fs-body-category #lowerRecentlyViewed {
  margin-top: 130px;
}

@media (max-width: 767px) {
  body.fs-body-category #lowerRecentlyViewed {
    margin-top: 130px;
  }
}

body.fs-body-category .fs-c-heading--page {
  border: none;
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 80px;
  padding: 0;
  color: #1B1B1B;
}

@media (max-width: 767px) {
  body.fs-body-category .fs-c-heading--page {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 3px;
    margin-bottom: 50px;
  }
}

#cateRanking .multiGrid li {
  position: relative;
  counter-increment: count;
}

#cateImg {
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #cateImg {
    margin-bottom: 30px;
  }
}

#cateText {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  #cateText {
    padding: 0 7px;
  }
}

#cateText h2 {
  font-family: Noto Serif JP;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #1B1B1B;
}

@media (max-width: 767px) {
  #cateText h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
  }
}

#cateText p {
  font-family: Noto Sans JP;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  margin: 40px 0;
  color: #1B1B1B;
}

@media (max-width: 767px) {
  #cateText p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 25px 0 15px;
  }
}

#cateText a {
  font-family: Noto Sans JP;
  position: relative;
  display: flex;
  width: 184px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #DF3B12;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #DF3B12;
}

@media (max-width: 767px) {
  #cateText a {
    width: 250px;
    height: 50px;
  }
}

#cateText a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #DF3B12;
  border-right: 2px solid #DF3B12;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto;
}

#cateDescription {
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 100px;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  #cateDescription {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}

#cateDescription .cateDescription__flexBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
  #cateDescription .cateDescription__flexBox {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
}

#cateDescription .cateDescription__flexBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#cateDescription .cateDescription__flexBox > div {
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 645px;
}

@media (max-width: 767px) {
  #cateDescription .cateDescription__flexBox > div {
    padding: 30px 15px;
  }
}

#cateDescription .cateDescription__flexBox h3 {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
  margin-bottom: 27px;
  color: #1B1B1B;
}

@media (max-width: 767px) {
  #cateDescription .cateDescription__flexBox h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 15px;
  }
}

#cateDescription .cateDescription__flexBox p {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.1em;
  color: #1B1B1B;
}

@media (max-width: 767px) {
  #cateDescription .cateDescription__flexBox p {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

@media (min-width: 768px) {
  #cateDescription .cateDescription__flexBox.--reverse > picture {
    order: 2;
  }
}

@media (min-width: 768px) {
  #cateDescription .cateDescription__flexBox.--reverse > div {
    order: 1;
    margin-left: auto;
  }
}

/* 商品グループ */

  /* 商品詳細 アコーディオン */
  .accordion__button + div {
    display: none;
  }

  .productAccordion {
    margin: 43px 0 0;
  }

  .accordion{
    width: 100%;
    cursor: pointer;
  }

  .accordion__button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 63px;
    border-bottom: 2px solid #3d3d3d;
    padding: 0 10px;

    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    color: #3d3d3d;
  }
  @media (max-width: 767px) {
    .accordion__button{
      height: 45px;
    }
  .accordion + .accordion {
    margin-top: 10px;
  }
  }

  .accordion .plusButton {
      display: block;
      position: relative;
      right: 11px;
      width: 16px;
      height: 16px;
  }
  @media (max-width: 767px) {
    .accordion .plusButton {
      right: 2px;
      width: 10px;
      height: 10px;
    }
  }

  .accordion .plusButton:before, .accordion .plusButton:after {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%) rotate(-90deg);
      background-color: currentColor;
      transition: transform .35s ease-in-out,opacity .35s ease-in-out;
      background: #DF3B12;
  }
  .accordion .plusButton:before {
      width: 16px;
      height:2px;
      opacity: 1;
  }
  @media (max-width: 767px) {
    .accordion .plusButton:before {
      width: 10px;
      height:2px;
    }
  }

  .accordion .plusButton:after {
      width: 2px;
      height: 16px;
  }
  @media (max-width: 767px) {
    .accordion .plusButton:after {
      width: 2px;
      height: 10px;
    }
  }

  .accordion__button[aria-expanded=true] .plusButton:before, .accordion__button[aria-expanded=true] .plusButton:after {
      transform: translate(-50%,-50%) rotate(90deg);
  }
  .accordion__button[aria-expanded=true] .plusButton:before {
      opacity: 0;
  }

  .accordion__pannel{
    padding: 20px 10px;
  }

  /* 商品詳細 アコーディオン */

/* コマクリCSS打消し */
a:hover, a:visited {
    color: inherit;
}

@media (max-width: 768px) {
  #cateRanking {
    width: calc(100% + 25px);
    margin-right: -25px;
  }
  #cateRanking .container {
    padding-right: 0;
  }
  #cateRanking .container .multiGrid {
    padding-right: 15px;
  }
  #cateRanking .h2A {
    padding-right: 15px;
  }
}

.fs-body-top .fs-l-main + .historySec {
  display: none;
}

.cateList--typeC figcaption img {
 margin-left: 5px;
}


.itemList--ranking .itemList__unit .fr3-item__rankContainer {
  display: none;
}

.itemList--ranking .itemList__unit .fr3-item__link:before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .itemList--ranking .itemList__unit .fr3-item__link:before {
    left: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.itemList--ranking .itemList__unit:nth-child(1) .fr3-item__link:before {
  background: #888;
  border-color: #888;
  color: #fff;
}

.itemList--ranking .itemList__unit:nth-child(2) .fr3-item__link:before {
  background: #888;
  border-color: #888;
  color: #fff;
}

.itemList--ranking .itemList__unit:nth-child(3) .fr3-item__link:before {
  background: #888;
  border-color: #888;
  color: #fff;
}

.itemList--ranking .itemList__unit:nth-child(1) .fr3-item__link:before,
.keywordRanking li:nth-child(1) a:before {
  content: "1";
}

.itemList--ranking .itemList__unit:nth-child(2) .fr3-item__link:before,
.keywordRanking li:nth-child(2) a:before {
  content: "2";
}

.itemList--ranking .itemList__unit:nth-child(3) .fr3-item__link:before,
.keywordRanking li:nth-child(3) a:before {
  content: "3";
}

.itemList--ranking .itemList__unit:nth-child(4) .fr3-item__link:before,
.keywordRanking li:nth-child(4) a:before {
  content: "4";
}

.itemList--ranking .itemList__unit:nth-child(5) .fr3-item__link:before,
.keywordRanking li:nth-child(5) a:before {
  content: "5";
}

.itemList--ranking .itemList__unit:nth-child(6) .fr3-item__link:before,
.keywordRanking li:nth-child(6) a:before {
  content: "6";
}

.itemList--ranking .itemList__unit:nth-child(7) .fr3-item__link:before,
.keywordRanking li:nth-child(7) a:before {
  content: "7";
}

.itemList--ranking .itemList__unit:nth-child(8) .fr3-item__link:before,
.keywordRanking li:nth-child(8) a:before {
  content: "8";
}

.itemList--ranking .itemList__unit:nth-child(9) .fr3-item__link:before,
.keywordRanking li:nth-child(9) a:before {
  content: "9";
}

.itemList--ranking .itemList__unit:nth-child(10) .fr3-item__link:before,
.keywordRanking li:nth-child(10) a:before {
  content: "10";
}

.itemList--ranking .itemList__unit:nth-child(11) .fr3-item__link:before,
.keywordRanking li:nth-child(11) a:before {
  content: "11";
}

.itemList--ranking .itemList__unit:nth-child(12) .fr3-item__link:before,
.keywordRanking li:nth-child(12) a:before {
  content: "12";
}

.itemList--ranking .itemList__unit:nth-child(13) .fr3-item__link:before,
.keywordRanking li:nth-child(13) a:before {
  content: "13";
}

.itemList--ranking .itemList__unit:nth-child(14) .fr3-item__link:before,
.keywordRanking li:nth-child(14) a:before {
  content: "14";
}

.itemList--ranking .itemList__unit:nth-child(15) .fr3-item__link:before,
.keywordRanking li:nth-child(15) a:before {
  content: "15";
}

.itemList--ranking .itemList__unit:nth-child(16) .fr3-item__link:before,
.keywordRanking li:nth-child(16) a:before {
  content: "16";
}

.itemList--ranking .itemList__unit:nth-child(17) .fr3-item__link:before,
.keywordRanking li:nth-child(17) a:before {
  content: "17";
}

.itemList--ranking .itemList__unit:nth-child(18) .fr3-item__link:before,
.keywordRanking li:nth-child(18) a:before {
  content: "18";
}

.itemList--ranking .itemList__unit:nth-child(19) .fr3-item__link:before,
.keywordRanking li:nth-child(19) a:before {
  content: "19";
}

.itemList--ranking .itemList__unit:nth-child(20) .fr3-item__link:before,
.keywordRanking li:nth-child(20) a:before {
  content: "20";
}

/* 移行商品用CSS */

section.historySec {
    margin-top: 30px;
}

.fs-c-breadcrumb {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8rem !important;
    padding: 5px 15px 5px 15px !important;
}

table.denim-size td {
    display: table-cell;
    vertical-align: middle;
    border: #000 solid 1px;
    padding: 10px 5px 10px 10px;
}

table.denim-size th {
    width: 20%;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    border: #000 solid 1px;
    padding: 10px 5px 10px 5px;
}

table.denim-size, tbody, tr, th, td {
    border: #000 solid 1px;
    max-width: 100%;
}

table.style_banner_table li {
    list-style: none;
}


table.style_banner_table th {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 5px 10px 5px;
    border: #000 solid 1px;
}

table.style_banner_table {
    width: 100%;
    margin-top: 10px;
}

table.style_banner_table tbody {
    width: 100%;
}

.style_banner_table_wrap {
    width: 100%;
}

table.style_banner_table li {
    list-style: none;
}

table.style_banner_table td {
    padding: 10px 5px 10px 10px;
    border: #000 solid 1px;
}

th.kesu {
    display: none !important;
}

td.kesu {
    display: none !important;
}


.fs-p-productDescription.fs-p-productDescription--full {
    margin-top: 2em;
}

/* カテゴリーコメントエリア */
.catgory_header_area img {
    width: 100%;
}

@media (min-width: 768px) {
.fs-l-productLayout__item.fs-l-productLayout__item--2 #commentGroup ,
.fs-l-productLayout__item.fs-l-productLayout__item--2 .fs-p-productDescription.fs-p-productDescription--full {
    display: none;
}
}
@media (max-width: 767px) {
.fs-l-productLayout__item.fs-l-productLayout__item--1 #commentGroup ,
.fs-l-productLayout__item.fs-l-productLayout__item--1 .fs-p-productDescription.fs-p-productDescription--full {
    display: none !important;
}
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
 background: #888888!important;
}

@media (max-width: 767px) {
.memberSec .container p.memberbtn a {
　  position: relative!important;
    display: block!important;
    background: #888!important;
    color: #fff!important;
    text-align: center!important;
    max-width: 400px!important;
    line-height: 40px!important;
    margin: auto!important;
    transition: 0.3s!important;
    border-radius: 0px!important;
}
}

body#fs_CustomPage .fs-l-pageMain > * {
    line-height: 1.5;
}
body#fs_CustomPage .fs-l-pageMain a:not([class]) {
    text-decoration: underline;
}

a[onclick] {
    cursor: pointer;
}

.fs-c-subgroup .fs-c-listControl {
    display: none;
}

a.fs-c-button--viewProductDetail.fs-c-button--plain, button.fs-c-button--addToCart--list.fs-c-button--plain {
    background: #797979 !important;
}

.togglelinkWrap > a {
    color: #000 !important;
    font-family: "Adamina", "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

label.fs-p-productSearch__formSwitch {
    display: none;
}

table.style_banner_table span {
    border-radius: 10px;
    background-color: #DF3B12;
    color: #fff;
    padding: 0px 5px;
}

table.style_banner_table ul li {
    display: inline-block;
    margin-left: 15px;
}

html,body{
overflow-x: hidden;
}

.hdrTop .hdrInner {
    position: relative;
}
.hdrTop .hdrTop_account {
    position: absolute;
    padding: 0;
    right: 0;
    max-width: none!important;
}
.hdrTop .hdrTop_account:before {
    content: none!important;
}

.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
    background: #888888!important;
    justify-content: flex-start;
    margin: 0 auto;
    text-align: center;
}

li.fs-c-variationPanelList__list__item {
    text-align: center;
grid-template-columns: auto !important;
}

.fs-c-variationPanelList__panel__content {
    background: rgba(126, 126, 126, 0.08);
    display: flex;
    flex-direction: row;
    gap: 2px;
    min-height: 56px;
    padding: 8px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.fs-c-variationPanelList__panel__image{
padding-right:10px;
padding-bottom:0px;
}
.fs-c-button--secondary {
    background: #333 !important;
    border: 1px solid #333 !important;
}

.bottomNav {
    background: #888 !important;
    padding: 5px 10px !important;
}
.bottomNav i.material-icons{
    font-size:20px !important;
}
@media (max-width: 992px){
#toTop {
    bottom: 60px!important;
}
}

.newitemSec .itemList {
    margin: 0px !important;
}

.newsList li h3{
font-weight:400!important;
}

@media (max-width: 767px){
.newitemSec .container{
padding-right:15px!important;
}
.newitemSec .itemList__unit:nth-child(n+9) {
    display:none;
}

.fs-c-variationPanelList__list{
grid-template-columns: auto!important;
}
}


@media (max-width: 767px){
.itemcateSec .cateList--typeC{
flex-wrap: nowrap;
overflow-x: scroll;
padding-bottom:15px;
}
}

.newsList--typeC .newsList__body ul li a{
display: flex;
flex-wrap: wrap;
}
.newsList--typeC .newsList__head a{
display: block;
width: 100%;
}

@media (max-width: 767px){
.newsList--typeC .newsList__body {
    height: 80px;
    overflow: hidden;
    overflow-y: scroll;
}}

.fvbnrSec ul{
max-width:1200px !important;
}

.multiGrid{
list-style:none;
}

.mark-chips{
 border-radius: 10px;
 width: 20px;
 height: 20px; 
}

/*チェックアウトヘッダー非表示*/
body#fs_Checkout .hdrBottom {
    display: none;
}

body#fs_Checkout .hdrBottom_bt {
    display: none;
}

body#fs_Checkout .fs-c-breadcrumb__list {
    display: none;
}

body#fs_Checkout .menuToggle {
    display: none;
}

body#fs_Checkout .historySec {
    display: none;
}

body#fs_Checkout .cateSec {
    display: none;
}

body#fs_Checkout .toyou_recommendSec {
    display: none;
}

@media screen and (min-width: 768px){
.fs-c-anotherLogin {
    padding: 15px 0px 30px!important;
}
}

/*セール価格変更 ここから*/
.fs-c-productPrice.fs-c-productPrice--listed .fs-c-price__value {
    text-decoration: line-through;
}
.fs-c-productPrice.fs-c-productPrice--selling .fs-c-price__value {
    /*font-weight: bold;
    color: red;*/
}
.fs-c-productPrice.fs-c-productPrice--selling .fs-c-price__currencyMark {
    /*color: red*/;
}
.fs-c-productPrice.fs-c-productPrice--listed + .fs-c-productPrice.fs-c-productPrice--selling .fs-c-price__currencyMark,
.fs-c-productPrice.fs-c-productPrice--listed + .fs-c-productPrice.fs-c-productPrice--selling .fs-c-price__value {
  color: red;
  font-weight: bold;
}
/*セール価格変更 ここまで*/

.fs-c-productVariationPrice__price {
    color: #333 !important;
}
span.fs-c-productVariationPrice__price.fs-c-price {
    color: #333 !important;
}
.fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main {
    text-decoration: line-through;
}

@media (max-width: 1200px) and (min-width: 991px){
.fs-l-main .fs-l-pageMain{
max-width: 100%!important;
}
}

.fs-c-featuredProduct {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 767px){
.fs-c-featuredProduct {
    padding: 0;
    width: 90%;
    margin: 0 auto;
}
}

.fs-c-featuredProduct article.itemList__unit {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 20%;
    height: 270px;
    float: left;
}

@media (max-width: 767px){
.fs-c-featuredProduct article.itemList__unit {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 50%;
    height: 210px;
    float: left;
}
}

/*カートページのみ非表示*/
#fs_ShoppingCart li.del_abroad.pcOnly {
    display: none;
}

#fs_ShoppingCart section.highlight.shoppingGuide {
    display: none;
}

#fs_ShoppingCart .fNav--typeC.container {
    display: none;
}

#fs_ShoppingCart nav#fixedNav {
    display: none;
}




/*作り帯商品詳細ドロワー*/


.tsukuriobiDetail dl {
  display: block;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .tsukuriobiDetail dl {
    padding: 10px;
    margin-bottom: 10px;
  }
}

.tsukuriobiDetail dl dt {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding-right: 30px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .tsukuriobiDetail dl dt {
    font-size: 12px;
  }
}


.tsukuriobiDetail dl dt:after {
  content: "";
  display: block;
  right: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  border-top: 3px solid #aaa;
  border-left: 3px solid #aaa;
  transform: rotate(-135deg);
  transition: 0.15s;
}

@media (max-width: 767px) {
  .tsukuriobiDetail dl dt:after {
    width: 12px;
    height: 12px;
    top: 2px;
  }
}

.tsukuriobiDetail dl dt.open {
  transition: 0.15s;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.tsukuriobiDetail dl dt.open:after {
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .tsukuriobiDetail dl dt.open:after {
    top: 5px;
  }
}

.tsukuriobiDetail dl dd {
  display: none;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .tsukuriobiDetail dl dd {
    font-size: 12px;
  }
}


.tsukuriobiDetail dl dt, .tsukuriobiDetail dl dd {
  padding-left: 36px;
  position: relative;
  text-align: left;
}

.tsukuriobiDetail dl dt:before, .tsukuriobiDetail dl dd:before {
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 767px) {
  .tsukuriobiDetail dl dt, .tsukuriobiDetail dl dd {
    padding-left: 30px;
    line-height: 20px;
  }
  .tsukuriobiDetail dl dt:before, .tsukuriobiDetail dl dd:before {
    font-size: 20px;
  }
}

.tsukuriobiDetail.tsukuriobiDetail--noJS dl dd {
  display: block;
}

.tsukuriobiDetail.tsukuriobiDetail--noJS dl dt {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 16px;
  padding-bottom: 16px;
 cursor: auto;
}

.tsukuriobiDetail.tsukuriobiDetail--noJS dl dt:after {
  content: none;
}

.fs-c-returnedSpecialContract {
    display: none;
}







.faqWrap dl {
  display: block;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .faqWrap dl {
    padding: 10px;
    margin-bottom: 10px;
  }
}

.faqWrap dl dt {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding-right: 30px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .faqWrap dl dt {
    font-size: 12px;
  }
}

.faqWrap dl dt:before {
  content: "Q.";
  color: #459dc7;
}

.faqWrap dl dt:after {
  content: "";
  display: block;
  right: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  border-top: 3px solid #aaa;
  border-left: 3px solid #aaa;
  transform: rotate(-135deg);
  transition: 0.15s;
}

@media (max-width: 767px) {
  .faqWrap dl dt:after {
    width: 12px;
    height: 12px;
    top: 2px;
  }
}

.faqWrap dl dt.open {
  transition: 0.15s;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.faqWrap dl dt.open:after {
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .faqWrap dl dt.open:after {
    top: 5px;
  }
}

.faqWrap dl dd {
  display: none;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .faqWrap dl dd {
    font-size: 12px;
  }
}

.faqWrap dl dd:before {
  content: "A.";
  top: 0px;
  color: #e05a73;
}

.faqWrap dl dt, .faqWrap dl dd {
  padding-left: 36px;
  position: relative;
  text-align: left;
}

.faqWrap dl dt:before, .faqWrap dl dd:before {
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 767px) {
  .faqWrap dl dt, .faqWrap dl dd {
    padding-left: 30px;
    line-height: 20px;
  }
  .faqWrap dl dt:before, .faqWrap dl dd:before {
    font-size: 20px;
  }
}

.faqWrap.faqWrap--noJS dl dd {
  display: block;
}

.faqWrap.faqWrap--noJS dl dt {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 16px;
  padding-bottom: 16px;
 cursor: auto;
}

.faqWrap.faqWrap--noJS dl dt:after {
  content: none;
}




/*↓20250514追記*/
/*タイトルに◆を先頭につける*/
h2.fs-c-documentArticle__heading::before {
    content: "◆ ";
}

section.fs-l-pageMain h2.h3A::before {
    content: "◆ ";
}

/*赤字を黒字に変更*/
h3.fs-c-documentColumn__heading {
    color: #000000;
}


/*カートヘッダーコンテンツ削除*/
body#fs_ShoppingCartLogin header#hdr .hdrBottom_bt {
    display: none;
}

body#fs_ShoppingCartLogin header#hdr .hdrBottom {
    display: none;
}

body#fs_ShoppingCartLogin .hdrTop {
    display: none;
}

body#fs_ShoppingCartLogin nav.iconNav {
    display: none;
}

body#fs_CustomerDetails header#hdr .hdrBottom_bt {
    display: none;
}

body#fs_CustomerDetails header#hdr .hdrBottom {
    display: none;
}

body#fs_CustomerDetails .hdrTop {
    display: none;
}

body#fs_CustomerDetails nav.iconNav {
    display: none;
}



.fs-c-productPrice.fs-c-productPrice--member.fs-c-productPrice--stageUndetermined,
.fs-c-productPrice.fs-c-productPrice--member.fs-c-productPrice--stageUndetermined .fs-c-productPrice__main__price.fs-c-price{
	color: #b90505;
}