@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  width: 100%;
  height: auto;
  display: block;
}

:root {
  --maincolor: #ca0d0d;
  --subcolor: #2f4849;
  --neon1: #FE2C55;
  --neon1-rgb: 254, 44, 85;
  --neon2: #25F4EE;
  --neon2-rgb: 37, 244, 238;
  --textcolor: #000;
  /* --neon_shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw rgba(128, 105, 20,.1); */
  --neon_shadow: -2px -2px 0 #25F4EE, 2px 2px 0 #FE2C55;
  --container: 1160px;
}

body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  font-family: "IBM Plex Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.07em;
  color: var(--textcolor);
  background: url(../img/body_line.jpg) repeat-x center top, url(../img/body_bg.png) #0a0a0a;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: var(--textcolor);
  text-decoration: none;
}

strong {
  font-weight: bold;
}
