@charset "utf-8";

#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 {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 28%;
}

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

@media screen and (max-width: 1024px) {
  #pageTop img.content-section-img.sp-large {
    width: 140%;
    max-inline-size: none;
    margin-left: -20%;
  }
}

.content-section-text {
  width: 1192px;
  max-width: calc(100% - 80px);
  margin: 60px auto 140px;
}

@media screen and (max-width: 1024px) {
  .content-section-text {
    max-width: calc(100% - 40px);
    margin: 30px auto 70px;
  }
}

@media screen and (max-width: 768px) {
  .content-section-text {
    margin: 15px auto 40px;
  }
}

.content-section-title {
  color: #0074e7;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .content-section-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .content-section-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.content-section-line {
  color: #0074e7;
  margin: 20px 0;
  box-shadow: 0 0 10px 2px #0074E3;
}

.content-section-link {
  text-align: center;
  margin: 100px auto 0;
  max-width: calc(100% - 80px);
}

@media screen and (max-width: 1024px) {
  .content-section-link {
    margin: 50px auto 0;
    max-width: calc(100% - 40px);
  }
}

.content-section-link-text {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .content-section-link-text {
    margin-bottom: 20px;
  }
}

.content-section-link-text-star {
  color: #ed1c24;
}

.content-section-link-button-img {
  width: auto !important;
  margin: 0 auto;
}
