﻿@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}

.top_num {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  text-align: center;
  line-height: 1.1;
  margin: 90px 0;
}
.top_num .text {
  font-size: 3rem;
  font-weight: 700;
}
.top_num .num {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

h2.kt {
  font-size: 4.5rem;
  line-height: 1.3;
  font-weight: 800;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  margin: 36px 0;
}

.cate {
  font-size: 3rem;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  margin-bottom: 36px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  h2.kt {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.3;
    margin: 18px 0;
  }
  .cate {
    font-size: 2rem;
    text-align: center;
  }
  .top_num {
    margin: 30px 0;
  }
  .top_num .text {
    font-size: 2rem;
    font-weight: 700;
  }
  .top_num .num {
    font-size: 3.5rem;
  }
}
.kv {
  position: relative;
}
.kv .kv_catch_block {
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 999;
  display: flex;
  padding-top: 100px;
}
.kv .kv_catch {
  font-size: 65px;
  font-weight: 800;
  color: #fff;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  line-height: 1.34;
  text-shadow: 2px 2px 8px rgba(93, 93, 93, 0.4352941176);
}
.kv .kv_catchsub {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-left: 4px;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .kv .kv_catch_block {
    top: 0;
    left: 20px;
    padding-top: 20px;
  }
  .kv .kv_catch {
    font-size: 12vw;
    font-size: clamp(1.5rem, 12vw, 4rem);
  }
  .kv .kv_catchsub {
    font-size: 1.3rem;
  }
}

.video-swiper {
  width: 100%;
  height: 100vh;
}
.video-swiper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  display: block;
}
.video-swiper .swiper-slide {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.video-swiper .swiper-slide iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.video-swiper .slidekey {
  position: absolute;
  bottom: 100px;
  right: 100px;
  text-align: center;
  background-color: rgba(142, 142, 142, 0.168627451);
  padding: 24px;
  border-radius: 12px;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  height: 170px;
}
.video-swiper .slidekey .keytitle {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
.video-swiper .slidekey .slide-button {
  background: #fff;
  border: none;
  padding: 12px 20px;
  width: 260px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
  color: #000;
}
@media (hover: hover) {
  .video-swiper .slidekey .slide-button:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
}

@media (max-width: 768px) {
  .video-swiper {
    height: 550px;
  }
  .video-swiper .swiper-slide {
    height: 550px;
  }
  .video-swiper .swiper-slide .video {
    height: 400px;
  }
  .video-swiper .slidekey {
    height: auto;
    background-color: transparent;
    top: 420px;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .video-swiper .slidekey .keytitle {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .video-swiper .slidekey .slide-button {
    padding: 12px 20px;
    width: 260px;
    font-size: 16px;
  }
}
.video-pagination {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 999;
  padding: 0 0 120px 100px;
}
.video-pagination .swiper-pagination-bullet {
  width: 46px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0%;
  transition: 0.3s;
}
.video-pagination .swiper-pagination-bullet-active {
  background-color: #28a7ce;
  height: 8px;
  opacity: 1;
}

@media (max-width: 768px) {
  .video-pagination {
    position: absolute;
    top: 420px !important;
    height: 3px;
    padding: 0;
    justify-content: center;
  }
  .video-pagination .swiper-pagination-bullet {
    height: 3px;
  }
  .video-pagination .swiper-pagination-bullet-active {
    background-color: #28a7ce;
    height: 3px;
  }
}
.youtube-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.youtube-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  transform: translate(-50%, -50%) scale(1.3);
  transform-origin: center;
  pointer-events: none;
}

.youtube-wrapper iframe {
  width: 100%;
  height: 100%;
}

.swiper.image-swiper {
  padding-left: calc((100% - 1200px) / 2);
  padding-right: calc((100% - 1200px) / 2);
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.swiper.image-swiper .swiper-wrapper {
  padding: 16px;
}
.swiper.image-swiper .swiper-slide {
  max-width: 380px;
  flex-shrink: 0;
  padding: 20px 24px 20px 0;
}
.swiper.image-swiper .spimg {
  height: 600px;
  width: auto;
  display: block;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.swiper.image-swiper .spimg:hover {
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .swiper.image-swiper .spimg {
    height: 400px;
    width: 300px;
  }
  .swiper.image-swiper .spimg:hover {
    transform: scale(1);
  }
}

.image-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.image-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #999;
  opacity: 0.5;
  border-radius: 50%;
  transition: 0.3s;
}
.image-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

.image-prev,
.image-next {
  display: none;
  color: #000;
  position: absolute;
  bottom: 40%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.image-prev .bi,
.image-next .bi {
  font-size: 4rem;
  color: #636363;
}

.image-prev {
  left: 10px;
}

.image-next {
  right: 10px;
}

@media (max-width: 768px) {
  .image-swiper .swiper-slide {
    width: 80%;
  }
}
.gray_bg {
  background-color: #f5f5f7;
  padding: 30px 0 60px 0;
}

.white_bg {
  padding: 30px 0 60px 0;
}

.topitems {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.topitems .item {
  text-align: center;
}
.topitems .item .kitimg {
  max-width: 230px;
  margin: 0 auto;
  padding: 12px;
  position: relative;
}
.topitems .item .kitimg img {
  max-width: 100%;
  display: inline-block;
}
.topitems .item .kitimg.badge01::after {
  content: "";
  background-image: url(/Theme/Common/assets/img/toppage/icon/product_icon1.png);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
}
.topitems .item .kitimg.badge02::after {
  content: "";
  background-image: url(/Theme/Common/assets/img/toppage/icon/product_icon2.png);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
}
.topitems .item .kitimg.badge03::after {
  content: "";
  background-image: url(/Theme/Common/assets/img/toppage/icon/product_icon3.png);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
}
.topitems .item .kitimg.badge04::after {
  content: "";
  background-image: url(/Theme/Common/assets/img/toppage/icon/product_icon4.png);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
}
.topitems .item .kitimg.badge05::after {
  content: "";
  background-image: url(/Theme/Common/assets/img/toppage/icon/product_icon5.png);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
}
.topitems .item .kitimg.badge07::after {
  content: "";
  background-image: url(/Theme/Common/assets/img/toppage/icon/product_icon7.png);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
}
.topitems .item .kitimg.badge09::after {
  content: "";
  background-image: url(/Theme/Common/assets/img/toppage/icon/product_icon9.png);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
}
.topitems .item .kittext {
  margin-bottom: 40px;
  text-align: center;
  padding: 0 24px;
}
.topitems .item .kittext h3 {
  font-size: 22px;
  font-weight: 700;
}
.topitems .item .kittext .connectimg img {
  width: 130px;
  display: inline-block;
}
.topitems .item .btn {
  margin-top: 10px;
  display: inline-block;
  border-radius: 8px;
  background-color: #28a7ce;
  color: #fff;
  padding: 4px 12px;
  font-weight: 700;
  font-size: 13px;
}
.topitems .item .btn:hover {
  background-color: rgba(40, 167, 206, 0.8078431373);
}
.topitems .item .twobtns {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 767px) {
  .topitems .item .twobtns {
    display: block;
  }
  .topitems .item .twobtns .btn {
    width: 100%;
  }
  .topitems .item .kittext {
    padding: 10px;
  }
  .topitems .item .kittext h3 {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .topitems {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .topitems {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .btn {
    width: 100%;
  }
}
.spbr {
  display: none;
}

@media (max-width: 767px) {
  .spbr {
    display: block;
  }
}
.rowwrap {
  display: flex;
  gap: 24px;
}
.rowwrap .col {
  width: 50%;
}
.rowwrap .col .box {
  border-radius: 24px;
  padding: 36px;
  min-height: 300px;
}
.rowwrap .col .box.gray {
  background-color: #f5f5f7;
}
.rowwrap .col .box.white {
  background-color: #fff;
}

h3.kts {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  margin-bottom: 24px;
}

.subtext {
  margin-bottom: 36px;
}

.mark {
  height: 120px;
  margin: 12px auto 24px;
}

@media (max-width: 767px) {
  .rowwrap {
    display: block;
  }
  .rowwrap .col {
    width: 100%;
    margin-bottom: 24px;
  }
  .rowwrap .col .box {
    padding: 24px;
  }
  h3.kts {
    font-size: 2.4rem;
    text-align: center;
  }
}/*# sourceMappingURL=newstyle.css.map */