@charset "UTF-8";

/* .fs-body-product main {
    overflow: visible;
} */

.parts_hidden {
    display: none;
}

/* .fs-body-product header + .fs-l-main {
    padding-top: calc(75px + 30px);
} */

.fs-body-product .fs-l-main section .inner_wrap {
    padding-top: 30px;
}

.product_fx {
    margin: 0 auto;
    position: relative;
}

.group_show {
    display: none;
}

.both {
    display: block;
}

.page_top {
    display: none !important;
}

.fs-c-breadcrumb__list:not(:first-child) {
    display: none;
}

.fs-c-radio__label {
    word-break: break-all;
}

@media screen and (max-width: 750px) {
    .product_fx {
        display: block;
    }

    /* .fs-body-product .fs-c-breadcrumb {
        padding-top: 15px;
    } */
}

@media screen and (min-width: 751px) {
    .product_fx {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 91.6%;
        max-width: 1100px;
    }

    /* .fs-body-product .inner_wrap {
        padding-top: 30px;
    } */
}

/* image_side */

.fs-c-productMainImage__image {
    display:none;
}

.fs-c-productMainImage__expandButton {
    display: none;
}

.product_wrap .slick-slide img {
    width: 100%;
}

.product_wrap .slick-track {
    margin-left: 0;
}

.product_wrap .slick-prev {
    left: 2%;
    z-index: 9999;
    width: 15px;
    height: 30px;
}

