@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
img {
  vertical-align: top;
}
a img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
* {
  box-sizing: border-box;
}
html {
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 62.5%;
}
body {
  font-size: 1.3em;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 1.6em;
    line-height: 1.6;
  }
}
body,
html {
  position: relative;
}
a {
  color: #fff;
  text-decoration: underline;
  border: none;
  vertical-align: top;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #fff;
}
a:active {
  color: #029ded;
}
img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  img {
    width: auto;
  }
}
.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}
.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}
main {
  position: relative;
  display: block;
  color: #fff;
  background: #000;
  overflow: hidden;
}
main h2 {
  text-align: center;
  margin: 0 auto;
}
main a img {
  transition: 0.3s;
}
main a:hover img {
  opacity: 0.6;
}
main section {
  z-index: 1;
}
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4ce1c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.loaded #loading-overlay {
  display: none;
}
