.products_page .kv {
  padding: 18.8rem 0;
  background: url(../img/products/kv.jpg) center/cover no-repeat;
}
.products_page .kv .in {
  position: relative;
}
.products_page .kv .in img {
  position: absolute;
  width: 163.9rem;
  top: 50%;
  right: -4.3rem;
  transform: translateY(-50%);
}
.products_page .breadcrumb * {
  color: var(--color-white);
}
.products_page .breadcrumb li:not(:first-of-type)::after, 
.products_page .breadcrumb li:not(:first-of-type)::before {
  border-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .products_page .kv {
    padding: 21.7rem 0 25.8rem;
    background-image: url(../img/products/kv_sp.jpg);
  }
  .products_page .kv .in img {
    width: 100%;
    top: -19.7rem;
    right: 0;
    transform: unset;
  }
}

/* ----------------------------------
introduction
---------------------------------- */
.products_page .introduction {
  padding: 15.5rem 0 14rem;
  margin-top: -15.9rem;
  background: url(../img/products/introduction_bg.jpg) center/cover no-repeat;
}
.products_page .introduction .df_ttl {
  color: var(--color-white);
}
.products_page .introduction .df_ttl + .txt {
  text-align: center;
  color: var(--color-white);
}
.products_page .introduction .anchor_links {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin: 5rem auto 12rem;
}
.products_page .introduction .anchor_links a {
  position: relative;
  width: 18rem;
  padding-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
}
.products_page .introduction .anchor_links a::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-right: 0.2rem solid var(--color-white);
  border-bottom: 0.2rem solid var(--color-white);
  transform: translateX(-50%) rotate(45deg);
}
.products_page .introduction .anchor_links a .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 18rem;
  margin-bottom: 2.6rem;
  border-radius: 100%;
  background: var(--color-white);
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 0.2);
}
.products_page .introduction .anchor_links a .img img {
  width: 7.8rem;
}
.products_page .introduction .contents {
  display: flex;
  gap: 5rem;
  background: var(--color-white);
  padding: 7rem;
  border-radius: 2rem;
  border: 1px solid rgb(255 255 255 / 0.5);
  box-shadow: 0 2rem 2rem rgb(0 0 0 / 0.2);
}
.products_page .introduction .contents + .contents {
  margin-top: 3rem;
}
.products_page .introduction .contents .flex_img {
  position: relative;
  overflow: hidden;
  width: 33rem;
  height: 44.7rem;
  border-radius: 1rem;
}
.products_page .introduction .contents .flex_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products_page .introduction .contents .flex_txt {
  width: calc(100% - 33rem - 5rem);
}
.products_page .introduction .contents .flex_txt dl {
  margin-top: 3rem;
  border-radius: 1rem;
  background: #f5f5f5;
  padding: 3rem 4rem 4rem;
}
.products_page .introduction .contents .flex_txt dl dt {
  position: relative;
  padding: 0 0 1.9rem 2.6rem;
  border-bottom: 1px solid #adadb0;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
  line-height: 1;
}
.products_page .introduction .contents .flex_txt dl dt::before {
  position: absolute;
  left: 0;
  top: -0.4rem;
  content: "";
  width: 0.5rem;
  height: 3rem;
  background: var(--color-gr-green);
}
.products_page .introduction .contents .flex_txt dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.products_page .introduction .contents .flex_txt dl dd .tag {
  padding: 1rem 1.1rem;
  background: rgb(77 78 255 / 0.8);
  border-radius: 0.2rem;
  line-height: 1;
  font-size: 1.6rem;
  color: var(--color-white);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .products_page .introduction {
    padding: 10.3rem 0 7rem;
    margin-top: -10rem;
    background-image: url(../img/products/introduction_bg_sp.jpg);
  }
  .products_page .introduction .df_ttl + .txt {
    text-align: left;
  }
  .products_page .introduction .anchor_links {
    flex-wrap: wrap;
    margin: 5rem 0;
    gap: 4rem 3rem;
  }
  .products_page .introduction .anchor_links a {
    width: 12rem;
    padding-bottom: 2.6rem;
    font-size: 1.8rem;
  }
  .products_page .introduction .anchor_links a .img {
    width: 12rem;
    height: 12rem;
    margin-bottom: 2.1rem;
  }
  .products_page .introduction .anchor_links a .img img {
    width: 6rem;
  }
  .products_page .introduction .anchor_links a::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .products_page .introduction .contents {
    display: block;
    padding: 4rem 2rem;
  }
  .products_page .introduction .contents + .contents {
    margin-top: 2rem;
  }
  .products_page .introduction .contents .flex_img {
    width: 28rem;
    height: 37.8rem;
    margin: 0 auto 4rem;
  }
  .products_page .introduction .contents .flex_txt {
    width: 100%;
  }
  .products_page .introduction .contents .flex_txt .ttl_h3 {
    font-size: 2.4rem;
    margin-bottom: 2.7rem;
    text-align: center;
  }
  .products_page .introduction .contents .flex_txt dl {
    padding: 2.6rem 2rem 2rem;
  }
  .products_page .introduction .contents .flex_txt dl dt {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  .products_page .introduction .contents .flex_txt dl dd {
    flex-direction: column;
    gap: 0.8rem;
  }
  .products_page .introduction .contents .flex_txt dl dd .tag {
    width: max-content;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0.8rem;
  }
}


/* ----------------------------------
features
---------------------------------- */
.products_page .features {
  margin: 0;
  padding: 18rem 0 0;
  background: none;
} 
.products_page .features .list {
  padding-top: 0;
  gap: 2.2rem;
}
.products_page .features .list .item {
  width: calc(33.33% - (2.2rem * 2 / 3));
  border-radius: 1rem;
  padding: 5rem 4rem;
}
.products_page .features .list .item::after {
  border-radius: 1rem;
}
.products_page .features .list .item .ttl_h3 {
  font-size: 2.4rem;
}
.products_page .bottom {
  padding: 12rem 0 0;
  text-align: center;
}
.products_page .bottom .lead {
  font-size: 4.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
}
.products_page .bottom .button {
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .products_page .features {
    padding-top: 11.6rem;
  }
  .products_page .features .list {
    gap: 1rem;
  }
  .products_page .features .list .item {
    width: 100%;
    padding: 2rem 2rem 4rem;
  }
  .products_page .features .list .item .ttl_h3 {
    margin: 3rem 0 3.4rem;
  }
  .products_page .bottom {
    padding-top: 7rem;
  }
  .products_page .bottom .lead {
    font-size: 3rem;
  }
  .products_page .bottom .button {
    margin-top: 2rem;
  }
}


/* ----------------------------------
download
---------------------------------- */
.products_page .download_wrap {
  padding: 14rem 0;
}
.products_page .download_wrap .download {
  margin: 0;
}
.products_page .download_wrap .download .txt {
  text-align: center;
}
.products_page .download_wrap .download .button span {
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .products_page .download_wrap {
    padding: 7rem 0;
  }
  .products_page .download_wrap .download .txt {
    text-align: left;
  }
}