/* ÃƒÂ£Ã†â€™Ã‹Å“ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã†â€™Ã¢â€šÂ¬ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ§Ã‚Â½Ã‚Â® */

.fs-l-header {
    padding-top: 0px;
}

/* ÃƒÂ£Ã†â€™Ã¢â‚¬Â¢ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¿ÃƒÂ£Ã†â€™Ã‚Â¼ */
.fs-l-footer {
    border-top: initial;
}

/* ÃƒÂ£Ã†â€™Ã¢â‚¬ËœÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã‚ÂÃ‚ÂÃƒÂ£Ã‚ÂÃ…Â¡ÃƒÂ£Ã†â€™Ã‚ÂªÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ£Ã†â€™Ã‹â€  */

nav.fs-c-breadcrumb {
    background-color: #FFF;
    font-size: 1.0rem;
    overflow: scroll;

}

ol.fs-c-breadcrumb__list {
    width: 100%;
    max-width: 1216px;
    margin: 0px auto;
    overflow: scroll;
    white-space:nowrap;
}

.breadcrumb-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-width: 560px;
}


ol.fs-c-breadcrumb__list a {
      text-decoration: underline;
}


/* ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â°ÃƒÂ£Ã†â€™Ã‚Â«ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã†â€™Ã¢â‚¬â€ÃƒÂ¥Ã‚ÂÃ‚Â */

.fs-c-heading--page {
    border-bottom: 1px solid #333;
    color: #333;
    font-weight: bold;
    font-size: 180%;
    padding: 0;
    text-align: left;
    line-height: 2;
}

@media screen and (min-width: 1200px) {
    .fs-c-heading--page {
        padding: 1.8em 0 0;
    }
}


/* ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â°ÃƒÂ£Ã†â€™Ã‚Â«ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã†â€™Ã¢â‚¬â€ÃƒÂ£Ã†â€™Ã‚ÂªÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ£Ã†â€™Ã‹â€  */

.fs-c-subgroupList__link {
    background: #FFF;
    padding: 15px 10px;
    border: 1px solid #d8d8d8;
}

@media screen and (max-width: 768px) {
    .fs-c-subgroupList__link {
        padding: 10px 8px;
        font-size: 90%;
    }
}


.fs-c-subgroupList__item {
    flex-grow: 1;
    flex-basis: calc(50% + 1px);
    margin-left: -1px;
    margin-top: -1px;
}

@media screen and (min-width: 768px) {
    .fs-c-subgroupList__item {
        flex-basis: calc(33.3% + 1px);
        margin-left: -1px;
        margin-top: -1px;
    }
}

@media screen and (min-width: 960px) {
    .fs-c-subgroupList__item {
        flex-basis: calc(33.3% + 1px);
        margin-left: -1px;
        margin-top: -1px;
    }
}

/* ÃƒÂ¤Ã‚Â¸Ã‚Â¦ÃƒÂ£Ã‚ÂÃ‚Â³ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â¿ÃƒÂ£Ã‚ÂÃ‹â€  */


.fs-c-sortItems__list__item.is-active {
    background: #141414;
    border-radius: 20px;
}

.fs-c-sortItems {
    background-color: rgba(0, 0, 0, .04);
    border: none;
    padding: 7px 0;
}

.fs-c-sortItems__list {
    border: none;
    padding: 0 10px;
}

.fs-c-sortItems__label {
    text-align: center;
    align-self: center;
    color: #FFF;
    line-height: 1.4;
    padding: 4px 8px;
    background-color: #999;
    margin-left: 8px;
}

@media screen and (min-width: 60px) {
    .fs-c-sortItems__label {
        border: 1px solid currentColor;
    }
}

/* ÃƒÂ¥Ã¢â‚¬Â¢Ã¢â‚¬Â ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¨Ã‚Â¦Ã‚Â§ */

