

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

body {
  background: #000000;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* video */

#summit {
  background: #000000;
  color: #fff;
  /* font-family: 'CenturyGothic', 'Roboto Condensed', sans-serif !important;  */
  overflow: hidden;
}

#summit a {
  /* color: #fff; */
  text-decoration: none;
}

#summit .container-wrap {
  padding: 16px;
}

.img-responsive {
  margin: 18% auto 0 auto;
  width: 37%;
}

section#video .vdplay .fab {
  width: 50%;
}

section#video .get-btn-wrap {
  margin-top: 5%;
}

@media screen and (max-width: 960px) {
  section#video {
    display: none;
  }
}

section.kv-mobile {
  position: relative;
  display: none;
  text-align: center;
}

.kv-mobile .get-btn-wrap-mobile {
  position: absolute;
  top: 83%;
  left: 50%;
  margin-left: -108.65px;
}

.kv-mobile figure {
  width: 100%;
}

.kv-mobile figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  section.kv-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

section.kv-mobile .title-img {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}

section.kv-mobile .get-btn-wrap {
  margin-top: 4%;
}

.get-btn-wrap {
  display: inline-block;
  background-size: cover;
  margin-left: 0px;
  margin-right: 0px;
  /* border: 1px solid #9fa2a9; */
  transition: 0.2s;
  cursor: default;
  color: #fff;
}

/* .get-btn-wrap:hover {
  transform: scale(1.1);
  background: #9fa2a9;
  color: #000;
} */

