@charset "UTF-8";
#customize_page {
  padding: 0 20px 100px 20px;
  width: 750px;
}

#customize_page h2 {
  margin: 0 0 20px 0;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 53px;
  color: #fff;
  background: url("https://beyblade.takaratomy.co.jp/category/img/title-M_bg.png") no-repeat left top/100%;
  font-size: 25px;
}

#customize_page h2#old {
  margin-top: 100px;
}

#customize_page .tab {
  margin: 0 0 15px 0;
}

#customize_page .tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

#customize_page .tab li {
  margin: 5px 0;
  width: calc((100% - 20px) / 3);
}

#customize_page .tab a {
  padding: 15px 5px;
  border: 2px solid #ffdc16;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px #e77400;
  box-shadow: 0 0 0 1px #e77400;
  border-radius: 5px;
  display: block;
  height: 85px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9f0c), color-stop(45%, #ff8c05), color-stop(55%, #ff7201), to(#ff8c1d));
  background: -webkit-linear-gradient(top, #ff9f0c 0%, #ff8c05 45%, #ff7201 55%, #ff8c1d 100%);
  background: linear-gradient(to bottom, #ff9f0c 0%, #ff8c05 45%, #ff7201 55%, #ff8c1d 100%);
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px #283966;
}

#customize_page .tab a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #ffbf11), color-stop(55%, #ff9401), to(#ffae24));
  background: -webkit-linear-gradient(top, #ffbf11 45%, #ff9401 55%, #ffae24 100%);
  background: linear-gradient(to bottom, #ffbf11 45%, #ff9401 55%, #ffae24 100%);
}

#customize_page .tab a.is_active {
  border: 1px solid #e77200;
  color: #ff8a00;
  background: #fff;
  text-shadow: none;
  cursor: default;
}

#customize_page .tab span {
  display: inherit;
  line-height: 1.4;
  font-size: 14px;
}

#customize_page section {
  display: none;
}

#customize_page section.is_show {
  display: block;
}

#customize_page .intro {
  margin: 30px 0;
}

#customize_page .intro h3 {
  margin: 0 0 10px 0;
  border-bottom: 2px solid #1076b8;
  font-weight: bold;
  font-size: 26px;
}

#customize_page .intro dt {
  font-weight: bold;
  text-align: center;
}

#customize_page .intro dd {
  margin: 20px 0 0 0;
}

#customize_page .type {
  padding: 0 0 0 20px;
  border-left: 10px solid;
}

#customize_page .type + .type {
  margin: 50px 0 0 0;
}

#customize_page .attack {
  border-color: #4b6eb2;
}

#customize_page .attack .ttl_fit dt::before {
  background-image: url("https://beyblade.takaratomy.co.jp/category/img/customize/001.png");
}

#customize_page .attack .ttl_fit dd {
  color: #4b6eb2;
}

#customize_page .attack .note {
  border-color: #4b6eb2;
}

#customize_page .attack .note dt {
  color: #4b6eb2;
}

#customize_page .stamina {
  border-color: #e8350c;
}

#customize_page .stamina .ttl_fit dt::before {
  background-image: url("https://beyblade.takaratomy.co.jp/category/img/customize/002.png");
}

#customize_page .stamina .ttl_fit dd {
  color: #e8350c;
}

#customize_page .stamina .note {
  border-color: #e8350c;
}

#customize_page .stamina .note dt {
  color: #e8350c;
}

#customize_page .defence {
  border-color: #26a93d;
}

#customize_page .defence .ttl_fit dt::before {
  background-image: url("https://beyblade.takaratomy.co.jp/category/img/customize/003.png");
}

#customize_page .defence .ttl_fit dd {
  color: #26a93d;
}

#customize_page .defence .note {
  border-color: #26a93d;
}

#customize_page .defence .note dt {
  color: #26a93d;
}

#customize_page .balance {
  border-color: #e50011;
}

#customize_page .balance .ttl_fit dt::before {
  background-image: url("https://beyblade.takaratomy.co.jp/category/img/customize/004.png");
}

#customize_page .balance .ttl_fit dd {
  color: #e50011;
}

#customize_page .balance .note {
  border-color: #e50011;
}

#customize_page .balance .note dt {
  color: #e50011;
}

#customize_page .ttl_fit {
  line-height: 1.4;
  font-weight: bold;
}

#customize_page .ttl_fit dt {
  margin: 0 0 20px 0;
  padding: 0 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  height: 60px;
  font-size: 26px;
}

#customize_page .ttl_fit dt::before {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100%;
}

#customize_page .ttl_fit dd {
  font-size: 34px;
  text-align: center;
}

#customize_page .ttl_fit dd + dd {
  font-size: 30px;
}

#customize_page .ttl_fit dd > img {
  width: 250px;
  height: auto;
  margin-bottom: 15px;
}

#customize_page .ttl_cate {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 18px;
}

#customize_page .ttl_cate::before {
  content: "■";
}

#customize_page .parts dt {
  margin: 0 auto 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 120px;
  height: 120px;
}

#customize_page .parts dd {
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

#customize_page .parts img {
  max-width: 120px;
  max-height: 120px;
}

#customize_page .layer {
  margin: 20px 0;
}

#customize_page .layer .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

#customize_page .layer .col.single {
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
          justify-content: inherit;
}

#customize_page .layer .parts {
  width: 30%;
}

#customize_page .other_and_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

#customize_page .other_and_note .other {
  margin: 0 20px 0 0;
  width: 220px;
}

#customize_page .other_and_note .box + .box {
  margin: 40px 0 0 0;
}

#customize_page .other_and_note .note {
  padding: 20px;
  border-width: 5px;
  border-style: solid;
  width: calc(100% - 240px);
  font-size: 18px;
}

#customize_page .other_and_note .note dt {
  margin: 0 0 20px 0;
  line-height: 1.4;
  font-weight: bold;
  font-size: 28px;
}

#customize_page .use {
  margin: 40px 0 0 0;
  font-weight: bold;
  font-size: 15px;
}

#customize_page .use p {
  margin: 0 0 10px 0;
  font-size: 20px;
}

#customize_page .use p::before {
  content: "＜";
}

#customize_page .use p::after {
  content: "＞";
}

#customize_page .use dl {
  margin: 5px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

#customize_page .use dt::after {
  content: "：";
}

#customize_page .use a {
  font-weight: normal;
  font-size: 18px;
}

#customize_page .mov {
  margin: 50px 0 0 0;
  text-align: center;
}

#customize_page .mov p {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 1.2em;
}

#customize_page .mov dl {
  margin: 0 5px;
  display: inline-block;
  width: 300px;
}

#customize_page .mov dt {
  margin: 0 0 10px 0;
}

#customize_page .mov img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* 追記 */
#customize_page .parts img[alt*="ドライバー"],
.customize .cust_img img[alt*="ドライバー"] {
  max-width: 90px;
}

.mov_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  #customize_page .mov dl {
    width: 640px;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=customize.css.map */