@charset "utf-8";
/* CSS Document */
/*-----▼全体-----*/
.keni-header_wrap, .keni-breadcrumb-list_wrap, .keni-footer_wrap {
  display: none;
}
* {
  box-sizing: border-box;
  margin: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.spi_body * {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 1.6rem;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
a {
  display: block;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
  outline: none;
}
li {
  list-style-type: none;
}
/*-----▲全体-----*/
/*-----▼共通パーツ-----*/
/*ページトップボタン*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 10000;
}
#page_top a {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F08300;
  border-radius: 50%;
  border: 2px solid #F08300;
  transition: 0.3s;
}
#page_top a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 20px;
  width: 16px;
  height: 16px;
  border: 2px #fff solid;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-50%) rotate(-45deg);
  transition: 0.3s;
}
#page_top a:hover {
  background-color: #fff;
}
#page_top a:hover::before {
  border-color: #F08300;
}
/*ボタン*/
.contact_link {
  width: 125px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background-color: #F08300;
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  border: 2px solid #F08300;
  transition: 0.3s;
  letter-spacing: 0.1rem;
}
.contact_link:hover {
  background-color: #fff;
  color: #F08300;
}
/*動画*/
.video {
  width: 100%;
  max-width: 500px;
}
/*特徴セクション*/
.spi_features > *, .combination, .assemble, .question {
  margin: 120px auto;
  text-align: center;
}
/*タイトル*/
.feature_h2 {
  font-size: 1.6rem;
  color: #F08300;
}
.feature_h2_en {
  font-size: 3.4rem;
  color: #F08300;
  line-height: 3.4rem;
}
.h2_desc {
  width: 90%;
  max-width: 400px;
  margin: 20px auto 10px;
  font-weight: 500;
}
/*タイトル下の円ライン*/
.line {
  position: relative;
  width: 2px;
  height: 50px;
  margin: 0 auto;
  background-color: #F08300;
}
.line::before, .line::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #F08300;
  border-radius: 50%;
  transform: translateX(-50%);
}
.line::before {
  position: absolute;
  top: -10px;
}
.line::after {
  position: absolute;
  bottom: -10px;
}
/*-----▲共通パーツ-----*/
/*-----▼ヘッダーメインビジュアル-----*/
.spi_header {
  width: 100%;
  position: fixed;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}
.spi_h1 {
  width: 120px
}
.mainVisual {
  background-image: url("../img/spinon/spi_bg.webp");
  background-size: cover;
}
.mainVisual_left {
  width: 100%;
  height: 340px;
  padding-top: 120px;
  padding-left: 6%;
  position: relative;
}
.catch_copy_jp {
  font-size: clamp(1.8rem, 5.5vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 10px;
}
.catch_copy_en {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #F08300;
  font-weight: 600;
}
.pc {
  display: none;
}
.spi_parts_img {
  position: absolute;
  width: clamp(150px, 30%, 200px);
  bottom: -50px;
  right: 6%;
  z-index: 300;
}
/*スクロール*/
.scroll-container1 {
  overflow: hidden;
  height: 350px;
  position: relative;
}
.scroll-content1 {
  display: flex;
  flex-direction: column;
  gap: 0;
  animation: scrollUp 80s linear infinite;
}
.scroll-content1 img {
  width: 100%;
  height: auto;
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
/*スクロール*/
/*-----▲ヘッダーメインビジュアル-----*/
.main {
  width: 100%;
}
.profile_video_wrap {
  width: 100%;
  text-align: center;
  padding: 100px 10%;
  background-image: radial-gradient(at 123% 19%, #363636, #000000);
}
.profile_video_h2 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
/*-----▼ページ内リンク-----*/
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  border-bottom: 2px solid #F08300;
  text-align: center;
  position: relative;
}
.feature-item:nth-of-type(2n-1) {
  border-left: 2px solid #F08300;
}
.feature-item::after {
  position: absolute;
  z-index: -10;
  font-size: 12rem;
  color: #EFEFEF;
}
.feature-item:nth-of-type(2)::after {
  content: "1";
}
.feature-item:nth-of-type(3)::after {
  content: "2";
}
.feature-item:nth-of-type(4)::after {
  content: "3";
}
.feature-item:nth-of-type(5)::after {
  content: "4";
}
.feature-item:nth-of-type(6)::after {
  content: "5";
}
.feature-item:nth-of-type(7)::after {
  content: "6";
}
.feature-item:nth-of-type(8)::after {
  content: "7";
}
.feature-item:nth-of-type(9)::after {
  content: "8";
}
.features {
  background-color: #F08300;
  color: white;
  font-weight: bold;
  display: none;
}
.feature-item a {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.feature-item a:hover {
  background-color: rgba(240, 131, 0, 0.2);
}
.page_link_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
}
.page_link_title_en {
  font-size: 1.3rem;
  display: block;
  margin-right: 4px;
}
.triangle {
  color: #F08300;
  display: inline-block;
  margin-top: 8px;
  transition: transform 0.3s ease;
}
.feature-item:hover .triangle {
  transform: translateY(8px);
}
/*-----▲ページ内リンク-----*/
/*-----▼特徴-----*/
.application_icon {
  width: 90%;
  margin: 40px auto 20px;
  max-width: 400px;
}
.design_container {
  width: 90%;
  max-width: 1000px;
  margin: 30px auto 80px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.design_img {
  width: 80%;
  margin-top: 30px;
  max-width: 300px;
}
.shoes_img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.quality {
  width: 100%;
  padding: 100px 0 120px;
  text-align: center;
  background-image: url("../img/spinon/inspection.webp");
  background-size: cover;
}
.quality .feature_h2, .quality .feature_h2_en, .quality .h2_desc {
  color: #fff
}
.quality .line, .quality .line::before, .quality .line::after {
  background-color: #fff;
}
.quality_container {
  width: 90%;
  max-width: 600px;
  margin: 40px auto 0;
}
.quality_container_li {
  padding: 16px;
  background-color: #F08300;
  margin: 40px auto 0;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
}
.automate_img {
  width: 90%;
  max-width: 700px;
  margin: 40px auto 0;
}
.support_wrapper {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 100px;
  ;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.support_container {
  width: 100%;
  max-width: 450px;
}
.support_h3 {
  font-size: 2rem;
  color: #F08300;
  margin: 50px auto 25px;
}
.support_contain {
  padding: 16px;
  background-color: #F08300;
  margin: 0 auto;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
}
.support_tunagi {
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
.support_arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F08300;
  margin: 8px 16px 0;
}
.period {
  font-weight: 600;
}
.repair_container {
  width: 100%;
  text-align: center;
  padding: 100px 10%;
  background-color: #e6e6e6;
}
.repair_h3 {
  font-size: 2rem;
  border-bottom: 1px solid #000;
  max-width: 800px;
  margin: 0 auto;
}
.repair_desc {
  margin: 20px auto 50px;
}
.repair_container .contact_link {
  margin: 60px auto 0;
  width: 240px;
  height: 60px;
  line-height: 56px;
}
/*-----▲特徴-----*/
/*-----▼組み合わせ-----*/
.base_combi_wrap {
  width: 90%;
  max-width: 1100px;
  margin: 60px auto;
  padding: 40px 5% 60px;
  border: 1px #F08300 solid;
  border-radius: 10px;
}
.combi_h3 {
  color: #F08300;
  font-size: 2rem;
}
.base_combi_container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.base_combi_li {
  margin-top: 40px;
  width: 100%;
  max-width: 220px;
}
.combi_img {
  margin: 0 auto;
  width: 100px;
}
.combi_h4 {
  margin-bottom: 16px;
}
.base_position_wrap {
  width: 90%;
  max-width: 600px;
  margin: 100px auto;
}
.base_container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.base_inner {
  width: 100%;
  max-width: 250px;
}
.base_img_contain {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 300px;
  margin: 60px auto 0;
}
.base_img {
  width: 40%;
  object-fit: contain;
}
.combi_h4 {
  margin: 10px auto 0;
}
/*-----▲組み合わせ-----*/
/*-----▼KNOB OPTION-----*/
.knob_option_h3 {
  font-size: 2rem;
  color: #F08300;
}
.knob_option_desc {
  width: 90%;
  max-width: 500px;
  margin: 20px auto 0;
}
.knob_option_slide {
  margin: 0 auto 100px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
.knob_option_inner {
  width: calc(100% - 50px);
  max-width: 420px;
}
.slick-list {
  overflow: visible;
  position: relative;
}
.slick-prev {
  font-size: 0;
}
.slick-next {
  font-size: 0;
}
.slick-prev::before, .slick-next::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 0;
  bottom: 40px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
.slick-prev::before {
  position: absolute;
  left: 40%;
  transform: rotate(135deg);
}
.slick-next::before {
  position: absolute;
  right: 40%;
  transform: rotate(-45deg);
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 50px;
  padding: 0;
  list-style: none;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  font-size: 0;
  cursor: pointer;
  padding: 0;
}
.slick-dots li.slick-active button {
  background-color: #F08300;
}
/*-▼knobコンテンツ-*/
.knob_slide_content {
  width: 90%;
  max-width: 400px;
  padding: 30px 15px;
  border: 1px #F08300 solid;
  border-radius: 10px;
}
.slide:last-of-type .knob_slide_content {
  border: 1px #8757a1 solid;
}
.knob_h4 {
  font-size: 2rem;
  color: #F08300;
}
.slide:last-of-type:last-of-type .knob_h4 {
  color: #8757a1;
}
.knob_img_container {
  display: flex;
  justify-content: space-around;
}
.knob_img_contain {
  margin: 20px auto;
}
.knob_img_contain p {
  margin-top: 10px;
}
/*-▲knobコンテンツ-*/
.guide_container {
  width: 90%;
  margin: 60px auto;
  max-width: 700px;
}
.assemble {
  width: 90%;
}
.assemble .video {
  margin-top: 40px;
}
.assemble .contact_link {
  margin: 60px auto 0;
  width: 240px;
  height: 60px;
  line-height: 56px;
}
/*-----▲KNOB OPTION-----*/
/*-----▼よくあるご質問-----*/
.question_ul {
  width: 90%;
  max-width: 760px;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.question_li {
  width: 100%;
  border-top: 1px solid #494949;
  padding: 10px 40px 10px 10px;
}
.question_li:last-of-type {
  border-bottom: 1px solid #494949;
}
.question_title {
  margin: 20px 0 30px 30px;
  font-size: 1.6rem;
  position: relative;
  color: #F08300;
  text-align: left;
}
.question_title:hover {
  opacity: 0.7;
}
.question_title span {
  position: absolute;
  font-size: 2.4rem;
  top: -10px;
  left: -30px;
  color: #F08300;
}
.question_title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  top: 50%;
  right: -30px;
  background-color: #F08300;
  transition: all 0.2s;
}
.question_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  top: 50%;
  right: -30px;
  background-color: #F08300;
  transform: rotate(90deg);
  transition: all 0.2s;
}
.question_title.close::before {
  transform: rotate(-45deg);
}
.question_title.close::after {
  transform: rotate(45deg);
}
.answer {
  margin: 20px 0;
  display: none;
  text-align: left;
}
.answer_link {
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
}
/*-----▲よくあるご質問-----*/
/*-----▼フッター-----*/
.footer {
  width: 100%;
  padding: 30px;
  background-image: radial-gradient(at 123% 19%, #363636, #000000);
}
.footer_wrapper {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row-reverse
}
.footer_right {
  width: 100%;
  max-width: 300px;
  margin: 40px auto;
}
.footer_contact_link {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  border: 1px #fff solid;
  border-radius: 999px;
  font-weight: 600;
  transition: 0.3s;
}
.footer_contact_link:hover {
  background-color: #fff;
  color: #000;
}
.kj_link_ul {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 30px auto;
  text-align: center;
}
.kj_link_li {
  margin-top: 20px;
}
.kj_link {
  color: #fff;
  font-weight: 500;
  transition: 0.2s;
}
.kj_link:hover {
  opacity: 0.6;
}
.footer_left {
  width: 100%;
  max-width: 250px;
  margin-top: 40px;
}
.footer_left * {
  color: #fff;
}
.kj_logo {
  max-width: 200px;
  transition: 0.3s;
}
.kj_logo:hover {
  opacity: 0.6;
}
.company_name {
  margin: 10px 0 40px;
}
.company_desk {
  margin: 10px 0;
}
.copyright {
  margin-top: 20px;
  font-size: 1.4rem;
}
/*-----▲フッター-----*/
/*-----▼表示アニメーション-----*/
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.5s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
/*-----▲表示アニメーション-----*/
@media screen and (min-width: 520px) {
  .spi_header {
    padding: 20px;
  }
  .scroll-container1 {
    overflow: hidden;
    width: 100%;
    height: 300px;
    position: relative;
  }
  .scroll-content1 {
    display: flex;
    flex-direction: row;
    width: max-content;
    animation: scrollLeft 60s linear infinite;
  }
  .scroll-content1 img {
    width: 400px;
    flex-shrink: 0;
  }
  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}
@media screen and (min-width: 960px) {
  /*▼カーソル*/
  .spi_body * {
    cursor: none;
  }
  #stalker {
    pointer-events: none;
    position: fixed;
    width: 10px;
    height: 10px;
    background-color: #F08300;
    border-radius: 50%;
    transition: transform;
    transform: translate(0, 0);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s;
  }
  #stalker::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px #F08300 solid;
    border-radius: 50%;
  }
  #stalker.hover {
    width: 55px;
    height: 55px;
    background-color: #F08300;
    mix-blend-mode: multiply;
    transition: 0.1s;
  }
  /*▲カーソル*/
  .pc {
    display: block;
  }
  .contact_link {
    width: 180px;
    height: 50px;
    line-height: 46px;
  }
  .spi_header {
    padding: 20px 30px 20px;
  }
  .spi_h1 {
    width: 180px;
  }
  .contact_link.pc {
    margin-top: 60px;
    width: 240px;
    height: 80px;
    line-height: 76px;
    font-size: 2.2rem;
  }
  .mainVisual {
    display: flex;
  }
  .mainVisual_right {
    width: 35%;
  }
  .catch_copy_jp {
    font-size: clamp(1.8rem, 3.2vw, 4rem);
  }
  .catch_copy_en {
    font-size: clamp(1.4rem, 2vw, 2.6rem);
  }
  .spi_parts_img {
    bottom: 100px;
    left: 60%;
    width: 240px;
  }
  .mainVisual_left {
    width: 65%;
    height: 700px;
    padding-top: 140px;
  }
  .scroll-container1 {
    height: 700px;
  }
  .scroll-content1 {
    width: 100%;
    flex-direction: column;
    gap: 0;
    animation: scrollUp 80s linear infinite;
  }
  .scroll-content1 img {
    width: 100%;
    height: auto;
  }
  .feature-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .feature-item:nth-of-type(2n-1).features {
    display: flex;
    align-items: center;
    background-color: #F08300;
    color: #fff;
    font-size: 2.2rem;
  }
  .feature-item:nth-of-type(2n-1) {
    border-left: none;
  }
  .feature-item:nth-of-type(2), .feature-item:nth-of-type(5), .feature-item:nth-of-type(8) {
    border-left: 2px solid #F08300;
    border-right: 2px solid #F08300;
  }
  .use_cases {
    position: relative;
  }
  .application_img1 {
    position: absolute;
    max-width: 280px;
    width: 20%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
  }
  .application_img1:nth-of-type(2) {
    top: 8%;
    left: 70%;
  }
  .application_img1:nth-of-type(3) {
    top: 8%;
    right: 70%;
  }
  .application_img1:nth-of-type(4) {
    bottom: 0;
    left: 70%;
  }
  .application_img1:nth-of-type(5) {
    bottom: 0;
    right: 70%;
  }
  .support_wrapper {
    max-width: 1000px;
  }
  .question_ul {
    margin: 150px auto;
  }
}