/*
--------------------------------------------------
@:Reset Style
Referring to Sasslai's reset css
--------------------------------------------------
*/
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,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

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

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: top;
}

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

select,
input,
button {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: top;
}

html {
  overflow-y: scroll;
}

:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

em,
cite {
  font-style: normal;
}

nav,
ol,
ul {
  list-style: none;
}

table,
th,
td {
  border: none;
}

fieldset {
  border: none;
}

fieldset legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  border: 0;
}

hr {
  display: none;
}

input,
button,
textarea {
  border: 0;
}

/*
==================================================
Overwritte AD Style
==================================================
*/
@media (orientation: landscape) {
  [data-ad-element-inventory-key] {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  [data-ad-element-inventory-key] .lc__ad_asset.lc__ad_asset__backdrop {
    display: none;
  }
  body > .lc__ad_fullscreen .lc__ad_fullscreen__mask {
    display: none;
  }
}
html {
  height: 100%;
}

body {
  background-color: #eff1f4;
  line-height: 1.231;
  font-family: apple-system-bugfix, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Roboto, "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body.pc {
  background-color: #ececec;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

@media (orientation: landscape) {
  body {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}
:not(input),
:not(textarea) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  pointer-events: none;
  user-select: none;
}

@media print {
  img {
    display: none;
  }
}
