@charset "UTF-8";
/*フォントサイズ基本：15px:強調:18px:注釈：13pxで固定*/
/*---------------------------------------------*/
@media screen and (max-width: 667px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*---------------------------------------------*/
  /*背景グラデーション*/
  body {
    background: #151515;
    min-width: 100%;
  }
  img {
    max-width: 100%;
  }
  /*---------------------------------------------*/
  /*通常ページ背景*/
  .zoids40th {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #343434 0%, #0d0d0d 10%);
    padding: 0 0 48px;
  }
  /*---------------------------------------------*/
  h3 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
  } 
/*---------------------------------------------*/
/*AZ01 ブレードライガー*/
.az01 .evolving h3 {
    width: 100%;
    height: auto;
    background: url("../../__imageAZ01/ttl_evolvingSP.png")no-repeat center top/100% auto;
    padding-bottom: calc(100%* 540/750);
  }
  .az01 .phase1 h3 {
    height: auto;
    background: url("../../__imageAZ01/ttl_phase1SP.png") no-repeat center top/100% auto;
    padding-bottom: calc(100%* 410/750);
  }
  .az01 .phase2 h3 {
    height: auto;
    background: url("../../__imageAZ01/ttl_phase2SP.png") no-repeat center top/100% auto;
    padding-bottom: calc(100%* 430/750);
  }
  .az01 .phase3 h3 {
    height: auto;
    background: url("../../__imageAZ01/ttl_phase3SP.png") no-repeat center top/100% auto;
    padding-bottom: calc(100%* 430/750);
  }
  .az01 .gallery h3 {
    width: 100%;
    height: auto;
    background: url("../../__imageAZ01/ttl_gallerySP.png") no-repeat center top/100% auto;
    padding-bottom: calc(100%* 410/750);
  }
  .az01 .link h3 {
    width: 100%;
    height: auto;
    background: url("../../__imageAZ01/ttl_linkSP.png") no-repeat center top/100% auto;
    padding-bottom: calc(100%* 410/750);
  }
  .az01 .ttl_phase3_txt { 
    margin: 0 auto 48px;
  }

  /*---------------------------------------------*/
  /*強調文字*/
  .zoids40th strong {
    display: block;
    font-size: 18px;
    font-weight: normal;
  }
  .zoids40th em {
    display: block;
    font-size: 18px;
    font-style: normal;
  }
  /*注釈文字*/
  .zoids40th i {
    display: block;
    font-style: normal;
  }

/*---------------------------------------------*/
/*AZ01 ブレードライガー*/
  .zoids40th .keyvisual {
    position: relative;
    padding-bottom: calc(100%* 20/750);
    z-index: 1;
  }
  /*40周年ロゴ画像*/
  .zoids40th .keyvisual .logo40th {
    position: absolute;
    width: 50%;
    margin: 0;
    top: 10px;
    left: auto;
    right: 5px;
    text-align: center;
    z-index: 2;
  }
   /*---------------------------------------------*/
/*画像*/
  .zoids40th .keyvisual .key {
    position: relative;
    width: 100%;
    margin: 0;
    bottom: auto;
    left: auto;
    z-index: 3;
  }
  .zoids40th .keyvisual .key img {
    max-width: 100%;
  }
  /*商品名*/
  .zoids40th .keyvisual .ttl {
    width: 80%;
    position: relative;
    margin: 0 auto;
    bottom: auto;
    left: auto;
    text-align: center;
    z-index: 2;
  }
/*---------------------------------------------*/
.zoids40th .evolving {
  position: relative;
  z-index: 2;
}
/*---------------------------------------------*/
/*ボックス*/
.zoids40th .evolving .box {
  /*border: 1px solid #F00;*/
  position: absolute;
  background-image:url("../../__imageAZ01/evo_bg.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size:100px auto;
  z-index: 1;
  width: 100%;
  min-height: 444px;
  top: calc(100%* 140/750);
  left: 0;
}
/*テキスト背景画像*/
.zoids40th .evolving .inner {
  position: absolute;
  background-image: url("../../__imageAZ01/evo_bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1000px auto;
  z-index: 2;
  width: 100%;
  min-height: 607px;
  top: calc(100%* 130/750);
  left: 0;
}






/*---------------------------------------------*/
/*evolving*/
.zoids40th dl.read {
  position: relative;
  visibility: hidden;
  opacity: 0;
  width: 84%;
  margin: 24px auto 0;
  padding: 0;
  z-index: 4;
  transition: all 0.8;
}
/*sscrollTriggerで表示*/
.zoids40th dl.read.is-scroll {
  visibility: visible;
  opacity: 1;
  transition: all 0.8s;
}
/*ロゴ画像*/
.zoids40th dl.read dt {
display: none;
}
.zoids40th dl.read dt img {
  position: absolute;
}
/*---------------------------------------------*/
/*AZ01 ブレードライガー テキスト*/
.zoids40th dl.read dd {
  width: 100%;
  padding: 24px 0 0 0;
  margin-left: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #FFF;
  letter-spacing: 0.02em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8)
}
.zoids40th dl.read dd span {
  color: #fff700;
}
/*---------------------------------------------*/
/*AZ03 ムラサメライガー テキスト*/
.zoids40th.az03 dl.read dd {
  width: 100%;
  padding: 36px 0 0 0;
  margin-left: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #cec365;
  letter-spacing: 0.02em;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0)
}
.zoids40th.az03 dl.read dd span {
  color: #cec365;
}

