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;
}

nav ul {
  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;
}

* {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.02em;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.none {
  display: none !important;
}

.not {
  pointer-events: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/game/senaka/pc/img/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 80%;
  height: 80%;
  background-image: url(/game/senaka/pc/img/main.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 100;
}
@media (orientation: portrait) {
  .container {
    background-image: url(/game/senaka/pc/img/main_tate.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    background-position: center center;
    bottom: 0;
  }
}
[data-lang=en] .container {
  background-image: url(/game/senaka/pc/img/en/main.png);
}
@media (orientation: portrait) {
  [data-lang=en] .container {
    background-image: url(/game/senaka/pc/img/en/main_tate.png);
  }
}

.credit {
  position: fixed;
  bottom: 18px;
  right: 18px;
  width: 411px;
  height: auto;
  max-width: 35%;
  z-index: 100;
}
.credit.en {
  width: 307px;
}

.ground {
  position: fixed;
  top: calc(50% + 26vw);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #c6c8c8;
}
@media (orientation: portrait) {
  .ground {
    top: calc(50% + 50vw);
  }
}
.ground__2 {
  top: auto;
  bottom: 0;
  height: 12.2%;
}

/*lang*/
[data-lang=ja] .en,
[data-lang=en] .ja {
  display: none !important;
}