/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./_src/sass/page/solitia.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

address {
  font-style: normal;
}

p,
div,
span,
button,
input,
select,
textarea,
address,
i,
em,
strong,
time,
a,
dt,
dd,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

* {
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  color: #000;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  background-color: #333;
  overflow-x: hidden;
  overflow-y: hidden;
}

a[href] {
  color: #fff;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a[href^="tel:"] {
  pointer-events: none;
}

.pc-only {
  display: block;
}
@media all and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media all and (max-width: 750px) {
  .sp-only {
    display: block;
  }
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:focus {
  outline: none;
}

.l-flex-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-fader {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 14;
}

.c-border-btn {
  font-family: "BIT";
  font-size: 3.7333333333vw;
  line-height: 3.7333333333vw;
  letter-spacing: 0.05em;
  width: 32vw;
  height: 10.6666666667vw;
  border: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.c-border-btn.disable {
  pointer-events: none;
  opacity: 0.3;
}

.c-top {
  color: #FFF;
  z-index: 11;
}
.c-top__title {
  width: 74.6666666667vw;
  margin-bottom: 53.3333333333vw;
}
.c-top__ui-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-top__start-btn {
  margin-bottom: 5.3333333333vw;
}

.c-gameover {
  color: #FFF;
  display: none;
  z-index: 12;
}
.c-gameover__base {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.c-gameover__title {
  font-family: "BIT";
  font-size: 8.5333333333vw;
  line-height: 8.5333333333vw;
  letter-spacing: 0.05em;
  margin-bottom: 5.3333333333vw;
}
.c-gameover__score {
  font-family: "PixelMplus10-Regular";
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0em;
  margin-bottom: 10.6666666667vw;
  text-align: center;
  padding: 0 10.6666666667vw;
}
.c-gameover__score > span.num-score {
  display: inline-block;
  font-family: "PixelMplus10-Bold";
  padding: 0 1.0666666667vw;
  font-size: 6vw;
  line-height: 6vw;
  letter-spacing: 0.1em;
  color: yellow;
}
.c-gameover__name-label {
  font-family: "BIT";
  font-size: 4.2666666667vw;
  line-height: 4.2666666667vw;
  letter-spacing: 0.05em;
  margin-bottom: 2.6666666667vw;
}
.c-gameover__input {
  border: 1px dotted #CCC;
  background-color: #CCC;
  width: 53.3333333333vw;
  height: 10.6666666667vw;
  padding: 1.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
.c-gameover__input input {
  font-family: "BIT";
  font-size: 4.2666666667vw;
  line-height: 4.2666666667vw;
  letter-spacing: 0.02em;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
}
.c-gameover__input input:focus {
  border: none;
  outline: none;
  background: none;
}
.c-gameover__send-btn {
  margin-bottom: 16vw;
}
.c-gameover__result {
  font-family: "PixelMplus10-Regular";
  height: 10.6666666667vw;
  font-size: 4vw;
  line-height: 4vw;
  letter-spacing: 0.05em;
  margin-bottom: 16vw;
  display: none;
}
.c-gameover__ui-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.3333333333vw;
  width: 69.3333333333vw;
}
.c-gameover__tweet-btn {
  display: block;
  width: 16vw;
}

.c-ranking {
  color: #FFF;
  display: none;
  z-index: 13;
}
.c-ranking__wrapper {
  width: 100%;
  height: 100%;
  background-color: black;
}
.c-ranking__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.3333333333vw;
  z-index: 1;
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}
.c-ranking__title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: "BIT";
  font-size: 4.2666666667vw;
  line-height: 4.2666666667vw;
  letter-spacing: 0em;
}
.c-ranking__close-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/closeButton.png);
  background-size: 4.8vw auto;
  background-position: center;
  background-repeat: no-repeat;
}
.c-ranking__scroll-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 13.3333333333vw 5.3333333333vw 5.3333333333vw;
}
.c-ranking__list {
  position: relative;
  width: 100%;
}
.c-ranking__list-item {
  width: 100%;
  padding: 2.6666666667vw 0;
  border-bottom: 1px dotted #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-ranking__rank {
  font-family: "PixelMplus10-Regular";
  font-size: 6.6666666667vw;
  line-height: 6.6666666667vw;
  letter-spacing: 0em;
  color: yellow;
}
.c-ranking__name {
  width: 40vw;
  font-family: "PixelMplus12-Regular";
  font-size: 6.4vw;
  line-height: 6.4vw;
  letter-spacing: 0em;
}
.c-ranking__score {
  width: 34.6666666667vw;
  text-align: right;
  font-family: "PixelMplus10-Regular";
  font-size: 6.6666666667vw;
  line-height: 6.6666666667vw;
  letter-spacing: 0em;
}
.c-ranking__unit {
  display: inline-block;
  font-size: 4vw;
  line-height: 4vw;
  letter-spacing: 0em;
  padding-left: 1.0666666667vw;
}

.c-loading {
  z-index: 15;
}

.c-ui {
  z-index: 10;
  display: none;
}

.c-canvas-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-canvas-container > canvas {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map*/