@charset "utf-8";

/*----------------------------------------------------
 Stamp
----------------------------------------------------*/

.stampList {
    padding: 10px 10px 0 10px;
	position: relative;
}

.stampList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stampList ul li {
    position: relative;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border: 2px dotted #e5e5e5;
}

.stampList ul li .tex {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #e5e5e5;
    font-family: "Roboto", sans-serif;
}

.stampList ul li:nth-child(10) .tex,
.stampList ul li:nth-child(20) .tex {
    font-size: 9px;
    font-weight: 500;
}

.stampList ul li .icon {
    width: 16px;
}

.stampList ul li .icon img {
    max-width: 100%;
}

.stampList ul li .stamp01 {
    opacity: 0;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 37px;
}

.stampList ul li.active .stamp01 {
    opacity: 1;
}

.stampList ul li .stamp01 img {
    max-width: 100%;
}

.stampList ul li .stamp02 {
    opacity: 0;
    position: absolute;
    left: -5px;
    top: -3px;
    width: 45px;
}

.stampList ul li.active .stamp02 {
    opacity: 1;
}

.stampList ul li .stamp02 img {
    max-width: 100%;
}


/*----------------------------------------------------
 SP
----------------------------------------------------*/

@media screen and (max-width: 499px) {

    /*----------------------------------------------------
    Stamp
    ----------------------------------------------------*/

    .stampList {
        padding: 6px 6px 3px 6px;
    }

    .stampList ul li {
        width: 30px;
        height: 30px;
        margin: 0 1px 3px;
        border: 1px dotted #e5e5e5;
    }

    .stampList ul li .tex {
        font-size: 12px;
    }

    .stampList ul li:nth-child(10) .tex,
    .stampList ul li:nth-child(20) .tex {
        font-size: 9px;
    }

    .stampList ul li .icon {
        width: 15px;
        margin-bottom: 2px;
    }

    .stampList ul li .stamp01 {
        left: -1px;
        top: -1px;
        width: 32px;
    }

    .stampList ul li .stamp02 {
        left: -4px;
        top: -2px;
        width: 39px;
    }

    .stampList {
        padding: 1.6vw 1.6vw 0.8vw 1.6vw;
    }

    .stampList ul li {
        width: 8vw;
        height: 8vw;
        margin: 0 0.267vw 0.8vw;
        border: 1px dotted #e5e5e5;
    }

    .stampList ul li .tex {
        font-size: 3.2vw;
    }

    .stampList ul li:nth-child(10) .tex,
    .stampList ul li:nth-child(20) .tex {
        font-size: 2.4vw;
    }

    .stampList ul li .icon {
        width: 4vw;
        margin-bottom: 0.533vw;
    }

    .stampList ul li .stamp01 {
        left: -0.267vw;
        top: -0.267vw;
        width: 8.533vw;
    }

    .stampList ul li .stamp02 {
        left: -1.067vw;
        top: -0.533vw;
        width: 10.4vw;
    }

}
