@charset "utf-8";

/* スーパーPフォース */
.featured-spf__catch {
    max-width: 1000px;
    margin: 0 auto 3rem;
}
.featured-spf__catch .pc {
    display: none;
}
.section--intro {
    max-width: 1000px;
    margin: 0 auto 3rem;
}
.section__title {
    margin: 0 0 2rem;
    padding: 0;
    font-size: 2rem;
    text-align: center;
}
.section__description {
    margin: 0 1rem 2rem;
}
.featured-spf__main-explan {
    margin: 0 0 2rem;
}
.featured-spf__main-explan .pc {
    display: none;
}
.section--components {
    max-width: 1000px;
    margin: 0 1rem 3rem;
}
.product-comparison__table {
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
}
.product-comparison__cell {
    width: 33.33333%;
    padding: 2rem 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    vertical-align: middle;
}
.product-comparison__image {
    display: block;
    width: 140px;
    height: auto;
    margin: 0 auto;
}
.product-comparison__cell--highlight {
    border-bottom: none;
    border-left: 1px solid #3bcba1;
    border-right: 1px solid #3bcba1;
    background: #effdfa;
}
tr:first-child .product-comparison__cell--highlight {
    border-top: 1px solid #3bcba1;
}
tr:last-child .product-comparison__cell--highlight {
    border-bottom: 1px solid #3bcba1;
}
.product-comparison__cell span {
    font-size: 1.4rem;
    line-height: 1.4;
}
.product-comparison__cell--highlight span {
    font-weight: bold;
}
.product-comparison__cell small {
    display: block;
    margin: 0 0 .5rem;
    font-size: 1.2rem;
}
.product-comparison__name {
    display: block;
}
.product-comparison__cell--highlight .product-comparison__price,
.product-comparison__cell--highlight .product-comparison__unit-price {
    color: #d94a2a;
}
.section--reviews {
    max-width: 1000px;
    margin: 0 auto 3rem;
}
.review-block-wrap {
    padding: 2rem;
    background: url(../../../img/landing/page/spf/review-bg.webp) no-repeat;
}
@media screen and (min-width: 960px) {
    .featured-spf__catch {
        margin: 0 auto 5rem;
    }
    .featured-spf__catch .pc {
        display: block;
    }
    .featured-spf__catch .sp {
        display: none;
    }
    .section__title {
        margin: 0 0 3rem;
        font-size: 3.6rem;
    }
    .section__description {
        margin: 0 0 2rem;
    }
    .section--intro {
        margin: 0 auto 5rem;
    }
    .featured-spf__main-explan .pc {
        display: block;
    }
    .featured-spf__main-explan .sp {
        display: none;
    }
    .section--components {
        margin: 0 auto 5rem;
    }
    .product-comparison__cell span {
        font-size: 1.6rem;
    }
    .product-comparison__name {
        display: inline;
    }
    .section--reviews {
        margin: 0 auto 5rem;
    }
}

/* カート */
.product-detail__cart-area {
    margin: 0 0 3rem;
    padding: 0 1rem;
}
.product-detail__cart-image {
    margin: 0 0 2rem;
    text-align: center;
}
.product-detail__cart-image .pc {
    display: none;
}
.product-detail__cart-desc {
    margin: 0 0 1rem;
    font-size: 1.6rem;
}
.product-detail__cart-text {
    margin: 0 0 1rem;
}
.product-detail__cart-name {
    margin: 0 0 1rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}
