/*商品詳細ページ　メイン画像のサイズ調整*/
.fs-c-productCarouselMainImage__image > img {
    max-height: 100%;
}
　

@media screen and (max-width:767px){
    body#fs_Top .fs-c-slick .slick-slide img {
        min-height: auto;
    }
}
/*Facebookシェアボタン*/
div.fs-p-snsArea {
    align-items: flex-start;
    padding-top: 10px;
}
/*会員価格を非表示*/
.fs-c-productPrice--stageUndetermined{display:none;}

/*会員登録完了メッセージを左寄せ*/
.fs-c-registerSuccessMessage {
    text-align: left;
}

body.fs-body-category-lustau header + h1.fs-c-heading.fs-c-heading--page {
    background: url(https://milliontd.itembox.design/item/Lustau_banner_top.jpg?d=20210625203411)no-repeat center;
    background-size: cover;
}

body.fs-body-category-glenfarclas header + h1.fs-c-heading.fs-c-heading--page {
    background: url(https://milliontd.itembox.design/item/glenfarclas_banner_top.jpg?d=20210625214309)no-repeat center;
    background-size: cover;


}

/*スマートフォン　カート内のおすすめ商品の画像サイズの調整*/
@media screen and (max-width:767px){
.fs-c-slick .slick-slide img.fs-c-productListItem__image__image {
        min-height: initial;
    }
}

/*ヘッダーの微調整*/
.pc > .fs-p-searchForm, 
.pc > .btn-mypage, 
.pc > .btn-cart{ 
   min-width: fit-content; 
}

/*「レビューを書く」の文字サイズの拡大*/
.fs-c-productReview .fs-c-button--addReview--detail {
    font-size: 2rem;
}

/*スペックシート*/
table.ss_table {
  border-collapse: collapse;
  width: 100%;
}

table.ss_table_03 {
  margin-bottom: 30px;
}

table.ss_table th,
table.ss_table td{
  padding: 16px;
  text-align: left;
  border-top: solid 1px #d9d9d9;
}

table.ss_table th {
  background: #fcf8f6;
  width: 30%;
}

table.ss_table_03 tr:last-child{
    border-bottom: solid 1px #d9d9d9;
}


/*「カートに入れる」のボタン色*/
.fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--plain {
    background-color: #932e44;
    color: #ffffff;
}

/*♡の位置*/
div.fs-c-productListItem__control .fs-c-button--particular.fs-c-button--addToWishList--icon {
    margin: -18.3px 0 10px;
}

/*価格表記の大きさ調整*/
.fs-c-productList .fs-c-productListItem__prices .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #ff0000;
    font-size: 20px;
}

/*よくあるご質問*/
p.dtl_faq {
    padding-top: 8px; 
    padding-bottom: 12px; 
}

p.dtl_faq a::before { 
    content: ""; 
    display: inline-block; 
    width: 15px; 
    height: 12px; 
    background: url(https://milliontd.itembox.design/item/images/common/dtl_faq.png?d=20230529145904) no-repeat center; 
    background-size: contain; 
    margin-right: 8px; 
}

.dtl_faq{
font-size:15px;
}

/*ヘッダーの追従設定*/
.fs-l-header section.header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.fs-l-header .hd-inner .fs-p-searchForm {
    max-width: 204px;
}
@media screen and (max-width:767px){
.sp #hd_menubox {
        top: 105px;
    }
}

.fs-body-product-ecsubsc-ie section.header, .fs-body-product-ecsubsc-hare section.header {
    margin-top: 0;
}

/*アコーディオン*/
.common_accordion_section {
 margin-top: 30px;
 margin-bottom: 30px;
}
.common_accordion_section_inner {
 margin: 20px auto;
 position: relative;
 width: 60%;
}
.common_accordion {
 margin-top: 30px;
}
.common_accordion_summary {
 background-color: #EFEBE6;
 color: #000;
 text-align: center;
 padding: 1.0rem 35px;
 font-size: 20px;
 font-weight: bold;
 cursor: pointer;
 position: relative;
}
.common_accordion_summary::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 20px;
 margin: auto;
 content: "";
 height: 0;
 transition: all 0.3s;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-top: 10px solid #000;
}
.common_accordion_summary a:hover {
 text-decoration: none;
}
.common_accordion_wrapper {
 background: #fffff2;
 overflow: hidden;
 font-size: 15px;
 color: #333;
}
.common_accordion_content {
 padding: 10px;
}
@media screen and (max-width:600px){
.common_accordion_section {
 margin-top: 20px;
 margin-bottom: 20px;
}
.common_accordion_section_inner {
 width: 90%;
}
.common_accordion {
 margin-top: 12px;
}
.common_accordion_summary {
 padding: 0.5rem 25px;
 font-size: 10px;
}
.common_accordion_summary::after {
 top: 3px;
 right: 10px;
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;
 border-top: 7px solid #000;
}
.common_accordion_wrapper {
 font-size: 10px;
}
}