﻿/*-----------------------------------------------------------------------------
お気に入り/カートに入れる_250604修正
-----------------------------------------------------------------------------*/
.btn1_250604 {
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0 50px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

    .btn1_250604 a:hover, .btn1_250604 input:hover {
        opacity: 0.7;
        transition: .3s;
        text-decoration: none;
    }

    .btn1_250604 a.favorite {
        display: block;
        position: relative;
        width: 250px;
        border: solid 2px #e94b22;
        border-radius: 100px;
        padding: 10px 0;
        color: #e94b22;
    }

        .btn1_250604 a.favorite::after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%) rotate(-45deg);
            right: 20px;
            width: 8px;
            height: 8px;
            border-right: solid 2px #e94b22;
            border-bottom: solid 2px #e94b22;
        }

        .btn1_250604 a.favorite img, .btn_250604 a.cart img {
            margin-right: 5px;
        }

    .btn1_250604 input.cart {
        display: block;
        position: relative;
        width: 250px;
        border-radius: 100px;
        padding: 12px 0;
        color: #fff;
        background: #e94b22;
        font-size: 16px;
    }

.cart_button {
    display: block;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border-radius: 100px;
    position: relative;
    color: #fff;
    border: none;
    position: relative;
    border-radius: 100px;
    align-items: center;
    cursor: pointer;
}

.btnWrapper {
    display: inline-block;
    position: relative;
}

    .btnWrapper::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 8px;
        height: 8px;
        transform: translateY(-50%) rotate(-45deg);
        border-right: solid 2px white;
        border-bottom: solid 2px white;
    }

    .btnWrapper::before {
        content: "";
        background-image: url('/top_common/images/cart_250604.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 45px;
        transform: translateY(-50%);
        z-index: 1000;
    }

.btnWrapper_2::before {
    width: 28px;
    height: 28px;
    left: 70px;
}

/*-----------------------------------------------------------------------------
目次_250604修正
-----------------------------------------------------------------------------*/
.mokuzi_250604 {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    margin: 50px 0 20px;
}

    .mokuzi_250604 li a img {
        margin-right: 4px;
    }

    .mokuzi_250604 li a {
        font-size: 14px;
        font-weight: bold;
        border-right: solid 2px #c8c8c8;
        color: #000;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .mokuzi_250604 li:nth-child(1) a {
        border-left: solid 2px #c8c8c8;
    }

/*-----------------------------------------------------------------------------
カートに入れる2_250604修正
-----------------------------------------------------------------------------*/
.btn2_250604 img {
    margin-right: 10px;
}

.btn2_250604 .OffAddCart1 {
    display: flex;
}

.btn2_250604 .btnWrapper {
    margin: 20px auto;
}

.btn2_250604 input {
    display: block;
    position: relative;
    width: 350px;
    border-radius: 100px;
    padding: 15px 0;
    color: #fff;
    background: #e94b22;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

    .btn2_250604 input::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        right: 20px;
        width: 8px;
        height: 8px;
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff;
    }

    .btn2_250604 input:hover {
        opacity: 0.7;
        transition: .3s;
        text-decoration: none;
    }

.buttonWishList {
    padding-left: 0px;
}
.href_anchor {
    text-align: right;
    margin: 5px;
}