@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
}
.topvision {
  position: relative;
  width: 100%;
  height: 100vh; /* 全画面表示にする場合 */
}
.swiper-container {
  height: 100% !important; /* 親要素に合わせる */
}
.swiper-pagination {
  position: relative !important; /* absoluteをやめる */
  margin-top: 10px !important; /* 画像の下に余白を追加 */
  bottom: 0 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px !important;
}
.swiper-pagination-bullet-active {
  background: #c8c8c8 !important;
}
.topvision .swiper-slide {
  display: flex;
  align-items: center;
}
.topvision.sp {
  display: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}
.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
}
.swiper-pagination-bullet-active {
  background-color: #000000 !important;
}
img {
  width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
figure {
  margin: 0;
}
.swiper-pagination-bullet {
  background-color: #c15c71 !important;
}
.fit-easy {
  background-image: url("../img/fit-easy.png");
  background-repeat: no-repeat;
  margin-top: -50px;
}
.fit-easy .fit-easy_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.fit-easy .fit-easy_inner h2 {
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  font-size: 1.8rem;
  margin: 30px 0;
}
.fit-easy .fit-easy_inner h2 span {
  display: block;
  font-size: 0.77rem;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin: 30px 0 0;
}
.fit-easy .fit-easy_inner .fit-easy_focus {
  display: flex;
  justify-content: center;
  gap: 53px;
  margin: 45px 0 0;
}
.fit-easy .fit-easy_inner .fit-easy_focus figure {
  margin: 0;
  max-width: 361px;
  height: auto;
}
.fit-easy .fit-easy_inner .fit-easy_focus p {
  line-height: 1.8;
}
.fit-easy .fit-easy_about {
  margin: 100px 0 0;
}
.fit-easy .fit-easy_about ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fit-easy .fit-easy_about ul li {
  width: 300px;
}
.swiper-container {
  margin-bottom: -5px !important;
}
.fit-easy .product_info ul {
  display: flex;
  justify-content: center;
}
.fit-easy .product_info ul li a:hover {
  opacity: 0.7;
}
.fit-easy .product_info {
  margin: 80px 0 0;
}
.fit-easy .product_info p {
  margin-top: -5px;
  text-align: center;
  font-weight: 600;
}
.function {
  background-image: url("../img/function_img.png");
  background-repeat: no-repeat;
  margin-top: -25px;
}
.function .function_inner {
  max-width: 1000px;
  padding: 80px 0 50px;
  margin: 0 auto;
}
.function .function_inner h2 {
  font-size: 1.8rem;
  letter-spacing: 5px;
  text-align: center;
}
.function .function_inner h2 span {
  font-size: 1.1rem;
  display: block;
  margin-top: 15px;
  letter-spacing: 3.8px;
}
.function .function_inner h3 {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 5px;
}
.function .function_inner .approach {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 38px 0 15px;
  border-bottom: 1px dotted #4d4d4d;
}
.function .function_inner .approach .approach_txt {
  max-width: 360px;
}
.function .function_inner .approach .approach_txt p {
  line-height: 2;
}
.function .function_inner .approach .approach_img figure {
  max-width: 366px;
}
.function .function_inner .approach .approach_img p {
  font-size: 0.7rem;
  margin: 3px 0 0;
}
.fit-balance ul {
  display: flex;
  justify-content: center;
  gap: 90px;
}
.fit-balance ul li h4 span {
  display: block;
  font-weight: 400;
  font-size: 1rem;
}
.fit-balance ul li .fit-balance_flx p.fit-balance_txt {
  font-size: 1.1rem;
  line-height: 2;
  margin-top: 8px;
}
.fit-balance ul li .fit-balance_flx02 p.fit-balance_txt {
  font-size: 1.1rem;
  line-height: 2;
  margin-top: 8px;
}
.fit-balance ul li .fit-balance_flx p.icon {
  background-color: #d7b09b;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  padding: 5px;
  letter-spacing: 1px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fit-balance ul li .fit-balance_flx p.icon span {
  display: block;
}
.fit-balance ul li .fit-balance_flx02 p.icon02 {
  background-color: #d7b09b;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  padding: 5px;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  right: -35px;
  bottom: -36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fit-balance ul li .fit-balance_flx02 p.icon02 span {
  display: block;
}
.fit-balance ul li h4 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.fit-balance ul li .fit-balance_flx {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.fit-balance ul li .fit-balance_flx02 {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  position: relative;
}
.function .part {
  text-align: center;
  margin-top: 60px;
}
.function .part h3 {
  font-size: 2rem;
  border-bottom: solid 2px #b875a3;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.function .part ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
}
.function .part p {
  line-height: 1.8;
}
.sp_only {
  display: none;
}
.easy_traning .easy_traning-inner {
  max-width: 1000px;
  margin: 100px auto;
}
.easy_traning .easy_traning-inner .ttl {
  text-align: center;
}
.easy_traning .easy_traning-inner .ttl h2 {
  font-weight: 600;
  letter-spacing: 5px;
  font-size: 1.8rem;
}
.easy_traning .easy_traning-inner .ttl h3 {
  display: inline-block;
  background-color: #b875a3;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 0.05em;
  padding: 3.5px 22px;
  font-weight: 500;
  font-size: 15px;
}
.easy_traning .easy_traning-inner .ttl h4 {
  color: #b875a3;
  letter-spacing: 3px;
  font-size: 1.2rem;
  margin-top: 10px;
}
.easy_traning ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: flex-start;
  margin: 36px 0 0;
}
.easy_traning ul li {
  max-width: 361px;
}
.easy_traning ul li p {
  line-height: 1.9;
  margin: 0;
}
.easy_traning ul li:nth-child(1) figure {
  margin: 35px 0 0;
}
.easy_traning ul li.second figure {
  margin: 0;
}
.mt {
  margin-top: 55px;
}
.useful {
  background-image: url("../img/function_img.jpg");
  background-repeat: no-repeat;
}
.useful .useful_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.useful .useful_inner h2 {
  font-size: 1.8rem;
  letter-spacing: 5px;
  text-align: center;
}
.useful .useful_inner h2 span {
  font-size: 1.1rem;
  display: block;
  margin-top: 15px;
  letter-spacing: 3.8px;
}
.useful .useful_inner ul {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 50px 0 0;
  flex-wrap: wrap;
}
.useful .useful_inner ul li {
  width: 361px;
}
.useful .useful_inner ul li p {
  line-height: 1.8;
  font-size: 0.95rem;
}
.useful .useful_inner ul li h3 {
  text-align: center;
  line-height: 1.7;
  font-size: 1.25rem;
  position: relative;
  letter-spacing: 3px;
}
.useful .useful_inner ul li h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  display: block;
  width: min(95%, 360px); /* 線の長さ（親幅に応じて可変/最大値あり） */
  height: 2px;
  background-image: url("../img/ttl_line.png"); /* ←作成した画像を指定 */
  background-repeat: no-repeat;
  background-position: center;
}
.useful .useful_inner ul li span {
  font-size: 0.7rem;
  display: block;
  margin: -10px 0 10px;
}
.useful .useful_inner ul li span a {
  color: #b875a3;
}
.useful .useful_inner ul li:nth-child(5) figure {
  margin-top: 30px;
}
.useful .while h4 {
  text-align: center;
  line-height: 1.7;
  font-size: 1.5rem;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.useful .while ul {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 30px;
}
.useful .while {
  margin: 80px 0 0;
}
.technology {
  max-width: 1000px;
  margin: 100px auto;
}
.technology .technology_ttl {
  text-align: center;
}
.technology .technology_ttl h2 {
  font-size: 1.8rem;
  letter-spacing: 5px;
}
.technology .technology_ttl h2 span {
  font-size: 1.1rem;
  display: block;
  margin-top: 15px;
  letter-spacing: 3.8px;
}
.technology .technology_ttl h3 {
  font-size: 1.6rem;
  letter-spacing: 5px;
  line-height: 1.8;
  margin: 70px 0 0;
}
.technology .technology_flx ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 50px 0 0;
}
.technology .technology_flx ul li {
  width: 361px;
}
.technology .technology_flx02 ul li {
  width: 361px;
}
.technology .technology_flx ul li p {
  margin: 0;
  line-height: 2;
}
.technology .technology_flx02 ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 80px 0 0;
}
.technology .technology_flx03 ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 80px 0 0;
}
.technology .technology_flx03 ul li {
  width: 361px;
}
.technology .technology_flx03 ul li p {
  font-size: 0.72rem;
  letter-spacing: 0.5px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 3px;
}
.technology .technology_flx02 ul li h4 {
  margin: 10px 0 0;
  line-height: 2;
}
.technology .technology_flx02 ul li p {
  line-height: 2;
}
.technology .technology_flx02 ul li p span {
  display: block;
  font-size: 0.7rem;
  margin: 3px 0 0;
}
.howto {
  background-image: url("../img/how_to.png");
  background-repeat: no-repeat;
}
.howto .howto_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
.howto .howto_inner h2 {
  font-size: 1.8rem;
  letter-spacing: 5px;
  text-align: center;
}
.howto .howto_inner h2 span {
  font-size: 1.1rem;
  display: block;
  margin-top: 15px;
  letter-spacing: 3.8px;
  text-align: center;
}
.howto .howto_inner h3 {
  font-size: 1.6rem;
  letter-spacing: 5px;
  line-height: 1.8;
  margin: 50px 0 30px;
  text-align: center;
}
.howto .start_easy ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.howto .start_easy ul li {
  width: 300px;
}
.howto .start_easy-note ul {
  max-width: 580px;
  margin: 10px auto;
}
.howto .start_easy-note ul li {
  font-size: 0.7rem;
}
.howto .start_easy-note ul li::before {
  content: url("../img/circle_icon.png");
  display: inline-block;
  width: 5px;
  height: 5px;
  padding-right: 5px;
}
.howto_needs {
  margin: 80px 0;
}
.howto_needs ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.howto_needs ul li {
  width: 361px;
}
.howto_needs ul li p {
  text-align: justify;
  line-height: 2;
}
.howto .pattern ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 10px;
  max-width: 780px;
  margin: 0 auto;
}
.price {
  background-image: url("../img/price.png");
  background-repeat: no-repeat;
}
.price .price_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.price .price_inner h2 {
  font-size: 1.8rem;
  letter-spacing: 5px;
}
.price .price_inner h2 span {
  font-size: 1.1rem;
  display: block;
  margin-top: 15px;
  letter-spacing: 3.8px;
}
.price .price_inner h3 {
  font-size: 1.6rem;
  letter-spacing: 5px;
  line-height: 1.8;
  margin: 50px 0 30px;
  text-align: center;
}
.price .price_inner figure {
  max-width: 201px;
  margin: 0 auto;
}
.price .price_inner p {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.1rem;
}
.price .price_inner p span {
  font-size: 0.8rem;
}
.product_price {
  margin: 30px 0;
}
.product_price img {
  max-width: 780px;
}
.spec {
  margin: 100px 0;
}
.spec h2 {
  font-size: 1.8rem;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 65px;
}
.spec h2 span {
  font-size: 1.1rem;
  display: block;
  margin-top: 15px;
  letter-spacing: 3.8px;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 950px;
  table-layout: fixed; /* 行折返しを均一に */
  background: transparent;
}
/* 行の区切り線（上下） */
.spec-table tbody tr {
  border-bottom: 1px solid #aaaaaa;
}
.spec-table tbody tr:first-child {
  border-top: 1px solid #aaaaaa;
}
/* 左カラム（項目名） */
.spec-table th {
  width: 39%;
  padding: 25px 0 25px 15px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 1.3px;
}
.spec-table td {
  padding: 25px 0;
  text-align: left;
  letter-spacing: 1.3px;
  line-height: 1.6;
}
.legend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}
.legend li {
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 1.6;
}
.legend li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #2c2c2c;
  margin-right: 3.5px;
}
.spec .safety {
  max-width: 900px;
  margin: 80px auto;
}
.spec .safety dl dt {
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
.spec .safety dl dt span {
  color: #ff0000;
}
.spec .safety dl dd {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
.spec .safety h3 {
  margin-bottom: 3px;
}
.spec .safety h4 {
  margin-top: 0;
  font-weight: 400;
  font-size: 0.9rem;
}
.spec .safety h5{
	margin-bottom: 0;
}
.spec .safety dl{
	margin-top: 3px;
}
@media screen and (max-width:820px) {
  .fit-easy .fit-easy_about ul li {
    width: 240px;
  }
  .fit-balance ul {
    gap: 30px;
  }
  .fit-balance ul li .fit-balance_flx02 p.icon02 {
    right: -19px;
  }
  .function .function_inner .approach {
    gap: 20px;
  }
  .function .part {
    padding: 0 20px;
  }
  .easy_traning ul {
    padding: 0 20px;
  }
  .easy_traning ul li {
    max-width: 330px;
  }
  .easy_traning ul li:nth-child(1) figure {
    margin: 15px 0 0;
  }
  .easy_traning ul li.second figure {
    margin: 0;
  }
  .useful .useful_inner ul {
    gap: 30px;
  }
  .technology .technology_flx ul {
    gap: 20px;
  }
  .technology .technology_flx02 ul {
    gap: 20px;
  }
  .technology .technology_flx03 ul {
    gap: 20px;
  }
  .howto .start_easy ul li {
    width: 230px;
  }
  .howto .start_easy-note ul {
    max-width: 460px;
  }
  .product_price {
    padding: 0 50px;
  }
  .spec {
    padding: 0 20px;
  }
}
@media screen and (max-width:768px) {
  .useful .useful_inner ul {
    gap: 20px;
  }
  .howto_needs {
    padding: 0 30px;
  }
  .howto .pattern ul li {
    max-width: 350px;
  }
  .howto .pattern ul {
    justify-content: center;
  }
}
@media screen and (max-width:767px) {
  .topvision.sp {
    display: block;
  }
  .topvisionSP {
    display: block;
  }
  .topvisionPC {
    display: none;
  }
  .pc {
    display: none;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px !important;
  }
}