@charset "utf-8";

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

}

#pageTop {
  font-size: 18px;
  line-height: 1.6;
  background: #000;
  text-align: left;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {

  /* SP ==================== */
  #pageTop {
    font-size: 14px;
  }
}

#pageTop .content {
  max-width: 1920px;
  margin: 0 auto;
}

#pageTop .content+.content {
  margin-top: 280px;
}

@media screen and (max-width: 1024px) {

  /* SP ==================== */
  #pageTop .content+.content {
    margin-top: 150px;
  }
}

@media screen and (max-width: 768px) {

  /* SP ==================== */
  #pageTop .content+.content {
    margin-top: 120px;
  }
}

#pageTop img {
  width: 100%;
}

.page-back {
  margin-top: 60px;
}

.page-back a {
  width: 200px !important;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 20px 40px;
  border: 1px solid #fff;
  background: #000;
  text-decoration: none;
  display: block;
}

.page-back a:hover {
  color: #fff;
  text-decoration: none;
}

.foot-attention {
  text-align: center;
  margin: 100px 0 0 0;
}

@media screen and (max-width: 1024px) {

  /* SP ==================== */
  .foot-attention {
    width: 90%;
    margin: 30px auto 10px;
  }
}

.foot-text {
  text-align: center;
  padding: 20px 0 50px 0;
}

@media screen and (max-width: 1024px) {

  /* SP ==================== */
  .foot-text {
    width: 90%;
    padding: 0 0 50px 0;
    margin: 10px auto 0px;
  }
}

.official-banner {
  width: 800px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px auto;
}

@media screen and (max-width: 1024px) {

  /* SP  ==================== */
  .official-banner {
    width: 90%;
    display: block;
    margin: 30px auto;
  }
}

.official-banner li {
  width: 290px;
  text-align: center;
  color: #000 !important;
  font-size: 80% !important;
}

@media screen and (max-width: 1024px) {

  /* SP  ==================== */
  .official-banner li {
    width: auto;
    margin: 10px 0;
  }
}

.official-banner-text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {

  /* SP  ==================== */
  .official-banner-text {
    font-size: 15px;
    margin: 20px 0 10px;
  }
}

.btn_official {
  height: 100%;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  color: #000 !important;
}

@media screen and (max-width: 1024px) {

  /* SP  ==================== */
  .btn_official {
    max-width: 270px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

.btn_official:hover {
  background-color: #fff;
  color: #000 !important;
}

.btn_official,
.btn_official:focus,
.btn_official:active,
.btn_official:hover {
  text-decoration: none !important;
}

.btn-light {
  display: block;
  background-image: url("https://www.takaratomy.co.jp/products/diaclone/product_details/img/btn-ttm-api.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0 !important;
  font-weight: bold !important;
  color: #000 !important;
  position: relative;
}

@media screen and (max-width: 1024px) {

  /* SP  ==================== */
  .btn-light {
    max-width: 270px;
    margin: 0 auto;
    padding-bottom: 0;
  }
}

.btn-light::before {
  content: "";
  padding-top: 40%;
  display: block;
}

.btn-light:hover,
.btn-light:visited {
  background-color: transparent !important;
  border: 0 !important;
  color: transparent !important;
}

.btn-light span {
  color: #000;
  position: absolute;
  bottom: 16%;
  left: 0;
  width: 100%;
}

/* ここまでが共通要素  ==================== */

.head {
  position: relative;
}

.head-logo {
  max-width: 584px;
  width: 100%;
  position: absolute;
  bottom: 43%;
  left: 2%;
  width: 30%;
}

.head-title {
  margin-top: -28.5vw;
}

@media screen and (min-width:1921px) {
  .head-title {
    margin-top: -500px;
  }

}

.content-section-text {
  width: 1425px;
  max-width: 77%;
  text-align: left;
  margin: auto;
  line-height: 1.5;
}

.content-section-text.center {
  text-align: center;
}

.foot-text {
  text-align: center;
  padding: 20px 0 50px 0;
}

.mbtxt{
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px){
  .mbtxt{
    margin-bottom: 30px;
  }
}