@charset "UTF-8";
/*---------------------------------------------*/
/*PC設定*/
.pc {
  display: block;
}
.sp {
  display: none;

}
.zoids40th i.sp {
  display: none;
}
/*---------------------------------------------*/
/*背景*/
body {
  background: #151515;
}
/*著作権表示*/
.copy {
  display: block;
  text-align: center;
}
/*---------------------------------------------*/
h3 {
  position: relative;
  width: 1035px;
  margin: 0 auto;
  z-index: 2;
} /*---------------------------------------------*/
/*AZ01 ブレードライガー*/
.az01 .evolving h3 {
  width: 100%;
  height: 469px;
  background: url("../../__imageAZ01/ttl_evolving.png") no-repeat center top/auto 100%;
}
.az01 .phase1 h3 {
  height: 340px;
  background: url("../../__imageAZ01/ttl_phase1.png") no-repeat center top/auto 100%;
}
.az01 .phase2 h3 {
  height: 340px;
  background: url("../../__imageAZ01/ttl_phase2.png") no-repeat center top/auto 100%;
}
.az01 .phase3 h3 {
  height: 410px;
  background: url("../../__imageAZ01/ttl_phase3.png") no-repeat center top/auto 100%;
}
.az01 .gallery h3 {
  width: 1035px;
  height: 370px;
  background: url("../../__imageAZ01/ttl_gallery.png") no-repeat center top/auto 100%;
}
.az01 .link h3 {
  width: 1034px;
  height: 370px;
  background: url("../../__imageAZ01/ttl_link.png") no-repeat center top/auto 100%;
}
.az01 .ttl_phase3_txt {
  margin: 0 auto 48px;
}
/*---------------------------------------------*/
/*強調文字*/
.zoids40th strong {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.zoids40th em {
  display: block;
  font-size: 18px;
  font-style: normal;
}
/*注釈文字*/
.zoids40th i {
  display: block;
  font-style: normal;
}
/*---------------------------------------------*/
.zoids40th .keyvisual {
  position: relative;
  padding-bottom: calc(100%* 700/1600);
  z-index: 1;
}
.zoids40th .keyvisual .logo40th {
  position: absolute;
  width: 376px;
  margin: 0 0 0 240px;
  top: 10px;
  left: 50%;
  text-align: center;
  z-index: 2;
}
.zoids40th .keyvisual .key {
  position: absolute;
  width: 100vw;
  margin: 0 0 0 -85%;
  top: 10px;
  left: 50%;
  z-index: 3;
}
.zoids40th .keyvisual .ttl {
  width: 527px;
  position: absolute;
  margin: 0 0 0 80px;
  bottom: 80px;
  left: 50%;
  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: 420px;
  left: 0;
}
/*テキスト背景画像*/
.zoids40th .evolving  .inner {
  position: absolute;
  background-image: url("../../__image/evo_bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 3760px auto;
  z-index: 2;
  width: 100%;
  min-height: 607px;
  top: 484px;
  left: 0;
}
/*---------------------------------------------*/
/*ボックス1*/
.zoids40th .columnBox {
  width: 1351px;
  margin: 0 auto;
}
.zoids40th .columnBox p {
  width: 780px;
  margin: -24px auto 48px;
  padding: 0 0 0 142px;
  line-height: 2;
  letter-spacing: 0.02em;
}
/*---------------------------------------------*/
/*ボックス2*/
.zoids40th .imgBox {
  width: 1124px;
  margin: 0 auto;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.3));
}
.zoids40th .link.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("../../__image/bg_article.png") repeat-y center top/1124px auto;
}
.mov {
  width: 980px;
  margin: 36px auto;
}
/*---------------------------------------------*/
/*タカラトミーモールリンク リンクエリア*/
.zoids40th .mall {
  display: block;
  padding: 12px;
  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: 400px;
  margin: 0 auto 12px;
}
.text2 div {
  display: inline-block;
}

/*---------------------------------------------*/
/*evolving*/
.zoids40th dl.read {
  position: relative;
  visibility: hidden;
  opacity: 0;
  width: 980px;
  margin: -24px auto 0;
  padding: 0;
  z-index: 3;
  transition: all 0.8s;
}