.product_wrap .slick-prev:before {
    /* content: url(../img/product/product_arrow_prev.svg); */
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/product/product_arrow_prev.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.product_wrap .slick-next {
    right: 2%;
    z-index: 9999;
    width: 15px;
    height: 30px;
}

.product_wrap .slick-next::before {
    /* content: url(../img/product/product_arrow_next.svg); */
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/product/product_arrow_next.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.fs-c-productThumbnail .slick-slide div {
    width: 93%;
}

.fs-c-productThumbnail .slick-current figure {
    border: 1px solid #231815;
}

.fs-c-productThumbnail figure {
    flex-basis: initial;
    min-width: auto;
    margin: 0;
}

.fs-c-productThumbnail .slick-track {
    min-width: 100%;
}

.product_tab ul {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    border-bottom: 1px solid #eae9e8;
}

.product_tab li {
    width: 48.6%;
    text-align: center;
    letter-spacing: 0.1em;
    margin-right: 2.3%;
    background-color: #e9e8e8;
}

.product_tab li:last-child {
    margin-right: 0;
}

.product_tab .active_p {
    border-top: 1px solid #eae9e8;
    border-left: 1px solid #eae9e8;
    border-right: 1px solid #eae9e8;
    background-color: #fff;
}

.product_tabcon {
    display: none;
}

.product_tabcon_wrap .show_p {
    display: block;
}

.pd_item h2 {
    line-height: 1.4;
    letter-spacing: 0.07em;
}

.pd_item p {
    line-height: 1.9;
    letter-spacing: 0.04em;
    font-size: 15px;
}

.links {
    border-top: 1px solid #eae9e8;
}

.links:empty {
    display: none;
}

.links a {
    display: inline-block;
    line-height: 1.5;
    margin-top: 10px;
    text-decoration: underline;
}

.links a:first-child {
    margin-top: 0;
}

.links a:hover {
    opacity: 0.6;
}

.hosyo {
    margin-top: 40px;
}

.hosyo img {
    width: 100%;
}

.product_description_wrap {
    padding-bottom: 56px;
}

.tabcon_size table {
    width: 100%;
}

.tabcon_size table th {
    border: 1px solid #eae9e8;
    padding: 15px 0;
    line-height: 2;
    text-align: center;
    width: 21.7%;
}

.tabcon_size table td {
    border-top: 1px solid #eae9e8;
    border-right: 1px solid #eae9e8;
    border-bottom: 1px solid #eae9e8;
    padding: 15px 4.2%;
    line-height: 1.85;
}

.tabcon_size .materials {
    margin: 40px auto;
    width: 300px;
    background-color: #e9e8e8;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.tabcon_size .materials::before {
    content: '';
    position: absolute;
    left: 18%;
    top: 50%;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

.tabcon_size .materials.active::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.tabcon_size .materials_content {
    display: none;
}

@media screen and (max-width: 750px) {
    .image_side {
        margin-bottom: 34px;
        width: 100%;
    }

    .product_description_wrap {
        width: 100%;
    }

    .product_wrap {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .product_wrap .slick-slider {
        margin-bottom: 5px;
    }

    /* .product_wrap .slick-slide {
        min-width: 73px;
    } */

    .product_tab li {
        height: 47px;
        line-height: 47px;
        font-size: 1.3rem;
    }

    .pd_item {
        margin-top: 40px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pd_item h2 {
        font-size: 1.95rem;
        order: 2;
        margin-top: 34px;
        font-weight: bold;
    }

    .pd_item p {
        margin-top: 24px;
        order: 3;
    }

    .pd_item img {
        order: 1;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        height: auto;
        max-width: none;
    }

    .product_tabcon {
        margin-top: 0;
    }

    .tabcon_size {
        margin-top: 40px;
    }

    .tabcon_size table th {
        font-size: 1.3rem;
    }

    .tabcon_size table td {
        font-size: 1.3rem;
    }

    .links {
        margin-top: 66px;
        padding-top: 48px;
    }

    .links a {
        font-size: 1.1rem;
        display: block;
    }

    .fs-c-breadcrumb {
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 751px) {
    .image_side {
        width: 54.5%;
        margin-bottom: 80px;
    }

    .product_description_wrap {
        width: 54.5%;
    }

    .product_wrap {
        margin-bottom: 80px;
    }

    .product_wrap .slick-slider {
        margin-bottom: 44px;
    }

    .product_tab li {
        height: 54px;
        line-height: 54px;
        font-size: 14px;
    }

    .pd_item {
        margin-top: 75px;
    }

    .pd_item h2 {
        font-size: 28px;
    }

    .pd_item p {
        margin-top: 25px;
    }

    .pd_item img {
        margin-top: 28px;
    }

    .product_tabcon {
        margin-top: 75px;
    }

    .links {
        margin-top: 87px;
        padding-top: 66px;
    }

    .links a {
        font-size: 15px;
    }

    .fs-c-breadcrumb {
        margin-bottom: 46px;
    }
}

/* cap_side */
.fs-c-productNameHeading__name {
    line-height: 1.3;
    font-weight: normal;
    margin-top: 0;
}

.fs-c-price {
    display: inline-block;
}

/* ログイン状態に関係なく価格表示する場合 */
/* .fs-c-productPrice--selling {
    display: block;
}

.fs-c-productPrice--member {
    display: none;
} */


/* ログイン状態によって価格表示を切り替える場合 */
/* .false .fs-c-productPrice--selling {
    display: block;
}

.true .fs-c-productPrice--selling {
    display: none;
}

.false .fs-c-productPrice--member {
    display: none;
}

.true .fs-c-productPrice--member {
    display: block;
} */

.false .fs-c-productPrice--member {
    display: none; /* ログイン中は会員価格非表示 */
}

.true .fs-c-productPrices .fs-c-productPrice:nth-last-child(2) {
    display: none;
}

.fs-c-productPrice--member .fs-c-productPrice__main__label {
    /* display: none; */
    margin-bottom: 5px;
}

.fs-c-price__value {
    letter-spacing: 0.03em;
    font-weight: bold;
}

.fs-c-productPrice__addon span {
    font-size: 13px;
    letter-spacing: 0.03em;
    font-weight: bold;
}

.fs-c-productPrice__addon::before {
    content: '(';
    margin-right: -0.3em;
}

.fs-c-productPrice__addon::after {
    content: ')';
    margin-left: -0.3em;
}

.fs-c-price__currencyMark {
    display: none;
}

.fs-c-price__value::after {
    content: '円';
}

.fs-c-productPostage .fs-c-price__value {
    font-size: initial;
}

.fs-c-aggregateRating__rating::before {
    content: none;
}

.fs-c-productReview__aggregateRating {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-c-aggregateRating__rating {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-c-rating__stars {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-c-reviewStars::before {
    color: #000;
}

.fs-c-productNameHeading__copy {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.5;
    display: block;
}

.fs-c-rating__value {
    font-size: 14px;
    margin: 0 1em 0 0.2em;
}

.product_summary p {
    line-height: 1.57;
}

.product_summary span {
    display: block;
    margin-bottom: 0.5em;
    font-size: 13px;
}

.fs-c-productPostage::before,
.fs-c-productPostage::after {
    content: none;
}

.fs-c-productPostage__label {
    font-weight: bold;
    color: #c30d23;
}

.fs-c-productPostage {
    margin-bottom: 20px;
}

.fs-c-quantity {
    display: none;
}

.fs-c-productNotice {
    margin-bottom: 10px;
}

.fs-c-productActionButton button,
.fs-c-button--addToCart--detail {
    width: 100%;
    height: 48px;
    background-color: #006934;
    border: none;
    border-radius: 4px;
}

.fs-c-button--addToSubscriptionCart--detail {
    width: 100%;
    height: 48px;
    background-color: #006934;
    border: none;
    border-radius: 4px;
}

..fs-c-productActionButton button:hover,
.fs-c-button--addToCart--detail:hover {
    opacity: 0.6;
}

.fs-c-button--addToSubscriptionCart--detail:hover {
    opacity: 0.6;
}

.fs-c-productActionButton button .fs-c-button__label,
.fs-c-button--addToCart--detail .fs-c-button__label {
    color: #fff;
    font-size: 16px;
    line-height: 48px;
}

.fs-c-button--addToSubscriptionCart--detail .fs-c-button__label {
    color: #fff;
    font-size: 16px;
    line-height: 48px;
}

.fs-c-button--addToCart--detail .fs-c-button__label::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-image: url(../img/product/product_cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0.5em;
}

.fs-c-button--addToSubscriptionCart--detail .fs-c-button__label::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-image: url(../img/product/product_cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0.5em;
}

.fs-c-inquiryAboutProduct {
    width: 47.3%;
    display: inline-block;
    margin-right: 5.4%;
}

.fs-body-productSubscribe .fs-c-inquiryAboutProduct {
    margin-right: 4%;
}

.fs-c-buttonContainer--addToWishList--detail {
    width: 47.3%;
    display: inline-block;
}

.fs-c-button--inquiryAboutProduct {
    border: 1px solid #231815;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
}

.fs-c-button--inquiryAboutProduct:hover {
    background-color: #d2d2d0;
}

.fs-c-button--inquiryAboutProduct .fs-c-button__label {
    color: #231815;
    line-height: 48px;
}

.fs-c-button--inquiryAboutProduct .fs-c-button__label::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../img/product/product_contact.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0.5em;
}

.fs-c-productQuantityAndWishlist {
    width: 47.3%;
    display: inline-block;
}

.fs-c-button--addToWishList--detail,
.fs-c-button--removeFromWishList--detail {
    border: 1px solid #231815;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
}

.fs-c-button--removeFromWishList--detail {
    background-color: #d2d2d0;
}

.fs-c-button--addToWishList--detail:hover,
.fs-c-button--removeFromWishList--detail:hover {
    background-color: #d2d2d0;
}

.fs-c-button--addToWishList--detail .fs-c-button__label,
.fs-c-button--removeFromWishList--detail .fs-c-button__label {
    color: #231815;
    line-height: 48px;
}


.fs-c-button--addToWishList--detail .fs-c-button__label::before,
.fs-c-button--removeFromWishList--detail .fs-c-button__label::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    /* background-image: url(../img/product/product_heart.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0.5em;
}
.fs-c-button--addToWishList--detail .fs-c-button__label::before {
    background-image: url(../img/product/product_heart.svg);
}
.fs-c-button--removeFromWishList--detail .fs-c-button__label::before {
    background-image: url(../img/product/product_heart_on.svg);
}

.fs-p-snsArea a img {
    width: 30px;
    height: auto;
}

.fs-p-snsArea a {
    margin-right: 16px;
}

.fs-p-snsArea {
    margin-top:  5px;
}

.fs-p-snsArea strong {
    font-weight: bold;
    display: block;
}

.fs-p-snsArea a:hover {
    opacity: 0.6;
}

.fs-c-productMark__mark {
    font-size: 10px;
    height: 20px;
    border-radius: 3px;
    width: 60px;
    text-align: center;
    padding: 0;
    margin-bottom: 5px;
}

/* .fs-c-mark--subscription {
    background-color: #caa846;
} */

.fs-c-productMark__mark--1 {
    border: 1px solid #231815;
    color: #231815;
}

.fs-c-productMark__label {
    display: inline-block;
    text-align: center;
    line-height: 18px;
}

.fs-c-productMark .subscription,
.fs-c-productMark .hanpukai {
    background-color: #caa846;
    border: 1px solid #caa846;
}

.fs-c-productMark .subscription img {
    width: 48px;
}

.fs-c-productMark__mark--36 {
    border: 1px solid #075727;
}

.fs-c-productMark .subscription .fs-c-productMark__label,
.fs-c-productMark .hanpukai .fs-c-productMark__label {
    color: #fff;
}

.fs-c-productMark .subscription {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex!important;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-c-productSalesPeriod {
    margin-bottom: 8px;
}

.fs-c-productSalesPeriod span {
    font-size: 13px;
}

.fs-c-timeJoint {
    display: none;
}

.fs-c-productSalesPeriod__date time::after {
    content: 'まで';
}

.fs-c-productSalesPeriod__date time:first-child {
    display: none;
}

.fs-c-productMembersLoginLink {
    margin-bottom: 20px;
    display: block;
}

.fs-p-productDescription--short span {
    display: block;
    font-size: 13px;
}

.fs-p-productDescription--short {
    margin-top: 10px;
    line-height: 1.4;
}

.fs-c-mark--coolDelivery,
.fs-c-mark--subscription {
    display: none;
}

.fs-c-productSelection__field input {
    border: none;
}

.fs-c-productSelection {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    flex-direction: initial;
}

.fs-c-productSelection__name {
    width: 5.5em;
}

.fs-c-productSelection__selection {
    width: calc(100% - 5.5em);
}

.fs-c-productSelection__label {
    font-weight: normal;
}

.fs-c-productSelection__field input {
    min-height: auto;
    padding: 0;
}

.delivery {
    margin-bottom: 14px;
}

.delivery .heading {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.delivery .heading::before {
    content: '';
    display: inline-block;
    width: 2em;
    height: 1.5em;
    margin-right: 0.5em;
    background-image: url(../img/common/delivery_icon.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.doukon {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.doukon dt {
    background-color: #000;
    padding: 0.45em;
    display: inline-block;
    color: #fff;
}

.doukon dt::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
    background-image: url(../img/common/doukonkanou.svg);
    background-size: contain;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
}

.doukon dd {
    margin-left: 1em;
}

.souryou span {
    border: 1px solid #c30d23;
    color: #c30d23;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
}

.souryou dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 2px;
}

.souryou dt {
    border-right: 1px solid #000;
    color: #000;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.souryou dd {
    color: #000;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.souryou p {
    margin-top: 7px;
}

.fs-c-returnedSpecialContract {
    margin-bottom: 30px;
}

.fs-c-returnedSpecialContract a {
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    .cap_side {
        width: 100%;
        margin-bottom: 49px;
        margin-top: -70px;
        padding-top: 70px;
    }

    .fs-c-productMark__mark {
        min-width: 62px;
        text-align: center;
    }

    .fs-c-productNameHeading__name {
        font-size: 2.35rem;
    }

    .fs-c-productNameHeading {
        margin-bottom: 15px;
        margin-top: 16px;
    }

    .fs-c-price__value {
        font-size: 2.4rem;
    }

    .fs-c-productPrices {
        margin-bottom: 16px;
    }

    .product_summary p {
        font-size: 1.3rem;
        margin: 0;
    }

    .product_summary {
        margin-bottom: 12px;
        margin-top: 19px;
    }

    .delivery .heading {
        font-size: 1.3rem;
    }

    .doukon dt {
        font-size: 1.2rem;
    }

    .doukon dd {
        font-size: 1.2rem;
        padding: 0.3em;
    }

    .souryou span {
        padding: 0.3em 0.5em;
        font-size: 1.2rem;
        min-width: 90px;
    }

    .souryou p {
        font-size: 1rem;
    }

    .souryou {
        margin-bottom: 20px;
    }

    .fs-c-productSelection__label {
        font-size: 1.3rem;
    }
    
    .fs-c-productSelection__field input {
        font-size: 1.3rem;
    }

    .fs-p-productDescription--short {
        margin-bottom: 28px;
        font-size: 1.1rem;
    }

    .fs-c-productSelection__name {
        margin-bottom: 5px;
    }
    
    .fs-c-productSelection__selection {
        margin-bottom: 5px;
    }

    .fs-c-button--inquiryAboutProduct .fs-c-button__label {
        font-size: 1.4rem;
    }

    .fs-c-button--addToWishList--detail .fs-c-button__label {
        font-size: 1.4rem;
    }

    .fs-c-productActionButton {
        margin-bottom: 18px;
    }

    .fs-c-inquiryAboutProduct {
        margin-bottom: 18px;
    }

    .fs-c-buttonContainer--addToWishList--detail {
        margin-bottom: 18px;
    }

    .fs-p-snsArea strong {
        font-size: 1.35rem;
        margin-bottom: 10px;
    }

    .souryou dt {
        padding: 0.2em 0.5em;
        font-size: 1.2rem;
        min-width: 90px;
    }
    
    .souryou dd {
        padding: 0.2em 0.5em;
        font-size: 1.15rem;
    }
}

@media screen and (min-width: 751px) {
    .cap_side {
        width: 37.3%;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        padding-bottom: 20px;
        padding-top: 85px;
        margin-top: -85px;
    }

    .cap_side .fs-c-productMarks {
        margin-bottom: 16px;
    }

    .fs-c-productMark__item .fs-c-productMark__label {
        font-size: 1rem;
    }

    .fs-c-productNameHeading__name {
        font-size: 26px;
    }

    .fs-c-productNameHeading {
        margin-bottom: 7px;
    }

    .fs-c-price__value {
        font-size: 26px;
    }

    .fs-c-productPrices {
        margin-bottom: 26px;
    }

    .fs-c-productReview__aggregateRating {
        margin-bottom: 24px;
    }

    .fs-c-productReview__aggregateRating {
        margin-bottom: 18px;
    }

    .product_summary p {
        font-size: 14px;
    }

    .product_summary {
        margin-bottom: 22px;
    }

    .doukon dt {
        font-size: 0.89vw;
    }

    .doukon dd {
        font-size: 0.89vw;
    }

    .souryou span {
        padding: 0.5em;
        min-width: 108px;
    }

    .souryou p {
        font-size: 12px;
    }

    .souryou {
        margin-bottom: 23px;
    }

    .fs-c-productSelection__label {
        font-size: 13px;
    }
    
    .fs-c-productSelection__field input {
        font-size: 13px;
    }

    .fs-p-productDescription--short {
        margin-bottom: 35px;
        font-size: 13px;
    }

    .fs-c-productSelection__name {
        margin-bottom: 8px;
    }
    
    .fs-c-button--inquiryAboutProduct .fs-c-button__label {
        font-size: 0.89vw;
    }

    .fs-c-button--addToWishList--detail .fs-c-button__label,
    .fs-c-button--removeFromWishList--detail .fs-c-button__label {
        font-size: 0.89vw;
    }

    .fs-c-productActionButton {
        margin-bottom: 20px;
    }

    .fs-c-inquiryAboutProduct {
        margin-bottom: 20px;
    }

    .fs-c-buttonContainer--addToWishList--detail,
    .fs-c-button--removeFromWishList--detail {
        margin-bottom: 20px;
    }

    .fs-p-snsArea strong {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .souryou dt {
        padding: 0.5em;
        min-width: 108px;
    }
    
    .souryou dd {
        padding: 0.5em;
    }
}

@media screen and (min-width: 1340px) {
    .doukon dt {
        font-size: 12px;
    }

    .doukon dd {
        font-size: 12px;
    }

    .fs-c-button--inquiryAboutProduct .fs-c-button__label {
        font-size: 12px;
    }

    .fs-c-button--addToWishList--detail .fs-c-button__label {
        font-size: 12px;
    }

    
}



/* レビュー */
.review_wrap {
    margin: 0 auto 43px;
    border-top: 1px solid #eae9e8;
}

.review_wrap h2 {
    letter-spacing: 0.1em;
}

.review_wrap h2::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-image: url(../img/product/product_review.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0.5em;
}

.fs-c-reviewInfo__reviewer div {
    display: inline-block;
}

.fs-c-reviewInfo__date {
    display: inline-block;
}

.fs-c-reviewInfo__date dt,
.fs-c-reviewInfo__date dd {
    display: inline-block;
}

.fs-c-reviewList__item__body {
    font-size: 14px;
    line-height: 1.7;
}

.fs-c-productReview__reviewList li {
    margin-top: 100px;
}

.fs-c-productReview__reviewList li:first-child {
    margin-top: 0;
}

.fs-c-productReview__reviewList {
    text-align: left;
    margin-bottom: 62px;
}

.fs-c-productReview__allReviews {
    text-align: center;
}

.fs-c-button--viewAllReviews {
    border: 1px solid #231815;
    height: 44px;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
}

.fs-c-button--viewAllReviews:hover {
    background-color: #d2d2d0;
}

.fs-c-button--viewAllReviews span {
    line-height: 44px;
}

.fs-c-productReview__addReview {
    text-align: center;
}

.fs-c-button--addReview--detail {
    border: 1px solid #231815;
    height: 44px;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
}

.fs-c-button--addReview--detail:hover {
    background-color: #d2d2d0;
}

.fs-c-button--addReview--detail span {
    line-height: 44px;
}

.fs-c-button--addReview--detail span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../img/product/product_write_review.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0.5em;
}

.fs-c-reviewer__name__reviewNumber::after {
    content: "件)";
}

.fs-c-reviewer__status {
    margin-left: 1em;
}

.fs-c-reviewerStatus {
    background-color: #006934;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 0.3em 0.5em;
}

.fs-c-productReview {
    text-align: center;
}

.fs-c-reviewer__name__nickname::after {
    content: 'さん';
}

@media screen and (max-width: 750px) {
    .review_wrap h2 {
        font-size: 1.9rem;
        margin-bottom: 52px;
    }

    .review_wrap {
        width: 100%;
        padding-top: 54px;
    }

    .fs-c-reviewInfo__reviewer {
        display: block;
    }

    .fs-c-reviewer__name__nickname {
        font-size: 1.35rem;
    }

    .fs-c-reviewer__name__reviewNumber {
        font-size: 1.35rem;
    }

    .fs-c-reviewer__profile__status {
        font-size: 1.2rem;
    }

    .fs-c-reviewInfo__date dt,
    .fs-c-reviewInfo__date dd {
        font-size: 1.1rem;
    }

    .fs-c-reviewInfo__reviewer {
        margin-bottom: 16px;
    }

    .fs-c-reviewRating {
        margin: 13px 0;
    }

    .fs-c-reviewer__profile {
        display: block;
    }

    .fs-c-productReview__addReview {
        width: 87.5%;
        display: block;
        margin: 0 auto 23px;
        max-width: 223px;
    }

    .fs-c-button--addReview--detail span {
        font-size: 1.45rem;
    }

    .fs-c-productReview__allReviews {
        width: 87.5%;
        display: block;
        margin: 0 auto 24px;
        max-width: 223px;
    }

    .fs-c-button--viewAllReviews span {
        font-size: 1.45rem;
    }

    .fs-c-productReview__reviewList {
        padding-bottom: 60px;
        text-align: left;
        margin-bottom: 36px;
        border-bottom: 1px solid #eae9e8;
    }

    .fs-c-reviewList__item__body {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 751px) {
    .review_wrap h2 {
        font-size: 28px;
        margin-bottom: 51px;
    }

    .review_wrap {
        width: 91.6%;
        max-width: 1100px;
        padding-top: 84px;
    }

    .fs-c-reviewInfo__reviewer {
        display: inline-block;
    }

    .fs-c-reviewRating {
        margin: 17px 0 10px;
    }

    .fs-c-productReview__addReview {
        width: 29.1%;
        display: inline-block;
        margin-right: 25px;
    }

    .fs-c-button--addReview--detail span {
        font-size: 15px;
    }

    .fs-c-productReview__allReviews {
        width: 29.1%;
        display: inline-block;
    }

    .fs-c-button--viewAllReviews span {
        font-size: 15px;
    }
}


/* おすすめ商品 */
.fs-c-featuredProduct {
    margin: 0 auto;
    border-top: 1px solid #eae9e8;
}

.fs-c-featuredProduct .group_show {
    display: block;
}

.fs-c-featuredProduct__title {
    letter-spacing: 0.1em;
}

.fs-c-featuredProduct .fs-c-productListItem__productName {
    margin: 10px 0 5px;
}

.fs-c-featuredProduct .fs-c-productListItem__productName .fs-c-productName__name {
    line-height: 1.4;
    letter-spacing: 0;
}

.fs-c-featuredProduct .fs-c-price__value {
    line-height: 1.5;
}

.fs-c-featuredProduct .fs-c-productPrice__addon__label {
    line-height: 1.5;
}

.fs-c-featuredProduct .fs-c-price__value {
    line-height: 1.5;
}

.fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack {
    margin-bottom: 0;
}

.fs-body-product .fs-c-featuredProduct .fs-c-productListItem {
    display: inline-block;
    position: relative;
}

.fs-body-product .fs-c-featuredProduct .fs-c-productPrices {
    margin-bottom: 0;
}

/* .fs-body-product .fs-c-featuredProduct .fs-c-buttonContainer {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
} */

/* .fs-body-product .fs-c-featuredProduct .fs-c-buttonContainer form {
    display: none;
} */

.fs-body-product .fs-c-featuredProduct .fs-c-button--plain {
    display: block;
    width: 100%;
    background-color: initial;
    border: none;
    padding: 0;
}

.fs-body-product .fs-c-featuredProduct .fs-c-button__label {
	letter-spacing: 0.04em;
    display: block;
    color: #006934;
    width: 100%;
    background-color: #fff;
    border: 1px solid #006934;
    text-align: center;
    border-radius: 3px;
}

.fs-body-product .fs-c-featuredProduct .fs-c-button__label:hover {
	background-color: #006934;
	color: #fff;
}

.fs-body-product .fs-c-featuredProduct .fs-c-button--addToWishList--icon,
.fs-body-product .fs-c-featuredProduct .fs-c-button--removeFromWishList--icon {
    padding: 0;
    background-color: initial;
    border: none;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.fs-body-product .fs-c-featuredProduct .fs-c-button--addToWishList--icon img,
.fs-body-product .fs-c-featuredProduct .fs-c-button--removeFromWishList--icon img {
    width: 1.5em;
    height: 1.5em;
}

.fs-c-productListItem__salesPeriod {
    display: none;
}

.fs-c-featuredProduct .slick-arrow {
    display: none!important;
}

.fs-c-featuredProduct .slick-track {
    transform:unset!important;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%!important;
}

/* .fs-c-featuredProduct .fs-c-productMarks {
    display: none;
} */

.fs-c-featuredProduct .fs-c-productListItem__productDescription {
    display: none;
}

.fs-c-featuredProduct .fs-c-productListItem__control {
	position: relative;
}

.fs-c-featuredProduct .fs-c-productMark__mark:not(.group_show) {
	display: none;
}

.fs-c-featuredProduct .both {
    display: block!important;
}

.fs-c-featuredProduct .fs-c-mark--coolDelivery,
.fs-c-featuredProduct .fs-c-mark--subscription {
	display: none;
}

.fs-c-featuredProduct .fs-c-productMark__item {
	margin-bottom: 5px;
	/* display: inline-block; */
}

.fs-c-featuredProduct .fs-c-productMark__mark {
    font-size: 10px;
    height: 18px;
	width: 60px;
    text-align: center;
	border-radius: 3px;
	padding: 0;
	margin: 0 1px 0 0;
}

.fs-c-featuredProduct .fs-c-productMark__mark--1 {
    border: 1px solid #231815;
    color: #231815;
    /* border-radius: 2px; */
}

.fs-c-featuredProduct .fs-c-productMark .subscription,
.fs-c-featuredProduct .fs-c-productMark .hanpukai {
    background-color: #caa846;
	border: 1px solid #caa846;
}

.fs-c-featuredProduct .fs-c-productMark .subscription {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex!important;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-c-featuredProduct .fs-c-productMark__mark--36 {
	border: 1px solid #075727;
}

.fs-c-featuredProduct .fs-c-productMark .subscription .fs-c-productMark__label,
.fs-c-featuredProduct .fs-c-productMark .hanpukai .fs-c-productMark__label {
    color: #fff;
}

.fs-c-featuredProduct .fs-c-productList__list__item {
	position: relative;
}

.fs-c-featuredProduct .reitoubin {
	position: absolute;
	top: 10px;
	left: 5.1%;
	width: 27.5%;
	height: auto;
	display: block;
    min-width: initial;
}

.fs-c-featuredProduct .reitoubin img {
	width: 100%;
}

.fs-c-featuredProduct .fs-c-productMark__label {
    display: inline-block;
    text-align: center;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 0;
	width: 100%;
}

.fs-c-featuredProduct .souryoukomi {
	border: 1px solid #c1272d;
	color: #c1272d;
}

.fs-c-featuredProduct .fs-c-productMark__mark--31 {
	background-color: #c1272d;
	border: 1px solid #c1272d;
}

.fs-c-featuredProduct .fs-c-productPrice__main__label {
    display: none;
}

.fs-c-productName__copy {
    display: none;
}

@media screen and (max-width: 750px) {
    .fs-c-featuredProduct {
        width: 100%;
        padding-top: 77px;
    }

    .fs-c-featuredProduct__title {
        font-size: 1.9rem!important;
        letter-spacing: 0.1em;
        margin-bottom: 30px;
        font-weight: bold!important;
    }

    .fs-c-featuredProduct .fs-c-productListItem__productName .fs-c-productName__name {
        font-size: 1.3rem;
    }
    
    .fs-c-featuredProduct .fs-c-price__value {
        font-size: 1.3rem;
    }
    
    .fs-c-featuredProduct .fs-c-productPrice__addon__label {
        font-size: 1.3rem;
    }
    
    .fs-c-featuredProduct .fs-c-price__value {
        font-size: 1.3rem;
    }

    .fs-c-featuredProduct .fs-c-productPrice__addon::before {
        font-size: 1.3rem;
    }

    .fs-c-featuredProduct .fs-c-productPrice__addon::after {
        font-size: 1.3rem;
    }

    .fs-c-featuredProduct .slick-slide {
        width: 46.2%;
        max-width: none;
        margin-bottom: 38px;
        margin-right: 7.6%;
    }

    .fs-c-featuredProduct .slick-slide:nth-child(2n) {
        margin-right: 0;
    }

    .fs-c-featuredProduct h2 {
        font-size: 1.3rem;
        font-weight: normal;
    }

	.fs-c-featuredProduct .fs-c-button--addToWishList--icon,
	.fs-c-featuredProduct .fs-c-button--removeFromWishList--icon {
		top: -30px;
	}

    .fs-c-featuredProduct .fs-c-button--plain {
		margin-top: 10px;
	}

    .fs-c-featuredProduct .fs-c-productMark__mark {
		width: 46px;
        min-width: 46px;
	}

	.fs-c-featuredProduct .fs-c-productMark .subscription img {
		width: 40px;
		display: block;
	}

    .fs-c-featuredProduct .fs-c-button__label {
        padding: 0.7em;
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 751px) {
    .fs-c-featuredProduct {
        width: 91.6%;
		max-width: 1100px;
        padding-top: 84px;
        padding-bottom: 45px;
        border-bottom: 1px solid #eae9e8;
    }

    .fs-c-featuredProduct__title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .fs-c-featuredProduct .fs-c-productListItem__productName .fs-c-productName__name {
        font-size: 14px;
    }
    
    .fs-c-featuredProduct .fs-c-price__value {
        font-size: 14px;
    }
    
    .fs-c-featuredProduct .fs-c-productPrice__addon__label {
        font-size: 14px;
    }
    
    .fs-c-featuredProduct .fs-c-price__value {
        font-size: 14px;
    }

    .fs-c-featuredProduct .fs-c-productListCarousel__list {
        width: 100%;
    }
    
    .fs-c-featuredProduct .slick-slide {
        width: 22.5%;
        margin-right: 3%;
        margin-bottom: 72px;
    }
    
    .fs-c-featuredProduct .slick-slide:nth-child(4n) {
        margin-right: 0;
    }

	.fs-c-featuredProduct .fs-c-button--addToWishList--icon,
	.fs-c-featuredProduct .fs-c-button--removeFromWishList--icon {
		top: -36px;
	}

    .fs-c-featuredProduct .fs-c-button--plain {
		margin-top: 16px;
	}

	.fs-c-featuredProduct .fs-c-button__label {
		padding: 0.7em;
	}
    
    .fs-c-featuredProduct .fs-c-productMark .subscription img {
		width: 48px;
		display: block;
	}

    .fs-c-featuredProduct .fs-c-button__label {
        padding: 0.7em;
    }
}

/* 閲覧履歴 */
.product_history {
    padding-bottom: 67px;
    border-bottom: 1px solid #eae9e8;
}

.product_history h2 {
    letter-spacing: 0.1em;
    padding: 0!important;
}

.product_history dt {
    margin: 10px 0 8px;
    font-weight: normal!important;
    line-height: 1.2;
}

.product_history dd {
    font-weight: normal!important;
}

@media screen and (max-width: 750px) {
    .product_history .slick-slide > div {
        width: 93%;
    }

    /* .product_history .slick-slider .slick-list {
        padding: 0 30% 0 0!important;
        margin-left: 4%;
    } */

    /* .product_history ul {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    } */

    .product_history h2 {
        font-size: 1.9rem!important;
        margin-bottom: 30px;
    }

    .product_history {
        width: 100%;
        margin: 0 auto;
        padding: 65px 0 57px;
        border-top: 1px solid #eae9e8;
    }

    .product_history ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: scroll;
        padding-bottom: 10px!important;
    }
    
    .product_history li {
        width: 36.5%;
        min-width: 36.5%;
    }
        
    .product_history li img {
        width: 100%;
    }

    .product_history dt {
        padding-right: 1em;
    }
}

@media screen and (min-width: 751px) {
    .product_history h2 {
        font-size: 28px!important;
        margin-bottom: 40px;
        font-weight: normal!important;
    }

    .product_history {
        width: 91.6%;
        max-width: 1100px;
        margin: 0 auto;
        padding-top: 84px;
        border-top: 1px solid #eae9e8;
    }

    .product_history ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product_history li {
        width: 11.4%;
        margin-right: 1.8%;
    }

    .product_history li:last-child {
        margin-right: 0;
    }
}

/* カート追従 */
@media screen and (max-width: 750px) {
    .cart_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        padding: 9px 3%;
        /* border-top: 1px solid #d2d2d0; */
        z-index: 99999;
        display: none;
        box-shadow: 0 -3px 6px #e6e6e6;
    }

    .cart_fixed.hidden {
        display: none;
    }

    .cart_fixed .img {
        width: 4em;
        height: 4em;
    }

    .cart_fixed .img a {
        display: block;
    }

    .cart_fixed .description_fixed {
        width: 31.6%;
        margin: 0 3%;
    }

    /* .cart_fixed .text {
        width: 50%;
    } */

    .cart_fixed .text span {
        /* display: block; */
        font-size: 1.1rem;
        margin-bottom: 0.5em;
        line-height: 1.3;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .cart_fixed .price span {
        font-size: 1.15rem;
    }

    .cart_fixed .button {
        /* width: 12%; */
        /* width: 25%; */
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        flex: 1;
    }

    /* .cart_fixed .fs-c-productQuantityAndWishlist {
        width: 48%;
    } */

    .cart_fixed .fs-c-productActionButton button .fs-c-button__label,
    .cart_fixed .fs-c-button--addToCart--detail .fs-c-button__label::before,
    .cart_fixed .fs-c-button--addToSubscriptionCart--detail .fs-c-button__label::before,
    .cart_fixed .button .fs-c-button--addToWishList--detail .fs-c-button__label::before {
        content: none;
    }

    .cart_fixed .fs-c-productActionButton {
        margin-bottom: 0;
        width: 100%;
    }

    /* .cart_fixed .fs-c-buttonContainer--addToWishList--detail{
        margin-bottom: 0;
        width: 48%;
    } */

    .cart_fixed button {
        width: 100%;
        /* max-width: 3em;
        height: 3em; */
        border-radius: 25px;
        /* position: relative; */
        height: 50px;
    }

    .cart_fixed .button .fs-c-button--addToCart--detail span::after{
        content: '';
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        background-image: url(../img/product/product_cart.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        right: -1em;
        transform: translateY(-50%);
    }

    .cart_fixed .button .fs-c-button--addToSubscriptionCart--detail span::after{
        content: '';
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        background-image: url(../img/product/product_cart.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        right: -1em;
        transform: translateY(-50%);
    }

    .cart_fixed .button .fs-c-button--addToWishList--detail span::after{
        content: '';
        display: inline-block;
        width: 1.5em;
        height: 1.2em;
        background-image: url(../img/product/product_heart.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        right: -1em;
        transform: translateY(-50%);
    }

    .cart_fixed .button .fs-c-button__label {
        padding-right: 1em;
        font-size: 1.25rem;
        font-weight: bold;
        position: relative;
    }

    .cart_fixed .button .fs-c-button--subscribeToArrivalNotice--detail .fs-c-button__label {
        padding-right: 0;
    }

    body {
        margin-bottom: 81px;
    }
}

@media screen and (min-width: 751px) {
    .cart_fixed {
        display: none;
    }
}

/* Instagram */
@media screen and (max-width: 750px) {
    .vsm-slider {
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .vsm-slider {
        width: 91.6%;
        margin: 0 auto;
    }
}


/* お問い合わせ */
.fs-c-modal__inner {
    width: 50%;
    padding: 30px 2%;
}

.fs-c-modal__inner .fs-c-modal__contents {
    padding: 16px 0;
}

.fs-c-modal__inner .fs-c-inquiryProduct__productName {
    margin: 15px 0;
}

.fs-c-modal__inner .fs-c-modal__inner .fs-c-inputInformation {
    margin-top: 10px;
}

.fs-c-modal__inner .fs-c-inputInformation fieldset {
    border: none;
}

.fs-c-modal__inner .fs-c-inputTable {
    width: 100%;
}

.fs-c-modal__inner .fs-c-inputTable__headerCell {
    padding-bottom: 10px!important;
}

.fs-c-modal__inner .fs-c-additionalCheckField .fs-c-inputField {
    padding: 0 8px!important;
}

.fs-c-modal__inner .fs-c-checkbox__checkMark {
    border-radius: 50%;
    background-color: #006934!important;
}

.fs-c-modal__inner .fs-c-buttonContainer--sendInquiry {
    text-align: center;
}

.fs-c-modal__inner .fs-c-button--sendInquiry {
    margin: 0 auto;
    width: 200px;
    height: 48px;
    border: none;
    background-color: #006934;
}

.fs-c-modal__inner .fs-c-button--sendInquiry .fs-c-button__label {
    color: #fff;
}

@media screen and (max-width: 750px) {
    .fs-c-modal__inner {
        width: 90%;
    }
}

/* #_rcmdjp_display_1 {
    display: none;
} */

/* youtube */
.youtube_wrap {
    max-width: 810px;
    margin: 240px auto;
}

.youtube_wrap h2 {
    font-size: 20px!important;
    line-height: 1.6em!important;
    font-weight: bold;
    margin-bottom: 18px;
}

.youtube {
    width: 100%;
    padding-top: 56%;
    position: relative;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 750px) {
    .youtube_wrap {
        margin: 100px auto 50px;
    }

    .youtube_wrap h2 {
        font-size: 18px!important;
        line-height: 1.6em!important;
        font-weight: bold;
    }
}

/* 関連読みもの */
.connection_article_wrap {
    padding-bottom: 67px;
    /* border-bottom: 1px solid #eae9e8; */
}

.connection_article_wrap h2 {
    font-weight: bold;
    font-size: 120%;
    color: #000000;
    text-align: left;
    background: #ffffff;
    letter-spacing: 0.1em;
    padding: 0!;
}

.connection_article_content {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.connection_article a {
    display: block;
}

.connection_article .img {
    display: block;
    width: 100%;
    padding-top: 63.7%;
    position: relative;
    overflow: hidden;
}

.connection_article .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.connection_article time {
    display: block;
}

@media screen and (max-width: 750px) {
    .connection_article_wrap {
        width: 100%;
        margin: 0 auto;
        padding: 65px 0 57px;
        border-top: 1px solid #eae9e8;
    }

    .connection_article_wrap h2 {
        font-size: 1.9rem!important;
        margin-bottom: 30px;
    }

    .connection_article_content {
        display: block;
    }

    .connection_article_content .connection_article {
        width: 87%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 14px 0 10px;
        border-top: 1px solid #eae9e8;
        margin: 0 auto;
    }

    .connection_article_content .connection_article:first-child {
        margin: 0 auto 16px;
        width: 100%;
        display: block;
        padding: 0;
        border: none;
    }

    .connection_article_content .connection_article:last-child {
        border-bottom: 1px solid #eae9e8;
    }

    .connection_article_content .connection_article:not(:first-child) a {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .connection_article_content .connection_article:not(:first-child) .img {
        width: 26.3%;
        margin-right: 4.3%;
        padding-top: 16.8%;
    }

    .connection_article_content .connection_article:first-child .img {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding-top: 58.3%;
    }

    .connection_article:not(:first-child) .cap {
        width: 73.7%;
    }

    .connection_article time {
        margin: 14px auto 0;
        width: 87%;
        font-size: 1.05rem;
    }

    .connection_article:not(:first-child) .date {
        width: 100%;
        font-size: 1.05rem;
        margin: 0 0 12px;
    }

    .connection_article h3 {
        margin-top: 0;
        font-size: 1.3rem;
        line-height: 1.3;
        letter-spacing: 0;
    }

    .connection_article:first-child h3 {
        margin-top: 12px;
        font-size: 1.25rem;
        line-height: 1.3;
        letter-spacing: 0;
        width: 87%;
        margin: 6px auto 0;
    }
}

@media screen and (min-width: 751px) {
    .connection_article_wrap {
        width: 91.6%;
        max-width: 1100px;
        margin: 0 auto;
        padding-top: 84px;
        border-top: 1px solid #eae9e8;
    }

    .connection_article_wrap h2 {
        font-size: 28px!important;
        margin-bottom: 40px;
        font-weight: normal!important;
    }

    .connection_article_content .connection_article {
        width: 30.6%;
    }

    .connection_article a:hover {
        opacity: 0.7;
    }

    .connection_article_content .connection_article:not(:nth-child(3n)) {
        margin-right: 4.1%;
    }

    .connection_article time {
        margin: 29px 0 15px;
    }

    .connection_article h3 {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.07em;
    }
}

/* 商品画像パーツ・フリックを使用した場合 */
.slick-arrow {
    background: none!important;
}

.fs-c-productCarouselMainImage__expandButton {
    display: none;
}

.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__image {
    pointer-events: none;
}

.product_wrap .slick-slider {
    aspect-ratio: 1/1;
}

.product_wrap .fs-c-slick.slick-slider .slick-track,
.product_wrap .fs-c-slick.slick-slider .slick-list {
    height: 100%!important;
}

.product_wrap .slick-initialized .slick-slide {
    aspect-ratio: 1/1;
}

.product_wrap .slick-slide img {
    width: 100%;
    object-fit: contain;
}

/* カテゴリリスト */
.cat_list_wrap {
    padding-bottom: 67px;
    border-bottom: 1px solid #eae9e8;
}

.cat_list_wrap h2 {
    letter-spacing: 0.1em;
    padding: 0!important;
    font-weight: bold;
}

.cat_list ul {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cat_list li {
    border: 1px solid #d3d2d0;
}

.cat_list li a {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    width: 100%;
    height: 100%;
}

.cat_list li span {
    letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
    .cat_list_wrap {
        width: 100%;
        margin: 0 auto;
        padding: 54px 0 57px;
        /* border-top: 1px solid #eae9e8; */
    }

    .cat_list_wrap h2 {
        font-size: 1.9rem!important;
        margin-bottom: 25px;
    }

    .cat_list li {
        width: 48.4%;
        height: 41px;
        border-radius: 20px;
        margin-bottom: 15px;
    }

    .cat_list li a {
        padding: 0 7.9% 0 14.9%;
    }

    .cat_list li img {
        width: 20.3%;
        max-width: 36px;
    }

    .cat_list li span {
        font-size: 1.15rem;
        display: block;
        margin-left: 11.6%;
    }
}

@media screen and (min-width: 751px) {
    .cat_list_wrap {
        width: 91.6%;
        max-width: 1100px;
        margin: 0 auto;
        padding: 33px 0 44px;
        /* border-top: 1px solid #eae9e8; */
    }

    .cat_list_wrap h2 {
        font-size: 28px!important;
        margin-bottom: 38px;
        font-weight: normal!important;
    }

    .cat_list li {
        width: 23.4%;
        height: 66px;
        border-radius: 40px;
        margin-bottom: 20px;
    }

    .cat_list li a {
        padding: 0 12% 0 14%;
    }

    .cat_list li:first-child a,
    .cat_list li:nth-child(5) a,
    .cat_list li:nth-child(9) a {
        padding: 0 14% 0 23%;
    }

    .cat_list li a:hover {
        background-color: #edecea;
        border-radius: 40px;
    }

    .cat_list li img {
        width: 20.7%;
    }

    .cat_list li:first-child img,
    .cat_list li:nth-child(5) img,
    .cat_list li:nth-child(9) img {
        width: 23.7%;
    }

    .cat_list li span {
        font-size: 1.32vw;
        display: block;
        margin-left: 10%;
    }

    .cat_list li:first-child span,
    .cat_list li:nth-child(5) span,
    .cat_list li:nth-child(9) span {
        margin-left: 13%;
    }
}

@media screen and (min-width: 1340px) {
    .cat_list li span {
        font-size: 18px;
    }
}

/* お客様の嬉しいお声 */
.lp_review_wrap .inner_wrap {
    padding-top: 0!important;
}

.lp_review_slide .slick-dots li:nth-child(odd) button:before {
    opacity: 1;
    content: url("../img/common/dots_odd.svg");
}

.lp_review_slide .slick-dots li:nth-child(even) button:before {
    opacity: 1;
    content: url("../img/common/dots_even.svg");
}

.lp_review_slide .slick-dots li:nth-child(odd).slick-active button:before {
    opacity: 1;
    content: url("../img/common/dots_odd_active.svg");
}

.lp_review_slide .slick-dots li:nth-child(even).slick-active button:before {
    opacity: 1;
    content: url("../img/common/dots_even_active.svg");
}

.lp_review_slide .slick-prev:before {
    content: '';
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    display: inline-block;
}

.lp_review_slide .slick-next:before {
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}

@media screen and (max-width: 750px) {
    .lp_review_wrap .inner_wrap {
        width: 95%;
    }

    .lp_review_wrap {
        margin: 50px 0;
    }

    .lp_review_wrap h2 {
        margin-bottom: 30px;
    }

    .lp_review_slide .slick-dots li button:before {
        width: 12px!important;
        height: 7px!important;
    }

    /* .lp_review_slide .slick-dots li {
        width: 10px;
        height: 10px;
    } */

    .lp_review_slide .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .lp_review_slide .slick-dots {
        bottom: -25px;
    }

    .lp_review_slide .slick-prev:before {
        width: 18px;
        height: 18px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }
    
    .lp_review_slide .slick-next:before {
        width: 18px;
        height: 18px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }

    .lp_review_slide .slick-prev {
        left: -15px;
    }

    .lp_review_slide .slick-next {
        right: -10px;
    }
}

@media screen and (min-width: 751px) {
    .lp_review_wrap .inner_wrap {
        width: 80%;
        max-width: 1100px;
    }

    .lp_review_wrap {
        margin: 100px 0;
    }

    .lp_review_wrap h2 {
        margin-bottom: 50px;
    }

    .lp_review_slide .slick-dots li button:before {
        width: 15px!important;
        height: 10px!important;
    }

    /* .lp_review_slide .slick-dots li {
        width: 12px;
        height: 20px;
    } */

    .lp_review_slide .slick-dots {
        bottom: -20px;
    }

    .lp_review_slide .slick-prev:before {
        width: 25px;
        height: 25px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
    }
    
    .lp_review_slide .slick-next:before {
        width: 25px;
        height: 25px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
    }

    .lp_review_slide .slick-next {
        right: -15px;
    }
}

/* 20221018 レーベル追加 */
@media screen and (max-width: 750px) {
    .product_label_nav_wrap {
      margin-top: 50px;
      padding: 27px 8.8% 15px;
      width: 100%;
      background-color: #f2f2f2;
  }
  
  .product_label_nav_wrap img {
      width: 100%;
      border-radius: 6px;
  }
  
  .product_label_nav_heading {
      font-size: 2.4rem;
      line-height: 1;
      letter-spacing: 0.07em;
      font-weight: bold;
      text-align: center;
  }
  
  .product_label_nav_list {
      margin-top: 14px;
  }
  
  .product_label_nav_list li + li {
      margin-top: 8px;
  }
}

@media screen and (min-width: 751px) {
.product_label_footer {
    background-color: #fff;
}

.product_label_footer {
    padding-top: 200px;
}

.product_label_footer_inner {
    width: 760px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.product_label_footer .bnr_ec-top {
    margin-top: 10px;
    width: 100%;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.product_label_footer .bnr_tenbiran {
    width: 375px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.product_label_footer .bnr_cococinq {
    margin-top: 10px;
    width: 375px;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.product_label_footer .bnr_table {
    width: 375px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.product_label_footer .bnr_gift {
    margin-top: 10px;
    width: 375px;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.product_label_footer .bnr_item a {
    display: block;
    transition: all .3s;
}

.product_label_footer .bnr_item a:hover {
    opacity: 0.6;
}
}

/* 同梱可能グループ */
.fs-c-mark--packingGroup {
    display: none!important;
}