/* カスタマイズ用CSS */
.ec-totalBox__taxRate {
    display: none !important;
}

.ec-blockTopBtn.pagetop {
    display: none !important;
}

.ec-headerNav{
    margin-bottom: 40px;
}


@media screen and (max-width: 768px) {
    .ec-headerNav{
        margin-bottom: 16px;
    }
}

.pay-title {
    font-weight: 600;
    width: 74px;
}

.pay-title-cont {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.page-link{
    margin: 8px 0 16px;
}

.page-link a{
    color: #4560ff;
    transition: color 0.3s ease; 
}

.page-link a:hover {
    color: #ff3b3b; /* ホバー時の色 */
}

.nowrap{
    white-space: nowrap;
}


.price02-default {
    font-weight: 600;
    font-size: clamp(1.25rem, 0.75rem + 1.0417vw, 2rem);
    margin-bottom: 8px;
}

.ec-container-02{
    padding-bottom: 80px
}

@media (max-width: 768px) {
    .ec-container-02{
        padding-bottom: 40px;
    }
}

.ec-inlineBtn--cancel{
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 50px;
}


.ec-itemNav__nav li a {
    color: #ffffff;
    background: #24b07d;
    border-radius: 50px;
    margin: 20px 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.ec-itemNav__nav li a:hover{
    color: #24b07d;
}

.ec-productRole .ec-productRole__tags {
    border-bottom: unset;
    margin-top: 0px;
    padding: 0;
    padding-bottom:0px;
}

.fa-lock:before,
.fa-heart:before,
.fa-user:before {
    color: #7acfa2;
}

.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
    background: #52d1a7;
    padding: 8px 12px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    margin: 16px 0 8px;
}

.ec-layoutRole{
    background: unset
}

@media screen and (min-width: 992px) {
    .ec-container {
        padding-top: 150px;
    }
}

@media screen and (max-width: 768px) {
    .ec-container {
        padding-top: 80px;
    }
}


.item_nav {
    display: none !important;
}

.ec-inlineBtn--action,
.ec-blockBtn--action {
    background-color: #24b07d;
    border-color: #24b07d;
    border-radius: 50px;
    transition: background-color 0.3s ease, color 0.3s ease;
}


@media only screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__price {
        border-bottom: unset;
    }
}

.display-none {
    display: none;
}

@media only screen and (min-width: 768px) {
    .ec-price .ec-price__price {
        font-size: 1.8em;
        color: #24b07d;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    .ec-price .ec-price__tax {
        font-size: 0.57em;
        color: #24b07d;
    }
}

@media only screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__price {
        padding: 0 0 14px;
    }
}

.ec-blockBtn--cancel{
    border-radius: 50px; 
}