@charset "UTF-8";
@font-face {
  font-family: SHanSanR;
  src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Regular.otf");
}
@font-face {
  font-family: SHanSanB;
  src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Bold.otf");
}
@font-face {
  font-family: AlimamaShuHeiTi-Bold;
  src: url("//staticcdn.bandaihobbysite.cn/fonts/AlimamaShuHeiTi-Bold.ttf");
}
/* ================================================== */
/* common */
/* ================================================== */
body {
  /*font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;*/
  font-family: "SHanSanB";
  color: #484c52;
  position: relative;
}

.headerlogo {
  width:360px
}

@media screen and (max-width:768px) {
  .headerlogo {
    width:70%;
  }
}
img {
  max-width: 100%;
}

/* ================================================== */
/* PageTop */
/* ================================================== */
.btnPageTop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 1;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 767px) {
  .btnPageTop {
    bottom: 3vw;
    right: 3vw;
  }
}
@media only screen and (max-width: 639px) {
  .btnPageTop {
    width: 40px;
    height: 40px;
  }
}
.btnPageTop img {
  transition: opacity 0.2s;
}
@media only screen and (min-width: 768px) {
  .btnPageTop img:hover {
    opacity: 0.6;
  }
}
.btnPageTop img {
  width: 100%;
}

/* ================================================== */
/* header */
/* ================================================== */
header {
  position: relative;
  border-bottom: none;
  background-position: center bottom;
  background-repeat: repeat-x;
  z-index: 10;
  padding: 10px 2.5vw;
}
@media only screen and (max-width: 639px) {
  header {
    padding: 1vw 2.5vw;
  }
}
header::before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #666666;
}
header::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to bottom, white 92%, rgba(255, 255, 255, 0) 100%);
}
header h1 {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 10;
  box-sizing: border-box;
}

/* ================================================== */
/* パンくずリスト */
/* ================================================== */
#breadcrumb {
  font-size: 13px;
  color: #666;
  background-color: #fff;
  padding: 10px 2.5vw;
}
@media only screen and (max-width: 639px) {
  #breadcrumb {
    padding: 2.5vw;
  }
}
#breadcrumb div {
  margin: 0 auto;
  max-width: 1200px;
}
#breadcrumb div a {
  text-decoration: none;
  color: #005fb2;
}

/* ================================================== */
/* footer */
/* ================================================== */
footer {
  background-image: url(../images/common/ft_bg2.gif);
  color: #ccc;
  margin-top: 0;
  width: 100%;
}
footer .col {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 2.5vw 40px;
}
@media only screen and (max-width: 999px) {
  footer .col {
    max-width: 95vw;
  }
}
@media only screen and (max-width: 767px) {
  footer .col {
    padding: 2.5vw 0 16vw;
    box-sizing: border-box;
  }
}
footer .col .logo,
footer .col p {
  display: inline-block;
  vertical-align: top;
}
footer .col .logo {
  width: 57px;
  margin-right: 20px;
}
@media only screen and (max-width: 639px) {
  footer .col .logo {
    margin-right: 2vw;
  }
}
footer .col .logo a {
  opacity: 1;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 768px) {
  footer .col .logo a:hover {
    opacity: 0.6;
  }
}
footer .col p {
  font-size: 10px;
  line-height: 1.4;
  width: calc(100% - 57px - 25px);
}
@media only screen and (max-width: 639px) {
  footer .col p {
    width: calc(100% - 57px - 4.5vw);
  }
}
footer .copyright {
  border-bottom: 1px solid #4f4f4f;
  text-align: center;
  font-size: 12px;
  padding: 20px 0 20px;
}
@media only screen and (max-width: 639px) {
  footer .copyright {
    padding: 2vw 0 2vw;
  }
}
footer .copyright p {
  width: 990px;
  margin: 0 auto;
}
/*# sourceMappingURL=maps/common.css.map */