.get-btn-wrap a {
  min-width: 180px;
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 25px;
  /* font-family: 'CenturyGothic', 'Roboto Condensed', sans-serif !important;  */
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

.get-btn-wrap-mobile {
  animation: breath 1s infinite ease-in-out;
}

@keyframes breath {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

/* under video */

.videoWall {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #1d1f1e;
}

.wallTxt {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  /* box-shadow: 0px 0px 200px 250px #1a1e1d; */
  width: 50%;
  padding: 5%;
  z-index: 2;
  background: #1d1f1e;
}

.wallTxt h1 {
  font-size: 27px;
  font-weight: bold;
}

.wallTxt h2 {
  font-size: 18px;
  line-height: 30px;
}

.wallPic {
  width: 50%;
}

.wallPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* //国内10月中旬より順次発売*/

.productx3 {
  background-color: #fff;
  text-align: center;
  /* width: 90%; */
  margin: 0 auto;
  padding: 5% 0;
  color: #000000;
}

.nb-pics {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}

.nb-pic1 figure {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.nb-pic1 figure>img {
  width: 100%;
  object-fit: cover;
}

.nb-pics p {
  font-size: 18px;
  line-height: 30px;
}

.productx3 h1 {
  font-size: 27px;
  font-weight: bold;
}

.productx3 h2 {
  font-size: 23px;
  font-weight: lighter;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social a {
  margin: 1%;
}

.social figure {
  width: 80px;
  overflow: hidden;
}

.social figure>img {
  width: 100%;
  object-fit: cover;
}

.social figure:hover {
  transition: 0.1s;
  transform: scale(1.03);
}

.productx3 a {
  font-size: 20px;
  text-decoration: underline !important;
  color: #000;
}

.productx3 a:hover {
  font-weight: bold;
}

/* //国内10月中旬より順次発売//*/

.Lineup {
  text-align: center;
  padding: 0 0 2% 0;
}

.LineupTitle {
  margin: 2% 0;
}

.LineupTitle h1 span {
  font-size: 48px;
  font-weight: bold;
}

.LineupTitle h1 {
  line-height: 75px;
  font-size: 36px;
}

.LineupTitle h2 {
  margin-top: 2%;
}

.LineupTitle hr {
  border-top: 2px solid rgb(255, 255, 255);
  width: 40%;
}

.LineupPD {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 2% 0;
}

.LineupPD a {
  color: #fff;
}

.PDtxt {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.LineupPD h3 {
  font-size: 27px;
  font-weight: bold;
}

.LineupPD p {
  font-size: 18px;
  line-height: 30px;
}

.PD {
  width: 27%;
  text-align: left;
  margin: 0 1%;
  transition: 0.2s;
}

.PD:hover {
  transform: scale(1.015);
}

.PD img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoCarousel {
  background-color: #fff;
  padding: 2% 0 0 0;
}

.videoCarousel h1>span {
  font-weight: bold;
  font-size: 40px;
}

.videoCarousel h1 {
  text-align: center;
  color: #1a1e1d;
  font-weight: lighter;
}

.videoCarousel hr {
  margin-top: 35px;
  border-top: 2px solid #000;
  width: 40%;
}

.Carousel {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.playicon {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5%;
  opacity: 0.7;
}

.playicon>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vid {
  width: 27%;
  text-align: left;
  margin: 2% 1%;
  position: relative;
}

.vid:hover .Vthumbnail img {
  transition: 0.2s;
  transform: scale(1.04, 1.04);
}

.Vthumbnail {
  width: 100%;
  overflow: hidden;
}

.Vthumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vid p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  text-align: center;
}

.vidTxt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 3.7% 5% 5% 5%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  height: 100px;
  color: #fff;
  text-align: center;
}

.vid:hover .vidTxt {
  height: 100%;
  padding: 25% 5% 5% 5%;
}

.vidTxt span.Vtitle {
  text-align: center;
  font-size: 20px;
}

.vidTxt span.Vbrief {
  text-align: center;
  font-size: 18px;
}

.fullVideo>h1 {
  text-align: center;
  margin-top: 4%;
}

.fullVideo>hr {
  margin-top: 35px;
  margin-bottom: 35px;
  border-top: 2px solid #fff;
  width: 40%;
}

.fullVideo>.vdbox2 {
  width: 70%;
  margin: 70px auto 0px auto;
  max-width: 2000px;
}

.fullVideo>.vdbox2>.youtube2 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube2>iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 2239px) {
  #summit .video-container {
    width: 2239px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  @media screen and (max-width: 1535px) {
    .get-btn-wrap a {
      font-size: 25px;
    }
    .LineupTitle h1 span {
      font-size: 40px;
      font-weight: bold;
    }
    .LineupPD h3 {
      font-size: 25px;
    }
    .LineupPD p {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 1366px) {
    .img-responsive {
      width: 45%;
    }
    .get-btn-wrap a {
      font-size: 20px;
    }
    .LineupTitle h1, .fullVideo>h1 {
      font-size: 35px;
    }
    .wallTxt {
      /* box-shadow: rgb(26, 30, 29) 0px 0px 163px 100px; */
      padding: 5%;
    }
    .videoCarousel h1 {
      font-size: 30px;
    }
    .vidTxt {
      padding: 3.7% 1% 5% 1%;
      height: 82px;
    }
    .vidTxt span.Vbrief {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 1174px) {
    .nb-pics {
      width: 100%;
    }
    .LineupTitle h1, .fullVideo>h1 {
      font-size: 30px;
    }
    .PD {
      width: 30%;
    }
    .vid {
      width: 47%;
    }
    .videoCarousel h1 {
      font-size: 27px;
    }
  }
  @media screen and (max-width: 960px) {
    .wallTxt h1 {
      font-size: 20px;
    }
    .wallTxt h2 {
      font-size: 16px;
    }
    .LineupTitle {
      margin: 2% 0;
    }
    .LineupTitle h1 span {
      font-size: 27px;
    }
    .LineupTitle h1, .fullVideo>h1 {
      line-height: 40px;
      font-size: 24px;
    }
    .LineupTitle h2 {
      font-size: 25px;
      margin-top: 0%;
    }
    .LineupTitle hr {
      margin-top: 15px;
      border-top: 1px solid rgb(255, 255, 255);
      width: 87%;
    }
    .PD {
      width: 90%;
    }
    .PDtxt {
      text-align: left;
      width: 80%;
    }
    .PD>a {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .PD figure {
      width: 88%;
      margin: 4%;
      display: initial;
    }
    .PD figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .playicon {
      position: absolute;
      display: block;
    }
    .videoCarousel h1 {
      font-size: 25px;
    }
    .videoCarousel hr {
      border-top: 1px solid #000;
      width: 87%;
    }
    .fullVideo>.vdbox2 {
      margin: 0px auto 0px auto;
    }
  }
  @media screen and (max-width: 768px) {
    .LineupTitle h1, .fullVideo>h1 {
      font-size: 20px;
    }
    .videoWall {
      display: block;
    }
    .wallTxt {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      padding: 2% 0 4% 0;
    }
    .wallPic {
      width: 100%;
    }
    .wallTxt h2 {
      font-size: 16px;
    }
    .PDtxt {
      text-align: center;
    }
    .PD>a {
      display: block;
    }
    .PD figure {
      width: 100%;
      margin: 3% auto;
      display: initial;
    }
    .vid {
      width: 90%;
    }
    .videoCarousel h1 {
      font-size: 19px;
    }
  }
  @media screen and (max-width: 574px) {
    .get-btn-wrap2 {
      width: 90%;
    }
    .nb-pics {
      display: block;
    }
    .nb-pic1 figure {
      width: 65%;
    }
  }
  @media screen and (max-width: 480px) {
    section.kv-mobile .get-btn-wrap {
      margin-top: 1%;
    }
    .get-btn-wrap a {
      font-size: 20px;
    }
    .kv-mobile .get-btn-wrap-mobile {
      margin-left: -109.65px;
    }
    .wallTxt {
      width: 77%;
    }
    .wallTxt h1 {
      font-size: 20px;
    }
    .wallTxt h2 {
      font-size: 14px;
    }
    .LineupTitle {
      margin: 2% auto;
      width: 80%;
    }
    .LineupTitle h1, .fullVideo>h1 {
      font-size: 16px;
      line-height: 25px;
    }
    .vidTxt {
      padding: 3.7% 1% 0% 1%;
      height: 72px;
    }
    .none {
      display: none;
    }
    .videoCarousel h1>span {
      font-size: 31px;
    }
  }