/*---------------------------------------------*/
/*メインビジュアル*/
.mainvisual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
  transition: all 0.8;
}
.mainvisual picture {
  visibility: hidden;
  opacity: 0;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  top:30px;
  left: 0;
  z-index: 3;
  transition: all 0.8s;
}

.mainvisual picture i {
  visibility: hidden;
  display: none;
  opacity: 0;
  padding:8px 0 0;
}

.mainvisual .info i {
  display: block;
  width:90%;
  margin:24px auto 0;
  padding:8px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
/*sscrollTriggerで表示*/
.mainvisual picture i.is-scroll {
  visibility: visible;
  opacity: 1;
  transition: all 1.8s 0s;
}

/*sscrollTriggerで表示*/
.mainvisual picture.is-scroll {
  visibility: visible;
  top:0px;
  opacity: 1;
  transition: all 1.8s 0s;
}
/*商品名・スペック*/
.mainvisual .info { 
  position: relative;
  width:100%;
  margin: 0 auto;
  line-height: 2.2;
  text-align: left;
  top: auto;
  left: auto;
  right: auto;
  z-index: 3
}
.mainvisual .info .text {
  width:80%;
  margin:24px auto;
}

.mainvisual .info em { 
  display: block;
text-align: center;
}


/*スペック情報*/
.mainvisual .info img.inf {
  width:60%;
  margin:0 auto 4px;
}

.mainvisual .info a img {
  width:80%;
  margin:0 auto 4px;
}





  /*スライダー1*/
  .boxs2 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 68px auto 48px;
  }
  .slider-3 .slick-slide {
    width: 280px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .slider-3 .slick-arrow {
    top: 40%;
  }
  .mov {
    width: 100%;
    margin: 36px auto;
  }
  /*スライダー1*/
  .boxs {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 48px;
  }
  .slider-2 .slick-slide {
    width: 280px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .slider-2 .slick-arrow {
    top: 40%;
  }
  .mov {
    width: 100%;
    margin: 36px auto;
  }

/*アニメバナー*/
.bnr_anime {
  width: 100%;
  margin: 36px auto;
}

  /*---------------------------------------------*/
  /*ボックス1*/
  .zoids40th .columnBox {
    width: 100%;
    margin: 0 auto;
  }
  .zoids40th .columnBox p {
    width: 90%;
    margin: 0 auto 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  /*---------------------------------------------*/
  /*ボックス2*/
  .zoids40th .imgBox {
    width: 100%;
    margin: 0 auto;
    filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.3));
  }
  .zoids40th .inner {
    margin: 0 auto 24px;
    padding: 23px 0;
    /*ボクリッピングマスク*/
    clip-path: polygon(33px 0%, 100% 0, 100% calc(100% - 33px), calc(100% - 33px) 100%, 0 100%, 0% 33px);
    background-color: #151515;
    background: linear-gradient(135deg, #343434 0%, #151515 40%);
  }
  /*地紋*/
  .zoids40th article {
    background: url("../../__imageAZ01/bg_article.png") repeat-y center top/1124px auto;
  }
  /*---------------------------------------------*/
  /*タカラトミーモールリンク リンクエリア*/
  .zoids40th .mall {
    display: block;
    padding: 0;
    text-align: center;
  }
  .zoids40th .mall strong {
    margin-bottom: 28px;
  }
  .zoids40th .mall em {
    margin-bottom: 28px;
  }
  .zoids40th .mall i {
    width: 660px;
    margin: 0 auto 24px;
    text-align: left;
  }
  /*タカラトミーモールリンク ボタン*/
  .cmn_btn_mall {
    display: block;
    width: 90%;
    margin: 0 auto 12px;
  }
  .zoids40th .mall i {
    width: 90%;
    margin: 0 auto 24px;
    text-align: left;
    font-size: 14px;
  }
  /*---------------------------------------------*/
  /*関連リンク*/
  .zoids40th dl.linkTxt {
    width: 90%;
    margin: 0 auto;
    padding: 8px 0 0;
    font-size: 15px;
  }
  .zoids40th dl.linkTxt dt {
    width: 100%;
    padding: 0 0 4px;
    float: none;
    text-align: left;
  }
  .zoids40th dl.linkTxt dd {
    width: 100%;
    padding: 0 0 12px;
    margin-left: 0;
  }
  /*-----------------------------------------------end media*/
}