*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    min-height: 100%;
    font-size: 62.5%;
}

body {
    font-family: 'M PLUS 1p', sans-serif;
    background: #fff;
    padding: 0;
    min-height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #000;
    font-size: 14px;
}


/* ユーティリティ */

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.si12 {
    font-size: 1.2rem;
}

.si125 {
    font-size: 1.25rem;
}

.si13 {
    font-size: 1.3rem;
}

.si14 {
    font-size: 1.4rem;
}

.si15 {
    font-size: 1.5rem;
}

.si16 {
    font-size: 1.6rem;
}

.si18 {
    font-size: 1.8rem;
}

.si20 {
    font-size: 2rem;
}

.si22 {
    font-size: 2.2rem;
}

.si26 {
    font-size: 2.6rem;
}

.si30 {
    font-size: 3rem;
}

.we400 {
    font-weight: 400;
}

.we600 {
    font-weight: 600;
}

.we800 {
    font-weight: 800;
}

.ma1 {
    margin: 1rem;
}

.ma2 {
    margin: 2rem;
}

.ma3 {
    margin: 3rem;
}

.maTB1 {
    margin: 1rem auto;
}

.maLR1 {
    margin: auto 1rem;
}

.pa1 {
    padding: 1rem;
}

.bo1 {
    border-radius: 3rem;
}


/* ヘッダー */

.headerimg {
    display: block;
    box-shadow: 0px 0px 12px #000000aa;
    width: 90%;
    margin: 1rem auto;
}

.chart {
    width: 90%;
    display: block;
    margin: 1rem auto;
}


/* フォント */

.shiroi {
    color: #fff;
    text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -3px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
}

.kuroi {
    color: #000000;
}

.t1 {
    color: #5ca3ff!important;
}

.t2 {
    color: #ff85ac!important;
}

.infohead {
    background: linear-gradient(90deg, #80ff74 50%, #ff6c6c 52%);
    background-size: 150% 10%;
    animation: rankAnimation 4s ease-in-out infinite;
    margin: 3rem 1rem;
    box-shadow: inset 0px 0px 12px #80ff74, 0px 0px 6px #ff6c6c;
}

.infoTab {
    background: linear-gradient(90deg, #b3ffaa 50%, #ffabab 52%);
    box-shadow: inset 0px 0px 12px #cfffca, 0px 0px 6px #ffc8c8;
    background-size: 120% 10%;
    animation: rankAnimation 8s ease-in-out infinite;
    margin: 3rem 1rem;
}

.higlight1 {
    background: -webkit-linear-gradient(45deg, #ba0000, #800000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0.5rem;
    background-size: 300% 100%;
    animation: rankAnimation 6s ease-in-out infinite;
}

.higlight2 {
    color: #4267ff;
    margin: 0.5rem 0;
}

.higlight3 {
    color: #ff0808;
    margin: 1rem 0;
}

.halfTitle {
    background: linear-gradient(#3aff4b7a, #ffffff00);
}

@keyframes rankAnimation {
    0% {
        background-position: 80% 10%
    }
    50% {
        background-position: 20% 30%
    }
    100% {
        background-position: 80% 10%
    }
}


/* ポイント */

.points {
    display: flex;
    align-content: center;
    justify-content: center;
}

.pointName {
    font-size: 1.6rem;
    color: #ff12a8;
    margin-right: 2rem;
}

.pointName2 {
    font-size: 1.6rem;
    color: #ff4fbe;
    margin-left: 1rem;
    margin-right: 2rem;
}

.point {
    color: #ff5100;
    font-size: 1.6rem;
}

.chart {
    width: 90%;
    display: flex;
    margin: 1rem auto;
    align-items: flex-end;
    justify-content: space-evenly;
    text-align: center;
    animation: bounce-top 0.9s both;
}

.char1 {
    height: 230px;
    width: 100px;
    background: linear-gradient(#e9ffe7, #4cff3c);
    box-shadow: 3px 3px 6px #0b8500;
    border-radius: 50px 50px 10px 10px;
}

.char2 {
    height: 270px;
    width: 100px;
    background: linear-gradient(#ffebeb, #ff3b3b);
    box-shadow: 3px 3px 6px #a20000;
    border-radius: 50px 50px 10px 10px;
}

.chartText {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    font-weight: 700;
    font-size: 2rem;
}

.chartText1 {
    color: #064d00;
}

.chartText2 {
    color: #a20000;
}

@keyframes rankAnimation {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.rank {
    margin: 0.1rem;
    font-size: 1.4rem;
    color: #000000;
    font-weight: 600;
    padding: 0.2rem 0rem;
    border-radius: 2rem;
    position: relative;
}

.point {
    color: #000000;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    align-self: flex-end;
}

span.user {
    font-weight: 900;
    color: #f3d700;
    margin-left: 4rem;
}


/* お客様へ */

#confetti {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.chuui {
    color: #ff0808;
    animation: chuui 1s infinite;
}

@keyframes chuui {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
}

.chuuiText {
    color: #6b0000;
    line-height: 2rem;
}


/* レスポンシブ・デザイン */

@media (min-width:768px) {
    .si14 {
        font-size: 2rem;
    }
    .si16 {
        font-size: 2rem;
    }
    .si18 {
        font-size: 2.6rem;
    }
    .si20 {
        font-size: 2.8rem;
    }
    .si22 {
        font-size: 3rem;
    }
    .si24 {
        font-size: 3.8rem;
    }
    .si26 {
        font-size: 3.6rem;
    }
    .si30 {
        font-size: 4rem;
    }
    .chuuiText {
        font-size: 2rem;
    }
    .points {
        margin: 0 auto;
        width: 50%;
    }
    .pointName {
        font-size: 2rem;
    }
    .pointName2 {
        font-size: 2rem;
    }
    .point {
        font-size: 2rem;
    }
}