* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

:root {
  --primary: #33CC66;
  --text: #000;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}

li {
  list-style: none;
}

li.swiper-slide {
  height: auto;
}

a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}

body {
  color: var(--text);
  font-size: 1.6rem;
  word-break: break-word;
}

.img.img_cv {
  overflow: hidden;
}

.img.img_cv img {
  object-fit: cover;
}

.img.img_ab {
  position: relative;
}

.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}

.swiper_btns {
  display: flex;
}

.swiper_btns.middle {
  width: 98%;
  max-width: 151.8rem;
  pointer-events: none;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.swiper_btns.middle div {
  pointer-events: all;
}

.swiper_btns div {
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .3s;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper_btns div:hover {
  background-color: var(--primary);
}

.swiper_btns div::after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  transition: 0.3s;
  transform: translateX(8%);
  filter: contrast(0) brightness(2);
  background: url("https://www.yogoods-jp.com/wp-content/plugins/sytech-fronteditor/sytpl/home1-home_banner/assets/img/arrow-r.svg") center center / contain no-repeat;
}

.swiper_btns .btn_prev::after {
  transform: translateX(-8%) rotate(180deg);
}

.swiper_btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

div.swiper-pagination.swiper-pagination-bullets {
  gap: 1.6rem;
  display: flex;
  position: static;
  justify-content: center;
}

div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  transition: all 0.3s;
  background-color: #B3B3B3;
}

div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.home_banner {
  position: relative;
  max-width: 187rem;
  margin: 2.4rem auto;
}

.home_banner .home_banner_swiper {
  overflow: hidden;
  border-radius: 1.2rem;
  position: relative;
}

.home_banner .home_banner_swiper .swiper-slide {
  position: relative;
}

.home_banner .home_banner_swiper .img {
  padding-bottom: 37.433155%;
}

.home_banner .swiper_btns {
  max-width: 177.6rem;
}

.home_banner .swiper_btns div {
  width: 6.4rem;
  height: 6.4rem;
}

section.home_banner div.swiper-pagination {
  margin-top: 2.4rem;
  z-index: 3;
}

section.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.3;
  background-color: var(--primary);
}

section.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .home_banner {
    width: calc(100% - 5rem);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .swiper_btns div {
    width: 5rem;
    height: 5rem;
  }
}

@media screen and (min-width: 769px) {

  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }

  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }

  body {
    font-size: 1.3rem;
  }

  .swiper_btns div {
    width: 40px;
    height: 40px;
  }

  div.swiper-pagination.swiper-pagination-bullets {
    gap: 8px;
  }

  div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .home_banner {
    margin: 23px auto;
    width: calc(100% - 32px);
  }

  .home_banner .home_banner_swiper {
    border-radius: 8px;
  }

  .home_banner .swiper_btns div {
    width: 40px;
    height: 40px;
  }

  section.home_banner div.swiper-pagination {
    margin-top: 8px;
  }
}

@media screen and (max-width: 576px) {
  body {
    font-size: 1.2rem;
  }

  .home_banner .home_banner_swiper .img {
    padding-bottom: 127.027027%;
  }

  .home_banner .swiper_btns {
    display: none;
  }
}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}