.product-detail__cart-header-price {
    margin: 0 0 1.5rem;
    font-size: 1.6rem;
}
.product-detail__cart-header-price span {
    padding: 0 .2rem;
    color: #d94a2a;
    font-weight: bold;
}
.product-detail__cart-header-soldout {
    margin: 0 0 1rem;
    font-size: 1.4rem;
    line-height: 1.4;
}
.product-detail__cart-header-btn {
    display: block;
    width: 100%;
    margin: 0 0 1.5rem;
    font-size: 1.6rem;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.product-detail__cart-header-btn span {
    position: relative;
    padding-left: 25px;
}
.product-detail__cart-header-btn span::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../../../img/cart-icon-white.png) no-repeat center center;
    background-size: 20px, cover;
    transform: translateY(-50%);
}
.product-cart-table {
    width: 100%;
}
.product-cart-table__cell {
    position: relative;
    padding: .8rem 1rem;
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
}
.product-cart-table__cell--head {
    padding: 1.2rem 1rem 1rem;
    background: #f7f7f7;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.2;
}
.product-cart-table__cell--set {
    font-size: 1.1rem;
    font-weight: bold;
}
.product-cart-table__cell--set span {
    padding: 0 .1rem 0 0;
    font-size: 1.4rem;
}
.product-cart-table__cell--classifier {
    font-size: 1.4rem;
}
.product-cart-table__cell--classifier span {
    font-size: 1.2rem;
}
.product-cart-table__sale-price {
    margin: 0 0 .2rem;
    color: #d94a2a;
    font-size: 1.6rem;
    font-weight: bold;
}
.product-cart-table__sale-price span {
    font-size: 1.2rem;
}
.product-cart-table__original {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product-cart-table__original-price {
    width: 62px;
    font-size: 1.2rem;
}
.product-cart-table__disper {
    padding: .4rem .3rem .3rem;
    background: #d94a2a;
    color: #fff;
    font-size: 1.2rem;
}
.product-cart-table__cell--setcount {
    width: 20%;
}
.product-cart-table__cell--capacity {
    width: 20%;
}
.product-cart-table__cell--action {
    text-align: right;
}
.product-cart-table__btn {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    margin: 0 0 0 auto;
    background-image: url(../../../img/cart-icon-white.png), linear-gradient(
        180deg,
        #ffb300 0%,
        #ffa800 100%
    );
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px, cover;
    border: 1px solid #ed8e20 !important;
    border-radius: 6px;
    cursor: pointer;
    text-indent: -9999px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.product-cart-table__btn:hover {
    background-image: url(../../../img/cart-icon-white.png), linear-gradient(
        180deg,
        #ffab00 0%,
        #ffa000 100%
    );
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px, cover;
    border: 1px solid #e07901;
}
.product-cart-table__soldout {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 0 0 auto;
    background: #ddd;
    border: 1px solid #ddd !important;
    border-radius: 3px;
    cursor: pointer;
}
@media screen and (min-width: 960px) {
    .product-detail__cart-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        max-width: 850px;
        margin: 0 auto 5rem;
        padding: 0;
    }
    .product-detail__cart-image .pc {
        display: block;
    }
    .product-detail__cart-image .sp {
        display: none;
    }
    .product-detail__cart-content {
        width: 65%;
        padding-left: 4rem;
    }
    .product-detail__cart-desc {
        margin: 0 0 1.5rem;
    }
    .product-detail__cart-name {
        font-size: 3rem;
    }
    .product-detail__cart-text {
        font-size: 1.4rem;
    }
    .product-detail__cart-header-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin: 0 0 1rem;
    }
    .product-detail__cart-header-price {
        margin: 0;
    }
    .product-detail__cart-header-btn-group {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .product-detail__cart-header-btn-group .btn-wrapper {
        flex: 1;
    }
    .product-detail__cart-header-btn {
        margin: 0;
        font-size: 1.4rem;
        line-height: 40px;
    }
    .product-cart-table__cell--head {
        padding: 1.2rem .8rem 1rem;
    }
    .product-cart-table__cell {
        padding: .8rem .4rem;
    }
    .product-cart-table__cell--set {
        font-size: 1.1rem;
    }
    .product-cart-table__cell--set span {
        font-size: 1.6rem;
    }
    .product-cart-table__cell--classifier {
        font-size: 1.6rem;
    }
    .product-cart-table__btn {
        width: 45px;
        line-height: 45px;
    }
    .product-cart-table__soldout {
        width: 50px;
        height: 50px;
    }
}