@media screen and (max-width: 768px) {
    .fs-c-productList__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: calc(50% - 0px) calc(50% - 0px);
        grid-template-columns: calc(50% - 0px) calc(50% - 0px);
        grid-gap: 0px;
    }

    .fs-c-productList__list > *:nth-child(n) {
        -ms-grid-column: initial;
        grid-column: initial;
        -ms-grid-row: initial;
        grid-row: initial;
    }
}

@media screen and (min-width: 768px) {
    .fs-c-productList__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: calc(33.3% - 0px) calc(33.3% - 0px) calc(33.3% - 0px);
        grid-template-columns: calc(33.3% - 0px) calc(33.3% - 0px) calc(33.3% - 0px);
        grid-gap: 0px;
    }

    .fs-c-productList__list > *:nth-child(n) {
        -ms-grid-column: initial;
        grid-column: initial;
        -ms-grid-row: initial;
        grid-row: initial;
    }
}

.fs-c-productList__list {
    border-top: 1px solid #333;
    background: #FFF;
}

/* ÃƒÂ¥Ã¢â‚¬Â¢Ã¢â‚¬Â ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¥Ã‚ÂÃ‚ÂÃƒÂ¯Ã‚Â¼Ã‹â€ ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â«ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â´ÃƒÂ£Ã†â€™Ã‚ÂªÃƒÂ£Ã†â€™Ã…Â¡ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¸ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â° */

span.fs-c-productName__copy {
    font-weight: normal;
    color: #666;
    line-height: 1.5;
    margin-bottom: 5px;
}

span.fs-c-productName__name {
    font-weight: normal;
    line-height: 1.5;
}

/* ÃƒÂ¥Ã¢â‚¬Â¢Ã¢â‚¬Â ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ£Ã†â€™Ã…Â¡ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¸ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã‚Â¹Ã¢â‚¬Â¦ */

