#contents > .innerBox {
    padding-top: 50px;
    padding-bottom: 80px;
}

/*====================================================
     //class .fs-c-productNameHeading.fs-c-heading 商品名
====================================================*/
.fs-c-productNameHeading.fs-c-heading {
    margin: 20px 0 40px;
}
.fs-c-productNameHeading.fs-c-heading {
    font-family: 'le-monde-livre-classic-byol';
    letter-spacing: .1em
}
.fs-c-productNameHeading__name {
    display: block;
}
.fs-c-productNameHeading__copy {
    display: inline-block;
    padding-bottom: .5em;
    margin-bottom: .8em;
    position: relative;
}
.fs-c-productNameHeading__copy:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: #778899;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    .fs-l-productLayout.fs-system-product .fs-c-productNameHeading__name {
        font-size: 2.5rem;
    }
}

@media screen and (max-width:580px) {
    .fs-l-productLayout.fs-system-product .fs-c-productNameHeading__name {
        font-size: 5.5vw;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    .fs-l-productLayout.fs-system-product .fs-c-productNameHeading__name {
        font-size: 2.5rem;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     //id main
====================================================*/
main {}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 1200px) {
    main {
        margin-left: 160px;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
     //id #productBox
====================================================*/
#productBox {
    margin-bottom: 80px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #productBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 500px;
        margin: auto;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #productBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    #productBox #sliderBox {
        width: 50%;
    }
    #productBox #product_detail {
        width: calc(50% - 20px);
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:1199px) {
    #productBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px;
        margin: auto;
        margin-bottom: 80px;

    }
    #productBox #sliderBox {
        width: 100%;
    }
    #productBox #product_detail {
        width: 100%;;
    }
}

@media screen and (min-width:1200px) {
    #productBox #sliderBox {
        width: 55%;
    }
    #productBox #product_detail {
        width: calc(45% - 20px);
    }
}

/*====================================================
     //id #sliderBox
====================================================*/
#sliderBox .slick-prev ,
#sliderBox .slick-next {
    width: 25px;
    height: 25px;
    z-index: 1;
/*    border: solid 1px #000;*/
}
#sliderBox .slick-prev {
    left: -10px;
}
#sliderBox .slick-next {
    right: -10px;
}
#sliderBox .slick-prev:before ,
#sliderBox .slick-next:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid 1px transparent;
    -webkit-transition: 0.2s all;  
            transition: 0.2s all;
    z-index: 5;
    pointer-events: none;
}
#sliderBox .slick-prev:before {
    right: -35%;
    border-top-color: #000;
    border-left-color: #000;
}
#sliderBox .slick-next:before {
    left: -35%;
    border-bottom-color: #000;
    border-right-color: #000;
}
#sliderBox .slide-item {
    position: relative;
}
#sliderBox .caption {
    position: absolute;
    width: 90%;
    bottom: 10px;
    left: 5%;
    text-align: center;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#sliderBox #thumbnail-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% + 6px);
    margin: 10px -3px;
}
#sliderBox .thumbnail-item {
    cursor: pointer;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #sliderBox {
        margin-bottom: 30px;
    }
    #sliderBox .thumbnail-item {
        width: calc(100% / 7 - 6px);
        margin: 3px;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #sliderBox {
        padding: 0 10px;
        margin-bottom: 30px;
    }
    #sliderBox .slick-prev:hover:before {
/*        top: -3px;*/
        right: 0px;
    }
    #sliderBox .slick-next:hover:before {
/*        top: 3px;*/
        left: 0px;
    }
    #sliderBox .thumbnail-item {
        width: calc(100% / 7 - 6px);
        margin: 3px;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
    #sliderBox {
        padding: 0;
    }
}

/*====================================================
     //class .fs-c-productNumber 商品番号
====================================================*/
#productBox .fs-c-productNumber {
    padding-left: 80px;
    position: relative;
}
#productBox .fs-c-productNumber:before {
    position: absolute;
    content: 'ID';
    top: 4px;
    left: 0;
    width: 70px;
    height: 18px;
    font-size: 13px;
    line-height: 1.0;
    padding: 2px;
    background: #eef3f8;
    text-align: center;
}
#productBox .fs-c-productNumber .fs-c-productNumber__label {
    display: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
     //class .fs-c-productPrices 価格
