*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    min-height: 100%;
    font-size: 62.5%;
}

body {
    font-family: sans-serif;
    background-image:url(colorful.jpg);
    padding: 0;
    min-height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.6rem;
}

a {
    text-decoration: none;
}


/* Header */

.headerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    width: 80%;
    box-shadow: 3px 3px 10px #615700e0;
}

.headerTitle {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: linear-gradient( -225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
    /* Change the colors above depending on the event*/
    box-shadow: 3px 3px 10px #6fc9d9;
    text-align: center;
    font-size: 4.4rem;
    color: #f7f5f5;
    text-shadow: 0px 2px 2px #092fb8;
    padding: 0.3rem;
    border-radius: 3rem;
    font-weight: 800;
    width: 100%;
    background-size: 200% 100%;
    animation: rankAnimation 12s ease-in-out infinite;
}

.image {
    width: 100%;
    height: 0;
    background-image: url('image1.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc((401 / 1086) * 100%);
  }

/* Fonts */

.kuroi {
    font-family: sans-serif;
    margin: 0 1rem;
    font-size: 3rem;
    color: #000000;
    font-weight: 600;
    text-align: center;
}

.infotab {
    margin: 1rem 0;
    font-size: 3rem;
    border: 1px solid #dedede;
    background: linear-gradient( -72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
    text-align: center;
    color: #000000;
    text-shadow: 1px 1px 3px #ffffff;
    box-shadow: 2px 2px 0.5em rgba(255, 255, 255, 0.55), inset 1px 1px 0 rgba(255, 255, 255, 0.9), inset -1px -1px 0 rgba(0, 0, 0, 0.34);
    font-weight: 600;
}

.higlight1 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 0px #ffd90073;
    font-size: 4rem;
    background: linear-gradient( -72deg, #5a4a00, 16%, #5a4a00 21%, 24%, #452100 27%, #5a4a00 60%, #5a4a00 80%, #ffde45 84%, #452100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    background-size: 500% 100%;
    animation: rankAnimation 6s ease-in-out infinite;
}

.higlight2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 0px #ffd90073;
    font-size: 4rem;
    background: linear-gradient( -72deg, #452100, 16%, #452100 21%, 24%, #452100 27%, #452100 60%, #452100 80%, #452100 84%, #452100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    animation: rankAnimation 6s ease-in-out infinite;
}

.higlight3 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 0 auto;
    text-align: center;
    font-size: 4rem;
    background: linear-gradient( -72deg, #313131, #313131 16%, #a1a1a1 21%, #313131 24%, #a1a1a1 27%, #a1a1a1 36%, #313131 45%, #313131 60%, #313131 72%, #a1a1a1 80%, #313131 84%, #a1a1a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    margin-top: 2rem;
    animation: rankAnimation 6s ease-in-out infinite;
}

.higlight4 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 0 auto;
    text-align: center;
    font-size: 4rem;
    background: linear-gradient( -72deg, #11005a, 16%, #0078b8 21%, 24%, #11005a 27%, #0078b8 60%, #11005a 80%, #0078b8 84%, #0078b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    margin-top: 2rem;
    animation: rankAnimation 6s ease-in-out infinite;
}

.higlightBig {
    font-size: 5rem;
    font-weight: bolder;
}

.justify {
    text-align: justify;
}

.chuui {
    text-align: center;
    background: transparent;
    color: #ff0808;
    font-size: 3rem;
    font-weight: 900;
    padding-bottom: 2rem;
    margin-bottom: 0;
    animation-name: chuui;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes chuui {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.chuuiText {
    font-size: 3rem;
    color: #690000;
    text-align: justify;
    margin: auto 1rem;
}

.purastaff {
    text-align: right;
    margin-right: 5rem;
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
}


/* Points */

.rank {
    margin: 0.5rem;
    font-size: 3.8rem;
    color: #000;
    font-weight: 600;
    padding: 0.2rem 0rem;
    border-radius: 2rem;
    position: relative;
}

.point {
    color: #000;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    position: absolute;
    right: 1rem;
    top: 0;
    align-self: flex-end;
}

span.user {
    font-weight: 900;
    color: #000000;
    text-shadow: 1px 1px 3px #ffffff;
    margin-left: 4rem;
}

.gold {
    text-shadow: 1px 1px 2px #dedede;
    box-shadow: 2px 2px 0.5em #7a37228c, inset 1px 1px 0 #ffde45, inset -1px -1px 0 #00000080;
    border: 1px solid #b39200;
    background: linear-gradient( -72deg, #ffde45, #f3e08d 16%, #ffde45 21%, #ffffff 24%, #452100 27%, #ffde45 36%, #f3e08d 45%, #ffffff 60%, #ffde45 72%, #ffffff 80%, #ffde45 84%, #452100);
    background-size: 500% 100%;
    animation: rankAnimation 24s ease-in-out infinite;
    margin: 0.5rem 0;
}

.silver {
    text-shadow: 1px 1px 2px #dedede;
    box-shadow: 2px 2px 0.5em #7a37228c, inset 1px 1px 0 #dedeff, inset -1px -1px 0 #00000080;
    border: 1px solid #a0a0a0;
    background: linear-gradient( -72deg, #dedeff, #ffffff 16%, #dedeff 21%, #ffffff 24%, #555564 27%, #dedeff 36%, #ffffff 45%, #ffffff 60%, #dedeff 72%, #ffffff 80%, #dedeff 84%, #555564);
    background-size: 500% 100%;
    animation: rankAnimation 24s ease-in-out infinite;
    margin: 0.5rem 0;
}

.bronze {
    text-shadow: 1px 1px 2px #dedede;
    box-shadow: 2px 2px 0.5em #7a37228c, inset 1px 1px 0 #ca7345, inset -1px -1px 0 #00000080;
    border: 1px solid #dea173;
    background: linear-gradient( -72deg, #ca7345, #ca7345 21%, #ffdeca 24%, #ca7345 27%, #dfa687 36%, #ffdeca 45%, #ffdeca 60%, #dfa687 72%, #ffdeca 80%, #ca7345 84%, #ca7345);
    background-size: 500% 100%;
    animation: rankAnimation 24s ease-in-out infinite;
    margin: 0.5rem 0;
}

.normal {
    color: #000000;
    text-shadow: 1px 1px 0 #ffffff;
    background-image: url("ranking");
    box-shadow: 2px 0px 4px #d1e2eb, inset 1px 1px 0 #ffffff, inset -1px -1px 0 #ffffff;
    border: 1px solid #d3f1ff;
    background: linear-gradient( -72deg, #fff, #fff 21%, #d1e2eb 24%, #fff 27%, #fff 36%, #d1e2eb 45%, #fff 60%, #d1e2eb 72%, #fff 80%, #fff 84%, #fff);
    background-size: 500% 100%;
    animation: rankAnimation 48s ease-in-out infinite;
    border: 1px solid #cccccc;
    margin: auto 1.5rem;
}

.rankfirst {
    border-radius: 5rem 2rem 5rem;
    background-size: 1200% 1200%;
    animation: rankAnimation 18s ease-in-out infinite;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
}

@keyframes rankAnimation {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.tabcontent {
    display: none;
}

.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.arrowimg {
    width: 20%;
}


/* Responsive */

@media (max-width:768px) {
    .headerImage {
        width: 80%;
    }
    .headerTitle {
        font-size: 3rem;
    }
    .kuroi {
        font-size: 2rem;
    }
    .infotab {
        font-size: 3rem;
    }
    .akai {
        font-size: 2rem;
    }
    .chuuiText {
        font-size: 2rem;
    }
    .chuui {
        font-size: 2.6rem;
    }
    .higlight1 {
        font-size: 2.4rem;
    }
    .higlight2 {
        font-size: 2.4rem;
    }
    .higlight3 {
        font-size: 2.4rem;
    }
    .higlight4 {
        font-size: 3rem;
    }
    .rank {
        font-size: 2rem;
    }

/* ??? */

@media (min-width:768px) {
 
    }
    .chuuiText {
        font-size: 2rem;
    }
    .points {
        margin: 0 auto;
        width: 50%;
    }
    .pointName {
        font-size: 2rem;
    }
    .pointName2 {
        font-size: 2rem;
    }
    .point {
        font-size: 2rem;
    }
    .fixed-header .b-back-button img {
  height: 30px;
}

.fixed-header .logo-center img {
  height: 40px;
}

.main > p.center {
  margin-bottom: 0;
}

.shiroi.infoTab:first-of-type {
  margin-top: 0;
}
/* === 繝倥ャ繝繝ｼ蜈ｨ菴薙ｒ蟾ｦ蜿ｳ縺ｫ蛻�￠繧� === */
.fixed-header {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 竊� 荳ｭ螟ｮ謠�∴縺ｧ縺ｯ縺ｪ縺丞ｷｦ蜿ｳ蛻�淵 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  background: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
  border-bottom: 2px solid #bda85c;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* 謌ｻ繧九�繧ｿ繝ｳ�亥ｷｦ�� */
.b-back-button {
  margin-left: 10px;
}

/* 繝ｭ繧ｴ�亥承�� */
.logo-center {
  margin-right: 10px;
}

.logo-center img {
  height: 40px;
  width: auto;
}

