@charset "utf-8";

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.bg picture,
.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.firstview {
  text-align: center;
}

.firstview img {
  width: 90%;
  max-width: 100%;
  height: auto;
}

/* スマホ */
@media (max-width: 768px) {
  .firstview img {
    width: 100%;
  }
}

.defultcontainer {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.image100 {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.image90 {
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.image80 {
  width: 80%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.image70 {
  width: 70%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.image60 {
  width: 60%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.image50 {
  width: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.image40 {
  width: 40%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.image30 {
  width: 30%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.image20 {
  width: 20%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.image10 {
  width: 10%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.defultframe {
  width: 100%;
  max-width: 1000px;
  background: rgba(17, 27, 32, 0.85);
  border-radius: 10px;
  border: 2px solid #00fff7;
  box-shadow:
    0 0 10px rgba(0, 255, 195, 0.7),
    0 0 25px rgba(0, 255, 174, 0.4),
    inset 0 0 15px rgba(0, 247, 255, 0.25);
  position: relative;
  font-size: 22px;
  line-height: 1.9;
  color: #fff;
  text-shadow:
    0 0 4px rgba(133, 204, 251, 0.6),
    0 0 8px rgba(133, 204, 251, 0.4),
    0 0 12px rgba(173, 215, 244, 0.4);
  margin: 0 auto 35px;
}

.defultframe2 {
  width: 100%;
  max-width: 1000px;
  background: url("../../images/defult/framebg.png") repeat top left;
  background-size: 75%;
  border-radius: 10px;
  border: 2px solid #00fff7;
  box-shadow:
    0 0 10px rgba(0, 255, 195, 0.7),
    0 0 25px rgba(0, 255, 174, 0.4),
    inset 0 0 15px rgba(0, 247, 255, 0.25);
  position: relative;
  font-size: 22px;
  line-height: 1.9;
  color: #fff;
  text-shadow:
    0 0 4px rgba(133, 204, 251, 0.6),
    0 0 8px rgba(133, 204, 251, 0.4),
    0 0 12px rgba(173, 215, 244, 0.4);
  margin: 0 auto 35px;
}

.innerframe {
  width: 90%;
  max-width: 1000px;
  background: rgba(17, 27, 32, 0.85);
  border-radius: 10px;
  border: 2px solid #00fff7;
  box-shadow:
    0 0 10px rgba(0, 255, 195, 0.7),
    0 0 25px rgba(0, 255, 174, 0.4),
    inset 0 0 15px rgba(0, 247, 255, 0.25);
  position: relative;
  font-size: 22px;
  line-height: 1.9;
  color: #fff;
  text-shadow:
    0 0 4px rgba(133, 204, 251, 0.6),
    0 0 8px rgba(133, 204, 251, 0.4),
    0 0 12px rgba(173, 215, 244, 0.4);
  margin: 0 auto 35px;
  padding: 10px;
}

.pc-only {
  display: inline;
}
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }
}