====================================================*/
#productBox .fs-c-productPrice--selling .fs-c-productPrice__main__label {
    display: none;
}
#productBox .fs-c-productPrices {
    padding-left: 80px;
    position: relative;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#productBox .fs-c-productPrices:before {
    position: absolute;
    content: 'Price';
    top: 5px;
    left: 0;
    width: 70px;
    height: 18px;
    font-size: 13px;
    line-height: 1.0;
    padding: 2px;
    background: #eef3f8;
    text-align: center;
}
#productBox .fs-c-productPrice {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#productBox .fs-c-productPrices .fs-c-productPrice__main__price {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
}
#productBox .fs-c-productPrice--listed .fs-c-productPrice__main__price {
    font-size: 1.5rem;
    margin-top: 5px
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
     //class .fs-c-productPostage 送料
====================================================*/
#productBox .fs-c-productPostage {
    margin-top: 5px;
    padding-left: 80px;
}
#productBox .shippingfee_link {
    padding-left: 80px;
    font-size: 1.07rem;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
     //class .cart_link cartBoxへのリンク
====================================================*/
.cart_link {
    z-index: 500;
    display: none;
    width: calc(100% - 100px);
    height: 50px;
    max-width: 400px;
    right: 80px;
/*    padding: 10px;*/
}
.cart_link a {
    width: 100%;
    height: 100%;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    position: relative;
    padding: 8px;
    padding-left: 30px;
}
.cart_link a:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 30px;
    background: url(https://pawsliving.itembox.design/item/img/common/cart-in-off.svg) no-repeat center;
    top: 8px;
    left: 10px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


#cartBox {
    position: relative;
}