.fs-l-pageMain {
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .fs-l-pageMain {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 960px) {
    .fs-l-product4 .fs-l-productLayout {
        display: grid;
        grid-template-columns: calc(50% - 30px / 2) calc(50% - 30px / 2);
        grid-gap: 30px;
    }
}

/* ÃƒÂ¥Ã¢â‚¬Â¢Ã¢â‚¬Â ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¥Ã‚ÂÃ‚ÂÃƒÂ¯Ã‚Â¼Ã‹â€ ÃƒÂ¥Ã¢â‚¬Â¢Ã¢â‚¬Â ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ£Ã†â€™Ã…Â¡ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¸ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â° */

span.fs-c-productNameHeading__copy {
    display: block;
    font-weight: normal;
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
}

h1.fs-c-productNameHeading.fs-c-heading {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

/* ÃƒÂ¥Ã¢â‚¬Â¢Ã¢â‚¬Â ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ£Ã¢â‚¬Å¡Ã‚Â³ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã†â€™Ã¢â‚¬Â° */

.fs-c-productNumber {
    border: none;
    padding: 0px;
    color: #999;
}

.fs-l-product2 .fs-l-productLayout > * > * {
    margin-bottom: 14px;
}

/* ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â«ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã†â€™Ã‹â€ ÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¥ÃƒÂ£Ã¢â‚¬Å¡Ã…â€™ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¹ */

.fs-c-button--primary {
    padding: 25px 30px;
    width:90%;
    margin: 10px auto;
    display: block;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    text-decoration: none !important;
    background: #CE1D1D;
    border: initial;
    border-radius: 200px;
}

.fs-c-button--primary:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: url("https://ideal.itembox.design/item/img/icon/cart.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.fs-c-button--primary span.fs-c-button__label {
    color: #FFF;
}


.fs-c-button--guestPurchase {
    padding: 15px 15px;
    width:90%;
    margin: 10px auto;
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none !important;
    background: #cccccc;
    border: initial;
    border-radius: 200px;
}

.:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: url("https://ideal.itembox.design/item/img/icon/cart.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
}

/* ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã‹â€ ÃƒÂ§Ã‚ÂÃ‚Â²ÃƒÂ¥Ã‚Â¾Ã¢â‚¬â€ */

.fs-c-productPointDisplay {
    background: #FFF;
    color: #ï¼‘ï¼”ï¼‘ï¼”ï¼‘ï¼”;
    border: 1px solid #ï¼‘ï¼”ï¼‘ï¼”ï¼‘ï¼”;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px 8px;
}

/* ÃƒÂ¤Ã‚Â¼Ã…Â¡ÃƒÂ¥Ã¢â‚¬Å“Ã‚Â¡ÃƒÂ¤Ã‚Â¾Ã‚Â¡ÃƒÂ¦Ã‚Â Ã‚Â¼ */

span.fs-c-productPrice__main__label {
    background: #CE1D1D;
    color: #FFF;
    padding: 0 10px;
    margin-right: 8px;
}

a.fs-c-productMembersLoginLink {
    display: table;
    background: #CE1D1D;
    color: #FFF !important;
    padding: 0px 20px;
    border-radius: 20px;
}

/* ÃƒÂ£Ã†â€™Ã‚Â¬ÃƒÂ£Ã†â€™Ã¢â‚¬Å“ÃƒÂ£Ã†â€™Ã‚Â¥ÃƒÂ£Ã†â€™Ã‚Â¼ */

.fs-c-productReview {
    background: #FAFAFA;
    padding: 50px;
    margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
    .fs-c-productReview {
        padding: 20px 10px;
    }
}

/* ÃƒÂ¥Ã¢â‚¬Â¢Ã¢â‚¬Â ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¨Ã‚Â©Ã‚Â³ÃƒÂ§Ã‚Â´Ã‚Â° */

.item-detail {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px !important;
    margin: 0 auto;
    text-align:center;
}

.item-detail a{
    width:90%;
    display: block;
    padding: 25px 30px 25px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    background:#545454;
    color: #FFF !important;
    border-radius: 200px;
    margin: 0 auto;
}


/* ÃƒÂ¥Ã¢â‚¬Â¢Ã¢â‚¬Â ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¨Ã‚ÂªÃ‚Â¬ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¨Ã‚Â¦Ã¢â‚¬Â¹ÃƒÂ¥Ã¢â‚¬Â¡Ã‚ÂºÃƒÂ£Ã‚ÂÃ¢â‚¬â€ */

.productinfo {
    padding: 25px 0px 15px;
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 20px;
    margin-bottom: 80px !important;
}

/* ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â¼ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â¼ÃƒÂ¥Ã¢â‚¬Â¢Ã¢â‚¬Â ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¨Ã‚ÂªÃ‚Â¬ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¯Ã‚Â¼Ã‹â€ ÃƒÂ¥Ã‚Â¤Ã‚Â§ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â°ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â¼ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â¼ */

.fs-p-productDescription--full h2 {
    padding-bottom: 1.6rem;
    border-bottom: .5px solid rgba(0, 0, 0, .12);
    position: relative;
    margin-bottom: 50px;
}

.fs-p-productDescription--full h2::after {
    position: absolute;
    height: .3rem;
    width: 120px;
    background-color: #605751;
    left: 0;
    bottom: -.3rem;
    content: '';
    display: block;
}

.fs-p-productDescription--full h3 {
    margin-bottom: 30px;
    font-size: 16px;
}

.fs-p-productDescription--full h3 span {
    font-size: 23px;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px;
    font-family: "ÃƒÂ¦Ã‚Â¸Ã‚Â¸ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¦Ã…â€œÃ‚Â", YuMincho, "ÃƒÂ£Ã†â€™Ã¢â‚¬â„¢ÃƒÂ£Ã†â€™Ã‚Â©ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â®ÃƒÂ£Ã†â€™Ã…Â½ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¦Ã…â€œÃ‚Â ProN W3", "Hiragino Mincho ProN", "HGÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¦Ã…â€œÃ‚ÂE", "ÃƒÂ¯Ã‚Â¼Ã‚Â­ÃƒÂ¯Ã‚Â¼Ã‚Â³ ÃƒÂ¯Ã‚Â¼Ã‚Â°ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¦Ã…â€œÃ‚Â", "ÃƒÂ¯Ã‚Â¼Ã‚Â­ÃƒÂ¯Ã‚Â¼Ã‚Â³ ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¦Ã…â€œÃ‚Â", serif !important;
}

.fs-p-productDescription--full p {
    color: #666;
    margin-bottom: 50px;
    padding: 0 10px;
}

.fs-p-productDescription--full img {
    margin-bottom: 80px;
}

/*ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ¥Ã†â€™Ã‚ÂÃƒÂ¤Ã‚Â¸Ã‚Â¸ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ‚Â¤ÃƒÂ¤Ã‚Â¸Ã‚Â¦ÃƒÂ£Ã‚ÂÃ‚Â¹*/

.circle {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.circle img {
    border-radius: 50%;
    width: 30%;
    height: auto;
    object-fit: cover;
}


/*ÃƒÂ¥Ã¢â‚¬Â¢Ã¢â‚¬Â ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â Ã‚Â±ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã†â€™Ã¢â‚¬â€œÃƒÂ£Ã†â€™Ã‚Â«*/

.iteminfo-tx {
    border: 1px solid #eee;
    background-color: #fefefe;
    padding: 2% 10px;
    width: 96%;
    line-height: 1.9em;
    margin-bottom: 100px !important;
    font-size: 13px;
    height: auto;
    text-align: left;
    margin: 0 auto;
}

.iteminfo-tx p {
    font-size: 12px;
    line-height: 1.9em;
}

.iteminfo-tx1 {
    display: block;
    font-weight: bold;
    font-size: 13px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #eee;
    ;
    padding-left: 10px;
}

.iteminfo-tx table {
    margin: 15px auto;
    font-size: 12px;
    line-height: 2.0em;
    width: 70%;
}

.iteminfo-tx table th {
    width: 50%;
    text-align: center;
    border: 1px solid #eee;
}

.iteminfo-tx table td {
    width: 50%;
    text-align: center;
    border: 1px solid #eee;
}

@media screen and (max-width: 600px) {
    .iteminfo-tx table {
        width: 95%;
    }
}

/*ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ‚ÂªÃƒÂ§Ã…Â Ã‚Â¬ÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ£Ã‚ÂÃ…Â ÃƒÂ£Ã‚ÂÃ¢â€žÂ¢ÃƒÂ£Ã‚ÂÃ¢â€žÂ¢ÃƒÂ£Ã¢â‚¬Å¡Ã‚ÂÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã†â€™Ã¢â‚¬â€œÃƒÂ£Ã†â€™Ã‚Â«*/

.dog-rec {
    border: solid 2px #eee;
    padding: 30px;
    margin-bottom: 100px;
}

.dog-rec table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.dog-rec table tr {
    border-bottom: solid 1px #eee;
}

.dog-rec table th {
    text-align: center;
    width: 25%;
    padding: 25px 0;
    font-size: 130%;
    font-weight: bold;
}

.dog-rec table td {
    text-align: center;
    width: 25%;
    padding: 25px 0;
    font-size: 130%;
}

.dog-rec table td.ok {
    font-weight: bold;
}

.dog-rec table th.icon {
    background-size: 70px;
    background-position: left 5px center;
    background-repeat: no-repeat;
    padding-left: 55px;
    display: table-cell;
    vertical-align: middle;
}

.dog-rec table th.icon.small {
    background-image: url(https://ideal.itembox.design/item/img/banner/054.jpg)
}

.dog-rec table th.icon.medium {
    background-image: url(https://ideal.itembox.design/item/img/banner/055.jpg)
}

.dog-rec table th.icon.large {
    background-image: url(https://ideal.itembox.design/item/img/banner/056.jpg)
}

@media screen and (max-width: 600px) {

    .dog-rec {
        padding: 3px;
    }

    .dog-rec table th {
        padding: 10px 0;
        font-size: 80%;
    }

    .dog-rec table td {
        font-size: 120%;
    }

    .dog-rec table th.icon {
        background-size: 50px;
        background-position: left 3px center;
        background-repeat: no-repeat;
        padding-left: 55px;
    }
}

/*ÃƒÂ§Ã‚ÂµÃ‚Â¦ÃƒÂ¤Ã‚Â¸Ã…Â½ÃƒÂ©Ã¢â‚¬Â¡Ã‚Â*/

.dog-amt {
    border: solid 2px #eee;
    padding: 30px;
    margin-bottom: 100px;
}

.dog-amt table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.dog-amt table th,
.dog-amt table td {
    padding: 10px 0;
    text-align: center;
}

.dog-amt table tr:nth-child(odd) {
    background-color: #eee;
}

@media screen and (max-width: 600px) {
    .dog-amt {
        margin: 30px auto;
        padding: 10px;
        font-size: 80%;
    }

    .dog-amt table th,
    .dog-amt table td {
        padding: 5px 0;
    }
}

/* ÃƒÂ£Ã†â€™Ã¢â‚¬Â¢ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¿ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ¦Ã…â€œÃ¢â€šÂ¬ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¥Ã¢â‚¬ÂºÃ‚ÂºÃƒÂ¥Ã‚Â®Ã…Â¡ */

.fs-l-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto !important;
}

/* ÃƒÂ£Ã†â€™Ã¢â‚¬Â¢ÃƒÂ£Ã†â€™Ã‚Â­ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â£ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â°ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â«ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã†â€™Ã‹â€ ÃƒÂ£Ã†â€™Ã…â€œÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¿ÃƒÂ£Ã†â€™Ã‚Â³ */

.fs-p-scrollingCartButton {
    position:absolute;
    top: 22px;
    right: 150px;
    z-index: 1;
    height: 0;
}

@media screen and (max-width: 600px) {
    .fs-p-scrollingCartButton {
        top: 12px;
        right: 75px;
    }
}

.fs-p-scrollingCartButton__button {
    background: initial;
    display: block;
    line-height: 1;
    opacity: 1;
    padding: 12px;
    position: relative;
    text-align: center;
}


.fs-p-scrollingCartButton__button img.cartbutton {
    width: 50px;
    height: auto;
}

@media screen and (max-width: 600px) {
   .fs-p-scrollingCartButton__button img.cartbutton {
        width: 35px;
    }
}

.fs-p-scrollingCartButton__icon {
    font-size: 3.6rem;
}

.fs-p-scrollingCartButton__label {
    display: block;
    font-size: 1.2rem;
}

.fs-p-cartItemNumber {
    background: #141414;
    border-radius: 1em;
    color: #ffffff;
    display: none;
    font-size: 1.5rem;
    line-height: 1;
    padding: 3px 6px 2px;
    font-weight: bold;
    position: absolute;
    top: 8px;
    right: 3px;
}

/* ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ¥Ã†â€™Ã‚ÂÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¤Ã‚Â¸Ã…Â ÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â­ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ£Ã†â€™Ã‹â€ ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã†â€™Ã…Â ÃƒÂ£Ã†â€™Ã‚Â¼ */

.fs-p-productDescription--full .imgtxt-box {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    margin-bottom: 100px;
}

.fs-p-productDescription--full .imgtxt-box span {
    position: absolute;
    bottom: 20%;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-shadow: #111 0 0 6px;
    font-size: 40px;
}

@media screen and (max-width: 600px) {
    .fs-p-productDescription--full .imgtxt-box span {
        font-size: 30px;
    }
}

@media screen and (max-width: 400px) {
    .fs-p-productDescription--full .imgtxt-box span {
        font-size: 20px;
    }
}

.fs-p-productDescription--full .imgtxt-box img.icon {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: 40%;
    filter: drop-shadow(0px 0px 5px #111);
}

.fs-p-productDescription--full .imgtxt-box img.tmb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}

.fs-p-productDescription--full .imgtxt-box a {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* ÃƒÂ£Ã†â€™Ã‚Â©ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã…Â ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã†â€™Ã¢â‚¬â€ */

.lineup {
    width: 100%;
    max-width: 1500px;
    margin-bottom: 50px;
}

.lineup:after {
    content: "";
    clear: both;
    display: block;
}

.lineup .box {
    position: relative;
    width: 29.3%;
    margin: 0 2% 50px;
    padding-bottom: 29.3%;
    display: inline-block;
    float: left;
}

@media screen and (max-width:600px) {
    .lineup .box {
        width: 46%;
        padding-bottom: 43%;
    }
}


.lineup .box span {
    position: absolute;
    bottom: 8%;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-shadow: #111 0 0 6px;
    font-size: 25px;
}

.lineup .box img.tmb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}

.lineup .box a {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* ÃƒÂ£Ã†â€™Ã‚Â©ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã¢â‚¬Â¡ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â£ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â°ÃƒÂ£Ã†â€™Ã…Â¡ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¸ÃƒÂ¯Ã‚Â¼Ã‹â€ ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã‚Â¹Ã¢â‚¬Â¦ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢100%ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â° */

#lp-100 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -32px;
    margin-bottom: 80px;
}

@media screen and (max-width:600px) {
    #lp-100 {
    margin-top: -88px;
    }
}

.fs-c-featuredProduct__title {
    padding-bottom: 1.6rem;
    border-bottom: .5px solid rgba(0, 0, 0, .12);
    position: relative;
    margin-bottom: 50px;
    margin-top: 40px;
    color: #333;
}


.fs-c-featuredProduct__title:after {
    position: absolute;
    height: .3rem;
    width: 120px;
    background-color: #605751;
    left: 0;
    bottom: -.3rem;
    content: '';
    display: block;
}

.slick-list .slick-track{
    width: 100% !important;
}

.fs-c-productListCarousel {
    margin-bottom: 50px;
}

main.fs-l-main {
    width: 100%;
}

/* 送料無料 */

.fs-p-banner--postage .fs-p-banner__label--emphasis {
    color: #3c3c3c;
}

.fs-p-banner__label--emphasis {
    font-size: 1.4rem;
}

/* カートページ用　送料無料の帯 */
.souryoumuryou-obi {
    width: 100%;
    text-align: center;
    background: #CE1D1D;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}

/* ヘッダー下のアンダーライン削除 */

.fs-l-header--min {
    border-bottom: none;
}


/* 卸の注意テキスト */

span.oroshi-caution {
    color: #7d7d7d;
    font-size: 1.2rem;
    margin-top: 1px;
    margin-bottom: 20px;
    display: block;
}

.fs-body-category .fs-p-banner {
    justify-content: initial;
}
.fs-p-announcement__body {
    border: 1px #888 solid;
    padding: 20px 15px;
}

h2.fs-p-announcement__title {
    margin-bottom: 15px;
}

.fs-p-announcement__body p {
    margin-bottom: 9px;
}

span.kigyoumei_oroshi {
    color: #7d7d7d;
    font-size: 1.2rem;
    margin-top: -23px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}


.fs-body-category img.fs-c-productMark__image {
    width: 100px;
}

.fs-body-product img.fs-c-productMark__image {
    width: 130px;
    margin-top: 10px;
}

.fs-c-productMark {
    display: block;
}

.fs-c-productMark > li {
    margin-bottom: 8px;
}

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

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

