@charset "utf-8";
/* CSS Document */
body {
  background-color: #000;
  color: #fff;
  background-image: url("../images/backimg.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: FOT-筑紫ゴシック Pr5 M;
}
.kikan {
  background: #001339;
  color: #FFF;
  margin: 80px 0 0 0;
}
.bcw {
  background: #FFF;
  color: #001339;
  padding: 30px;
  margin: 50px 0 0 0;
}
.textdec1 {
  border: double 5px #001339;
  padding: 30px;
  font-size: 1.5rem;
}
h1 {
  text-shadow: 1px 1px 2px black;
}
h2 {
  border-bottom: solid 1px #001339;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
}
h2, h3 {
  text-align: center;
}
h2, h3, .font-serif {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.amazon-ci {
  width: 60%;
  height: auto;
}
.linkbt {
  display: block;
  background: #001339;
  padding: 17px;
  margin: 30px auto;
  text-decoration: none;
  width: 70%;
  font-size: 1.3rem;
}
.attext {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}
footer {
  margin: 100px 0;
  font-size: 0.8rem;
}
a:link, a:visited {
  color: #fff;
}
a:active, a:hover {
  color: #ccc;
}
.pcbr {
  display: block;
}
.spbr {
  display: none;
}

@media screen and (max-width:1200px) {
  .pcbr {
    display: none;
  }
}

@media screen and (max-width:768px) {
  body {
    background-attachment: fixed;
  }
  .textdec1 {
    padding: 15px;
    font-size: 1rem;
  }
  .amazon-ci {
    width: 100%;
    height: auto;
  }
  .linkbt {
    width: 100%;
    text-align: center;
  }
  .attext {
    width: 100%;
  }
  .spbr {
    display: block;
  }
}