input,
textarea {
  outline:none;
}

.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
    display: block !important;
}

.price__sale {
    display: flex !important;
    align-items: center;
    position: relative;
}

.price__sale .price-item {
    margin-right: 10px;
}

.price__sale span {
    line-height: normal;
}

.price__sale span small {
    position: relative;
    top: -2px;
}

.button-white {
    background-color: #fff;
    color: #000;
}

/* モーダル */
.modal-area {
    display: none;
    position: fixed;
    z-index: 10;
    /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.8);
    display: block !important;
}

.modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 560px;
    padding: 30px;
    background-color: #fff;
}

.modal-wrapper p {
    text-align: center;
    font-size: 14px;
}

.modal-cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-cart-btn li {
    border-radius: 5px;
    margin: 12px;
}

.product__info-wrapper .modal-area .modal-cart-btn li a {
    width: 240px;
    display: inline-block;
    text-align: center;
    padding: 16px 0 8px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    line-height: inherit;
}

.product__info-wrapper .modal-area .modal-cart-btn li a.button-white {
    color: #121212;
}

.modal-cart {
    background: #707070;
}

.modal-order {
    background: #1FD5AD;
}

.modal-close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
    font-size: 35px;
}

.modal-open {
    cursor: pointer;
    display: flex;
    align-items: baseline;
}

.cart-amazon {
    width: fit-content;
    margin: 20px auto 0;
}

.m_breadcrumb {
    display: none;
}

/* news */
.u_container.u_mr_center.news {
    width: 100%;
    max-width: 480px;
}

.u_container.u_mr_center.news .news-wrap {
    display: flex;
}

/* pick up */
.feature_col_2_container {
    width: 980px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.feature_col_2_container .col_item {
    width: calc(50% - 20px);
    margin: 0 10px 10px 10px;
}

.feature_col_2_container .col_item img {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}

.feature_col_2_container .col_item p a {
    text-decoration: underline;
}

/* ジーニーサーチ */
._searchresults {
    margin-bottom: 80px;
}

._items {
    display: flex !important;
}


@media screen and (max-width: 989px) {
    .modal-cart-btn {
        display: block;
    }

    /* pick up */
    .feature_col_2_container {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
    }

    .feature_col_2_container .col_item {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .modal-wrapper {
        width: 80%;
        padding: 30px 10px;
    }

    .product__info-wrapper .modal-area .modal-cart-btn li a {
        width: 100%;
    }

    .price__sale span small {
        top: -1px;
    }

}

/* PC/SP切り替え */
.sp_none {
    display: block;
}

.pc_none {
    display: none;
}

@media screen and (max-width: 749px) {
    .sp_none {
        display: none;
        /* SPの時に表示 */
    }

    .pc_none {
        display: block;
        /* SPの時に非表示 */
    }
}

@media screen and (min-width: 750px) {
    .sp_none {
        display: block;
        /* PCの時に非表示 */
    }

    .pc_none {
        display: none;
        /* PCの時に表示 */
    }
}

.reviewList,
.reviewDetails {
    justify-content: center;
}

.reviewList .review-list-unit .review-list-content {
    font-size: 1.5rem;
}

.reviewList .review-list-unit {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.reviewDetails .review-form-wrap {
    width: 80%;
}

.reviewDetails .review-form dt {
    font-size: 1.5rem;
}

.reviewDetails .review-form .review-form-content {
    flex: 1;
}

.reviewDetails .review-form dd input {
    padding: 9px 5px;
}

.reviewDetails .review-form dd textarea {
    width: 100%;
    border: 1px solid #707070;
    resize: vertical;
    padding: 10px 5px;
}


@media screen and (max-width: 989px) {
    .reviewWrap {
        padding: 0 10px;
    }

    .reviewWrap .review-item-wrap {
        padding: 10px 15px;
    }

    .reviewWrap .review-item-info .review-item-name {
        font-size: 16px;
    }

    .reviewWrap .review-item-info {
        flex: 1;
    }

    .reviewList .review-list-unit {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .reviewList .review-list-unit .review-list-content {
        font-size: 1.4rem;
    }

    .reviewDetails .review-form dt {
        font-size: 1.4rem;
    }

    .reviewDetails .review-form-wrap {
        width: 90%;
    }
}

#recommend._ec_component ._items {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

#recommend._ec_component ._items ._item ._wrap {
    border: none;
}

#recommend._ec_component ._items ._item ._wrap ._image {
    padding: 0;
    margin-bottom: 20px;
}

#recommend._ec_component ._additional_text6 {
    text-align: left;
    padding: 0;
}

#recommend._ec_component ._price {
    text-align: left;
    padding: 0;
    font-weight: 700;
}

#recommend._ec_component ._items ._item ._wrap ._image a {
    position: relative;
}

#recommend._ec_component ._items ._item ._wrap ._image:before {
    display: none;
}

#recommend._ec_component ._items ._item ._wrap ._title, 
#recommend._ec_component ._items ._item ._wrap ._link_title {
    padding: 5px 0 3px;
    text-align: left;
    font-size: 14px;
}

@media screen and (max-width: 989px) {
    #recommend._ec_component {
        padding: 0 6px;
    }
    
    #recommend._ec_component ._items {
        grid-template-columns: repeat(2, 1fr);
    }
}