@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, figure {
  margin: 0;
  padding: 0;
}

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

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

h1, h2, h3, h4, h5, h6, th, td, li, figcaption, p {
  letter-spacing: 0.06rem;
  font-feature-settings: "palt";
}

ol, ul { list-style: none; }

strong {
  font-weight: 700;
}

body {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", system-ui;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: #000;
}

a {
  color: #0057FF;
  transition: opacity 0.3s;
}

a:hover { opacity: 0.7; }

img { vertical-align: bottom; }

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

*:focus { outline: none; }

/* # common
   -------------------------------------------------------------------------- */
img {
  width: 100%;
  height: auto;
}

.point-txt01 { color: #F47B28; }

.js-fadein {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1.0s, opacity 1.0s;
}

.marker {
  background: linear-gradient(transparent 60%, #ffed8c 60%)
}

.ib { display: inline-block;}

@media screen and (max-width:500px) {
  .sp-none { display: none; }
}
@media screen and (min-width:501px) {
  .pc-none { display: none; }
}

/* # 凡庸クラス
   -------------------------------------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* For IE 6/7 */

.tr { text-align: right!important; }
.tl { text-align: left!important; }
.tc { text-align: center!important; }

.m0 { margin: 0!important; }
.mt0 { margin-top: 0!important; }
.mb0 { margin-bottom: 0!important; }
.ml0 { margin-left: 0!important; }
.mr0 { margin-right: 0!important; }

.p0 { padding: 0!important; }
.pt0 { padding-top: 0!important; }
.pb0 { padding-bottom: 0!important; }
.pl0 { padding-left: 0!important; }
.pr0 { padding-right: 0!important; }

.ib { display: inline-block!important; }