@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

#contents_ver4 {
  margin-top: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
}

.section-part {
  width: 1024px;
  margin: 0 auto;
}

video {
  width: 100%;
}

.section-part img {
  width: 100%;
}

sup {
  vertical-align: super;
  font-size: 7px;
  padding: 0;
}

.part2 {
  background-color: #CDD329;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.part2p1 {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 50px;
}

.part2p2 {
  font-family: "Orbitron";
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 15px;
}

.part2 .btns {
  display: flex;
  margin: 0%;
}

.part2 .btns a {
  background-color: #272727;
  color: #FFFFFF;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin: 0 10px;
  padding: 9px 0px;
  display: block;
  width: 200px;
  text-align: center;
  border-radius: 3px;
  font-weight: 500;
}

.arrows {
  display: flex;
  align-self: end;
  margin-right: 50px;
  margin-top: 70px;
  margin-bottom: 30px;
}

.arrows img {
  width: 30%;
  margin-left: 15px;
}

.part3 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  touch-action: pan-y;
  /* スワイプ中の縦スクロールを許可 */
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.items ul {
  display: flex;
  padding-left: 2%;
}

.items {
  margin-bottom: 70px;
}

.item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: auto;
  padding: 0 1%;
}

.item img {
  cursor: pointer;
}

.item p:nth-of-type(1) {
  font-family: "Oswald";
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.item p:nth-of-type(2) {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-top: 8px;
  line-height: 20px;
}

.part4a {
  position: relative;
}

.part4ele2,
.part4ele1 {
  position: absolute;
}

.part4ele2 p,
.part4ele1 p {
  font-size: 13px;
  padding-right: 35px;
  padding-left: 15px;
}

.part4ele2 p {
  width: auto;
}

.part4ele2 p span:nth-of-type(2),
.part4ele1 p span:nth-of-type(2) {
  color: #FFFFFF;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.part4ele1 p span:nth-of-type(1),
.part4ele1 p span:nth-of-type(1) sup {
  color: #00C0FF;
  font-family: "Orbitron";
  font-weight: 700;
}

.part4ele2 p span:nth-of-type(1),
.part4ele2 p span:nth-of-type(1) sup {
  color: #CDD329;
  font-family: "Orbitron";
  font-weight: 700;
}

.part4ele1 {
  top: 50%;
  left: 7%;
  width: 25%;
}

.part4ele1 img {
  width: 65%;
  margin-bottom: 5%;
}

.part4ele2 {
  top: 55%;
  width: auto;
  left: 70%;
}

.part4up,
.part4down {
  position: absolute;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.part4up {
  top: -0.1%;
  color: #FFFFFF;
}

.part4up p {
  text-align: center;
  margin-top: 4.6%;
  font-weight: 700;
  font-size: 30px;
}

.part4down {
  bottom: -0.1%;
}

.part4b {
  background-color: #CDD329;
  height: 190px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ballsele {
  display: flex;
  width: 35%;
}

.part5 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  height: auto;
}

.part5up,
.part5down {
  position: absolute;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.part5up p:nth-of-type(1) {
  margin-top: 4.2%;
}

.part5up {
  top: -0.1%;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}

.part5down {
  bottom: -0.1%;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}

.part5down p:nth-of-type(2) {
  margin-bottom: 4.3%;
}

.part6 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 65px;
  padding: 10%;
}

.part6 ul p:nth-of-type(1) {
  font-family: "Orbitron";
  font-weight: 900;
  font-size: 17px;
  margin-top: 10%;
}

.part6 ul p:nth-of-type(2) {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 17px;
  padding: 0 6%;
  line-height: 20px;
}

.info {
  text-align: center;
}

.pace-str {
  font-weight: 700;
  font-family: "Orbitron";
}

@media screen and (max-width: 768px) {
  .section-part {
    width: 100%;
  }

  .part6 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, auto);
  }

  .swiper-slide {
    width: auto;
    /* 小数対応のため */
  }

  .swiper-container {
    width: 100%;
    margin-top: 25%;
  }

  .arrows {
    display: none;
  }

  .part4b {
    line-height: 30px;
    font-size: 20px;
  }

  .part4ele1 {
    top: 35%;
    left: 69%;
    width: 29%;
  }

  .part4ele1 img {
    width: 65%;
  }

  .part4ele2 {
    top: 60%;
    left: 5%;
    width: auto;
  }

  .part4ele2 p,
  .part4ele1 p {
    font-size: 11px;
    padding: 0px;
  }

  .part4ele2 img,
  .part4ele1 img {
    margin-bottom: 10px;
  }

  .part2 {
    height: 250px;
  }

  .part2p1 {
    font-size: 15px;
    line-height: 25px;
  }

  .part2p2 {
    font-size: 25px;
    margin-bottom: 0px;
  }

  .part2 .btns {
    margin: 5%;
    flex-direction: column;
  }

  .part2 .btns a {
    margin: 8px;
  }

  .part4up p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }

  .part5 {
    height: 600px;
    background-color: black;
  }

  .part5up {
    font-size: 18px;
  }

  .part5down {
    bottom: -0.2%;
    font-size: 18px;
  }

  .part5up p:nth-of-type(1) {
    margin-top: 18%;
  }

  .part5down p:nth-of-type(2) {
    margin-bottom: 18%;
  }

  .part6 ul {
    padding: 16%;
  }

  .part6 ul p:nth-of-type(2) {
    padding: 0 10%;
  }

  .ballsele {
    width: 10%;
  }

  .part4ele2 p {
    width: 30%;
  }

}

/*# sourceMappingURL=clarks_common-style-pace-lp.css.map */