html {
    font-size: 62.5%;
}
body {
    user-select: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
}

/* ----------------------------------
	loader
---------------------------------- */
.loader_area {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
.loader__message {
    color: #ffffff;
}
.loader__message li {
    display: none;
    font-size: 1.8rem;
    text-align: center;
}
.loader__message li b {
    display: inline-block;
    padding: 0 3px;
    font-size: 2.4rem;
}
.loader__end {
    display: none;
    width: 300px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 1.8rem;
    border: 2px solid #ffffff;
    margin: 0 auto;
    color: #ffffff;
    cursor: pointer;
}
.loader__end:hover {
    opacity: 0.75;
}

/* ----------------------------------
	title
---------------------------------- */
div#scene00-title {
    width: 1600px;
    height: 880px;
    color: #fff;
}

div#scene00-title h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-size: 12rem;
}

div#scene00-title h1 span {
    font-size: 8rem;
}

div#scene00-title p.sub {
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}

div#scene00-title p.copy {
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 69px;
}

/* ----------------------------------
	loader
---------------------------------- */
#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000000000;
    background-color: #333;
    color: #fff;
}

#loader > p {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    width: 100%;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
}

#loader.hidden {
    display: none;
}

/* ----------------------------------
	dice
---------------------------------- */
.dice__area {
    position: absolute;
    bottom: 250px;
    right: 0px;
    z-index: 99;
    width: 290px;
    height: 330px;
    background-image: url("../_assets/dice_btn.png");
    background-repeat: no-repeat;
}
.dice {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 150px;
    cursor: pointer;
}
.dice.non-active {
    cursor: default;
}

/* ----------------------------------
	countup
---------------------------------- */
.countup {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 170px;
    right: 20px;
    z-index: 99;
    width: 230px;
    height: 60px;
    background-color: #ea5504;
    border-radius: 10px;
    font-family: "Potta One", cursive;
    color: #ffffff;
}
.countup > div {
    color: #ffffff;
    font-size: 2rem;
}
.countup > div > span {
    font-size: 3.46rem;
}

/* ----------------------------------
	log
---------------------------------- */
.log {
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 99;
    width: 300px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
}

.log > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.log > div > div {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.log h1 {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    font-size: 2.4rem;
}

.log h2 {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 5px;
    font-size: 1.4rem;
}

/* ----------------------------------
	console
---------------------------------- */
.console {
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: 99;
    width: 300px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-size: 0.8rem;
}

.console h1 {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 1.8rem;
}
.console > div {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

/* ----------------------------------
	progress
---------------------------------- */
.progress {
    position: absolute;
    top: 30px;
    z-index: 999;
    width: 100%;
}

.progress__title {
    position: absolute;
    top: 5px;
    left: 120px;
    z-index: 99;
}

.progress table {
    border-collapse: collapse;
    border-spacing: 0;
    width: calc(100% - 200px);
    margin: 0 auto;
    border: 5px solid #ffffff;
}

.progress td {
    width: calc(100% / 36);
    border: 1px solid #ffffff;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

.progress td.active {
    background-color: #ea5504;
}

/* ----------------------------------
	character_hit
---------------------------------- */
.character__hit--wrap {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.character__hit--wrap > div {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 20px;
}

.character__hit {
    display: none;
    margin: auto;
    object-fit: contain;
}

.character__hit--wrap.is-animated {
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
    0% {
        transform: translateY(40px) scale(0.8);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1);
    }

    80%,
    100% {
        opacity: 1;
    }
}

.character__hit--close {
    width: 400px;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 20px;
    background-color: #ea5504;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    cursor: pointer;
}

.character__hit--close:hover {
    opacity: 0.75;
}

/* ----------------------------------
	panel
---------------------------------- */
.panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 1280px;
    height: 800px;
    margin: auto;
    background-repeat: no-repeat;
}
.panel__flex {
    display: flex;
}

/* ----------------------------------
	result
---------------------------------- */
.result {
    display: none;
}
/* result__cha */
.result__cha {
    position: absolute;
    top: 180px;
    left: 500px;

    font-family: "Potta One", cursive;
    font-size: 2.4rem;
    color: #ea5504;
}
.result__cha span {
    font-size: 4.8rem;
}
.result__cha--list {
    position: absolute;
    top: 270px;
    left: 150px;
    display: flex;
    flex-wrap: wrap;
    width: 600px;
}
.result__cha--list li {
    width: 100px;
    height: 100px;
    padding: 5px;
}
/* result__time */
.result__time {
    position: absolute;
    top: 610px;
    left: 500px;

    font-family: "Potta One", cursive;
    font-size: 2.4rem;
    color: #ea5504;
}
.result__time span {
    font-size: 4.8rem;
}
/* result__point */
.result__point {
    position: absolute;
    top: 380px;
    left: 890px;
    width: 200px;
    font-family: "Potta One", cursive;
    font-size: 9.6rem;
    color: #ea5504;
    text-align: center;
}

/* btn__go_title */
.btn__go_title {
    position: absolute;
    bottom: -45px;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 540px;
}
