@charset "UTF-8";

/* CSS Document */
#smcontent .toshopbtn_red {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: linear-gradient(to right, #fc6e33, #fc1e87);
    color: #ffffff;
    padding: 15px 0 15px 0;
    text-align: center;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.2em;
    font-size: 1rem;
}

#smcontent .toshopbtn_red::after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 52%;
    right: 30px;
    transform: translateY(-50%);
}

#smcontent .totop {
    text-align: center;
    font-size: 13px;
    line-height: 3;
    margin: 10px;
}

#smcontent {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.header_logo {
    background-color: #5d463a;
    padding: 0;
    line-height: 1.7;
    width: 100%;
    /*    max-width: 750px;*/
    text-align: center;
}

.header_logo img {
    width: 75px;
    /* margin-left: 40%; */
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 10px auto;
}

.line_cv__ttl {
    background: #a6a6a6;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    font-size: 18px;
    padding: 20px;
    position: relative;
}

.line_cv__ttl::before,
.line_cv__ttl::after {
    content: "[ ";
    position: absolute;
    top: -11px;
    left: 10px;
    font-weight: 100;
    color: #d7d7d7;
    font-size: 65px;
}

.line_cv__ttl::after {
    content: "] ";
    left: auto;
    right: 10px;
}


.purchase-btn_2 a {
    font-weight: 500;
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 2;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 2px;
    width: 220px;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #f03b7f, #f68254);
}

.purchase-btn_2 a::after {
    content: '';
    width: 11px;
    height: 11px;
    border: 0;
    border-top: solid 1px #ffffffc7;
    color: #fff;
    border-right: solid 1px #ffffffc7;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}

.product-image {
    position: relative;
    padding: 0 20px;
}

.product-image .icon {
    position: absolute;
    top: 30px;
    left: 30px;
}

.product-image .icon img {
    width: 50%;
    height: auto;
}

.line_content .p_name {
    font-size: 18px;
}

.p_name_after {
    font-size: 14px;
    font-weight: 400;
}

.p_ttl {
    color: #f76363;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
}

.p_ttl strong {
    border: 2px solid #f76363;
    padding: 5px 30px;
    border-radius: 50px;

}

.p_appeal {
    color: #f76363;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

.p_price_before {
    text-decoration: line-through;
    text-align: center;
    font-size: 16px;
}

.p_price_after {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #f76463;
}

.p_caution {
    color: #fa7776;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.txtbox_p_kome {
    font-size: 10px;
    color: #666;
}


footer {
    text-align: center;
    background-color: #5d463a;
    padding: 10px;
    font-size: 10px;
    color: #fff;
}

.detail {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.price_amount {
    font-size: 20px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .line_content {
        max-width: 750px;
        margin: 0 auto;
    }

    .product-image {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
}