/*====================================================
     //class .fs-c-variationAndActions 商品カート
====================================================*/
.fs-c-variationAndActions {
    margin: 20px 0;
}
.fs-c-variationAndActions__variationLabel {
    display: none;
}
.fs-c-variationList__item ,
.fs-c-variationList__item__body ,
.fs-c-variationList__item__cart li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.fs-c-variationCart {
    padding: 0;
}
.fs-c-variationList__item {
    padding: 3px;
    margin: 0;
}
.fs-c-variationCart > li + li {
    padding: 3px 0;
    margin: 0;
}
.fs-c-variationList__item__body li{
    border-top: solid 1px;
    border-color: #eef3f8;
}
.fs-c-variationList__item__body li:last-child {
    border-bottom: solid 1px;
    border-color: #eef3f8;
}
.fs-c-variationList__item__body {
/*    padding: 5px;*/
    margin-top: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fs-c-variationList__item__title + .fs-c-variationList__item__body li{
    border: none;
}
.fs-c-variationList__item__image {
/*    width: 80px;*/
    height: 80px;
/*    margin: 0 10px 0 0;*/
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fs-c-variationList__item__image > img {
    width: auto;
    height: auto;
    max-width: 64px;
    max-height: 64px;
    margin: 0;
}
.fs-c-variationList__item__cart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fs-c-variationList__item__cart li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 39px;
}

.fs-c-variationList__item__title {
    width: 100%;
    background: #eef3f8;
    text-align: center;
}

.fs-c-variationCart__variationName {
    font-size: 1.2rem;
/*    width: 7em;*/
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fs-c-variationAndActions .fs-c-button--addToWishList--icon,
.fs-c-variationAndActions .fs-c-button--removeFromWishList--icon {
    width: 17px;
    height: 15px;
    margin: 0 10px;
    position: unset;
}

.fs-c-variationList__item__cart li {
    margin: 0;
    padding: 5px ;
}
.fs-c-variationCart > li + li {
    margin: 0;
    padding: 5px;
}
.fs-c-variationAndActions .fs-c-button--addToCart--variation {
    background: #000;
    padding: 5px 8px 5px 30px;
    position: relative;
    width: 120px;
}
.fs-c-variationAndActions .fs-c-button--addToCart--variation:after ,
.fs-c-variationAndActions .fs-c-button--addToCart--variation:before {
    position: absolute;
    content: '';
}
.fs-c-variationAndActions .fs-c-button--addToCart--variation:before {
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffd700;
    direction: rtl;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fs-c-variationAndActions .fs-c-button--addToCart--variation:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}
.fs-c-variationAndActions .fs-c-button--addToCart--variation:after {
    width: 30px;
    height: 20px;
    background: url(https://pawsliving.itembox.design/item/img/common/cart-in-off.svg) no-repeat center;
    top: 4px;
    left: 3px;
}
.fs-c-variationAndActions .fs-c-button--addToCart--variation:hover:after {
    background: url(https://pawsliving.itembox.design/item/img/common/cart-in-on.svg) no-repeat center;
}
.fs-c-variationAndActions .fs-c-button__label {
    position: relative;
    color: #fff;
    font-size: 1.1rem;
}
.fs-c-variationAndActions .fs-c-button--addToCart--variation:hover .fs-c-button__label {
    color: #000;
}

.fs-c-variationAndActions .fs-c-variationCart__cartButton--outOfStock {
    width: 120px;
}
.fs-c-variationAndActions .fs-c-variationCart__cartButton--outOfStock .fs-c-string--label{
    display: none;
}

.fs-c-variationCart__variationName__stock--outOfStock {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 29px;
    right: 5px;
    background: #f8fafc;
    font-size: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
    .fs-c-variationList__item__cart li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fs-c-variationAndActions .fs-c-variationCart__cartButton {
        width: 100%;
        margin-top: 5px;
    }
    .fs-c-variationCart__cartButton .fs-c-button--addToCart--variation {
        width: 100%;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
     //class .fs-c-productChooseVariation 表組カート
====================================================*/
.fs-c-productChooseVariation {
    font-size: 1.2rem;
    margin-top: 20px;
    padding-top: 20px;
}
.fs-c-productChooseVariation input[type="radio"] {
    position: absolute;
/*
    -webkit-appearance: radio-button;
    -moz-appearance: radio-button;
    appearance: radio-button;
*/
}
.fs-c-variationMatrix li ,
.fs-c-variationMatrix__row__variationPanels ,
.fs-c-variationMatrix__row__variationName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.fs-c-variationMatrix li {
    border-top: solid 1px;
    border-color: #eef3f8;
    padding: 8px;
}
.fs-c-variationMatrix__row__variationName {
    width: 140px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fs-c-variationMatrix__item {
    position: relative;
}
.fs-c-variationMatrix__row__variationPanels {
    width: calc(100%  - 130px);
}
.fs-c-variationMatrix__panel__label {
    display: none;
}
.fs-c-variationMatrix__row:first-child .fs-c-variationMatrix__panel__label {
    display: block;
    position: absolute;
    bottom: calc(100% + 14px);
    pointer-events: none;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 1.1rem;
    overflow-y: hidden;
}
.fs-c-variationMatrix__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fs-c-variationMatrix__panel {
    height: 24px;
    width: 100%;
    display: block;
    border: solid 1px;
    border-color: #789;
    margin: 0 3px;
    position: relative;
/*    text-align: center;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fs-c-variationMatrix__panel:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 7px;
    border: solid 0 transparent;
    border-left: solid 2px #eef3f8;
    border-bottom: solid 2px #eef3f8;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
}
.fs-c-variationMatrix__panel__stock {
    position: relative;
    z-index: 10;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-size: 22px;
    line-height: 24px;
}
input[type="radio"]:checked + .fs-c-variationMatrix__panel {
    background: #789;
}
input[type="radio"]:checked + .fs-c-variationMatrix__panel .fs-c-variationMatrix__panel__stock {
    color: rgba(0, 0, 0, .5);
}

.fs-c-variationAndActions__stockSignLegend {
    width: calc(100% - 150px);
    margin: 0 0 0 auto;
}
.fs-c-stockSignLegend__legend {
    font-size: 1.1rem;
}
.fs-c-stockSignLegend__sign {
    width: 1.8em;
    padding-right: .8em
}
.fs-c-stockSignLegend__sign:after {
    right: .3em;
    top: -.1em;
}
.fs-c-productQuantityAndWishlist {
    padding-top: 20px;
    padding-left: 120px;
    position: relative;
}
.fs-c-productQuantityAndWishlist__wishlist img{
    width: 17px;
    height: 15px;
    margin-left: 0;
}
.fs-c-productQuantityAndWishlist:before {
    position: absolute;
    content: '';
    width: calc(100% - 145px);
    height: 30px;
    bottom: 0;
    right: 0;
    background: #f8fafc;
    text-align: center;
    font-size: 1.2rem;
    content: '在庫がございません';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fs-c-productQuantityAndWishlist__quantity {
    display: none;
}
.fs-c-productActionButton {
    width: calc(100%  - 145px);
    position: absolute;
    bottom: 0;
    right: 0;
/*    display: none;*/
}

.fs-c-button--addToCart--detail {
    background: #000;
    padding: 5px 8px 5px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.fs-c-button--addToCart--detail:after ,
.fs-c-button--addToCart--detail:before {
    position: absolute;
    content: '';
}
.fs-c-button--addToCart--detail:before {
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffd700;
    direction: rtl;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fs-c-button--addToCart--detail:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}
.fs-c-button--addToCart--detail:after {
    width: 28px;
    height: 28px;
/*
    font-family: 'fs-icon' !important;
    content: '\e91f';
    font-size: 27px;
    line-height: 27px;
*/
    color: #fff;
    background: url(https://pawsliving.itembox.design/item/img/common/cart-in-off.svg) no-repeat center;
    top: 1px;
    left: 8px;
}
.fs-c-button--addToCart--detail:hover:after {
    background: url(https://pawsliving.itembox.design/item/img/common/cart-in-on.svg) no-repeat center;
/*
    color: #000;
    font-size: 29px;
*/
}
.fs-c-button--addToCart--detail .fs-c-button__label {
    position: relative;
    color: #fff;
    font-size: 1.1rem;
}
.fs-c-button--addToCart--detail:hover .fs-c-button__label {
    color: #000;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    .fs-c-variationMatrix__row__variationName {
        font-size: 1.1rem;
        width: 110px
    }
    .fs-c-variationMatrix__row:first-child .fs-c-variationMatrix__panel__label {
        font-size: 2vw;
    }
    .fs-c-variationAndActions__stockSignLegend {
        width: calc(100% - 120px);
    }
    .fs-c-productQuantityAndWishlist {
        padding-top: 20px;
        padding-left: 90px;
        position: relative;
    }
    .fs-c-productQuantityAndWishlist::before {
        width: calc(100% - 120px);
    }
    .fs-c-productActionButton {
        width: calc(100% - 120px);
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


.fs-c-productNotice--outOfStock {
    margin-top: 10px;
    text-align: center;
    padding: .5em .8em;
    background: #789;
    color: #fff;
}


/*====================================================
     //class  .fs-c-productOption オプション
====================================================*/
.fs-c-productOption {
    border: solid 1px;
    border-color: #eef3f8;
    margin: 20px 0;
}
.fs-c-productOption dt {
    background: #eef3f8;
    text-align: center;
    padding: 2px;
}
.fs-c-productOption dd {
    padding: 8px;
}
.fs-c-productOption__comment {
    font-size: 1.1rem;
}
.fs-c-productOption__field input,
.fs-c-productOption__field select {
    border: solid 1px;
    border-color: #eef3f8;
    padding: 3px;
    margin-top: 12px;
}
.fs-c-productOption__field select {
    cursor: pointer;
}
.fs-c-dropdown::after {
    position: absolute;
    width: 1.5em;
    height: 1.3em;
    top: .5em;
    background: none;
    border: none;
    padding: 0;
}
.fs-c-productOption__field .fs-c-price {
    display: block;
    padding-left: 1em;
}
.fs-c-productOption__field .fs-c-price__value {
    font-size: 1.8rem;
}

/*
.fs-c-productOption__field .fs-c-price__addon {
    position: relative;
    display: inline-block;
    font-size: .8em;
    padding: 0em 1em;
}
.fs-c-productOption__field .fs-c-price__addon:before ,
.fs-c-productOption__field .fs-c-price__addon:after {
    position: absolute;
    top: 0; 
}
.fs-c-price__addon:not(.fs-c-price__addon--listPrice):not(.fs-c-productOption__price__addon):before {
    content: '\FF08';
    left: 0;
}
.fs-c-price__addon:not(.fs-c-price__addon--listPrice):not(.fs-c-productOption__price__addon):after {
    content: '\FF09';
    right: 0;
}
*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     //class .fs-p-productDescription--full 商品説明大
====================================================*/
.fs-p-productDescription--full,
.fs-p-productDescription--short {
    margin: 1.5em 0;
    white-space: pre-line;
}
.fs-p-productDescription--short {
    font-size: 1.2rem;
}
.fs-p-productDescription--short b {
    font-weight: bold;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     //class .fs-c-productOption オプション
====================================================*/
.fs-c-productOption__comment {
    white-space: pre-line;
    font-size: 1.2rem;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     //class .detailBox 
====================================================*/
.detailBox dl {
    position: relative;
    padding-left: 80px;
    margin: 10px 0;
    min-height: 20px;
}
.detailBox dt {
    position: absolute;
    width: 70px;
    left: 0;
    top: 0;
    text-align: center;
    background: #eef3f8;
}
.detailBox dd {
    white-space: pre-line;
    font-size: 1.2rem;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    .detailBox dl {
/*        width: 49%;*/
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     //class .fs-c-featuredProduct おすすめ商品
====================================================*/
/*
.fs-c-featuredProduct {
    margin-top: 50px;
}
.fs-c-featuredProduct .fs-c-featuredProduct__header h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.fs-c-productListCarousel__list__item {
    position: relative;
}
.fs-c-featuredProduct .fs-c-productListItem__productName {
    font-size: 1.3rem;
    font-family: 'hypatia-sans-pro',-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    text-align: left;
}
.fs-c-featuredProduct .fs-c-productName__copy {
    font-size: 1.1rem;
    display: block;
    font-weight: normal;
    margin: 5px 0;
}
.fs-c-featuredProduct .fs-c-productName__name {
    font-size: 1.2rem;
}
.fs-c-featuredProduct .fs-c-productListItem__prices {
    text-align: right;
}
.fs-c-featuredProduct .fs-c-productPrice__main__label {
    display: none;
}
.fs-c-featuredProduct .fs-c-productPrice__main__price {
    display: inline-block;
}
.fs-c-featuredProduct .fs-c-button--addToWishList--icon,
.fs-c-button--removeFromWishList--icon {
    width: 15px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.fs-c-productListCarousel__ctrl {
    flex-basis: 15px;
    min-width: 15px;
}
.fs-c-featuredProduct .fs-c-button--carousel {
    width: 15px;
    height: 15px;
    z-index: 1;
    display: block;
    position: relative;
    cursor: pointer;
}
.fs-c-productListCarousel__ctrl.slick-disabled {
    cursor: default;
}
.fs-c-featuredProduct .fs-c-button--carousel:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid 1px transparent;
    -webkit-transition: 0.2s all;  
       -moz-transition: 0.2s all;  
         -o-transition: 0.2s all;  
            transition: 0.2s all;
    z-index: 5;
    pointer-events: none;
}
.fs-c-featuredProduct .fs-c-button--carousel--prev:before {
    right: -55%;
    border-top-color: #000;
    border-left-color: #000;
}
.fs-c-featuredProduct .fs-c-button--carousel--next:before {
    left: -55%;
    border-bottom-color: #000;
    border-right-color: #000;
}

.fs-c-featuredProduct .fs-c-button__label {
    display: none;
}
*/
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
/*
    .fs-c-slick.slick-initialized .slick-slide {
        width: calc(86vw / 2);
    }
    .fs-c-featuredProduct__list {
        width: calc(100% + 50px);
        margin-left: -25px;
    }
    .fs-c-productListCarousel__list__item {
        padding: 0 10px;
    }
*/
}

@media screen and (min-width:580px) and (max-width:679px) {
/*
    .fs-c-slick.slick-initialized .slick-slide {
        width: calc(86vw / 3);
    }
*/
}

@media screen and (min-width:680px) and (max-width:768px) {
/*
    .fs-c-slick.slick-initialized .slick-slide {
        width: calc(86vw / 4);
    }
*/
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
/*
    .fs-c-slick.slick-initialized .slick-slide {
        width: calc(80.55vw / 5);
    }
    .fs-c-productListCarousel__list__item {
        padding: 0 10px;
    }
    .fs-c-featuredProduct .fs-c-button--carousel--prev:hover:before {
        right: 0px;
    }
    .fs-c-featuredProduct .fs-c-button--carousel--next:hover:before {
        left: 0px;
    }
*/
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
/*
    .fs-c-slick.slick-initialized .slick-slide {
        width: calc(80vw / 4);
    }
*/
}

@media screen and (min-width:1200px) {
/*
    .fs-c-slick.slick-initialized .slick-slide {
        width: calc(70.1vw / 5);
    }
*/
}

@media screen and (min-width:1520px) {
/*
    .fs-c-slick.slick-initialized .slick-slide {
        width: calc(1010px / 6);
    }
*/
}


/*====================================================
     
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

