*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    min-height: 100%;
    font-size: 62.5%;
}

body {
    font-family: sans-serif;
    background: #ffffff;
    padding: 0;
    min-height: 100%;
    font-size: 1.6rem;
}


/* ユーティリティ */

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.plusFont {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.si14 {
    font-size: 1.4rem;
}

.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;
}

.ma1 {
    margin: 1rem;
}

.ma2 {
    margin: 2rem;
}

.ma3 {
    margin: 3rem;
}

.maTB1 {
    margin: 1rem auto;
}

.maLR1 {
    margin: auto 1rem;
}

.pa1 {
    padding: 1rem;
}

.bo1 {
    border-radius: 3rem;
}


/* ヘッダー */

img {
    display: block;
    box-shadow: 0px 0px 12px #000a;
    width: 90%;
    margin: 1rem auto;
}


/* フォント */

.shiroi {
    color: #ffffff;
    text-shadow: 3px 3px 9px #000;
}

.kuroi {
    color: #333333;
}

.akai {
    color: #f00;
}

.aoi {
    color: #00f;
}

.infoAkai {
    background: linear-gradient(#fffb00, #b80000);
    box-shadow: inset 0px 0px 12px #f00a;
}

.infoAoi {
    background: linear-gradient(#b80000, #fffb00);
    box-shadow: inset 0px 12px 24px #f00a;
}

.headerTitleGold {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: linear-gradient( 240deg, #ffde45, #ffffff 16%, #ffde45 21%, #ffffff 24%, #ffde45 27%, #ffde45 36%, #ffffff 45%, #ffffff 60%, #ffde45 72%, #ffffff 80%, #ffde45 84%, #452100);
    /* Change the colors above depending on the event*/
    box-shadow: 0px 0px 12px #947e00df;
    color: #333333;
    text-shadow: 0px 2px 2px #ffffff;
    background-size: 200% 100%;
    animation: rankAnimation 12s ease-in-out infinite;
}

.higlight1 {
    background: -webkit-linear-gradient(#f00, #b80000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.higlight2 {
    background: -webkit-linear-gradient(#ee8f00, #b86e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.halfTitle {
    background: linear-gradient(#3aff4b7a, #ffffff00);
}

@keyframes rankAnimation {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}


/* ぷらこれ  */

.ume {
    width: 40px;
}

.pu {
    font-size: 4rem;
    color: #3431ff;
}

.ra {
    font-size: 4rem;
    color: #008c00;
}

.ko {
    font-size: 4rem;
    color: #ff637d;
}

.re {
    font-size: 4rem;
    color: #ffa125;
}

.box {
    animation: wobble-ver-left 0.8s both;
    font-size: 4rem;
    background: -webkit-linear-gradient(#eed200, #b86e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* お客様へ */

.chuui {
    color: #f00;
    animation: chuui 0.5s infinite;
}

@keyframes chuui {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
}

.chuuiText {
    color: #690000;
}

table {
    width: 95%;
    margin: 0 auto;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    color: black;
    font-size: 2rem;
}

.tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: sans-serif;
    font-size: 1rem;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
    text-align: right;
    vertical-align: center;
}

.tg th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: sans-serif;
    color: black;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: right;
    padding: 10px 5px;
    vertical-align: center;
}

.tg .tg-1vsc {
    background-color: #fcffcc;
    text-align: right;
    vertical-align: center;
}

.tg .tg-2vsc {
    background-color: #fcffcc;
    text-align: center;
    vertical-align: center;
}

.tg .tg-0lax {
    text-align: right;
    vertical-align: top;
}

.tg .tg-6pfw {
    background-color: #ffce99;
    text-align: center;
    vertical-align: center;
}

.tg .tg-7pfw {
    background-color: #ffffff;
    text-align: center;
    vertical-align: center;
}


.tg-0lax {
    font-size: 1rem;
}

.tg-6pfw {
    font-size: 1rem;
}

.si12 {
    font-size: 1rem;
}


/* レスポンシブ・デザイン */

@media (min-width:900px) {
    body {
        margin: 0 15%;
    }
    .si12 {
        font-size: 1.8rem;
    }
    .si14 {
        font-size: 2.0rem;
    }
    .si16 {
        font-size: 2.2rem;
    }
    .si18 {
        font-size: 2.4rem;
    }
    .si20 {
        font-size: 2.6rem;
    }
    .si22 {
        font-size: 2.8rem;
    }
    .si26 {
        font-size: 3.6rem;
    }
    .si30 {
        font-size: 4rem;
    }
    .headerimg {
        width: 60%;
    }
    .points {
        margin: 0 auto;
    }
    .pointName {
        font-size: 2rem;
        margin-right: 1rem;
    }
    .point {
        font-size: 2rem;
    }
    .tg {
        border-collapse: collapse;
        border-spacing: 0;
        color: black;
        font-size: 2.6rem;
    }
    .tg td {
        font-size: 2rem;
    }
    .tg th {
        font-size: 2.4rem;
    }
}