@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
body:not(.fs-body-top) h2.h2B,
.ks__keywords h3,
.fs-body-top h2.h2B,
body:not(.fs-body-top) .fs-l-pageMain h1,
body:not(.fs-body-top) h2,
body:not(.fs-body-top) h3,
.btnWrap a.button.arrow{
font-family: 'Noto Serif JP', serif;
}
.btnWrap a.button.arrow,
.cateSec.cateSec a.iconButton {
    border-radius: 100px;
}
.voiceSec .voiceBox {
  background: #fff;
  border:1px solid #CACACA;
}
.voiceBox__text .usersvoiceList-item-star > span {
    color: #E6B422 !important;
}
.shopInfoTable a[href^="tel:"] {
text-decoration:underline;
}
.target_link {
text-decoration:underline;
color: #3790e8 !important;
}
.target_link:hover {
  text-decoration:underline;
  opacity:0.7;
}
.target_link:visited {
color: #3790e8 !important;

}


.mainSliderSec {
  margin-bottom:50px;
}
.fs-l-pageMain .mainSliderSec:not([data-fade="true"]) .mainSliderSec__inner {
    max-width: 1000px ;
}
.button--typeA.arrow:hover, a.button--typeA.arrow:hover, .button.arrow:hover, a.button.arrow:hover {
border-color: initial !important;
    background-color: #000 !important;
    color: #fff !important;
}
 .button.arrow:hover::after, a.button.arrow:hover::after {
    border-color: #000 !important;
}
.voiceBox__text .reviewTitle1 {
  margin-bottom:5px;
}
.btnWrap {
 margin-top:30px;
}
.newsList--typeB .newsList__body ul, .newsList--typeB .newsList__body .makeNewsWrap {
  max-width:720px;
  margin:auto;
}
.newsList li h3 {
    font-weight: 500 !important;
}
.articleList__wrap:hover, .articleList__wrap:active {
    color: initial !important;
    transition: 0.15s;
    opacity:  initial !important;
}

.h2B,
.articleList__title,
.reasonSec .articleList__text,
[class*="iconButton"] span:nth-child(2), a[class*="iconButton"] span:nth-child(2),
.fNav--typeC * {
  color:#1B1B1B;
}

.fs-c-productPrice__main > .fs-c-productPrice__main__label {
 display:none;
}
.fs-l-productLayout .fs-l-productLayout__item.fs-l-productLayout__item--2 {
max-width: 100%;
}

.fs-l-productLayout__item.fs-l-productLayout__item--3 {
    max-width:800px !important;
    margin:auto;
}
.fs-l-productLayout .fs-c-productMainImage__image {
max-width: 600px  !important;
    margin: auto;
}
.fs-body-product .fs-l-productLayout__item--1 {
max-width: 100% !important;
}


.fs-l-footer {
  border:none;
background:#fff;
}
.fs-l-header--min {
  border:none;
}
.fs-p-productSearch {
display:none;
}
.exNav.exNav--typeA{
 display: flex;
    justify-content: flex-end;
}
.exNav.exNav--typeA .fs-clientInfo.is-ready {
    margin: 0 10px;
}
.hdr--typeE .hdrTop {
    padding: 5px 0;
}
.mainSliderSec .slick-list img {
    margin:0 !important;
}
.mainSliderSec .slick-slide{
    padding:0 15px;
}
#mainSlider .slick-prev {
    left: -40px  !important;
}
#mainSlider .slick-next {
    right: -40px  !important;
}


p.voiceBox__user {
    display: flex !important;
    justify-content: space-between  !important;
}
.conceptE__text .line--black a {
    color: #1b1b1b;
    text-decoration: underline;
    font-weight: bold;
    display: block;
}
.conceptE__text .line--red a{
    color: #E60012;
    text-decoration: underline;
    font-weight: bold;
    display: block;
}
.voiceBox__text .dflex {
    margin-bottom: 10px;
    align-items: initial;
}

.voiceBox__text .dflex .reviewTitle2 {
    margin-bottom: 0;
}
.usersvoiceList-item-star > span {
    color: #B39137 !important;
}

.giftSec {
  margin-bottom:100px;
}
.cartItemSec,.relatedItemSec {
  margin-top:100px;
}
.ccItemListContainer {
    max-width: 1215px;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before{
  display: none;
  
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::after{
  display: block;
  width: 9px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  box-sizing: border-box;
  opacity: 1;
  content: '';
  border-right: 3px solid #81a8b9;
  border-bottom: 3px solid #81a8b9;
  transform: translateY(-50%) rotate(45deg);
  transition: opacity 0.5s ease;
}
.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;
}

 <!-- 追加CSS -->

.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;
}

.fs-c-cartDiscountInfo__info{
  font-size: 18px;
  color: red;
}

.fs-p-announcement__body .suggest{
  color: red;
}

#fs_Top .itemList__unit a::after {
  content: "詳細を見る";
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #890106;
  color: #fff;
  border-radius: 5px;
  padding: 8px 0;
}

#fs_Top .itemList__unit a .itemPrice{
  color: #890106;
}

/* 20240207 */
.fs-body-category .itemList--ranking .itemList__unit a::after {
    content: "詳細を見る";
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    background: rgb(137, 1, 6);
    border-radius: 5px;
    padding: 8px 0px;
}
.voiceBox__text .btnWrap {
 margin-top: 10px;
}
.voiceBox__text .btnWrap a.button {
 width: 160px;
 font-size: 12px;
 line-height: 20px;
}
.fixed_cartbtn {
 background: rgba(255,255,255,.8) !important;
}
ul.fixed_cartbtnList li:nth-child(1) {
 display: flex;
 align-items: center;
}
ul.fixed_cartbtnList li:nth-child(1) > .fix_price {
 flex: 0 0 35%;
 max-width: 35%;
}
.fixed_cartbtn p small {margin-bottom: 0 !important; font-size: 14px !important;}
ul.fixed_cartbtnList li a.detail_cart_cart {background: #890106 !important;}
.fix_price {
 color: red;
}
.fs-body-product {padding-bottom: 78px;}

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



/* 通信欄の拡大、クリック可能範囲拡大の記述CSS*/
.fs-c-inputInformation__field {
  margin-bottom: 0;
}
#fs-communicationInfo-container .fs-c-checkout-previewAndEdit__info {
  min-height: 200px;
}
.fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard {
  position: relative;
}
.fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard::before {
  content: "";
  display: inline-block;
  position: absolute;
  cursor: pointer;
  height: 200px;
  right: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard::before {
    max-width: 750px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1051px) {
  .fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard::before {
    width: 46vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard::before {
    width: 56vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard::before {
    width: 94vw;
  }
}
@media screen and (max-width: 599px) {
  .fs-c-checkout-communicationInfo .fs-c-button--change--small.fs-c-button--standard::before {
    max-width: 580px;
    width: 87vw;
    bottom: calc(100% + 20px);
  }
}



