@charset "UTF-8";
#mv-title .body h1 sub {
  font-size: 2rem;
}
.product-all {
  margin-bottom: 12rem;
}
.b-line {
  border: 1px solid #f2f6f8;
}
/* ----------------------------------------
.product-mv
---------------------------------------- */
.product-mv {
  display: block;
}
/* ----------------------------------------
.product-lot
---------------------------------------- */
.product-lot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6rem;
  margin-bottom: 4.5rem;
}
.product-lot-in {
  width: 50%;
}
.product-lot-in:first-child {
  max-width: 63rem;
}
.product-lot-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
}
.product-lot-text span {
  font-weight: bold;
}
.netis-model {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.netis-list li {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.caption-text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
/* ----------------------------------------
.product-b-img
---------------------------------------- */
.product-b-img {
  position: relative;
  background-color: #0068b7;
  padding-bottom: 8rem;
  background-image: url("/corporate/technology/images3/product/bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
.product-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  max-width: 81rem;
  margin: 0 auto;
}

/* ----------------------------------------
.seal-area
---------------------------------------- */
.seal-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.seal-box {
  background-color: #f2f6f8;
  padding: 4rem 3rem;
}
.seal-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.seal-box figure {
  margin-bottom: 2rem;
}
.seal-text {
  font-size: 1.6rem;
  line-height: 2;
}
.seal-text span {
  font-weight: bold;
}
.seal-text span.v-color {
  color: #ed6d34;
}
/* ----------------------------------------
.youtube-area
---------------------------------------- */
.youtube-area {
  text-align: center;
}
.youtube-box {
  max-width: 80rem;
  margin: 0 auto;
}
.youtube-title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 2rem;
}
iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
/* ----------------------------------------
css animation
---------------------------------------- */
.js-fade {
  opacity: 0;
  transform: translateY(2rem);
}
.js-fadeUp {
  transition: all 0.5s ease-out;
  transition-delay: 0.1s;
  transform: translateY(0);
  opacity: 1;
}