/*sscrollTriggerで表示*/
.zoids40th dl.read.is-scroll {
  visibility: visible;
  opacity: 1;
  transition: all 0.8s;
}
/*ロゴ画像*/
.zoids40th dl.read dt {
  width: 20%;
  padding: 0;
  float: left;
  text-align: right;
}
.zoids40th dl.read dt img {
  position: absolute;
}
/*テキスト*/
.zoids40th dl.read dd {
  width: calc(100%-23%);
  padding: 32px 0 0 0;
  margin-left: 23%;
  font-size: 16px;
  line-height: 2;
  color: #FFF;
  letter-spacing: 0.02em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8)
}
.zoids40th dl.read dd span {
  color: #fff700;
}
.zoids40th dl.buybtn {
  position: relative;
  width: 1024px;
  margin: 48px auto 0;
  padding: 0;
  z-index: 1;
}
.zoids40th dl.buybtn dt {
  width: 67%;
  padding: 0;
  float: left;
}
.zoids40th dl.buybtn dd {
  width: calc(100%-67%);
  padding: 0;
  margin-left: 67%;
  text-align: center;
}
.zoids40th dl.buybtn dd em {
  margin: 12px 0 0 0;
}
/*メインビジュアル*/
.mainvisual {
  position: relative;
  width: 1138px;
  margin: -80px auto 0;
  z-index: 3;
  transition: all 0.8;
}

.mainvisual picture {
  visibility: hidden;
  opacity: 0;
  display: block;
  position: relative;
  width: 1138px;
  margin: 0 auto;
  top:10px;
  z-index: 3;
  transition: all 0.8s;
}
/*sscrollTriggerで表示*/
.mainvisual picture.is-scroll {
  visibility: visible;
  margin: 0 auto;
  top:-10px;
  opacity: 1;
  transition: all 1.8s 0s;
}
/*商品名・スペック*/
.mainvisual .info {
  position: absolute;
  width: 303px;
  line-height: 2.2;
  text-align: left;
  top: 300px;
  right: 66px;
  z-index: 3
}

.mainvisual .info .text {
  margin: 24px 0;
}

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

