@charset "UTF-8";
/* Universal reset
----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  font-style: normal;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}

li {
  list-style: none;
}

p {
  padding: 0;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal;
}

/* for WP */
#HOME :where(figure),
#Trivia :where(figure),
#Infotmation :where(figure) {
  margin-bottom: 0;
}

/* Body setting
----------------------------------------------------------- */
body {
  color: #373E45;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  min-height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: min(1.143vw, 16px);
  font-weight: 500;
  letter-spacing: 0.08em;
  background: #ececec url(../img/bg_body.svg) 0 0 no-repeat;
  background-color: #ececec;
  background-image: url(../img/bg_body.svg), url(../img/bg_footer.svg);
  background-position: 0 0, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: min(29.429vw, 412px) auto, min(29.429vw, 412px) auto;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
    font-size: 4.267vw;
    background-image: none;
  }
}

.alfa-slab-one-regular {
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 1000px) {
  body {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html,
body {
    scroll-padding-top: 60px;
  }
  ::-webkit-scrollbar {
    display: none;
  }
}
/* Link setting
----------------------------------------------------------- */
a {
  text-decoration: none;
  transition: 0.3s all;
  color: #373E45;
}

:focus {
  outline: none;
}

.opcOver {
  transition: opacity 0.3s;
  display: block;
}
@media screen and (min-width: 769px) {
  .opcOver:hover {
    text-decoration: none !important;
    opacity: 0.7;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
::-moz-selection {
  background: #231815;
  color: #ffffff;
}
::selection {
  background: #231815;
  color: #ffffff;
}

::-moz-selection {
  background: #231815;
  color: #ffffff;
}
/*# sourceMappingURL=default.css.map */