/*会員価格を非表示*/
.fs-c-productPrice--stageUndetermined{display:none;}
.fs-c-productPrice--stage2, .fs-c-productPrice--stage3{display:none;}
.fs-c-productPrice--stage1 .fs-c-productPrice{color:#d30e0e;}

/* link color
==============================================================*/
.fs-c-productsummary__copy {
 font-weight: bold;
}

.fs-c-productListItem__control.fs-c-buttonContainer ,.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer ,.fs-c-productListItem__salesPeriodNotice.fs-c-productListItem__notice {
 display: none;
}

/* color chips
-------------------------------------------------------------*/
img.fs-c-productMark__image {
width: 15px;
}

/* pre order
-------------------------------------------------------------*/
/*span.fs-c-productPrice__main__label {
 display: none;
}*/

/* sale
-------------------------------------------------------------*/
a[href$="/sale"] {
    color: #cf3339 ! important;
}

.fs-c-productPrice.fs-c-productPrice--member.fs-c-productPrice--stage3,.fs-c-mark--memberPrice fs-c-mark,.fs-c-productMembersLoginLink,.fs-c-priceDisplay__memberPrice__label {
 display: none;
}

span.fs-c-productPrice__main__label ,.fs-c-variationPanelList__panel__priceold {
 background: #d30e0e;
 color: #ffffff;
 padding: 5px 5px;
 margin-right: 5px;
 font-weight: bold;
 font-size: 10px;
}

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

/* inputを非表示 */
.acd-check{
    display: none; 
}

.acd-label {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid lightgray;
    background: #f7f7f7;
    color: black;
    -webkit-tap-highlight-color:transparent;

}

/* アコーディオンアイコン　プラスボタン */
.acd-label .AcdIcon,
.acd-label .AcdIcon::after{
    display: block;
    box-sizing: border-box;
    background: currentColor;
    border-radius: 10px;
}
.acd-label .AcdIcon {
    position: absolute;
    transform: translate(0, -50%) scale(0.9);
    width: 16px;
    height: 2px;
    top: 50%;
    right: 2%;
    transition: 0.4s;
    background-color: gray;
}
.acd-label .AcdIcon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    top: -7px;
    left: 7px;
    background-color: gray;
}

/* アコーディオンアイコン　マイナスボタン */
.acd-check:checked + .acd-label .AcdIcon {
    box-sizing: border-box;
    position: absolute;
    display: block;
    transform: scale(0.9);
    width: 16px;
    height: 2px;
    background: currentColor;
    border-radius: 10px;
    transition: 0.4s;
    background-color: gray;
}
.acd-check:checked + .acd-label .AcdIcon::after{
    display: none;
}

/* アコーディオンの中身 */
.acd-content {
    display: block;
    height: 0;
    margin: 0;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: transparent;
    opacity: 0;
    transition: 0.4s;
    visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
    border-bottom: 1px solid lightgray;
}

.acd-content p {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    vertical-align: top;
}


/* cart_button
-------------------------------------------------------------*/

.fs-c-productQuantityAndWishlist {
    margin: 30px 0;
}

.fs-c-button--primary {
    background: #2559A8;
    border: 1px solid #2559A8;
    line-height: 2;
    box-shadow: none;
    min-width: -webkit-fill-available;
}

.fs-c-button--secondary {
    background: #777;
    border: 1px solid #777;
    line-height: 2;
    box-shadow: none;
    min-width: -webkit-fill-available;
}

select {
    width: 150%;
    background-position: 90% center;
}

.fs-c-productQuantityAndWishlist {
    grid-template-columns: 1fr 2fr;
}

/* variation button
-------------------------------------------------------------*/
.fs-c-variationPanelList__panel--outOfStock .fs-c-variationPanelList__panel__content {
    opacity: 0.3;
}

span.fs-c-variationPanelList__panel__image ,span.fs-c-variationPanelList__panel__stock.fs-c-variationPanelList__panel__stock--outOfStock ,span.fs-c-variationPanelList__panel__stock.fs-c-variationPanelList__panel__stock--lowInStock {
    display: none;
}

span.fs-c-variationPanelList__panel__label ,span.fs-c-variationPanelList__panel__stock.fs-c-variationPanelList__panel__stock--outOfStock ,span.fs-c-variationPanelList__panel__stock.fs-c-variationPanelList__panel__stock--lowInStock {
    text-align: center;
    font-size: smaller;
}

.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel:where(:not(.fs-c-variationPanelList__panel--outOfStock)) {
    border-color: #000;
}

span.fs-c-variationPanelList__panel__content {
    min-height: auto;
    justify-content: center;
}

.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
    background: #333;
    color: #fff;
}

.fs-c-variationPanelList__panel__content {
    background: unset;
}

ul.fs-c-variationPanelList__list {
    grid-auto-flow: unset;
}

@media screen and (max-width: 768px) {
    .fs-c-variationPanelList__list {
    grid-template-columns: repeat(auto-fit, minmax(9.6em, 1fr)); 
}
}

.fs-c-button--primary {
    background: #333;
    color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
}

.fs-c-button--primary:hover, .fs-c-button--primary:visited, .fs-c-button--primary:active {
    background: #000;
}

figcaption.fs-c-productCarouselMainImage__thumbnail__caption {
    display: none;
}

/* mypage fs-membershipCard
-------------------------------------------------------------*/
.fs-c-membershipCard__image {
    transform: rotate(0);
    align-content: space-evenly;
    padding: 30px 0;
    justify-self: center;
    mix-blend-mode: multiply;
}
span.fs-membershipCard__number {
    display: none;
}
.fs-p-accountInfo__body {
    padding: 0 0 20px;
}
@media (max-width: 946px) {
.fs-c-membershipCard__image {
    transform: rotate(90deg);
    padding: 0;
}
}