.mainvisual .info img {
  margin-bottom: 4px;
}
.slide {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.slide li {
  display: inline-block;
  text-align: center;
  font-size: 0;
}
/*---------------------------------------------*/
/*関連リンク*/
.zoids40th dl.linkTxt {
  width: 90%;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 18px;
}
.zoids40th dl.linkTxt dt {
  width: 35%;
  padding: 12px 0;
  float: left;
  text-align: right;
}
.zoids40th dl.linkTxt dd {
  width: 50%;
  padding: 12px 0;
  margin-left: 37%;
}
/*---------------------------------------------*/
/*テキストリンク：基本*/
a:link, a:visited {
  color: #E4E4E4;
  text-decoration: underline;
}
a:hover, a:active {
  color: #E4E4E4;
  text-decoration: none;
  opacity: 0.6;
}
/*---------------------------------------------*/
/*ローディング時にwrapperとfooterを削除*/
#wrapper {
  position: relative;
  display: none;
  font-size: 15px;
  line-height: 1.6;
  color: #E4E4E4;
}
footer {
  display: none;
}
/*---------------------------------------------*/
/*通常ページでは背景を白に固定*/
#contents {
  width: 100%;
  padding: 0;
  margin: 0;
}
/*---------------------------------------------*/
/*通常ページ背景*/
.zoids40th {
  position: relative;
  background: linear-gradient(135deg, #343434 0%, #0d0d0d 10%);
  padding: 0 0 48px;
}
/*---------------------------------------------*/
/*h1*/
.zoids40th h1 {
  background: #1e3c9f;
  padding: 5px 0 2px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
}
/*---------------------------------------------*/
/*記念サイトロゴ*/
.logo {
  position: absolute;
  margin-left: -600px;
  top: 36px;
  left: 50%;
}
img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
/*---------------------------------------------------*/
/*clearfix*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*---------------------------------------------------*/
/*YOUTUBE*/
.youtube {
  position: relative;
  width: 100%;
  background: #000;
  padding-bottom: calc(100%* 340/560);
  box-sizing: border-box;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*-----------------------------------------------------------*/
/*ページローダー*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #0d0d0d url("../../__image/bg.jpg") no-repeat center/100% auto;
  z-index: 10000000000;
}
/*ページローダー*/
#loader-bg.in {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  background-image: none;
  z-index: 10000000000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 537px;
  margin-top: -268px;
  margin-left: -250px;
  text-align: center;
  color: #fff;
  z-index: 10000000001;
}
.boxs2 {
  position: relative;
  width: 100%;
  height: 578px;
  margin: 68px auto 24px;
  margin-bottom: 48px;
}
.slider-3 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.slider-3 li {
  width: 480px;
  margin: 0 auto;
  padding: 0;
}
.slider-3 .slick-slide {
  width: 380px;
  height: 578px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slider-3 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-3 .slick-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-3 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  margin: -8px 0 0 0;
  top: 50%;
  transform: rotate(45deg);
}
.slider-3 .slick-next {
  right: 10px;
  opacity: 0.8;
}
.slider-3 .slick-prev {
  left: 10px;
  opacity: 0.8;
}
.slider-3 .slick-next::before {
  border-width: 4px 4px 0 0;
  left: 9px;
}
.slider-3 .slick-prev::before {
  border-width: 0 0 4px 4px;
  right: 9px;
}
.dots-3 .slick-dots {
  text-align: center;
}
.dots-3 .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.dots-3 .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 50%;
}
.dots-3 .slick-dots .slick-active button {
  background: none;
}
.boxs {
  position: relative;
  height: 600px;
  margin-bottom: 48px;
}
.slider-2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.slider-2 li {
  margin: 0 auto;
  padding: 0;
}
.slider-2 .slick-slide {
  width: 600px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  margin: -8px 0 0 0;
  top: 50%;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 10px;
  opacity: 0.8;
}
.slider-2 .slick-prev {
  left: 10px;
  opacity: 0.8;
}
.slider-2 .slick-next::before {
  border-width: 4px 4px 0 0;
  left: 9px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 4px 4px;
  right: 9px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.dots-2 .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: none;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
}
.slick-dots li.slick-active button:before {
  color: #CCC;
}
.slick-dots li button:before {
  color: #CCC;
}
@media screen and (max-width: 667px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  img {
    display: block;
    max-width: 96%;
    margin: 0 auto;
    height: auto;
  }
  #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-height: 100%;
    margin-top: -50%;
    margin-left: -40%;
    text-align: center;
    z-index: 10000000001;
  }
 /*--------------------------------------------------------end@media*/
}






.draw {
  position: relative;
  opacity: 0;
  overflow: hidden;
}
.draw:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0%;
  width: 0;
  background-color: #f4f4f0;
  content: "";
  z-index: 10;
}
.draw.do {
  animation: show 1s forwards;
}
.draw.do:before {
  animation: intro 1s ease-in-out;
}
.draw.-wave:nth-child(1), .draw.-wave:nth-child(1)::before {
  animation-delay: 0.0s;
}
.draw.-wave:nth-child(2), .draw.-wave:nth-child(2)::before {
  animation-delay: 0.5s;
}
.draw.-wave:nth-child(3), .draw.-wave:nth-child(3)::before {
  animation-delay: 0.2s;
}
.draw.-wave:nth-child(3), .draw.-wave:nth-child(3)::before {
  animation-delay: 0.1s;
}
.draw.-wave:nth-child(3), .draw.-wave:nth-child(3)::before {
  animation-delay: 0.4s;
}
@keyframes intro {
  0% {
    width: 0;
  }
  25% {
    width: 100%;
    left: 0%;
  }
  75% {
    width: 100;
    left: 0%;
  }
  100% {
    width: 100%;
    left: 100%;
  }
}
@keyframes show {
  0%, 100% {
    opacity: 0;
  }
  60.00001%, 100% {
    opacity: 1;
  }
}
